Uses of Interface
com.inrupt.rdf.wrapping.rdf4j.RdfValueMapping
-
Packages that use RdfValueMapping Package Description com.inrupt.rdf.wrapping.rdf4j RDF Wrapping utilities for the Eclipse RDF4J Library. -
-
Uses of RdfValueMapping in com.inrupt.rdf.wrapping.rdf4j
Constructors in com.inrupt.rdf.wrapping.rdf4j with parameters of type RdfValueMapping Constructor Description ObjectSet(org.eclipse.rdf4j.model.Value subject, org.eclipse.rdf4j.model.Value predicate, org.eclipse.rdf4j.model.Model model, RdfValueMapping<T> nodeMapping, ValueMapping<T> valueMapping)
Constructs a new dynamic set view over the objects of statements that share a predicate and a subject.
-