Navigation

class_of_arranged_individual

A <class_of_arranged_individual> is a <class_of_individual> whose members are an arrangement of components.
EXAMPLE Robocop is a <class_of_arranged_individual> that has some parts that are members of some <class_of_inanimate_physical_object> and parts that are members of some <class_of_organism>.
NOTE 1 The ONEOF constraint on some of the subtypes does not prevent a particular <possible_individual> from being, say, a member of a particular <arranged_individual> classified by <class_of_biological_matter> and a member of a particular <class_of_composite_material>. It is only the classes themselves that are not members of more than one of the entity types.
NOTE 2 Specifications or descriptions of useful objects are often intersections of several arrangement classes, allowing both shape and material aspects to be constrained. In this part of ISO 15926, such intersections are members of <class_of_arranged_individual>, <class_of_feature>, <class_of_inanimate_physical_object>, <class_of_organization>, <class_of_activity>, <class_of_organism>, or <class_of_information_object>.

EXPRESS specification:

ENTITY class_of_arranged_individual
SUPERTYPE OF (ONEOF(class_of_atom, phase, class_of_biological_matter, class_of_functional_object, class_of_compound, class_of_molecule, class_of_composite_material, crystalline_structure, class_of_sub_atomic_particle, class_of_information_presentation, class_of_information_representation, class_of_particulate_material) ANDOR class_of_organization ANDOR class_of_activity ANDOR class_of_information_object ANDOR class_of_feature ANDOR ONEOF(class_of_organism, class_of_inanimate_physical_object))
SUBTYPE OF ( class_of_individual);
END_ENTITY;

References (20):

Name Type Referred through Express-G
class_of_activity Entity
Supertype
Diagram 10
class_of_arrangement_of_individual Entity
Attribute 'class_of_whole'
Diagram 7
class_of_atom Entity
Supertype
Diagram 8
class_of_biological_matter Entity
Supertype
Diagram 8
class_of_composite_material Entity
Supertype
Diagram 8
class_of_compound Entity
Supertype
Diagram 8
class_of_feature Entity
Supertype
Diagram 8
class_of_functional_object Entity
Supertype
Diagram 8
class_of_inanimate_physical_object Entity
Supertype
Diagram 8
class_of_individual Entity
Subtype
Diagram 7
class_of_information_object Entity
Supertype
Diagram 8
class_of_information_presentation Entity
Supertype
Diagram 8
class_of_information_representation Entity
Supertype
Diagram 17
class_of_molecule Entity
Supertype
Diagram 8
class_of_organism Entity
Supertype
Diagram 8
class_of_organization Entity
Supertype
Diagram 8
class_of_particulate_material Entity
Supertype
Diagram 8
class_of_sub_atomic_particle Entity
Supertype
Diagram 8
crystalline_structure Entity
Supertype
Diagram 8
phase Entity
Supertype
Diagram 8

Inheritance graph

ENTITY class_of_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 abstract_object;
ENTITY class;
ENTITY class_of_individual;
ENTITY class_of_arranged_individual;
END_ENTITY;