participation part

The musical part or role the participant performed — e.g. bass line, lead vocal, first violin. Range intentionally open (the tenurePosition precedent) so a part may be a segment, a voice, a named chair, or any other entity. Functional per relator.

Structure

Property shape: object property; gmeow:PerformanceParticipation -> ?; functional

Practical Pattern

Use gmeow:participationPart from gmeow:PerformanceParticipation to ? 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.

Blame Deflection

ex:deceiverRole a gmeow:Participation ;
    gmeow:participationEvent ex:coverStory ;
    gmeow:participationParticipant ex:spokesperson ;
    gmeow:participationRole gmeow:roleDeceiver .

Wedding

# --- Reified participations: the two principals and the officiant, with roles.
#     A withdrawn or disputed role would coexist as another Participation
#     (displayable false, or standpoint-indexed) — never overwritten (P9/P10).
ex:partAlex a gmeow:Participation ;
    gmeow:participationEvent ex:wedding ;
    gmeow:participationParticipant ex:alex ;
    gmeow:participationRole gmeow:roleParticipantPrincipal .

ex:partSam a gmeow:Participation ;
    gmeow:participationEvent ex:wedding ;
    gmeow:participationParticipant ex:sam ;
    gmeow:participationRole gmeow:roleParticipantPrincipal .

Common Companion Terms

gmeow:PerformanceParticipation