employment interval
- CURIE:
gmeow:employmentInterval - IRI: https://blackcatinformatics.ca/gmeow/employmentInterval
- Category: property
- Defined by:
gmeow:slices/employment - Box roles: RBox role (What is this?)
The time interval over which the employment holds. A relator carries its period this way (matching gmeow:participationInterval, gmeow:membershipInterval) rather than via gmeow:duringInterval, which is reserved for gufo:Situation-based time-scoped relations. Open-ended (no end instant) when the employment is current.
Structure
Property shape: object property; gmeow:Employment -> gmeow:TimeInterval
Practical Pattern
Use gmeow:employmentInterval from gmeow:Employment to gmeow:TimeInterval 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#> .
Common Companion Terms
gmeow:Employment, gmeow:TimeInterval
Projects To
| Profile | External Targets |
|---|---|
resume |
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:employmentInterval |
projection | resume |
projects to / <= | schema:endDate | gmeow:mapResumeEndDate; confidence 0.9; lossy: the Employment relator and interval frame collapse to a flat schema:endDate; open-ended employments (no end) emit no endDate |
gmeow:employmentInterval |
projection | resume |
projects to / <= | schema:startDate | gmeow:mapResumeStartDate; confidence 0.9; lossy: the Employment relator (organization, role, compensation, standpoint) and the interval's temporal frame collapse to a flat schema:startDate on the projected EmployeeRole |