employment type
- CURIE:
gmeow:employmentType - IRI: https://blackcatinformatics.ca/gmeow/employmentType
- Category: property
- Defined by:
gmeow:slices/employment - Box roles: RBox role (What is this?)
The kind of employment — one of the open gmeow:EmploymentType values. Functional: an employment has one canonical type at a time; a change of type is a new employment record or a standpoint-indexed claim.
Structure
Property shape: object property; gmeow:Employment -> gmeow:EmploymentType; functional
Practical Pattern
Use gmeow:employmentType from gmeow:Employment to gmeow:EmploymentType 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:EmploymentType
Projects To
| Profile | External Targets |
|---|---|
resume |
schema |
External Equivalences
Equivalent or closely aligned targets: 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:employmentType |
equivalence | - |
skos:closeMatch | schema:employmentType | gmeow-employment.sssom.tsv; gmeow:eqEmployment003; confidence 0.85 |
Projection Coverage
| Source | Kind | Profile | Predicate/Relation | Target | Evidence |
|---|---|---|---|---|---|
gmeow:employmentType |
projection | resume |
projects to / <= | schema:employmentType | gmeow:mapResumeEmploymentType; confidence 0.85; lossy: the EmploymentType value vocabulary individual collapses to its rdfs:label string; the structural type distinction is lost |