invitation invitee
- CURIE:
gmeow:invitationInvitee - IRI: https://blackcatinformatics.ca/gmeow/invitationInvitee
- Category: property
- Defined by:
gmeow:slices/calendar - Box roles: RBox role (What is this?)
An agent invited to the event. Non-functional: a joint invitation may name several invitees.
Structure
Property shape: object property; gmeow:EventInvitation -> gmeow:Agent
Practical Pattern
Use gmeow:invitationInvitee from gmeow:EventInvitation to gmeow:Agent 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:Agent
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:invitationInvitee |
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 an agent on the receiving end of an invitation — the invitee whose
gmeow:rsvpStatusrecords their response.
Avoid when
- Avoid using it for the organizer (model that as the inviting party / agreement role) and avoid forcing one value — a joint invitation may list several invitees, so it is non-functional.
How to use
- Attach one or more
gmeow:Agentinvitees; each invitee's own response lives ongmeow:rsvpStatus, distinct from the organizer'sgmeow:invitationStatus.
Examples
- ex:standupInvite
gmeow:invitationInviteeex:lillith.