Interface JsonLdGraphLike<T extends TripleLike>

    • Method Detail

      • 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