Navigation

cause_of_event

A <cause_of_event> is a <relationship> that indicates that the caused <event> is caused by the causer <activity>.
EXAMPLE The relation that indicates that the tanker loading activity caused the <event> described as 'tank liquid level full' can be represented by an instance of <cause_of_event>.

EXPRESS specification:

ENTITY cause_of_event
SUBTYPE OF ( relationship);
caused  :  event;
causer  :  activity;
END_ENTITY;

Attribute definitions:

caused  :  The <event> that is caused in the <cause_of_event>.
causer  :  The <activity> that is the causer in the <cause_of_event>.

References (1):

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

Inheritance graph

ENTITY cause_of_event;
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 cause_of_event;
caused  :  event;
causer  :  activity;
END_ENTITY;