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.ResourceasValue()Return the RDF4JValuethat this RDFTerm represents.Methods inherited from interface RDFTerm
equals, hashCode, ntriplesString
-
Method Details
-
asValue
-