Package org.apache.commons.rdf.rdf4j
Interface RDF4JBlankNodeOrIRI
-
- All Superinterfaces:
BlankNodeOrIRI
,RDF4JTerm
,RDFTerm
- All Known Subinterfaces:
RDF4JBlankNode
,RDF4JIRI
- All Known Implementing Classes:
BlankNodeImpl
,IRIImpl
public interface RDF4JBlankNodeOrIRI extends RDF4JTerm, BlankNodeOrIRI
Marker interface for RDF4J implementations of Commons RDFBlankNodeOrIRI
(e.g. the subject of aTriple
).The underlying RDF4J
Resource
instance can be retrieved withasValue()
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.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
-
-