emotion bearer

The agent in whom this emotion inheres. Functional and mandatory (SHACL): an intrinsic mode has exactly one bearer (the intentBearer pattern).

Structure

Property shape: object property; gmeow:Emotion -> gmeow:Agent; functional

Practical Pattern

Use gmeow:emotionBearer from gmeow:Emotion 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.

Two Critics

@prefix gmeow: <https://blackcatinformatics.ca/gmeow/> .
@prefix ex:    <https://blackcatinformatics.ca/gmeow/examples/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .



ex:awe a gmeow:Emotion ;
    rdfs:label "the reader's awe"@en ;
    gmeow:emotionBearer ex:reader ;
    gmeow:emotionType gmeow:emotionFear , gmeow:emotionSurprise .

Common Companion Terms

gmeow:Emotion, gmeow:Agent