interval during
- CURIE:
gmeow:intervalDuring - IRI: https://blackcatinformatics.ca/gmeow/intervalDuring
- Category: property
- Defined by:
gmeow:slices/temporal - Box roles: RBox role (What is this?)
Allen DURING: this interval's extent falls strictly within the related interval's extent. Transitive. Inverse of gmeow:intervalContains. (= time:intervalDuring)
Structure
Property shape: object property; gmeow:TimeInterval -> gmeow:TimeInterval
Practical Pattern
Use gmeow:intervalDuring from gmeow:TimeInterval to gmeow:TimeInterval when the relationship itself belongs in the native GMEOW graph.
Common Companion Terms
Projects To
| Profile | External Targets |
|---|---|
owl-time |
time |
External Equivalences
Equivalent or closely aligned targets: time
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:intervalDuring |
equivalence | - |
skos:closeMatch | time:intervalDuring | gmeow-temporal.sssom.tsv; gmeow:eqTemporal048; confidence 0.95 |
Projection Coverage
| Source | Kind | Profile | Predicate/Relation | Target | Evidence |
|---|---|---|---|---|---|
gmeow:intervalDuring |
projection | owl-time |
projects to / <= | time:intervalDuring | gmeow:mapIntervalDuring |
Usage Advice
Use when
- Use when one interval falls strictly inside another with both endpoints interior — a break within a workday, an episode within an era, with no shared boundary.
Avoid when
- Avoid when the intervals share a start (use
gmeow:intervalStarts) or end (usegmeow:intervalFinishes); DURING requires both endpoints strictly inside. Distinct fromgmeow:periodPartOf, which nests NamedPeriods, not intervals.
How to use
- Assert from the inner interval to the enclosing one; transitive, so it chains through nested intervals, and the inverse
gmeow:intervalContainsfollows (= time:intervalDuring).
Examples
- ex:lunchBreak
gmeow:intervalDuringex:workday.