Navigation

recognition

A <recognition> is a <relationship> that indicates that a <thing> is recognized through an <activity>.
EXAMPLE Measurement activity #358 recognized that the room was a member of the 20 Celsius <property>.

EXPRESS specification:

ENTITY recognition
SUBTYPE OF ( relationship);
recognized  :  thing;
recognizing  :  activity;
END_ENTITY;

Attribute definitions:

recognized  :  The <thing> that is recognized by the <activity>.
recognizing  :  The <activity> that results in the recognition.

References (1):

Name Type Referred through Express-G
relationship Entity
Subtype
Diagram 11

Inheritance graph

ENTITY recognition;
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 recognition;
recognized  :  thing;
recognizing  :  activity;
END_ENTITY;