-
Notifications
You must be signed in to change notification settings - Fork 1
offer_for_goods
GCHQDeveloper42 edited this page Mar 27, 2023
·
3 revisions
An
offer
of anexchange_of_goods_and_money
.
-
references
: Areferences
relationship type to exactly oneexchange_of_goods_and_money
offered. -
part_of
: Apart_of
relationship type where anoffer_for_goods
may bepart_of
no more than oneoffer_and_acceptance_for_goods
.
ENTITY offer_for_goods
SUBTYPE OF(offer);
SELF\activity.references : SET [1:1] OF exchange_of_goods_and_money;
SELF\offer.part_of : OPTIONAL SET [1:1] OF offer_and_acceptance_for_goods;
END_ENTITY;
Inheritance Graph
ENTITY offer_for_goods;
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_activity;
temporal_part_of : OPTIONAL SET [1:?] OF activity;
member_of : OPTIONAL SET [1:?] OF class_of_state_of_activity;
ENTITY activity;
determines : OPTIONAL SET [1:?] OF thing;
causes : SET [1:?] OF event;
member_of_kind : SET [1:?] OF kind_of_activity;
INVERSE
consists_of : SET OF activity FOR part_of;
consists_of_participant : SET [1:?] OF participant FOR participant_in;
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_intentionally_constructed_object;
ENTITY intentionally_constructed_object;
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_intentionally_constructed_object;
ENTITY state_of_socially_constructed_object;
member_of : OPTIONAL SET [1:?] OF class_of_state_of_socially_constructed_object;
temporal_part_of : OPTIONAL SET [1:?] OF socially_constructed_object;
ENTITY socially_constructed_object;
member_of : OPTIONAL SET [1:?] OF class_of_socially_constructed_object;
member_of_kind : OPTIONAL SET [1:?] OF kind_of_socially_constructed_object;
ENTITY socially_constructed_activity;
part_of_ : OPTIONAL SET [1:?] OF agreement_execution;
ENTITY offer;
member_of : OPTIONAL SET [1:?] OF class_of_offer;
ENTITY offer_for_goods;
references : SET [1:1] OF exchange_of_goods_and_money;
part_of : OPTIONAL SET [1:1] OF offer_and_acceptance_for_goods;
END_ENTITY;