invitation invitee

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

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

Avoid when

How to use

Examples