Navigation

lifecycle_stage

A <lifecycle_stage> is a <relationship> that indicates the interest that a <possible_individual> has in some <possible_individual>.
EXAMPLE The relation that links a possible building to a temporal part of the XYZ Corp. can be represented by an instance of <lifecycle_stage>. The nature of that <lifecycle_stage> (e.g. 'planned') can be expressed by classifying with the applicable <class_of_lifecycle_stage>.

EXPRESS specification:

ENTITY lifecycle_stage
SUBTYPE OF ( relationship);
interest  :  possible_individual;
interested  :  possible_individual;
END_ENTITY;

Attribute definitions:

interest  :  The <possible_individual> that is of interest to the referenced <possible_individual>.
interested  :  The <possible_individual> that has an interest in the referenced <possible_individual>

References (1):

Name Type Referred through Express-G
relationship Entity
Subtype
Diagram 11

Inheritance graph

ENTITY lifecycle_stage;
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 lifecycle_stage;
interest  :  possible_individual;
interested  :  possible_individual;
END_ENTITY;