Navigation

class_of_individual

A <class_of_individual> is a class whose members are instances of <possible_individual>.
EXAMPLE The class known as 'engineer', whose members are people qualified or skilled in engineering principles and practices can be represented by an instance of <class_of_individual>.

EXPRESS specification:

ENTITY class_of_individual
SUPERTYPE OF (ONEOF(class_of_event, class_of_arranged_individual, property, status, class_of_period_in_time, individual_dimension) ANDOR participating_role_and_domain)
SUBTYPE OF ( class);
END_ENTITY;

References (23):

Name Type Referred through Express-G
class Entity
Subtype
Diagram 2
class_of_approval Entity
Attribute 'class_of_approver'
Diagram 23
class_of_arranged_individual Entity
Supertype
Diagram 8
class_of_cause_of_beginning_of_class_of_individual Entity
Attribute 'class_of_begun'
Diagram 10
class_of_cause_of_ending_of_class_of_individual Entity
Attribute 'class_of_ended'
Diagram 10
class_of_composition_of_individual Entity
Attribute 'class_of_part'
Attribute 'class_of_whole'
Diagram 7
class_of_connection_of_individual Entity
Attribute 'class_of_side_1'
Attribute 'class_of_side_2'
Diagram 21
class_of_event Entity
Supertype
Diagram 7
class_of_indirect_property Entity
Attribute 'class_of_possessor'
Diagram 26
class_of_individual_used_in_connection Entity
Attribute 'class_of_usage'
Diagram 21
class_of_intended_role_and_domain Entity
Attribute 'class_of_player'
Diagram 24
class_of_period_in_time Entity
Supertype
Diagram 7
class_of_possible_role_and_domain Entity
Attribute 'class_of_player'
Diagram 24
class_of_relative_location Entity
Attribute 'class_of_located'
Attribute 'class_of_locator'
Diagram 22
class_of_temporal_sequence Entity
Attribute 'class_of_predecessor'
Attribute 'class_of_successor'
Diagram 22
individual_dimension Entity
Supertype
Diagram 29
participating_role_and_domain Entity
Supertype
Diagram 13
property Entity
Supertype
Diagram 26
status Entity
Supertype
Diagram 7

Inheritance graph

ENTITY class_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 class;
ENTITY class_of_individual;
END_ENTITY;