public interface RDF4JBlankNodeOrIRI extends RDF4JTerm, BlankNodeOrIRI
BlankNodeOrIRI
(e.g. the subject of a Triple
).
The underlying RDF4J Resource
instance can be
retrieved with asValue()
.
Modifier and Type | Method and Description |
---|---|
org.eclipse.rdf4j.model.Resource |
asValue()
Return the RDF4J
Value that this RDFTerm represents. |
equals, hashCode, ntriplesString
Copyright © 2015–2018 The Apache Software Foundation. All rights reserved.