Skip to content

temporal_composition

GCHQDeveloper42 edited this page Mar 27, 2023 · 3 revisions

Temporal Composition

A composition where the part is the entire whole spatially, but part of the whole temporally.

EXPRESS Specification

Diagram 4

Schema

ENTITY temporal_composition
  SUBTYPE OF(composition);
END_ENTITY;
Inheritance Graph

ENTITY temporal_composition;
  ENTITY thing;
    member__of : OPTIONAL SET [1:?] OF class;
  ENTITY abstract_object;
  ENTITY relationship;
    member_of  : OPTIONAL SET [1:?] OF class_of_relationship;
  ENTITY aggregation;
    whole      : spatio_temporal_extent;
    part       : spatio_temporal_extent;
  ENTITY composition;
  ENTITY temporal_composition;
END_ENTITY;
Clone this wiki locally