schedule template event

The template event from which occurrences are generated — the anchor event carrying title, location, participants, and duration. Functional: one template per schedule.

Structure

Property shape: object property; gmeow:EventSchedule -> gmeow:Event; functional

Practical Pattern

Use gmeow:scheduleTemplateEvent from gmeow:EventSchedule 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.

Recurring Meeting

# --- The recurrence: every Monday, by RFC 5545 rule, in the named time zone.
ex:schedule a gmeow:EventSchedule ;
    gmeow:scheduleTemplateEvent  ex:standup ;
    gmeow:scheduleRecurrenceRule ex:weekly ;
    gmeow:scheduleTimeZone       ex:edmonton .

Common Companion Terms

gmeow:EventSchedule, gmeow:Event

Projects To

Profile External Targets
schema-org-schedule rdf, schema

Linkages

Generated from the canonical mapping DSL. SSSOM files are the generated public interchange form for term equivalences.

Projection Coverage

Source Kind Profile Predicate/Relation Target Evidence
gmeow:scheduleTemplateEvent projection schema-org-schedule projects to / <= rdf:type, schema:Schedule, schema:endDate, schema:repeatFrequency, schema:startDate gmeow:mapSchemaOrgSchedule

Usage Advice

Use when

Avoid when

How to use

Examples