Class JsonLdTermImpl
java.lang.Object
org.apache.commons.rdf.jsonldjava.JsonLdTermImpl
- All Implemented Interfaces:
RDFTerm, JsonLdTerm
- Direct Known Subclasses:
JsonLdBlankNodeImpl, JsonLdIRIImpl, JsonLdLiteralImpl
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final com.github.jsonldjava.core.RDFDataset.Node -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.github.jsonldjava.core.RDFDataset.NodeReturn the underlying JsonLdRDFDataset.Node.toString()Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface RDFTerm
equals, hashCode, ntriplesString
-
Field Details
-
node
final com.github.jsonldjava.core.RDFDataset.Node node
-
-
Constructor Details
-
JsonLdTermImpl
JsonLdTermImpl(com.github.jsonldjava.core.RDFDataset.Node node)
-
-
Method Details
-
asJsonLdNode
public com.github.jsonldjava.core.RDFDataset.Node asJsonLdNode()Description copied from interface:JsonLdTermReturn the underlying JsonLdRDFDataset.Node.- Specified by:
asJsonLdNodein interfaceJsonLdTerm- Returns:
- JsonLd
RDFDataset.Node
-
toString
-