Interface RDF4JBlankNode

All Superinterfaces:
BlankNode, BlankNodeOrIRI, RDF4JBlankNodeOrIRI, RDF4JTerm, RDFTerm
All Known Implementing Classes:
BlankNodeImpl

public interface RDF4JBlankNode extends RDF4JBlankNodeOrIRI, BlankNode
Marker interface for RDF4J implementations of Commons RDF BlankNode.

The underlying RDF4J BNode instance can be retrieved with asValue().

See Also:
  • Method Details

    • asValue

      org.eclipse.rdf4j.model.BNode asValue()
      Description copied from interface: RDF4JTerm
      Return the RDF4J Value that this RDFTerm represents.
      Specified by:
      asValue in interface RDF4JBlankNodeOrIRI
      Specified by:
      asValue in interface RDF4JTerm
      Returns:
      The wrapped Value (e.g. a Literal, IRI or BNode.