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.QuadReturn the underlying JsonLDRDFDataset.QuadMethods inherited from interface TripleLike
getObject, getPredicate, getSubject
-
Method Details
-
asJsonLdQuad
com.github.jsonldjava.core.RDFDataset.Quad asJsonLdQuad()Return the underlying JsonLDRDFDataset.Quad- Returns:
- The JsonLD
RDFDataset.Quad
-