GMEOW Teleology Module

What This Slice Covers

This slice owns 17 terms and contributes 0 mapping or projection rows. Use it when its terms match the native fact you want to preserve; use the linkage tables to see how those facts leave GMEOW for consumer vocabularies.

Dependencies

Consumers

Local Map

teleology map

Examples

Goal And Intention

# SPDX-FileCopyrightText: 2026 Blackcat Informatics® Inc. <paudley@blackcatinformatics.ca>
# SPDX-License-Identifier: CC-BY-4.0
#
# Worked example: goals, intentions, and commitments. GMEOW separates the
# intentional moments gUFO keeps distinct: a gmeow:Goal is the SocialObject an
# agent aims at (gmeow:hasGoal); a gmeow:Intention is an intentional MODE borne by
# an agent that aims at that goal (gmeow:intentionGoal) and MOTIVATES concrete
# action (gmeow:motivates → an Event); a gmeow:Commitment is a relator binding a
# committed agent to a beneficiary. The desire-to / intend-to / commit-to layers
# are not collapsed — each is its own first-class moment.
@prefix gmeow: <https://blackcatinformatics.ca/gmeow/> .
@prefix ex:    <https://blackcatinformatics.ca/gmeow/examples/teleology/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd:   <http://www.w3.org/2001/XMLSchema#> .

ex:dana a gmeow:Person ;
    gmeow:name    "Dana Reyes"@en ;
    gmeow:hasGoal ex:degreeGoal .

# --- The goal: a social object the agent aims at.
ex:degreeGoal a gmeow:Goal ; rdfs:label "Earn a master's degree"@en .

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

ex:graduation a gmeow:Event ;
    rdfs:label                "Graduation ceremony"@en ;
    gmeow:eventType           gmeow:eventTypeGraduation ;
    gmeow:eventTime           "2027-06-15T00:00:00Z"^^xsd:dateTime ;
    gmeow:eventTemporalFrame  gmeow:temporalFrameUTCGregorian .

# --- The commitment: a relator binding the committed agent to a beneficiary,
#     aimed at the same goal — distinct from merely intending; a promise made TO
#     someone (a Commitment is an intentional moment, so it too aims at a goal).
#     The beneficiary must be an Agent — here the employer who sponsored the
#     degree (a gmeow:Group is a gufo:Collection, not an Agent).
ex:commitment a gmeow:Commitment ;
    gmeow:committedAgent        ex:dana ;
    gmeow:commitmentBeneficiary ex:employer ;
    gmeow:intentionGoal         ex:degreeGoal .

ex:employer a gmeow:Organization ; gmeow:name "Acme Robotics Inc."@en .

Terms

Classes

Term Label Definition
gmeow:Commitment Commitment A social commitment — an agent committed toward at least one other agent to bring about a goal (UFO-C: social moment). A relator, not a mode: it mediates the c...
gmeow:Desire Desire An intentional mode of wanting without commitment — the agent would welcome the goal's satisfaction but has not committed to pursuing it (UFO-C: desire). Inher...
gmeow:Goal Goal A described state of affairs that an agent may want, intend, or commit to bring about — the propositional content of the intentional modes, existing by social...
gmeow:Intention Intention An intentional mode of internal commitment — the agent has settled on pursuing the goal (UFO-C: intention), though no other agent holds them to it. Inheres in...
gmeow:IntentionTenure Intention Tenure The reified, time-scoped fact that an agent held an intentional mode over an interval — a goal adopted in January and abandoned in June is an opened-then-close...
gmeow:IntentionalMode Intentional Mode The abstract category of intrinsic intentional moments — desires and intentions — that inhere in exactly one agent and aim at a goal. The intrinsic branch of g...
gmeow:IntentionalMoment Intentional Moment The umbrella category of all goal-directed moments — UFO-C's intentional moment, spanning the intrinsic branch (gmeow:IntentionalMode: desires and intentions i...

Properties

Term Label Definition
gmeow:commitmentBeneficiary commitment beneficiary An agent toward whom the commitment is made. NOT functional: a commitment may be made toward several beneficiaries at once. Must be distinct from the committed...
gmeow:committedAgent committed agent The agent bound by a commitment — the one who has committed. Functional: one commitment, one committed agent; mutual promises are two Commitments, one in each...
gmeow:counterGoal counter-goal Constitutive opposition between goals — the named shadow that partly defines what the goal means (an oath and its betrayal; a bond and its dissolution). Symmet...
gmeow:hasGoal has goal Flat shortcut: the agent holds this goal, commitment grade unspecified. The 80% case (Principle 4); promote to a Desire / Intention / Commitment when the grade...
gmeow:intentBearer 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 Pr...
gmeow:intentionGoal intention goal The goal at which a desire, intention, or commitment aims — its propositional content. Functional: one mode, one goal; an agent pursuing five goals bears five...
gmeow:motivates motivates Relates a desire, intention, or commitment to an event the agent undertook (at least in part) because of it — the teleological reading of action. NOT functiona...
gmeow:satisfiedBy satisfied by Relates a goal to a situation that counts as achieving it. NOT functional: many situations may satisfy one goal, and disputed satisfaction is several coexistin...
gmeow:tenureAgent tenure agent The agent whose intentional mode an intention-tenure records. Functional: one tenure, one agent.
gmeow:tenureIntention tenure intention The desire or intention the tenure records the agent as holding over its interval. Functional: one tenure, one mode. Commitment tenure is carried by the Commit...

Guide

teleology

Slice: https://blackcatinformatics.ca/gmeow/slices/teleology · tier: core

Goals, desires, intentions, and commitments — the UFO-C intentional-moment trichotomy surfaced as GMEOW core (the teleology design). Core by Principle 16 commitment: an agent recording its own goals across sessions is a question every AI system will face about itself, alongside identity and deception epistemics.

The commitment-graded trichotomy

Grade Class Grounding Bound to
wanted gmeow:Desire gufo:IntrinsicMode one agent (intentBearer)
internally committed gmeow:Intention gufo:IntrinsicMode one agent (intentBearer)
socially committed gmeow:Commitment gufo:Relator committed agent + distinct beneficiaries

All three sit under the named umbrella gmeow:IntentionalMoment (UFO-C's intentional moment), which exists so intentionGoal and motivates carry a generator-visible domain — anonymous union domains vanish from the LinkML / GraphQL / TypeScript surface (GraphQL / TypeScript surface review). All three aim at exactly one gmeow:Goal (intentionGoal) — the propositional content, a SocialObject describing a state of affairs, satisfied by situations (satisfiedBy, vantage-indexed satisfaction). DOLCE DnS arrives at the same description-satisfied-by-situations shape independently; IAO's objective specification is the BFO-world counterpart. Both are alignment targets (linkage-grade, never imported axioms), deferred with the rest of the alignment set to keep this landing pure-ontology — the target list is fixed in the alignment ledger: PROV Plan/hadPlan, P-Plan, FIBO FND-GAO, IAO, SUMO desires/intends, CCO Objective, CRM P20/P21, ConceptNet/ATOMIC; Wikidata goal Q4503831 (verified 2026-06-11).

Doctrine highlights

Terms

gmeow:Goal

The propositional content every intentional moment aims at — a SocialObject describing a state of affairs, satisfied by situations through satisfiedBy (vantage-indexed, no global verdict). The single target of intentionGoal.

gmeow:Desire · gmeow:Intention · gmeow:Commitment

The commitment-graded trichotomy: wanted (Desire), internally committed (Intention) — both gufo:IntrinsicMode bound to one agent via intentBearer — and socially committed (Commitment, a gufo:Relator binding a committedAgent to distinct commitmentBeneficiary parties).

gmeow:IntentionalMoment · gmeow:IntentionalMode

The named umbrella over the trichotomy (UFO-C's intentional moment), giving intentionGoal and motivates a generator-visible domain instead of an anonymous union; IntentionalMode is its value-vocabulary axis.

gmeow:intentionGoal · gmeow:intentBearer · gmeow:satisfiedBy · gmeow:counterGoal

The structural spine: intentionGoal ties a moment to its one Goal, intentBearer to its one agent, satisfiedBy records vantage-indexed satisfaction, and counterGoal names the constitutive shadow (symmetric, irreflexive) that partly defines the goal.

gmeow:committedAgent · gmeow:commitmentBeneficiary

The two Commitment relator roles — the agent who is bound, and the distinct parties the commitment is owed to.

gmeow:motivates

The attributed motive edge, ridden by accordingTo on the statement so avowed and observer-attributed motives coexist (Principle 9) without a winner slot.

gmeow:hasGoal

The flat-first shortcut (Principle 4) for the 80% case — an agent simply has a goal — promoted to Desire/Intention/Commitment when grade matters, then to IntentionTenure when adoption over time is the fact of interest.

gmeow:IntentionTenure · gmeow:tenureAgent · gmeow:tenureIntention

The reify-on-demand half (pairsWith hasGoal): the StandpointTenure idiom for an agent adopting, holding, and revising a goal across time — bound to its tenureAgent and tenureIntention, revised by suppression never deletion (Principle 10).