unequivocal (□, true)
- CURIE:
gmeow:unequivocal - IRI: https://blackcatinformatics.ca/gmeow/unequivocal
- Category: individual
- Defined by:
gmeow:slices/standpoint
□_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: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 .