invitation event

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

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

Avoid when

How to use

Examples