Navigation

indirect_connection

An <indirect_connection> is a <connection_of_individual> that indicates that side_1 and side_2 are connected via other individuals.
EXAMPLE The relation that indicates that there is a railway connection between the cities of London and Paris can be represented by an instance of <indirect_connection>.

EXPRESS specification:

ENTITY indirect_connection
SUBTYPE OF ( connection_of_individual);
END_ENTITY;

References (1):

Name Type Referred through Express-G
connection_of_individual Entity
Subtype
Diagram 21

Inheritance graph

ENTITY indirect_connection;
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 connection_of_individual;
side_1  :  possible_individual;
side_2  :  possible_individual;
ENTITY indirect_connection;
END_ENTITY;