accepted

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

# --- 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:RsvpStatus