Uses of Interface
com.inrupt.rdf.wrapping.rdf4j.ValueMapping
-
Packages that use ValueMapping Package Description com.inrupt.rdf.wrapping.rdf4j RDF Wrapping utilities for the Eclipse RDF4J Library. -
-
Uses of ValueMapping in com.inrupt.rdf.wrapping.rdf4j
Constructors in com.inrupt.rdf.wrapping.rdf4j with parameters of type ValueMapping 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.
-