Interface RdfResource

All Superinterfaces:
RdfNode
All Known Implementing Classes:
RdfBlankNode, RdfClass, RdfIndividual, RdfProperty, RdfUriResource

public interface RdfResource extends RdfNode
It models an RDF resource in the context of a Digital Twin Knowledge Graph.
  • Method Summary

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

    • getUri

      Optional<URI> getUri()
      Get the URI of the Resource.
      Returns:
      the uri, if present (e.g., in Blank Nodes is not present) of the resource