Class RdfProperty

java.lang.Object
io.github.webbasedwodt.ontology.RdfProperty
All Implemented Interfaces:
Node, Resource

public final class RdfProperty extends Object implements Resource
It models the concept of RDF Property in the context of Digital Twin Knowledge Graph.
  • Constructor Details

    • RdfProperty

      public RdfProperty(String propertyUri)
      Default constructor.
      Parameters:
      propertyUri - the uri of the property
  • Method Details

    • getUri

      public Optional<String> 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