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.Node
Return the underlying JsonLdRDFDataset.Node
.toString()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.apache.commons.rdf.api.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:JsonLdTerm
Return the underlying JsonLdRDFDataset.Node
.- Specified by:
asJsonLdNode
in interfaceJsonLdTerm
- Returns:
- JsonLd
RDFDataset.Node
-
toString
-