Interface JsonLdGraphLike<T extends TripleLike>

Type Parameters:
T - specialisation of TripleLike, e.g. Triple or Quad
All Superinterfaces:
GraphLike<T>
All Known Subinterfaces:
JsonLdDataset, JsonLdGraph, JsonLdUnionGraph
All Known Implementing Classes:
AbstractJsonLdGraphLike, JsonLdDatasetImpl, JsonLdGraphImpl, JsonLdUnionGraphImpl

public interface JsonLdGraphLike<T extends TripleLike> extends GraphLike<T>
Common abstract GraphLike.

Specialised by JsonLdGraph, JsonLdUnionGraph and JsonLdDataset.

  • Method Summary

    Modifier and Type
    Method
    Description
    com.github.jsonldjava.core.RDFDataset
    Return the underlying JSONLD-Java RDFDataset.

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

    add, clear, contains, iterate, remove, size, stream
  • Method Details

    • getRdfDataSet

      com.github.jsonldjava.core.RDFDataset getRdfDataSet()
      Return the underlying JSONLD-Java RDFDataset.

      Changes in the JSONLD-Java dataset is reflected in this class and vice versa.

      Returns:
      The underlying JSONLD-JAva RDFDataset