Class Individual

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

public final class Individual extends Object implements Resource
It models the concept of Individual in the context of Digital Twin Knowledge Graph. So an individual here is another Digital Twin, identified by its URI.
  • Constructor Details

    • Individual

      public Individual(String individualUri)
      Default constructor.
      Parameters:
      individualUri - the uri of the individual.
  • 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