Navigation

class_of_property

A <class_of_property> is a <class_of_class_of_individual> whose members are instances of <property>.
EXAMPLE 'Temperature' is an example of <class_of_property>.

EXPRESS specification:

ENTITY class_of_property
SUPERTYPE OF (ONEOF(property_space, enumerated_property_set))
SUBTYPE OF ( class_of_class_of_individual);
END_ENTITY;

References (3):

Name Type Referred through Express-G
class_of_class_of_individual Entity
Subtype
Diagram 7
enumerated_property_set Entity
Supertype
Diagram 27
property_space Entity
Supertype
Diagram 27

Inheritance graph

ENTITY class_of_property;
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_abstract_object;
ENTITY class_of_class;
ENTITY class_of_class_of_individual;
ENTITY class_of_property;
END_ENTITY;