Interface JsonLdGraphLike<T extends TripleLike>
-
- Type Parameters:
T- specialisation ofTripleLike, e.g.TripleorQuad
- 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 abstractGraphLike.Specialised by
JsonLdGraph,JsonLdUnionGraphandJsonLdDataset.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.github.jsonldjava.core.RDFDatasetgetRdfDataSet()Return the underlying JSONLD-JavaRDFDataset.
-