event time zone

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

# --- 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

gmeow:Event, gmeow:TimeZone

Usage Advice

Use when

Avoid when

How to use

Examples