state - hqdmTop/hqdmFramework GitHub Wiki
A
spatio_temporal_extentthat is anindividualor atemporal_part_ofsomeindividual.
-
temporal_part_of: Atemporal_part_ofrelationship type where a state may be atemporal_part_ofone or moreindividual.- Note: The relationship is optional because an individual is not necessarily a
temporal_part_ofanotherindividual, yet is amember_ofstateas well asindividual. This applies to all subtypes oftemporal_part_ofthat are between astate_of_XandX.
- Note: The relationship is optional because an individual is not necessarily a
-
member_of: Amember_ofrelationship type where a state may be amember_ofone or moreclass_of_state.
individualperiod_of_timestate_of_activitystate_of_associationstate_of_intentionally_constructed_objectstate_of_physical_object

ENTITY state
SUBTYPE OF(spatio_temporal_extent);
temporal_part_of : OPTIONAL SET [1:?] OF individual;
SELF\spatio_temporal_extent.member_of : OPTIONAL SET [1:?] OF class_of_state;
END_ENTITY;
Inheritance Graph
ENTITY state;
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 state;
temporal_part_of : OPTIONAL SET [1:?] OF individual;
member_of : OPTIONAL SET [1:?] OF class_of_state;
END_ENTITY;