organization type

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

# --- 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

Avoid when

How to use

Examples