time zone IANA id
- CURIE:
gmeow:timeZoneIanaId - IRI: https://blackcatinformatics.ca/gmeow/timeZoneIanaId
- Category: property
- Defined by:
gmeow:slices/calendar - Box roles: RBox role (What is this?)
The IANA time zone identifier, e.g. America/Toronto, Europe/Paris, UTC.
Structure
Property shape: datatype property; gmeow:TimeZone -> xsd:string; functional
Practical Pattern
Use gmeow:timeZoneIanaId from gmeow:TimeZone to xsd:string 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
ex:edmonton a gmeow:TimeZone ; gmeow:timeZoneIanaId "America/Edmonton" .
Common Companion Terms
Projects To
| Profile | External Targets |
|---|---|
ical |
ical, rdf |
jcal |
https, rdf |
External Equivalences
Equivalent or closely aligned targets: ical
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:timeZoneIanaId |
equivalence | - |
skos:closeMatch | ical:tzid | gmeow-calendar.sssom.tsv; gmeow:eqCalendar013; confidence 0.9 |
Projection Coverage
| Source | Kind | Profile | Predicate/Relation | Target | Evidence |
|---|---|---|---|---|---|
gmeow:timeZoneIanaId |
projection | ical |
projects to / <= | ical:Vcalendar, ical:tzid, rdf:type | gmeow:mapIcalVcalendar |
gmeow:timeZoneIanaId |
projection | ical |
projects to / <= | ical:Vtimezone, ical:tzid, rdf:type | gmeow:mapIcalVtimezone |
gmeow:timeZoneIanaId |
projection | jcal |
projects to / <= | https://tools.ietf.org/rfc/rfc7265#tzid, https://tools.ietf.org/rfc/rfc7265#vcalendar, rdf:type | gmeow:mapJcalVcalendar |
Usage Advice
Use when
- Use to carry a
gmeow:TimeZone's canonical IANA tzid string — the identifier libraries resolve to the full DST ruleset.
Avoid when
- Avoid asserting two ids (it is functional — one tzid per zone) and avoid storing a fixed numeric offset here; the tzid, not an offset, names the zone's seasonal rules.
How to use
- Write the IANA tzid as an xsd:string (America/Toronto, Europe/Paris, UTC); reference the
gmeow:TimeZonefrom the calendar/schedule/event time-zone edges.
Examples
- ex:torontoZone
gmeow:timeZoneIanaId"America/Toronto".