Interface RDF4JTerm

All Superinterfaces:
org.apache.commons.rdf.api.RDFTerm
All Known Subinterfaces:
RDF4JBlankNode, RDF4JBlankNodeOrIRI, RDF4JIRI, RDF4JLiteral

public interface RDF4JTerm extends org.apache.commons.rdf.api.RDFTerm
Marker interface for RDF4J implementations of RDFTerm.
  • Method Summary

    Modifier and Type
    Method
    Description
    org.eclipse.rdf4j.model.Value
    Return the RDF4J Value that this RDFTerm represents.

    Methods inherited from interface org.apache.commons.rdf.api.RDFTerm

    equals, hashCode, ntriplesString
  • Method Details

    • asValue

      org.eclipse.rdf4j.model.Value asValue()
      Return the RDF4J Value that this RDFTerm represents.
      Returns:
      The wrapped Value (e.g. a Literal, IRI or BNode.