employment occupation
- CURIE:
gmeow:employmentOccupation - IRI: https://blackcatinformatics.ca/gmeow/employmentOccupation
- Category: property
- Defined by:
gmeow:slices/employment - Box roles: RBox role (What is this?)
The occupation associated with this employment, drawn from an open vocabulary such as ESCO or SOC. Functional: an employment maps to one canonical occupation; an agent with several occupations has several employment records.
Structure
Property shape: object property; gmeow:Employment -> gmeow:Occupation; functional
Practical Pattern
Use gmeow:employmentOccupation from gmeow:Employment to gmeow:Occupation 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.
Job
- Source:
slices/extensions/employment/examples/job.ttl - Examples catalog: open in catalog#example-slices-extensions-employment-examples-job
# SPDX-FileCopyrightText: 2026 Blackcat Informatics® Inc. <paudley@blackcatinformatics.ca>
# SPDX-License-Identifier: CC-BY-4.0
#
# Worked example: employment specializes membership. A gmeow:Employment is
# a gmeow:Membership (the person is a member of the employer), refined with the
# facets a job adds: an open gmeow:employmentType (full-time / contract / intern /
# volunteer …), a gmeow:employmentSeniority, the gmeow:employmentOccupation it
# realizes, and its gmeow:employmentInterval. The seat-vs-sitter discipline from
# the organization slice still holds — this is the SITTER's tenure, distinct from
# any Post it may fill.
@prefix gmeow: <https://blackcatinformatics.ca/gmeow/> .
@prefix ex: <https://blackcatinformatics.ca/gmeow/examples/employment/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
# --- The employment: a membership of Acme, refined with employment facets.
ex:job a gmeow:Employment ;
gmeow:membershipMember ex:dana ;
gmeow:membershipOrganization ex:acme ;
gmeow:employmentType gmeow:employmentTypeFullTime ;
gmeow:employmentSeniority gmeow:senioritySenior ;
gmeow:employmentOccupation ex:engineer .
Common Companion Terms
gmeow:Employment, gmeow:Occupation
External Equivalences
Equivalent or closely aligned targets: esco
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:employmentOccupation |
equivalence | - |
skos:closeMatch | esco:occupation | gmeow-employment.sssom.tsv; gmeow:eqEmployment040; confidence 0.9 |