Navigation

responsibility_for_representation

A <responsibility_for_representation> is a <relationship> that indicates that the controller <possible_individual> administers the controlled <representation_of_thing>.
EXAMPLE The responsibility for the administration of this standard lies with ISO.

EXPRESS specification:

ENTITY responsibility_for_representation
SUBTYPE OF ( relationship);
controlled  :  representation_of_thing;
controller  :  possible_individual;
END_ENTITY;

Attribute definitions:

controlled  :  the <representation_of_thing> controlled in the <responsibility_for_representation>.
controller  :  the <possible_individual> that is the controller in the <responsibility_for_representation>.

References (1):

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

Inheritance graph

ENTITY responsibility_for_representation;
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 responsibility_for_representation;
controlled  :  representation_of_thing;
controller  :  possible_individual;
END_ENTITY;