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.Node
Return the underlying JsonLdRDFDataset.Node
.Methods inherited from interface org.apache.commons.rdf.api.RDFTerm
equals, hashCode, ntriplesString
-
Method Details
-
asJsonLdNode
com.github.jsonldjava.core.RDFDataset.Node asJsonLdNode()Return the underlying JsonLdRDFDataset.Node
.- Returns:
- JsonLd
RDFDataset.Node
-