Interface Resource

All Superinterfaces:
Node
All Known Implementing Classes:
BlankNode, Individual, RdfProperty

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

    Modifier and Type
    Method
    Description
    Get the URI of the Resource.
  • Method Details

    • getUri

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