Package org.apache.commons.rdf.rdf4j
Interface RDF4JTerm
-
- All Superinterfaces:
RDFTerm
- All Known Subinterfaces:
RDF4JBlankNode
,RDF4JBlankNodeOrIRI
,RDF4JIRI
,RDF4JLiteral
- All Known Implementing Classes:
AbstractRDFTerm
,BlankNodeImpl
,IRIImpl
,LiteralImpl
public interface RDF4JTerm extends RDFTerm
Marker interface for RDF4J implementations of RDFTerm.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.rdf4j.model.Value
asValue()
Return the RDF4JValue
that this RDFTerm represents.-
Methods inherited from interface org.apache.commons.rdf.api.RDFTerm
equals, hashCode, ntriplesString
-
-