Navigation

containment_of_individual

A <containment_of_individual> is a <relative_location> where the located <possible_individual> is contained by the locator <possible_individual> but is not part of it.
EXAMPLE The contents of a vessel being inside the vessel can be represented by an instance of <containment_of_individual>.
NOTE Containment is distinct from composition; in composition the whole consists of all of its part, with containment, what is contained is not a part of the container.

EXPRESS specification:

ENTITY containment_of_individual
SUBTYPE OF ( relative_location);
END_ENTITY;

References (1):

Name Type Referred through Express-G
relative_location Entity
Subtype
Diagram 22

Inheritance graph

ENTITY containment_of_individual;
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;
ENTITY containment_of_individual;
END_ENTITY;