recurrence rule text

The recurrence rule as an RFC 5545 RRULE string (e.g. FREQ=WEEKLY;BYDAY=MO). Projected directly to iCalendar RRULE; a SET-typed TIMEX3 in ISO-TimeML.

Structure

Property shape: datatype property; gmeow:RecurrenceRule -> xsd:string; functional

Practical Pattern

Use gmeow:recurrenceRuleText from gmeow:RecurrenceRule 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

ex:weekly a gmeow:RecurrenceRule ;
    gmeow:recurrenceRuleText "FREQ=WEEKLY;BYDAY=MO" .

Common Companion Terms

gmeow:RecurrenceRule

Projects To

Profile External Targets
ical ical
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:recurrenceRuleText projection ical projects to / <= ical:rrule gmeow:mapIcalRrule; confidence 0.95; lossy: any structured metadata beyond the RFC 5545 text is dropped
gmeow:recurrenceRuleText projection schema-org-schedule projects to / <= rdf:type, schema:EventSeries, schema:repeatFrequency gmeow:mapSchemaOrgEventSeries
gmeow:recurrenceRuleText 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