T
- specialisation of TripleLike
, e.g. Triple
or
Quad
public interface JsonLdGraphLike<T extends TripleLike> extends GraphLike<T>
GraphLike
.
Specialised by JsonLdGraph
, JsonLdUnionGraph
and
JsonLdDataset
.
Modifier and Type | Method and Description |
---|---|
com.github.jsonldjava.core.RDFDataset |
getRdfDataSet()
Return the underlying JSONLD-Java
RDFDataset . |
com.github.jsonldjava.core.RDFDataset getRdfDataSet()
RDFDataset
.
Changes in the JSONLD-Java dataset is reflected in this class and vice versa.
Copyright © 2015–2018 The Apache Software Foundation. All rights reserved.