Navigation

assembly_of_individual

An <assembly_of_individual> is an <arrangement_of_individual> that indicates that the part is connected directly or indirectly to other parts of the whole. The parts and wholes are super-molecular objects.
NOTE Composition of molecules and smaller is represented through instances of class_of_arrangement_of_individual.
EXAMPLE The relation that indicates that a temporal part of an impeller is a part of an assembled pump can be represented by an instance of <assembly_of_individual>.

EXPRESS specification:

ENTITY assembly_of_individual
SUBTYPE OF ( arrangement_of_individual);
END_ENTITY;

References (1):

Name Type Referred through Express-G
arrangement_of_individual Entity
Subtype
Diagram 6

Inheritance graph

ENTITY assembly_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 composition_of_individual;
part  :  possible_individual;
ENTITY arrangement_of_individual;
whole  :  arranged_individual;
ENTITY assembly_of_individual;
END_ENTITY;