Package org.apache.commons.rdf.rdf4j
Interface RDF4JIRI
-
- All Superinterfaces:
BlankNodeOrIRI,IRI,RDF4JBlankNodeOrIRI,RDF4JTerm,RDFTerm
- All Known Implementing Classes:
IRIImpl
public interface RDF4JIRI extends RDF4JBlankNodeOrIRI, IRI
Marker interface for RDF4J implementations of Commons RDFIRI.The underlying RDF4J
IRIinstance can be retrieved withasValue().- See Also:
RDF4J.createIRI(String)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.rdf4j.model.IRIasValue()Return the RDF4JValuethat this RDFTerm represents.-
Methods inherited from interface org.apache.commons.rdf.api.IRI
equals, getIRIString, hashCode
-
Methods inherited from interface org.apache.commons.rdf.api.RDFTerm
ntriplesString
-
-
-
-
Method Detail
-
asValue
org.eclipse.rdf4j.model.IRI asValue()
Description copied from interface:RDF4JTermReturn the RDF4JValuethat this RDFTerm represents.- Specified by:
asValuein interfaceRDF4JBlankNodeOrIRI- Specified by:
asValuein interfaceRDF4JTerm- Returns:
- The wrapped
Value(e.g. aLiteral,IRIorBNode.
-
-