Skip to content

beginning_of_ownership

GCHQDeveloper42 edited this page Mar 27, 2023 · 3 revisions

Beginning of Ownership

An event that is the beginning of an ownership association.

EXPRESS Specification

Diagram 35

Schema

ENTITY beginning_of_ownership
  SUBTYPE OF(event);
END_ENTITY;
Inheritance Graph

ENTITY beginning_of_ownership;
  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 event;
    member_of              : OPTIONAL SET [1:?] OF class_of_event;
  ENTITY beginning_of_ownership;
END_ENTITY;
Clone this wiki locally