Interface JsonLdTripleLike
- All Superinterfaces:
TripleLike
- All Known Subinterfaces:
JsonLdQuad
,JsonLdQuadLike<G>
,JsonLdTriple
- All Known Implementing Classes:
JsonLdQuadImpl
,JsonLdQuadLikeImpl
,JsonLdTripleImpl
-
Method Summary
Modifier and TypeMethodDescriptioncom.github.jsonldjava.core.RDFDataset.Quad
Return the underlying JsonLDRDFDataset.Quad
Methods inherited from interface org.apache.commons.rdf.api.TripleLike
getObject, getPredicate, getSubject
-
Method Details
-
asJsonLdQuad
com.github.jsonldjava.core.RDFDataset.Quad asJsonLdQuad()Return the underlying JsonLDRDFDataset.Quad
- Returns:
- The JsonLD
RDFDataset.Quad
-