unequivocal (□, true)
- CURIE:
gmeow:unequivocal - IRI: https://blackcatinformatics.ca/gmeow/unequivocal
- Category: individual
- Defined by:
gmeow:slices/standpoint - Box roles: ABox role, CBox role (What is this?)
□_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
- Source:
slices/core/standpoint/examples/contested-authorship.ttl - Examples catalog: open in catalog#example-slices-core-standpoint-examples-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
- Source:
slices/core/deception/examples/blame-deflection.ttl - Examples catalog: open in catalog#example-slices-core-deception-examples-blame-deflection
# --- What the spokesperson privately HOLDS: the internal engineer caused it.
ex:heldClaim a gmeow:DoxasticStandpointClaim ;
gmeow:vantage ex:spokesperson ;
gmeow:observedFeature ex:internalCauseProposition ;
gmeow:claimOfBelief ex:spokespersonHeldBelief ;
gmeow:claimModality gmeow:unequivocal ;
gmeow:observationMethod gmeow:methodExpertJudgement .
# --- 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. The claim is backed by the low-credence
# projected DoxasticState; the gap between the avowed unequivocal claim and
# the 0.05 credence is the deception.
ex:projectedClaim a gmeow:DoxasticStandpointClaim ;
gmeow:vantage ex:spokesperson ;
gmeow:observedFeature ex:vendorCauseProposition ;
gmeow:claimOfBelief ex:spokespersonProjectedBelief ;
gmeow:claimModality gmeow:unequivocal ;
gmeow:claimVeridicality gmeow:veridicalityUntrue ;
gmeow:observationMethod gmeow:methodExpertJudgement .