Navigation

participating_role_and_domain

A <participating_role_and_domain> is a <role_and_domain> that is also a <class_of_individual> that indicates a participating role in an <activity>.
EXAMPLE Performer and pumper are examples of <participating_role_and_domain>.

EXPRESS specification:

ENTITY participating_role_and_domain
SUBTYPE OF ( role_and_domain, class_of_individual);
END_ENTITY;

References (3):

Name Type Referred through Express-G
class_of_individual Entity
Subtype
Diagram 7
class_of_participation Entity
Attribute 'class_of_part'
Diagram 10
role_and_domain Entity
Subtype
Diagram 13

Inheritance graph

ENTITY participating_role_and_domain;
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 role_and_domain;
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_individual;
ENTITY participating_role_and_domain;
END_ENTITY;