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