Navigation

relative_location

A <relative_location> is a <relationship> that indicates that the position of one <possible_individual> is relative to another.
NOTE The <classification> of the <relative_location> indicates the nature of the <relative_location>, e.g. above, below, beside.
EXAMPLE A being the located relative to B being the locator in a <relative_location> that is classified by the <class_of_relative_location> above, indicates that A is above B.

EXPRESS specification:

ENTITY relative_location
SUBTYPE OF ( relationship);
located  :  possible_individual;
locator  :  possible_individual;
END_ENTITY;

Attribute definitions:

located  :  The <possible_individual> that is located.
locator  :  The <possible_individual> that is the reference location for the located <possible_individual>.

References (2):

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

Inheritance graph

ENTITY relative_location;
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 relative_location;
located  :  possible_individual;
locator  :  possible_individual;
END_ENTITY;