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
public interface JsonLdGraphLike<T extends TripleLike> extends GraphLike<T>
Common abstractGraphLike
.Specialised by
JsonLdGraph
,JsonLdUnionGraph
andJsonLdDataset
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.github.jsonldjava.core.RDFDataset
getRdfDataSet()
Return the underlying JSONLD-JavaRDFDataset
.
-