calibration

Assigns a qualitative gmeow:CalibrationStatus (wellCalibrated / overconfident / underconfident) to a gmeow:MetacognitiveState — the direction of the gap between avowed confidence and accuracy. NOT functional: calibration is itself a vantage-indexed claim (a self-assessment and an external assessment may coexist, Principle 9), so several statuses may attach across frames. The range points only at the locally-owned closed value vocabulary.

Structure

Property shape: object property; gmeow:MetacognitiveState -> gmeow:CalibrationStatus

Practical Pattern

Use gmeow:calibration from gmeow:MetacognitiveState to gmeow:CalibrationStatus 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.

Dunning Kruger

# SPDX-FileCopyrightText: 2026 Blackcat Informatics® Inc. <paudley@blackcatinformatics.ca>
# SPDX-License-Identifier: CC-BY-4.0
#
# Worked example — Dunning–Kruger as a MODELLED metacognitive miscalibration, the
# second-order companion to the cognition slice's dunning-kruger.ttl. Where that
# example records two coexisting first-order gmeow:KnowledgeProficiency claims at
# divergent depths (Principle 9), this one turns the reflexive lens on Sam's OWN
# self-assessment: a gmeow:MetacognitiveState whose gmeow:metaTarget is Sam's
# self-attributed mastery, carrying gmeow:calibration gmeow:overconfident. The
# numeric Brier-style gap rides gmeow:calibrationError — a SOLVER-LAYER annotation
# (Principle 12), invisible to the reasoner. The calibration is itself a
# vantage-indexed claim (Principle 9): the assessor judges Sam overconfident; GMEOW
# records the judgement, it does not adjudicate a global verdict.
@prefix gmeow: <https://blackcatinformatics.ca/gmeow/> .
@prefix ex:    <https://blackcatinformatics.ca/gmeow/examples/metacognition/> .
@prefix wd:    <http://www.wikidata.org/entity/> .

# --- Second-order: Sam's metacognitive state reflecting on that self-assessment.
#     metaTarget is the reflexivity edge onto Sam's own first-order proficiency
#     (the same-agent ownership is a SHACL concern, not an OWL axiom); calibration
#     reads the direction of the confidence/accuracy gap.
ex:samSelfRegard a gmeow:MetacognitiveState ;
    gmeow:metaTarget  ex:samQuantumSelf ;
    gmeow:calibration gmeow:overconfident .

Common Companion Terms

gmeow:MetacognitiveState, gmeow:CalibrationStatus

Usage Advice

Use when

Avoid when

How to use

Examples