Class NARRATIVE

A narrative represents a complex action, with branching subprocesses, actors, and dependences among parts; it usually is an approximation of complex activities, used as a summary (a story), as a protocol, as a set of guidelines, etc.
Subclass-Of: Text
Axioms:
(=> (Narrative ?Self)
    (Exists (?A)
            (And (Represents ?Self ?A) (Temporalized-Entity ?A))))