-
Notifications
You must be signed in to change notification settings - Fork 1
temporal_composition
GCHQDeveloper42 edited this page Mar 27, 2023
·
3 revisions
A
composition
where 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;