invitation event
- CURIE:
gmeow:invitationEvent - IRI: https://blackcatinformatics.ca/gmeow/invitationEvent
- Category: property
- Defined by:
gmeow:slices/calendar - Box roles: RBox role (What is this?)
The event being invited to.
Structure
Property shape: object property; gmeow:EventInvitation -> gmeow:Event; functional
Practical Pattern
Use gmeow:invitationEvent from gmeow:EventInvitation 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
- Source:
slices/core/calendar/examples/recurring-meeting.ttl - Examples catalog: open in catalog#example-slices-core-calendar-examples-recurring-meeting
# --- A reified invitation: organiser status AND the invitee's own RSVP.
ex:invite a gmeow:EventInvitation ;
gmeow:invitationEvent ex:standup ;
gmeow:invitationInvitee ex:dana ;
gmeow:invitationStatus gmeow:invitationStatusAccepted ;
gmeow:rsvpStatus gmeow:rsvpStatusAccepted .
Common Companion Terms
gmeow:EventInvitation, gmeow:Event
Projects To
| Profile | External Targets |
|---|---|
ical |
ical |
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:invitationEvent |
projection | ical |
projects to / <= | ical:attendee | gmeow:mapIcalInvitationPartstat; confidence 0.7; lossy: the reified invitation (agreement/period/confidence/standpoint) collapses to a bare ATTENDEE with PARTSTAT |
Usage Advice
Use when
- Use to name the one
gmeow:Eventa reified invitation concerns — the target the invitee is being asked to attend.
Avoid when
- Avoid asserting more than one (it is functional — one event per invitation) and avoid pointing it at a schedule; an invitation is to a concrete occurrence, not to a recurrence generator.
How to use
- Set exactly one
gmeow:Event; pair withgmeow:invitationInviteefor the recipients and the status properties for the response state.
Examples
- ex:standupInvite
gmeow:invitationEventex:standupEvent.