Interface Resource
-
- All Superinterfaces:
Node
- All Known Implementing Classes:
BlankNode
,Individual
,Property
public interface Resource extends Node
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Optional<java.lang.String>
getUri()
Get the URI of the Resource.
-