- All Implemented Interfaces:
Node
, Resource
It models the concept of RDF Property in the context of Digital Twin Knowledge Graph.
-
Constructor Summary
Constructors
-
Method Summary
Get the URI of the Resource.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
RdfProperty
public RdfProperty(String propertyUri)
Default constructor.
- Parameters:
propertyUri
- the uri of the property
-
Method Details
-
getUri
Description copied from interface: Resource
Get the URI of the Resource.
- Specified by:
getUri
in interface Resource
- Returns:
- the uri, as an Optional String, of the resource