Interface JsonLdTerm
-
- All Superinterfaces:
RDFTerm
- All Known Subinterfaces:
JsonLdBlankNode,JsonLdIRI,JsonLdLiteral
- All Known Implementing Classes:
JsonLdBlankNodeImpl,JsonLdIRIImpl,JsonLdLiteralImpl,JsonLdTermImpl
public interface JsonLdTerm extends RDFTerm
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.github.jsonldjava.core.RDFDataset.NodeasJsonLdNode()Return the underlying JsonLdRDFDataset.Node.-
Methods inherited from interface org.apache.commons.rdf.api.RDFTerm
equals, hashCode, ntriplesString
-
-