Interface RdfResource
- All Superinterfaces:
RdfNode
- All Known Implementing Classes:
RdfBlankNode
,RdfClass
,RdfIndividual
,RdfProperty
,RdfUriResource
It models an RDF resource in the context of a Digital Twin Knowledge Graph.
-
Method Summary
-
Method Details
-
getUri
Get the URI of the Resource.- Returns:
- the uri, if present (e.g., in Blank Nodes is not present) of the resource
-