Interface RdfTriple

  • All Known Subinterfaces:
    RdfNQuad

    public interface RdfTriple
    The RdfTriple interface describes an immutable RDF triple.
    • Method Detail

      • getSubject

        RdfResource getSubject()
        An absolute IRI or blank node identifier denoting the subject of the triple.
        Returns:
        an absolute URI or blank node
      • getPredicate

        RdfResource getPredicate()
        An absolute IRI or blank node identifier denoting the predicate of the triple.
        Returns:
        an absolute URI or blank node