claim modality

The modality (unequivocal, probable, conceivable, refuted, bullshit) assigned to a StandpointClaim. Semantically equivalent to observationResult for StandpointClaims, but not declared rdfs:subPropertyOf because StandpointModality (a gufo:QualityValue / abstract individual) is disjoint from gmeow:Entity (a gufo:Endurant) in the DL profile. When a StandpointClaim is flattened to an annotated statement, claimModality becomes standpointModality.

Structure

Property shape: object property; gmeow:StandpointClaim -> gmeow:StandpointModality; functional

Practical Pattern

Use gmeow:claimModality from gmeow:StandpointClaim to gmeow:StandpointModality 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.

Contested Authorship

# SPDX-FileCopyrightText: 2026 Blackcat Informatics® Inc. <paudley@blackcatinformatics.ca>
# SPDX-License-Identifier: CC-BY-4.0
#
# Worked example: contested claims coexist, none privileged ( P9). Two
# scholars attribute the same play to different authors. Each attribution is a
# reified gmeow:StandpointClaim (a kind of Observation) carrying its own
# gmeow:vantage (whose standpoint), gmeow:observationResult (the claimed author),
# and gmeow:claimModality (HOW the standpoint holds it). A third standpoint does
# something flat models cannot express: it gmeow:refuted the Marlowe attribution
# — an explicit DENIAL, distinct from mere silence. There is no "preferred"
# author: the graph keeps every standpoint's stance side by side.
@prefix gmeow: <https://blackcatinformatics.ca/gmeow/> .
@prefix ex:    <https://blackcatinformatics.ca/gmeow/examples/standpoint/> .

# --- Claim 1: the revisionists hold (probably) that Marlowe wrote it.
ex:claimMarlowe a gmeow:StandpointClaim ;
    gmeow:vantage ex:revisionists ;
    gmeow:observedFeature ex:play ;
    gmeow:observationResult ex:marlowe ;
    gmeow:observationMethod gmeow:methodExpertJudgement ;
    gmeow:claimModality gmeow:probable .

Grounded Claim

# The GROUNDED claim: generated by the invocation, attributed to the model,
# pinned to the exact evidentiary bytes. ALSO remembered (MemoryItem role).
ex:claim-close-2200 a gmeow:StandpointClaim, gmeow:MemoryItem ;
    gmeow:vantage ex:assistant ;
    gmeow:observedFeature ex:stmt-2200 ;
    gmeow:observationMethod gmeow:methodLlmExtraction ;
    gmeow:claimModality gmeow:probable ;
    gmeow:wasGeneratedBy ex:invocation-19 ;
    gmeow:wasAttributedTo ex:assistant ;
    gmeow:groundedIn ex:span-close-2200 ;
    gmeow:memoryOf ex:assistant ;
    gmeow:memoryKind gmeow:memoryKindSemantic .

# The UNGROUNDED claim: no groundedIn span — the flagged hallucination,
# retained, never deleted (P10).
ex:claim-close-2300 a gmeow:StandpointClaim ;
    gmeow:vantage ex:assistant ;
    gmeow:observedFeature ex:stmt-2300 ;
    gmeow:observationMethod gmeow:methodLlmExtraction ;
    gmeow:claimModality gmeow:probable ;
    gmeow:wasGeneratedBy ex:invocation-19 ;
    gmeow:wasAttributedTo ex:assistant .

Common Companion Terms

gmeow:StandpointClaim, gmeow:StandpointModality

External Equivalences

Equivalent or closely aligned targets: crminf, sosa

Linkages

Generated from the canonical mapping DSL. SSSOM files are the generated public interchange form for term equivalences.

Term Equivalences

Source Kind Profile Predicate/Relation Target Evidence
gmeow:claimModality equivalence - skos:closeMatch crminf:J5_holds_to_be gmeow-standpoint.sssom.tsv; gmeow:eqStandpoint017; confidence 0.6
gmeow:claimModality equivalence - skos:closeMatch sosa:hasResult gmeow-observations.sssom.tsv; gmeow:eqObs041; confidence 0.75

Usage Advice

Use when

Avoid when

How to use

Examples

Published Alignment Graph

Alignments

RelationTarget
closeMatchcrminf:J5_holds_to_be
closeMatchsosa:hasResult