Interface HasSubjectFrameI

All Superinterfaces:
FrameI
All Known Implementing Classes:
RDFCollection, StartStateRDForDescription, WantDescription, WantLiteralValueOrDescription, WantPropertyElement, WantTopLevelDescription, WantTypedLiteral

public interface HasSubjectFrameI extends FrameI
  • Method Details

    • 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.