Interface HasSubjectFrameI

    • Method Detail

      • aPredAndObj

        void aPredAndObj​(ANode p,
                         ANode o)
      • makeSubjectReificationWith

        void makeSubjectReificationWith​(ANode r)
        Create a triple r rdf:subj * . The structure of the parser means that three triples in the quad are produced by the property element code, but the final triple is produced by its parent.
        Parameters:
        r - The node that is the reification.