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 Detail

      • getUri

        java.util.Optional<java.lang.String> getUri()
        Get the URI of the Resource.
        Returns:
        the uri, as an Optional String, of the resource