Navigation

specialization_of_individual_dimension_from_property

A <specialization_of_individual_dimension_from_property> is a <specialization> that indicates the members of the dimension are members of the property.
EXAMPLE A diameter of 10m is a length of 10m.

EXPRESS specification:

ENTITY specialization_of_individual_dimension_from_property
SUBTYPE OF ( specialization);
SELF\specialization.subclass  :  individual_dimension;
SELF\specialization.superclass  :  property;
END_ENTITY;

Attribute definitions:

subclass  :  The <individual_dimension> that is the specialization.
superclass  :  The <property> that is the generalization.

References (1):

Name Type Referred through Express-G
specialization Entity
Subtype
Diagram 2

Inheritance graph

ENTITY specialization_of_individual_dimension_from_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 relationship;
ENTITY specialization;
ENTITY specialization_of_individual_dimension_from_property;
subclass  :  individual_dimension;
superclass  :  property;
END_ENTITY;