point_in_time - hqdmTop/hqdmFramework GitHub Wiki
An
eventthat is the whole of space at an instant from some viewpoint.
-
member_of: Amember_ofrelationship type where apoint_in_timemay be amember_ofone or moreclass_of_point_in_time.

ENTITY point_in_time
SUBTYPE OF(event);
SELF\event.member_of : OPTIONAL SET [1:?] OF class_of_point_in_time;
END_ENTITY;
Inheritance Graph
ENTITY point_in_time;
ENTITY thing;
member__of : OPTIONAL SET [1:?] OF class;
ENTITY spatio_temporal_extent;
part__of : OPTIONAL SET [1:?] OF spatio_temporal_extent;
beginning : OPTIONAL event;
ending : OPTIONAL event;
part_of_possible_world : SET [1:?] OF possible_world;
temporal__part_of : OPTIONAL SET [1:?] OF spatio_temporal_extent;
aggregated_into : OPTIONAL SET [1:?] OF spatio_temporal_extent;
INVERSE
consists__of : SET OF spatio_temporal_extent FOR part__of;
ENTITY event;
ENTITY point_in_time;
member_of : OPTIONAL SET [1:?] OF class_of_point_in_time;
END_ENTITY;