GMEOW Epistemics Module

What This Slice Covers

This slice owns 6 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

epistemics map

Examples

Belief And Knowledge

# SPDX-FileCopyrightText: 2026 Blackcat Informatics® Inc. <paudley@blackcatinformatics.ca>
# SPDX-License-Identifier: CC-BY-4.0
#
# Worked example — the flat doxastic spine. An agent knowsThat one proposition
# (which ENTAILS believes by the keystone), believes a second, pragmatically
# accepts a third without believing it, and suspends judgement on a fourth.
# No truth bit anywhere; modality and vantage would ride the statement layer.

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

ex:earthOrbitsSun  a gmeow:Proposition ; rdfs:label "the Earth orbits the Sun"@en .
ex:coffeeIsHealthy a gmeow:Proposition ; rdfs:label "coffee is healthy"@en .
ex:nullHypothesis  a gmeow:Proposition ; rdfs:label "the null hypothesis, assumed for the test"@en .
ex:lifeOnEuropa    a gmeow:Proposition ; rdfs:label "there is life on Europa"@en .

ex:ada a gmeow:Agent ;
    gmeow:knowsThat            ex:earthOrbitsSun ;   # entails gmeow:believes ex:earthOrbitsSun
    gmeow:believes            ex:coffeeIsHealthy ;
    gmeow:accepts             ex:nullHypothesis ;   # a working premise — NOT believed
    gmeow:suspendsJudgementOn ex:lifeOnEuropa .

Terms

Classes

Term Label Definition
gmeow:Proposition Proposition A truth-apt content — a described state of affairs that can be held true or false, the object of a doxastic attitude (gmeow:believes, gmeow:knowsThat). Existin...

Properties

Term Label Definition
gmeow:accepts accepts An agent pragmatically accepts a proposition — takes it on as a working premise for reasoning or action — WITHOUT thereby believing it true. Acceptance is the...
gmeow:believes believes An agent holds a proposition to be true — the base doxastic attitude. Range is intentionally OPEN: the object may be a gmeow:Proposition, a reified statement,...
gmeow:doubts doubts An agent holds a proposition in doubt — a low-credence, unsettled doxastic attitude: weaker than believing, and distinct from settled disbelief (a refuted gmeo...
gmeow:knowsThat knows that An agent knows that a proposition holds — justified, standpoint-true belief held from a vantage. THE KEYSTONE: gmeow:knowsThat rdfs:subPropertyOf gmeow:believe...
gmeow:suspendsJudgementOn suspends judgement on An agent neither believes nor disbelieves a proposition — a third, agnostic doxastic stance (withholding), distinct from doubt (a leaning) and from silence (no...

Guide

epistemics

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

Propositional epistemic relations — an agent's attitudes toward propositions/claims: belief, doubt, suspension, pragmatic acceptance, and non-factive knowledge-that. The propositional companion to the cognition slice (objectual, agent → entity): epistemics relates an agent to a proposition, not to an entity. This minimal core seeds the slice with the truth-apt gmeow:Proposition and the flat doxastic spine; the reified tier (a doxastic state, credence, justification) and the mental-moment grounding land in sibling children.

The flat doxastic spine

Property Stance
gmeow:believes holds the proposition true (base attitude)
gmeow:doubts holds it in doubt (low-credence, unsettled)
gmeow:suspendsJudgementOn neither believes nor disbelieves (agnostic withholding)
gmeow:accepts a working premise — entails neither belief nor truth
gmeow:knowsThat justified, standpoint-true belief — ⊑ gmeow:believes

Domain gmeow:Agent, range open (Principle 13): the 80% case points cheaply at any reified statement or claim; typed gmeow:Proposition content arrives at the reified tier.

Doctrine highlights

Terms

The truth-apt content class and the flat doxastic spine this minimal core seeds — domain gmeow:Agent, range open (Principle 13).

gmeow:Proposition

The truth-apt content an attitude is taken toward — the sibling of Goal by direction of fit: a belief and a goal may share the same gmeow:Proposition but differ in fit (mind-to-world vs world-to-mind), with deliberately no GoalProposition subsumption.

gmeow:believes · gmeow:knowsThat

The base attitude and its factive-looking refinement: gmeow:believes holds the proposition true, and gmeow:knowsThat rdfs:subPropertyOf gmeow:believes is the keystone — knowledge entails belief, never the reverse. There is no factive isTrue axiom; knowsThat is a vantage-indexed claim that belief, truth-per-frame, and justification hold, with the JTB judgement left to the solver.

gmeow:doubts · gmeow:suspendsJudgementOn · gmeow:accepts

The non-believing stances: gmeow:doubts holds the proposition in low-credence doubt; gmeow:suspendsJudgementOn is agnostic withholding (neither believes nor disbelieves); gmeow:accepts is a pragmatic working premise that entails neither belief nor truth.

Dependencies

Depends on kernel (gmeow:SocialObject, gmeow:Agent). The believes → accordingTo bridge to standpoint is documentation only at this tier; standpoint becomes a hard dependency at.