Navigation

ending

An <ending> is a <temporal_bounding> that marks the end of a <possible_individual>.
EXAMPLE 1 The relation that indicates that the <point_in_time> known as 0000hrs 1st July 1999 GMT is the end of the <period_in_time> known as June 1999 GMT can be represented by an instance of <ending>.
EXAMPLE 2 The relation that indicates that the <event> 'loading complete' marks the end of the <possible_individual> 'loading plant operating period 1' (a temporal part of the loading plant) is an instance of <ending>.

EXPRESS specification:

ENTITY ending
SUBTYPE OF ( temporal_bounding);
END_ENTITY;

References (1):

Name Type Referred through Express-G
temporal_bounding Entity
Subtype
Diagram 9

Inheritance graph

ENTITY ending;
ENTITY thing;
id  :  STRING;
record_copy_created  :  OPTIONAL representation_of_Gregorian_date_and_UTC_time;
record_created  :  OPTIONAL representation_of_Gregorian_date_and_UTC_time;
record_creator  :  OPTIONAL possible_individual;
record_logically_deleted  :  OPTIONAL representation_of_Gregorian_date_and_UTC_time;
why_deleted  :  OPTIONAL class_of_information_representation;
ENTITY abstract_object;
ENTITY relationship;
ENTITY composition_of_individual;
whole  :  possible_individual;
ENTITY temporal_bounding;
part  :  event;
ENTITY ending;
END_ENTITY;