Interface JsonLdGraphLike<T extends TripleLike>
- Type Parameters:
T
- specialisation ofTripleLike
, e.g.Triple
orQuad
- All Superinterfaces:
GraphLike<T>
- All Known Subinterfaces:
JsonLdDataset
,JsonLdGraph
,JsonLdUnionGraph
- All Known Implementing Classes:
AbstractJsonLdGraphLike
,JsonLdDatasetImpl
,JsonLdGraphImpl
,JsonLdUnionGraphImpl
Common abstract
GraphLike
.
Specialised by JsonLdGraph
, JsonLdUnionGraph
and
JsonLdDataset
.
-
Method Summary
Modifier and TypeMethodDescriptioncom.github.jsonldjava.core.RDFDataset
Return the underlying JSONLD-JavaRDFDataset
.
-
Method Details
-
getRdfDataSet
com.github.jsonldjava.core.RDFDataset getRdfDataSet()Return the underlying JSONLD-JavaRDFDataset
.Changes in the JSONLD-Java dataset is reflected in this class and vice versa.
- Returns:
- The underlying JSONLD-JAva RDFDataset
-