Navigation

class_of_participation

A <class_of_participation> is a <class_of_composition_of_individual> that indicates a member of an instance of <participating_role_and_domain> participates in a member of an instance of <class_of_activity>.
EXAMPLE "Conductor of a musical performance" is an example of <class_of_participation>.

EXPRESS specification:

ENTITY class_of_participation
SUBTYPE OF ( class_of_composition_of_individual);
SELF\class_of_composition_of_individual.class_of_part  :  participating_role_and_domain;
SELF\class_of_composition_of_individual.class_of_whole  :  class_of_activity;
END_ENTITY;

Attribute definitions:

class_of_part  :  The <participating_role_and_domain> that has the <class_of_participation>.
class_of_whole  :  The <class_of_activity> that has the <class_of_participation>.

References (1):

Name Type Referred through Express-G
class_of_composition_of_individual Entity
Subtype
Diagram 7

Inheritance graph

ENTITY class_of_participation;
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 class;
ENTITY class_of_abstract_object;
ENTITY class_of_relationship;
end_1_cardinality  :  OPTIONAL cardinality;
end_2_cardinality  :  OPTIONAL cardinality;
ENTITY class_of_composition_of_individual;
ENTITY class_of_participation;
class_of_part  :  participating_role_and_domain;
class_of_whole  :  class_of_activity;
END_ENTITY;