Navigation

description

A <description> is a <representation_of_thing> that indicates that the <possible_individual> describes the <thing>.
EXAMPLE A copy of the Piping and Instrumentation Diagram for Crude Distillation Unit 1 at refinery X has a <description> relationship with the plant.

EXPRESS specification:

ENTITY description
SUBTYPE OF ( representation_of_thing);
END_ENTITY;

References (1):

Name Type Referred through Express-G
representation_of_thing Entity
Subtype
Diagram 16

Inheritance graph

ENTITY description;
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 representation_of_thing;
represented  :  thing;
sign  :  possible_individual;
ENTITY description;
END_ENTITY;