joining an organization (JoiningAnOrganization)
The OrganizationalProcess of
becoming a member of an Organization.
Ontology
SUMO / PROCESSESSuperclass(es)
Subclass(es)
matriculation
hiring
Coordinate term(s)
leaving an organization
managing
political process
regulatory process
religious process
Related WordNet synsets
- join, fall in, get together
- become part of; become a member of a group or organization; "He joined the Communist Party as a young man"
See more related synsets on a separate page.
Axioms (2)
If join is an instance of joining an organization and org is an instance of organization and join is an agent of org and person is a patient of join, then person is a member of org immediately after "the time of existence of join".
(=>
(and
(instance ?JOIN JoiningAnOrganization)
(instance ?ORG Organization)
(agent ?JOIN ?ORG)
(patient ?JOIN ?PERSON))
(holdsDuring
(ImmediateFutureFn
(WhenFn ?JOIN))
(member ?PERSON ?ORG)))
leaving an organization is disjoint from joining an organization.
(disjoint LeavingAnOrganization JoiningAnOrganization)