Navigation

class_of_information_representation

A <class_of_information_representation> is a <class_of_arranged_individual> that defines a pattern that represents information.
EXAMPLE The texts formed with the pattern of characters 's' concatenated with 'u' concatenated with 'n' are members of the 'sun' <class_of_information_representation>.

EXPRESS specification:

ENTITY class_of_information_representation
SUPERTYPE OF (ONEOF(class_of_EXPRESS_information_representation, representation_of_Gregorian_date_and_UTC_time))
SUBTYPE OF ( class_of_arranged_individual);
END_ENTITY;

References (10):

Name Type Referred through Express-G
class_of_EXPRESS_information_representation Entity
Supertype
Diagram 18
class_of_arranged_individual Entity
Subtype
Diagram 8
class_of_namespace Entity
Attribute 'class_of_part'
Diagram 20
class_of_representation_of_thing Entity
Attribute 'pattern'
Diagram 17
class_of_representation_translation Entity
Attribute 'class_of_first'
Attribute 'class_of_second'
Diagram 17
namespace Entity
Attribute 'class_of_part'
Attribute 'class_of_whole'
Diagram 20
representation_of_Gregorian_date_and_UTC_time Entity
Supertype
Diagram 18
thing Entity
Attribute 'why_deleted'
Diagram 1

Inheritance graph

ENTITY class_of_information_representation;
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;
ENTITY class_of_information_representation;
END_ENTITY;