Package org.apache.commons.rdfrdf4j
Interface RDF4JBlankNodeOrIRI
- All Superinterfaces:
org.apache.commons.rdf.api.BlankNodeOrIRI
,RDF4JTerm
,org.apache.commons.rdf.api.RDFTerm
- All Known Subinterfaces:
RDF4JBlankNode
,RDF4JIRI
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