temporal_composition - hqdmTop/hqdmFramework GitHub Wiki
A
compositionwhere the part is the entire whole spatially, but part of the whole temporally.

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;