Class PLATFORM

A platform allows the contextualization of diverging processes within the same narrative.
Subclass-Of: Temporalized-entity
Axioms:
(=> (Platform ?Self)
    (And (Exists (?A)
                 (And (Temporally-Contains ?Self ?A)
                      (Activity ?A)
                      (Exists (?B)
                              (And (Represented-By ?A ?B)
                                   (Narrative ?B)))))
         (Exists (?C) (And (During ?Self ?C) (Time-Span ?C)))))