Package org.apache.commons.rdf.rdf4j
Interface RDF4JBlankNodeOrIRI
- All Superinterfaces:
BlankNodeOrIRI
,RDF4JTerm
,RDFTerm
- All Known Subinterfaces:
RDF4JBlankNode
,RDF4JIRI
- All Known Implementing Classes:
BlankNodeImpl
,IRIImpl
Marker interface for RDF4J implementations of Commons RDF
BlankNodeOrIRI
(e.g. the subject of a Triple
).
The underlying RDF4J Resource
instance can be
retrieved with asValue()
.
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.rdf4j.model.Resource
asValue()
Return the RDF4JValue
that this RDFTerm represents.Methods inherited from interface org.apache.commons.rdf.api.RDFTerm
equals, hashCode, ntriplesString