sub-organization of
- CURIE:
gmeow:subOrganizationOf - IRI: https://blackcatinformatics.ca/gmeow/subOrganizationOf
- Category: property
- Defined by:
gmeow:slices/organization - Box roles: RBox role (What is this?)
Relates an organization to a larger organization it is part of — a department or division within a company, a team within a department. Transitive (a team is part of the company through its division). A specialization of the universal gmeow:partOf spine. A department is thus a first-class gmeow:Organization, and a gmeow:Membership may target it directly. The 'department' field is the sub-organization a person's membership is in.
Structure
Property shape: object property; gmeow:Organization -> gmeow:Organization
Sub-property of: gmeow:partOf
Practical Pattern
Use gmeow:subOrganizationOf from gmeow:Organization to gmeow:Organization when the relationship itself belongs in the native GMEOW graph.
Example Snippets
These snippets are generated from canonical slice examples and trimmed to the Turtle blocks where this term appears.
Post And Membership
- Source:
slices/core/organization/examples/post-and-membership.ttl - Examples catalog: open in catalog#example-slices-core-organization-examples-post-and-membership
ex:engineering a gmeow:Organization ;
gmeow:name "Engineering Division"@en ;
gmeow:organizationType gmeow:organizationTypeCompany ;
gmeow:subOrganizationOf ex:acme .
Agent Sortals
- Source:
slices/core/entities/examples/agent-sortals.ttl - Examples catalog: open in catalog#example-slices-core-entities-examples-agent-sortals
# --- Group: a collection of agents treated as a unit WITHOUT the formal
# structure of an organization. Sub-organization decomposition would instead
# use gmeow:subOrganizationOf in the organization slice.
ex:platformTeam a gmeow:Group ;
gmeow:name "Platform team"@en ;
gmeow:description "An informal cross-functional working group, not a legal sub-organization."@en .
Common Companion Terms
gmeow:partOf, gmeow:Organization
Projects To
| Profile | External Targets |
|---|---|
org |
org |
schema-org |
schema |
External Equivalences
Equivalent or closely aligned targets: org, schema
Linkages
Generated from the canonical mapping DSL. SSSOM files are the generated public interchange form for term equivalences.
Term Equivalences
| Source | Kind | Profile | Predicate/Relation | Target | Evidence |
|---|---|---|---|---|---|
gmeow:subOrganizationOf |
equivalence | - |
owl:equivalentProperty | org:subOrganizationOf | gmeow-properties.sssom.tsv; gmeow:eqProperties041; confidence 0.9 |
gmeow:subOrganizationOf |
equivalence | - |
owl:equivalentProperty | schema:parentOrganization | gmeow-properties.sssom.tsv; gmeow:eqProperties042; confidence 0.9 |
Projection Coverage
| Source | Kind | Profile | Predicate/Relation | Target | Evidence |
|---|---|---|---|---|---|
gmeow:subOrganizationOf |
projection | org |
projects to / = | org:subOrganizationOf | gmeow:mapOrgSubOrganizationOf; confidence 0.95 |
gmeow:subOrganizationOf |
projection | schema-org |
projects to / <= | schema:department | gmeow:mapSchemaDepartment; confidence 1; lossy: the subOrganizationOf hierarchy and any contested succession/standpoint claims collapse to a flat schema:department edge; transform gmeow:fnSubOrgToDepartment |
gmeow:subOrganizationOf |
projection | schema-org |
projects to / <= | schema:subOrganization | gmeow:mapSchemaSubOrganization; confidence 0.95; lossy: the inverse reading: the parent gains schema:subOrganization pointing at each child |
Usage Advice
Use when
- Use to nest one organization inside a larger one — a department in a company, a team in a department — so the organizational part/whole hierarchy and membership propagation hold.
Avoid when
- Avoid the generic
gmeow:partOffor organizational nesting (assert this and letgmeow:partOffollow) and avoid it for non-organizational containment (gmeow:containedInLocationfor places); contested succession claims coexist viagmeow:accordingTo(Principle 9).
How to use
- Assert
gmeow:subOrganizationOffrom the sub-organization to its parent and let transitivity build the hierarchy; target a department directly withgmeow:membershipOrganizationso thegmeow:memberOfproperty chain infers parent membership.
Examples
- ex:acmeFinance
gmeow:subOrganizationOfex:acme.
Published Alignment Graph
Alignments
| Relation | Target |
|---|---|
equivalentProperty | org:subOrganizationOf |
equivalentProperty | schema:parentOrganization |