Navigation

arranged_individual

An <arranged_individual> is a <possible_individual> that has parts that play distinct roles with respect to the whole. The qualities of an <arranged_individual> are distinct from the qualities of its parts.
EXAMPLE 1 The vessel with serial number V-1234 is an <arranged_individual>.
EXAMPLE 2 The company Bloggs & Co. is an <arranged_individual>.
EXAMPLE 3 A laptop computer that consists of the main unit with its removable CD-ROM and floppy disk drives and power supply cables is an <arranged_individual>.

EXPRESS specification:

ENTITY arranged_individual
SUBTYPE OF ( possible_individual);
END_ENTITY;

References (2):

Name Type Referred through Express-G
arrangement_of_individual Entity
Attribute 'whole'
Diagram 6
possible_individual Entity
Subtype
Diagram 6

Inheritance graph

ENTITY arranged_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 possible_individual;
ENTITY arranged_individual;
END_ENTITY;