intent bearer

The agent in whom a desire or intention inheres. Functional: an intrinsic mode has exactly one bearer (gUFO inherence, asserted with GMEOW's own property by Principle 5gufo:inheresIn is the alignment target, not the asserted axiom). Two agents wanting the same goal are two modes sharing one gmeow:intentionGoal.

Structure

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

Practical Pattern

Use gmeow:intentBearer from gmeow:IntentionalMode 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.

Goal And Intention

# --- The intention: an intentional mode borne by Dana, aimed at the goal, that
#     motivates a concrete action (the graduation event).
ex:intention a gmeow:Intention ;
    gmeow:intentBearer  ex:dana ;
    gmeow:intentionGoal ex:degreeGoal ;
    gmeow:motivates     ex:graduation .

Common Companion Terms

gmeow:IntentionalMode, gmeow:Agent

Usage Advice

Use when

Avoid when

How to use

Examples