Interface JsonLdTerm
- All Superinterfaces:
RDFTerm
- All Known Subinterfaces:
JsonLdBlankNode, JsonLdIRI, JsonLdLiteral
- All Known Implementing Classes:
JsonLdBlankNodeImpl, JsonLdIRIImpl, JsonLdLiteralImpl, JsonLdTermImpl
-
Method Summary
Modifier and TypeMethodDescriptioncom.github.jsonldjava.core.RDFDataset.NodeReturn the underlying JsonLdRDFDataset.Node.Methods inherited from interface RDFTerm
equals, hashCode, ntriplesString
-
Method Details
-
asJsonLdNode
com.github.jsonldjava.core.RDFDataset.Node asJsonLdNode()Return the underlying JsonLdRDFDataset.Node.- Returns:
- JsonLd
RDFDataset.Node
-