Skip to content

agreement_execution

hqdmTop edited this page Feb 1, 2024 · 6 revisions

Agreement Execution

A socially_constructed_activity where two or more parties carry out a course of action previously agreed upon.

Attributes

  • member_of: A member_of relationship type where an agreement_execution may be a member_of one or more class_of_agreement_execution.
  • part_of: A part_of relationship type where an agreement_execution is part_of exactly one agreement_process.

Subtypes

EXPRESS Specification

Diagram 39

Schema

ENTITY agreement_execution
  SUBTYPE OF(socially_constructed_activity);
    SELF\socially_constructed_activity.member_of : OPTIONAL SET [1:?] OF class_of_agreement_execution;
    SELF\socially_constructed_activity.part_of   : SET [1:1] OF agreement_process;
END_ENTITY;
Inheritance Graph

ENTITY agreement_execution;
  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;
    references              : OPTIONAL SET [1:?] OF thing;
    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 agreement_execution;
    member_of               : OPTIONAL SET [1:?] OF class_of_agreement_execution;
    part_of                 : SET [1:1] OF agreement_process;
END_ENTITY;
Clone this wiki locally