organization type
- CURIE:
gmeow:organizationType - IRI: https://blackcatinformatics.ca/gmeow/organizationType
- Category: property
- Defined by:
gmeow:slices/organization - Box roles: RBox role (What is this?)
The kind(s) of an organization (one or more gmeow:OrganizationType individuals). Non-functional: a single organization may be both a company and an educational institution, and competing classifications coexist as standpoint-indexed claims (Principle 9).
Structure
Property shape: object property; gmeow:Organization -> gmeow:OrganizationType
Practical Pattern
Use gmeow:organizationType from gmeow:Organization to gmeow:OrganizationType 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
# --- The company and a structural sub-organization.
ex:acme a gmeow:Organization ;
gmeow:name "Acme Robotics Inc."@en ;
gmeow:organizationType gmeow:organizationTypeCompany .
ex:engineering a gmeow:Organization ;
gmeow:name "Engineering Division"@en ;
gmeow:organizationType gmeow:organizationTypeCompany ;
gmeow:subOrganizationOf ex:acme .
Common Companion Terms
gmeow:Organization, gmeow:OrganizationType
Projects To
| Profile | External Targets |
|---|---|
schema-org |
schema |
Linkages
Generated from the canonical mapping DSL. SSSOM files are the generated public interchange form for term equivalences.
Projection Coverage
| Source | Kind | Profile | Predicate/Relation | Target | Evidence |
|---|---|---|---|---|---|
gmeow:organizationType |
projection | schema-org |
projects to / = | schema:Corporation, schema:EducationalOrganization, schema:GovernmentOrganization, schema:NGO, schema:Organization, schema:Project | gmeow:mapSchemaOrganizationType; transform gmeow:fnOrganizationTypeToClass |
Usage Advice
Use when
- Use to tag the kind(s) of an organization by referencing
gmeow:OrganizationTypevalue individuals — company, nonprofit, government body, association, collaboration.
Avoid when
- Avoid expressing the kind as an rdfs:type subclass (it is a value, not a class — Principle 9) and avoid forcing one kind — multiple and competing classifications coexist as standpoint-indexed claims.
How to use
- Attach one or more
gmeow:organizationTypetriples referencinggmeow:OrganizationTypeindividuals; carry competing classifications withgmeow:accordingToon the statement.