representation_by_sign - hqdmTop/hqdmFramework GitHub Wiki
An
associationof asignand arecognizing_language_communitythat recognizes thesignas representing something.
-
represents: A relationship type where arepresentation_by_signrepresentsone or morething. -
member_of: Amember_ofrelationship type where therepresentation_by_signmay be amember_ofone or moreclass_of_representation. -
member_of_: Amember_ofrelationship type where therepresentation_by_signmust be amember_ofexactly onerepresentation_by_pattern. -
consists_of_: Aconsists_ofrelationship type where arepresentation_by_signconsists of one or morerecognizing_language_community. -
consists_of: Aconsists_ofrelationship type where one or moresignis used in therepresentation_by_sign.

ENTITY representation_by_sign
SUBTYPE OF(association);
represents : SET [1:?] OF thing;
SELF\association.member_of : OPTIONAL SET [1:?] OF class_of_representation;
member_of_ : SET [1:1] OF representation_by_pattern;
INVERSE
consists_of_ : SET [1:?] OF recognizing_language_community FOR participant_in;
consists_of : SET [1:?] OF sign FOR participant_in;
END_ENTITY;
Inheritance Graph
ENTITY representation_by_sign;
ENTITY thing;
member__of : OPTIONAL SET [1:?] OF class;
ENTITY spatio_temporal_extent;
part__of : OPTIONAL SET [1:?] OF spatio_temporal_extent;
beginning : OPTIONAL event;
ending : OPTIONAL event;
part_of_possible_world : SET [1:?] OF possible_world;
temporal__part_of : OPTIONAL SET [1:?] OF spatio_temporal_extent;
aggregated_into : OPTIONAL SET [1:?] OF spatio_temporal_extent;
INVERSE
consists__of : SET OF spatio_temporal_extent FOR part__of;
ENTITY state;
ENTITY individual;
ENTITY thing;
member__of : OPTIONAL SET [1:?] OF class;
ENTITY spatio_temporal_extent;
part__of : OPTIONAL SET [1:?] OF spatio_temporal_extent;
beginning : OPTIONAL event;
ending : OPTIONAL event;
part_of_possible_world : SET [1:?] OF possible_world;
temporal__part_of : OPTIONAL SET [1:?] OF spatio_temporal_extent;
aggregated_into : OPTIONAL SET [1:?] OF spatio_temporal_extent;
INVERSE
consists__of : SET OF spatio_temporal_extent FOR part__of;
ENTITY state;
ENTITY state_of_association;
temporal_part_of : OPTIONAL SET [1:?] OF association;
member_of : OPTIONAL SET [1:?] OF class_of_state_of_association;
ENTITY association;
member_of_kind : SET [1:?] OF kind_of_association;
INVERSE
consists_of_participant : SET [1:?] OF participant FOR participant_in;
ENTITY representation_by_sign;
represents : SET [1:?] OF thing;
member_of : OPTIONAL SET [1:?] OF class_of_representation;
member_of_ : SET [1:1] OF representation_by_pattern;
INVERSE
consists_of_ : SET [1:?] OF recognizing_language_community FOR participant_in;
consists_of : SET [1:?] OF sign FOR participant_in;
END_ENTITY;