probable
- CURIE:
gmeow:probable - IRI: https://blackcatinformatics.ca/gmeow/probable
- Category: individual
- Defined by:
gmeow:slices/standpoint - Box roles: ABox role, CBox role (What is this?)
Likely true according to the standpoint — held more strongly than merely possible, but short of settled (CRMinf belief value 'probable').
Structure
Types: gmeow:StandpointModality
Practical Pattern
Use gmeow:probable 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 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
- Source:
slices/core/ai/examples/grounded-claim.ttl - Examples catalog: open in catalog#example-slices-core-ai-examples-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 .