accepted
- CURIE:
gmeow:rsvpStatusAccepted - IRI: https://blackcatinformatics.ca/gmeow/rsvpStatusAccepted
- Category: individual
- Defined by:
gmeow:slices/calendar - Box roles: ABox role (What is this?)
The invitee has accepted.
Structure
Types: gmeow:RsvpStatus
Practical Pattern
Use gmeow:rsvpStatusAccepted as a controlled value typed as gmeow:RsvpStatus.
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 .