Interface IRelationship

All Superinterfaces:
IResource

public interface IRelationship extends IResource

Interface representing a triple in the RDF sense.

Since:
Apr 7, 2022
  • Method Details

    • getSubjectURI

      String getSubjectURI()
      Returns:
      the subject IRI
    • getPredicateURI

      String getPredicateURI()
      Returns:
      the predicate IRI
    • getObjectURI

      String getObjectURI()
      Returns:
      the object IRI