Interface TripleLike

    • Method Detail

      • getSubject

        RDFTerm getSubject()
        The subject of this statement.
        Returns:
        The subject, typically an IRI or BlankNode.
      • getPredicate

        RDFTerm getPredicate()
        The predicate of this statement.
        Returns:
        The predicate, typically an IRI.