Uses of Interface
org.eclipse.rdf4j.sparqlbuilder.rdf.RdfResource
-
Packages that use RdfResource Package Description org.eclipse.rdf4j.sparqlbuilder.rdf -
-
Uses of RdfResource in org.eclipse.rdf4j.sparqlbuilder.rdf
Subinterfaces of RdfResource in org.eclipse.rdf4j.sparqlbuilder.rdf Modifier and Type Interface Description interface
Iri
Denotes an RDF IRIinterface
RdfBlankNode
Denotes an RDF Blank NodeClasses in org.eclipse.rdf4j.sparqlbuilder.rdf that implement RdfResource Modifier and Type Class Description static class
RdfBlankNode.AnonymousBlankNode
an anonymous blank nodestatic class
RdfBlankNode.LabeledBlankNode
a labeled blank node, of the form "_:label
"static class
RdfBlankNode.PropertiesBlankNode
A blank node representing a resource that matches the contained set of predicate-object lists
-