reminder action
- CURIE:
gmeow:reminderAction - IRI: https://blackcatinformatics.ca/gmeow/reminderAction
- Category: property
- Defined by:
gmeow:slices/calendar - Box roles: RBox role (What is this?)
The action to take when the reminder fires — display, email, or audio.
Structure
Property shape: object property; gmeow:Reminder -> gmeow:ReminderAction; functional
Practical Pattern
Use gmeow:reminderAction from gmeow:Reminder to gmeow:ReminderAction when the relationship itself belongs in the native GMEOW graph.
Common Companion Terms
gmeow:Reminder, gmeow:ReminderAction
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:reminderAction |
equivalence | - |
skos:closeMatch | ical:action | gmeow-calendar.sssom.tsv; gmeow:eqCalendar017; confidence 0.85 |
Projection Coverage
| Source | Kind | Profile | Predicate/Relation | Target | Evidence |
|---|---|---|---|---|---|
gmeow:reminderAction |
projection | ical |
projects to / <= | ical:Valarm, ical:action, ical:trigger, rdf:type | gmeow:mapIcalValarm |
gmeow:reminderAction |
projection | jcal |
projects to / <= | https://tools.ietf.org/rfc/rfc7265#action, https://tools.ietf.org/rfc/rfc7265#trigger, https://tools.ietf.org/rfc/rfc7265#valarm, rdf:type | gmeow:mapJcalValarm |
Usage Advice
Use when
- Use to choose how a reminder notifies when it fires — the iCalendar ACTION (display, email, audio).
Avoid when
- Avoid asserting two actions (it is functional — one per reminder) and avoid minting a subclass for the action; the values are
gmeow:ReminderActionindividuals.
How to use
- Set one
gmeow:ReminderActionvalue; pair withgmeow:reminderTriggerfor the timing andgmeow:reminderTargetfor the event.
Examples
- ex:standupAlarm
gmeow:reminderActiongmeow:reminderActionDisplay.