Navigation

class_of_relationship_with_related_end_1

A <class_of_relationship_with_related_end_1> is a <class_of_relationship> where a particular <thing> is related in the <class_of_relationship>, rather than the members of a <class>. The related <thing> plays the <role_and_domain> indicated by the class_of_end_1 attribute.
EXAMPLE Products manufactured by Bloggs & Co is a <class_of_relationship> that points to Bloggs & Co as the related <thing>.

EXPRESS specification:

ENTITY class_of_relationship_with_related_end_1
SUBTYPE OF ( class_of_relationship);
related  :  thing;
END_ENTITY;

Attribute definitions:

related  :  The particular <thing> that is related, and not some member of the <class> it may refer to.

References (1):

Name Type Referred through Express-G
class_of_relationship Entity
Subtype
Diagram 12

Inheritance graph

ENTITY class_of_relationship_with_related_end_1;
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_relationship_with_related_end_1;
related  :  thing;
END_ENTITY;