-
Notifications
You must be signed in to change notification settings - Fork 1
offering
hqdmTop edited this page Feb 1, 2024
·
6 revisions
A
class_of_offer
that is for aclass_of_individual
, at aprice
, by aparty
, for aperiod_of_time
.
-
class_of_offered
: A relationship type where anoffering
has exactly oneclass_of_individual
somemember_of
which is offered. -
consideration_by_class
: A relationship type where anoffering
has exactly oneprice
at which theoffering
is made. -
offeror
: A relationship type where anoffering
has exactly oneparty
who makes theoffering
. -
period_offered
: A relationship that is exactly oneperiod_of_time
for which theoffering
is valid.
ENTITY offering
SUBTYPE OF(class_of_offer);
class_of_offered : class_of_individual;
consideration_by_class : price;
offeror : party;
period_offered : period_of_time;
END_ENTITY;
Inheritance Graph
ENTITY offering;
ENTITY thing;
member__of : OPTIONAL SET [1:?] OF class;
ENTITY abstract_object;
ENTITY class;
member_of : OPTIONAL SET [1:?] OF class_of_class;
has_superclass : OPTIONAL SET [1:?] OF class;
ENTITY class_of_spatio_temporal_extent;
member_of_ : OPTIONAL SET [1:?] OF class_of_class_of_spatio_temporal_extent;
part__of_by_class : OPTIONAL SET [1:?] OF class_of_spatio_temporal_extent;
INVERSE
consists__of_by_class : SET [1:?] OF class_of_spatio_temporal_extent FOR part__of_by_class;
ENTITY class_of_state;
ENTITY class_of_individual;
ENTITY thing;
member__of : OPTIONAL SET [1:?] OF class;
ENTITY abstract_object;
ENTITY class;
member_of : OPTIONAL SET [1:?] OF class_of_class;
has_superclass : OPTIONAL SET [1:?] OF class;
ENTITY class_of_spatio_temporal_extent;
member_of_ : OPTIONAL SET [1:?] OF class_of_class_of_spatio_temporal_extent;
part__of_by_class : OPTIONAL SET [1:?] OF class_of_spatio_temporal_extent;
INVERSE
consists__of_by_class : SET [1:?] OF class_of_spatio_temporal_extent FOR part__of_by_class;
ENTITY class_of_state;
ENTITY class_of_state_of_activity;
ENTITY class_of_activity;
ENTITY thing;
member__of : OPTIONAL SET [1:?] OF class;
ENTITY abstract_object;
ENTITY class;
member_of : OPTIONAL SET [1:?] OF class_of_class;
has_superclass : OPTIONAL SET [1:?] OF class;
ENTITY class_of_spatio_temporal_extent;
member_of_ : OPTIONAL SET [1:?] OF class_of_class_of_spatio_temporal_extent;
part__of_by_class : OPTIONAL SET [1:?] OF class_of_spatio_temporal_extent;
INVERSE
consists__of_by_class : SET [1:?] OF class_of_spatio_temporal_extent FOR part__of_by_class;
ENTITY class_of_state;
ENTITY class_of_individual;
ENTITY thing;
member__of : OPTIONAL SET [1:?] OF class;
ENTITY abstract_object;
ENTITY class;
member_of : OPTIONAL SET [1:?] OF class_of_class;
has_superclass : OPTIONAL SET [1:?] OF class;
ENTITY class_of_spatio_temporal_extent;
member_of_ : OPTIONAL SET [1:?] OF class_of_class_of_spatio_temporal_extent;
part__of_by_class : OPTIONAL SET [1:?] OF class_of_spatio_temporal_extent;
INVERSE
consists__of_by_class : SET [1:?] OF class_of_spatio_temporal_extent FOR part__of_by_class;
ENTITY class_of_state;
ENTITY class_of_state_of_intentionally_constructed_object;
ENTITY class_of_intentionally_constructed_object;
ENTITY thing;
member__of : OPTIONAL SET [1:?] OF class;
ENTITY abstract_object;
ENTITY class;
member_of : OPTIONAL SET [1:?] OF class_of_class;
has_superclass : OPTIONAL SET [1:?] OF class;
ENTITY class_of_spatio_temporal_extent;
member_of_ : OPTIONAL SET [1:?] OF class_of_class_of_spatio_temporal_extent;
part__of_by_class : OPTIONAL SET [1:?] OF class_of_spatio_temporal_extent;
INVERSE
consists__of_by_class : SET [1:?] OF class_of_spatio_temporal_extent FOR part__of_by_class;
ENTITY class_of_state;
ENTITY class_of_state_of_intentionally_constructed_object;
ENTITY class_of_state_of_socially_constructed_object;
ENTITY class_of_socially_constructed_object;
ENTITY class_of_socially_constructed_activity;
part_of_by_class : OPTIONAL SET [1:?] OF class_of_reaching_agreement;
part_of_by_class_ : OPTIONAL SET [1:?] OF class_of_agreement_execution;
ENTITY class_of_offer;
ENTITY offering;
class_of_offered : class_of_individual;
consideration_by_class : price;
offeror : party;
period_offered : period_of_time;
END_ENTITY;