in temporal frame
- CURIE:
gmeow:inTemporalFrame - IRI: https://blackcatinformatics.ca/gmeow/inTemporalFrame
- Category: property
- Defined by:
gmeow:slices/temporal - Box roles: CBox role, RBox role (What is this?)
Relates an instant to the temporal frame in which its value is expressed.
Structure
Property shape: object property; gmeow:Instant -> gmeow:TemporalFrame
Sub-property of: gmeow:hasReferenceFrame
Practical Pattern
Use gmeow:inTemporalFrame from gmeow:Instant to gmeow:TemporalFrame 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.
Intervals And Frames
- Source:
slices/core/temporal/examples/intervals-and-frames.ttl - Examples catalog: open in catalog#example-slices-core-temporal-examples-intervals-and-frames
# --- The talk interval: begin and end Instants, each in the UTC/Gregorian frame.
ex:talkStart a gmeow:Instant ;
gmeow:instantValue "2026-09-14T13:00:00Z"^^xsd:dateTime ;
gmeow:inTemporalFrame gmeow:temporalFrameUTCGregorian .
ex:talkEnd a gmeow:Instant ;
gmeow:instantValue "2026-09-14T13:45:00Z"^^xsd:dateTime ;
gmeow:inTemporalFrame gmeow:temporalFrameUTCGregorian .
Knowledge Proficiency
- Source:
slices/core/cognition/examples/knowledge-proficiency.ttl - Examples catalog: open in catalog#example-slices-core-cognition-examples-knowledge-proficiency
ex:y2014 a gmeow:Instant ; gmeow:instantValue "2014-01-01T00:00:00Z"^^xsd:dateTime ;
gmeow:inTemporalFrame gmeow:temporalFrameUTCGregorian .
ex:y2018 a gmeow:Instant ; gmeow:instantValue "2018-01-01T00:00:00Z"^^xsd:dateTime ;
gmeow:inTemporalFrame gmeow:temporalFrameUTCGregorian .
Common Companion Terms
gmeow:hasReferenceFrame, gmeow:Instant, gmeow:TemporalFrame
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:inTemporalFrame |
equivalence | - |
skos:closeMatch | time:hasTRS | gmeow-temporal.sssom.tsv; gmeow:eqTemporal011; confidence 0.8 |
Usage Advice
Use when
- Use to declare the
gmeow:TemporalFrameinterpreting agmeow:Instant's value — the frame edge for points that satisfies the instant's frame-relativity requirement (P11).
Avoid when
- Avoid on an interval (use
gmeow:hasTemporalFrame, the parallel edge for spans) and avoid leaving a crisp instant frameless — a value asserted without its frame is ill-formed (P11).
How to use
- Point the instant at one
gmeow:TemporalFrame; it specializesgmeow:hasReferenceFrameso generic frame consumers read instants and intervals uniformly.
Examples
- ex:birthInstant
gmeow:inTemporalFramegmeow:temporalFrameUTCGregorian.