spatio_temporal_extent - hqdmTop/hqdmFramework GitHub Wiki
A
thingthat exists in time and space.
-
part__of: Anaggregated_intorelationship type where aspatio_temporal_extentmay be part of another and the whole has emergent properties and is more than just the sum of its parts.- Note: This relationship has the same meaning but is a different representation of the
compositionentity type.
- Note: This relationship has the same meaning but is a different representation of the
-
beginning: Apart_ofrelationship type where aspatio_temporal_extenthas exactly oneeventthat is itsbeginning. -
ending: Apart_ofrelationship type where aspatio_temporal_extenthas exactly oneeventthat is itsending. -
part_of_possible_world: Apart_ofrelationship type where aspatio_temporal_extentmay bepart_ofone or morepossible_world.- Note: The relationship is optional because a
possible_worldis notpart_ofany otherspatio_temporal_extent.
- Note: The relationship is optional because a
-
member_of: Amember_ofrelationship type where aspatio_temporal_extentis amember_ofaclass_of_spatio_temporal_extent. -
temporal__part_of: Apart_ofrelationship type where aspatio_temporal_extentmay be a temporal part of one or more otherspatio_temporal_extent.- Note: this is
temporal_compositionrepresented as a relationship instead of an entity type.
- Note: this is
-
aggregated_into: A relationship type where aspatio_temporal_extentmay be aggregated into one or more others.- Note: This has the same meaning as, but different representation to, the
aggregationentity type.
- Note: This has the same meaning as, but different representation to, the
-
consists__of: A relationship type where aspatio_temporal_extentmay consist of one or more others.- Note: This is the inverse of
part__of.
- Note: This is the inverse of

ENTITY spatio_temporal_extent
SUBTYPE OF(thing);
part__of : OPTIONAL SET [1:?] OF spatio_temporal_extent;
beginning : OPTIONAL event;
ending : OPTIONAL event;
part_of_possible_world : SET [1:?] OF possible_world;
member_of : OPTIONAL SET [1:?] OF class_of_spatio_temporal_extent;
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;
END_ENTITY;
Inheritance Graph
ENTITY spatio_temporal_extent;
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;
member_of : OPTIONAL SET [1:?] OF class_of_spatio_temporal_extent;
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;
END_ENTITY;