Package org.apache.commons.rdfrdf4j
Interface RDF4JTerm
- All Superinterfaces:
org.apache.commons.rdf.api.RDFTerm
- All Known Subinterfaces:
RDF4JBlankNode
,RDF4JBlankNodeOrIRI
,RDF4JIRI
,RDF4JLiteral
public interface RDF4JTerm
extends org.apache.commons.rdf.api.RDFTerm
Marker interface for RDF4J implementations of RDFTerm.
-
Method Summary
Modifier and TypeMethodDescriptionorg.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
-
Method Details
-
asValue
org.eclipse.rdf4j.model.Value asValue()Return the RDF4JValue
that this RDFTerm represents.- Returns:
- The wrapped
Value
(e.g. aLiteral
,IRI
orBNode
.
-