Class RdfTripleImpl

    • Method Detail

      • getSubject

        public RdfResource getSubject()
        Description copied from interface: RdfTriple
        An absolute IRI or blank node identifier denoting the subject of the triple.
        Specified by:
        getSubject in interface RdfTriple
        Returns:
        an absolute URI or blank node
      • getPredicate

        public RdfResource getPredicate()
        Description copied from interface: RdfTriple
        An absolute IRI or blank node identifier denoting the predicate of the triple.
        Specified by:
        getPredicate in interface RdfTriple
        Returns:
        an absolute URI or blank node
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object