public interface RDF4JBlankNode extends RDF4JBlankNodeOrIRI, BlankNode
BlankNode
.
The underlying RDF4J BNode
instance can be retrieved with
asValue()
.
RDF4J.createBlankNode()
Modifier and Type | Method and Description |
---|---|
org.eclipse.rdf4j.model.BNode |
asValue()
Return the RDF4J
Value that this RDFTerm represents. |
equals, hashCode, uniqueReference
ntriplesString
org.eclipse.rdf4j.model.BNode asValue()
RDF4JTerm
Value
that this RDFTerm represents.asValue
in interface RDF4JBlankNodeOrIRI
asValue
in interface RDF4JTerm
Value
(e.g. a Literal
, IRI
or
BNode
.Copyright © 2015–2018 The Apache Software Foundation. All rights reserved.