Navigation

property

A <property> is a <class_of_individual> that is a member of a continuum of a <class_of_property>. The <property> may be quantified by mapping to a number on a scale.
NOTE 1 A member of a <property> is a <possible_individual> that has the same degree or magnitude of the quality or characteristic represented by the <property> as other members.
NOTE 2 The types of characteristic or quality, such as temperature or density, are instances of <class_of_property>.
NOTE 3 Duplicate properties (e.g. that map to the same number on the same scale) should not be created within the same data store.
EXAMPLE A particular degree of hotness can be represented as an instance of <property>.

EXPRESS specification:

ENTITY property
SUBTYPE OF ( class_of_individual);
END_ENTITY;

References (11):

Name Type Referred through Express-G
class_of_individual Entity
Subtype
Diagram 7
comparison_of_property Entity
Attribute 'greater_element'
Attribute 'lesser_element'
Diagram 26
indirect_property Entity
Attribute 'property'
Diagram 26
lower_bound_of_property_range Entity
Attribute 'classified'
Diagram 27
multidimensional_property Entity
Supertype
Diagram 26
property_for_shape_dimension Entity
Attribute 'property'
Diagram 29
property_quantification Entity
Attribute 'input'
Diagram 26
shape Entity
Supertype
Diagram 29
specialization_of_individual_dimension_from_property Entity
Attribute 'superclass'
Diagram 29
upper_bound_of_property_range Entity
Attribute 'classified'
Diagram 27

Inheritance graph

ENTITY 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_individual;
ENTITY property;
END_ENTITY;