unequivocal (□, true)

□_S — settled / necessary true according to the standpoint: the proposition holds in every precisification the standpoint admits (CRMinf belief value 'true'). The default when no gmeow:standpointModality is given.

Structure

Types: gmeow:StandpointModality

Practical Pattern

Use gmeow:unequivocal as a controlled value typed as gmeow:StandpointModality.

Example Snippets

These snippets are generated from canonical slice examples and trimmed to the Turtle blocks where this term appears.

Contested Authorship

# --- Claim 2: the orthodoxy holds (settled) that Shakespeare wrote it.
ex:claimShakespeare a gmeow:StandpointClaim ;
    gmeow:vantage ex:orthodoxy ;
    gmeow:observedFeature ex:play ;
    gmeow:observationResult ex:shakespeare ;
    gmeow:observationMethod gmeow:methodExpertJudgement ;
    gmeow:claimModality gmeow:unequivocal .

Blame Deflection

# --- What the spokesperson privately HOLDS: the internal engineer caused it.
ex:heldClaim a gmeow:StandpointClaim ;
    gmeow:vantage ex:spokesperson ;
    gmeow:observedFeature ex:outage ;
    gmeow:observationResult ex:internalCause ;
    gmeow:observationMethod gmeow:methodExpertJudgement ;
    gmeow:claimModality gmeow:unequivocal .

# --- What the spokesperson publicly PROJECTS: the vendor caused it. Asserted
#     unequivocally, but UNTRUE — the falsehood is a veridicality value on the
#     claim, never an isFalse flag.
ex:projectedClaim a gmeow:StandpointClaim ;
    gmeow:vantage ex:spokesperson ;
    gmeow:observedFeature ex:outage ;
    gmeow:observationResult ex:vendor ;
    gmeow:observationMethod gmeow:methodExpertJudgement ;
    gmeow:claimModality gmeow:unequivocal ;
    gmeow:claimVeridicality gmeow:veridicalityUntrue .

Common Companion Terms

gmeow:StandpointModality