during
- CURIE:
gmeow:during - IRI: https://blackcatinformatics.ca/gmeow/during
- Category: property
- Defined by:
gmeow:slices/events - Box roles: RBox role (What is this?)
Allen DURING: this event's extent falls strictly within the related event's extent (both endpoints interior). Transitive. Inverse of gmeow:contains. Distinct from gmeow:subEventOf (mereological part-of) and gmeow:containedInPlace (spatial). (= time:intervalDuring; TimeML IS_INCLUDED; TEO during.)
Structure
Property shape: object property; gmeow:Event -> gmeow:Event
Practical Pattern
Use gmeow:during from gmeow:Event to gmeow:Event 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.
Ai Inference Regime
- Source:
slices/core/awareness/examples/ai-inference-regime.ttl - Examples catalog: open in catalog#example-slices-core-awareness-examples-ai-inference-regime
@prefix gmeow: <https://blackcatinformatics.ca/gmeow/> .
@prefix ex: <https://blackcatinformatics.ca/gmeow/examples/awareness/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# --- A live serving window — online inference, the machine analogue of waking. A
# claim formed within this tenure can record that it was formed during live
# serving (operational-state provenance for the agent-memory flagship).
ex:servingTenure a gmeow:AwarenessTenure ;
rdfs:label "a live serving window"@en ;
gmeow:awarenessSubject ex:lillith ;
gmeow:awarenessMode gmeow:modeOnlineInference ;
gmeow:awarenessScalar 0.7 ;
gmeow:duringInterval ex:requestInterval .
# --- A weight-updating training run — the machine analogue of a developmental /
# consolidative state, with no clean single human counterpart.
ex:trainingTenure a gmeow:AwarenessTenure ;
rdfs:label "a fine-tuning run"@en ;
gmeow:awarenessSubject ex:lillith ;
gmeow:awarenessMode gmeow:modeTraining ;
gmeow:awarenessScalar 0.5 ;
gmeow:duringInterval ex:trainingInterval .
Sleep Episode
- Source:
slices/core/awareness/examples/sleep-episode.ttl - Examples catalog: open in catalog#example-slices-core-awareness-examples-sleep-episode
@prefix gmeow: <https://blackcatinformatics.ca/gmeow/> .
@prefix ex: <https://blackcatinformatics.ca/gmeow/examples/awareness/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# --- The night-long sleep tenure: an agent in a mode over an interval.
ex:lillithSleep a gmeow:AwarenessTenure ;
rdfs:label "Lillith's night of sleep"@en ;
gmeow:awarenessSubject ex:lillith ;
gmeow:awarenessMode gmeow:modeAsleep ;
gmeow:awarenessLevel gmeow:levelUnresponsive ;
gmeow:duringInterval ex:nightInterval .
# --- A nested REM sub-tenure: rapid-eye-movement sleep, the vivid-dreaming stage.
# The same agent, two co-applying modes (REM stage + dreaming), a shorter span
# contained within the night interval.
ex:lillithREM a gmeow:AwarenessTenure ;
rdfs:label "Lillith's REM episode"@en ;
gmeow:awarenessSubject ex:lillith ;
gmeow:awarenessMode gmeow:modeREM , gmeow:modeDreaming ;
gmeow:awarenessLevel gmeow:levelUnresponsive ;
gmeow:duringInterval ex:remInterval .
Common Companion Terms
Projects To
| Profile | External Targets |
|---|---|
owl-time |
time |
External Equivalences
Equivalent or closely aligned targets: teo, 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:during |
equivalence | - |
skos:closeMatch | teo:during | gmeow-events.sssom.tsv; gmeow:eqEvents109; confidence 0.85 |
gmeow:during |
equivalence | - |
skos:relatedMatch | time:intervalDuring | gmeow-events.sssom.tsv; gmeow:eqEvents108; confidence 0.6 |
Projection Coverage
| Source | Kind | Profile | Predicate/Relation | Target | Evidence |
|---|---|---|---|---|---|
gmeow:during |
projection | owl-time |
projects to / <= | time:intervalDuring | gmeow:mapTimeDuring |
Usage Advice
Use when
- Use when one event's extent falls strictly within another's (both endpoints interior) — a toast during a reception — as a purely TEMPORAL containment of extents.
Avoid when
- Avoid it for mereological part-of (use
gmeow:subEventOf) or spatial containment (usegmeow:containedInPlace); during asserts only that one extent nests in another, never part-hood or co-location.
How to use
- Assert
gmeow:duringfrom the inner event to the enclosing one; transitivity derives the sound closure andgmeow:containsreads as its inverse.
Examples
- ex:toast
gmeow:duringex:reception.
Published Alignment Graph
Alignments
| Relation | Target |
|---|---|
closeMatch | teo:during |
relatedMatch | time:intervalDuring |