Uses of Interface
org.apache.commons.rdf.rdf4j.RDF4JTerm
-
Packages that use RDF4JTerm Package Description org.apache.commons.rdf.rdf4j Commons RDF integration with RDF4J.org.apache.commons.rdf.rdf4j.impl -
-
Uses of RDF4JTerm in org.apache.commons.rdf.rdf4j
Subinterfaces of RDF4JTerm in org.apache.commons.rdf.rdf4j Modifier and Type Interface Description interface
RDF4JBlankNode
Marker interface for RDF4J implementations of Commons RDFBlankNode
.interface
RDF4JBlankNodeOrIRI
Marker interface for RDF4J implementations of Commons RDFBlankNodeOrIRI
(e.g.interface
RDF4JIRI
Marker interface for RDF4J implementations of Commons RDFIRI
.interface
RDF4JLiteral
Marker interface for RDF4J implementations of Commons RDFLiteral
.Methods in org.apache.commons.rdf.rdf4j that return RDF4JTerm Modifier and Type Method Description RDF4JTerm
RDF4J. asRDFTerm(org.eclipse.rdf4j.model.Value value)
Adapt a RDF4JValue
as a Commons RDFRDFTerm
.static RDF4JTerm
RDF4J. asRDFTerm(org.eclipse.rdf4j.model.Value value, java.util.UUID salt)
Adapt a RDF4JValue
as a Commons RDFRDFTerm
. -
Uses of RDF4JTerm in org.apache.commons.rdf.rdf4j.impl
Classes in org.apache.commons.rdf.rdf4j.impl that implement RDF4JTerm Modifier and Type Class Description (package private) class
AbstractRDFTerm<T extends org.eclipse.rdf4j.model.Value>
(package private) class
BlankNodeImpl
(package private) class
IRIImpl
(package private) class
LiteralImpl
-