Interface JsonLdTripleLike

All Superinterfaces:
TripleLike
All Known Subinterfaces:
JsonLdQuad, JsonLdQuadLike<G>, JsonLdTriple
All Known Implementing Classes:
JsonLdQuadImpl, JsonLdQuadLikeImpl, JsonLdTripleImpl

public interface JsonLdTripleLike extends TripleLike
  • Method Summary

    Modifier and Type
    Method
    Description
    com.github.jsonldjava.core.RDFDataset.Quad
    Return the underlying JsonLD RDFDataset.Quad

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

    getObject, getPredicate, getSubject
  • Method Details

    • asJsonLdQuad

      com.github.jsonldjava.core.RDFDataset.Quad asJsonLdQuad()
      Return the underlying JsonLD RDFDataset.Quad
      Returns:
      The JsonLD RDFDataset.Quad