Interface JsonLdTerm

All Superinterfaces:
RDFTerm
All Known Subinterfaces:
JsonLdBlankNode, JsonLdIRI, JsonLdLiteral
All Known Implementing Classes:
JsonLdBlankNodeImpl, JsonLdIRIImpl, JsonLdLiteralImpl, JsonLdTermImpl

public interface JsonLdTerm extends RDFTerm
  • Method Summary

    Modifier and Type
    Method
    Description
    com.github.jsonldjava.core.RDFDataset.Node
    Return the underlying JsonLd RDFDataset.Node.

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

    equals, hashCode, ntriplesString
  • Method Details

    • asJsonLdNode

      com.github.jsonldjava.core.RDFDataset.Node asJsonLdNode()
      Return the underlying JsonLd RDFDataset.Node.
      Returns:
      JsonLd RDFDataset.Node