Package io.github.webbasedwodt.ontology
Interface Resource
- All Superinterfaces:
Node
- All Known Implementing Classes:
BlankNode
,Individual
,RdfProperty
It models an RDF resource in the context of a Digital Twin Knowledge Graph.
So it can be an Individual, a Property or a Blank Node.
-
Method Summary
-
Method Details
-
getUri
Get the URI of the Resource.- Returns:
- the uri, as an Optional String, of the resource
-