event time zone
- CURIE:
gmeow:eventTimeZone - IRI: https://blackcatinformatics.ca/gmeow/eventTimeZone
- Category: property
- Defined by:
gmeow:slices/calendar - Box roles: RBox role (What is this?)
The time zone in which an event's temporal placement is expressed.
Structure
Property shape: object property; gmeow:Event -> gmeow:TimeZone; functional
Practical Pattern
Use gmeow:eventTimeZone from gmeow:Event to gmeow:TimeZone 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.
Recurring Meeting
- Source:
slices/core/calendar/examples/recurring-meeting.ttl - Examples catalog: open in catalog#example-slices-core-calendar-examples-recurring-meeting
# --- The template event the schedule repeats.
ex:standup a gmeow:Event ;
rdfs:label "Weekly engineering standup"@en ;
gmeow:eventType ex:eventTypeTeamMeeting ;
gmeow:eventTime "2026-06-15T09:00:00-06:00"^^xsd:dateTime ;
gmeow:eventTemporalFrame gmeow:temporalFrameUTCGregorian ;
gmeow:eventTimeZone ex:edmonton .
Common Companion Terms
Usage Advice
Use when
- Use to fix the civil offset an event's wall-clock placement is read in — overriding the calendar default when an occurrence sits in a different zone.
Avoid when
- Avoid asserting two zones (it is functional — one per event) and avoid relying on it where the calendar default suffices; set it only when the event's offset differs from
gmeow:calendarTimeZone.
How to use
- Point the event at one
gmeow:TimeZone; it takes precedence over the containing calendar'sgmeow:calendarTimeZonefor that event's local-time rendering.
Examples
- ex:standupEvent
gmeow:eventTimeZoneex:torontoZone.