Navigation

identification

An <identification> is a <representation_of_thing> that indicates that the <possible_individual> is an identifier for the <thing> identified.
EXAMPLE 1 The relationship between the text "P101" on a printed copy of a pump data sheet and the applicable <functional_physical_object> is an example of <identification>.
EXAMPLE 2 The relationship between a name tag and an employee wearing it is an example of <identification>.

EXPRESS specification:

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