organization
IRI: https://spec.industrialontologies.org/ontology/construct/Organization
Defined In: https://spec.industrialontologies.org/ontology/core/Core/
SubClass Of: organized group of agents
Class Hierarchy
owl:Thing βΊ bfo:entity βΊ bfo:continuant βΊ bfo:independent continuant βΊ bfo:material entity βΊ bfo:object aggregate βΊ group of agents βΊ organized group of agents βΊ organization
Direct subclasses:
Definition
group of persons that identifies itself by some name and pursues a common set of plans and objectives
Semi-Formal Definition:
every instance of βorganizationβ is defined exactly as an instance of βorganized group of agentsβ that is βdesignated byβ some βorganization identifierβ and that βhas member part at all timesβ one or more βpersonβ
Explanatory Notes
- An organization may have a set of organizational rules that, among other things, prescribe a set of roles and responsibilities its members bear, how important decisions are made, and how members should behave when acting on behalf of the organization.
- As introduced here, the mere gathering of a group of persons does not imply the existence of an organization, unless and until such members agree to form an organization and have agreed to a common set of objectives as mentioned in point 1.
Usage Notes
Members of organizations are people or other organizations. However, an organization may be composed of several sub-organizations (e.g., departments). This composition should be modeled through βproper continuant partβ relations.
Examples
- goverment, a company, a political party, a city goverment, yakuza, department, division
Adapted From
- https://spec.edmcouncil.org/fibo/ontology/FND/Organizations/Organizations/Organization
Formal Axioms
First-Order Logic Definition
Organization(x) β OrganizedGroupOfAgents(x) β§ βpβi(Person(p) β§OrganizationIdentifier(i) β§ designatedBy(x,i) β§ hasMemberPartAtAllTimes(x,p))
First-Order Logic Axioms
Organization(x) β βy(hasMemberPartAtSomeTime(x,y) β (Person(y) β¨ Organization(y))) β§ βz(hasProperContinuantPartAtSomeTime(x,z) β Organization(z))
Semi-Formal Natural Language Axioms
if x is an βorganizationβ then whenever x βhas member part at some timeβ y that y must be a βpesonβ or βorganizationβ and whenever x βhas proper continuant part at some timeβ z that z must be a βorganizationβ
Description Logic
constr:Organization β‘ constr:OrganizedGroupOfAgents β β bfo:has_member_part_at_all_times .constr:Person β β constr:designatedBy .constr:OrganizationIdentifier
constr:Organization β constr:OrganizedGroupOfAgents
constr:Organization β β bfo:has_proper_continuant_part_at_some_time .constr:Organization
constr:Organization β β bfo:has_member_part_at_some_time .(constr:Organization β constr:Person)
constr:Organization β constr:EngineeredSystem β β₯
constr:Organization β constr:MaterialArtifact β β₯
EquivalentTo: constr:OrganizedGroupOfAgents and bfo:has_member_part_at_all_times some constr:Person and constr:designatedBy some constr:OrganizationIdentifier
SubClassOf: constr:OrganizedGroupOfAgents
SubClassOf: bfo:has_proper_continuant_part_at_some_time only constr:Organization
SubClassOf: bfo:has_member_part_at_some_time only (constr:Organization or constr:Person)
constr:Organization DisjointWith: (constr:EngineeredSystem, constr:MaterialArtifact)