Navigation

intended_role_and_domain

An <intended_role_and_domain> is a <relationship> that indicates the <role_and_domain> some temporal part of the <possible_individual> is intended to take with respect to some <activity>.
EXAMPLE Some <possible_individual> that is classified as a pump is intended to play the <role_and_domain> of a performer in some pumping activity.

EXPRESS specification:

ENTITY intended_role_and_domain
SUBTYPE OF ( relationship);
played  :  role_and_domain;
player  :  possible_individual;
END_ENTITY;

Attribute definitions:

played  :  The <role_and_domain> that is intended to be played by the referenced <possible_individual>.
player  :  The <possible_individual> that is intended to play the referenced <role_and_domain>

References (1):

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

Inheritance graph

ENTITY intended_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 relationship;
ENTITY intended_role_and_domain;
played  :  role_and_domain;
player  :  possible_individual;
END_ENTITY;