Navigation

class_of_representation_of_thing

A <class_of_representation_of_thing> is a <class_of_relationship> that indicates that all members of the pattern <class_of_information_representation> represent the <thing>.
EXAMPLE The <class_of_relationship> that indicates that occurrences of the pattern denoted by 'London' represent the concept of the capital of the United Kingdom can be represented by an instance of <class_of_information_representation>.

EXPRESS specification:

ENTITY class_of_representation_of_thing
SUBTYPE OF ( class_of_relationship);
pattern  :  class_of_information_representation;
represented  :  thing;
END_ENTITY;

Attribute definitions:

pattern  :  the <class_of_information_representation> whose members represent the referenced <thing>
represented  :  The <thing> that is represented by the members of the referenced <class_of_information_representation>.

References (6):

Name Type Referred through Express-G
class_of_definition Entity
Supertype
Diagram 17
class_of_description Entity
Supertype
Diagram 17
class_of_identification Entity
Supertype
Diagram 17
class_of_relationship Entity
Subtype
Diagram 12
class_of_responsibility_for_representation Entity
Attribute 'class_of_controlled'
Diagram 17
class_of_usage_of_representation Entity
Attribute 'class_of_used'
Diagram 17

Inheritance graph

ENTITY class_of_representation_of_thing;
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_representation_of_thing;
pattern  :  class_of_information_representation;
represented  :  thing;
END_ENTITY;