supposed
- CURIE:
gmeow:originSupposed - IRI: https://blackcatinformatics.ca/gmeow/originSupposed
- Category: individual
- Defined by:
gmeow:slices/imagination - Box roles: ABox role (What is this?)
Content entertained as a SUPPOSITION — taken on hypothetically for argument or exploration (gmeow:supposes), not asserted. The hypothetical source, characteristically scoped to an imagined world (gmeow:imaginedWorld → logic:World, by reference); distinct from believed content in that nothing is held true.
Structure
Types: gmeow:ContentOrigin
Practical Pattern
Use gmeow:originSupposed as a controlled value typed as gmeow:ContentOrigin.
Example Snippets
These snippets are generated from canonical slice examples and trimmed to the Turtle blocks where this term appears.
Counterfactual Rehearsal
- Source:
slices/core/imagination/examples/counterfactual-rehearsal.ttl - Examples catalog: open in catalog#example-slices-core-imagination-examples-counterfactual-rehearsal
@prefix gmeow: <https://blackcatinformatics.ca/gmeow/> .
@prefix logic: <https://blackcatinformatics.ca/logic/> .
@prefix ex: <https://blackcatinformatics.ca/gmeow/examples/imagination/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
# --- The supposed proposition. Its reality-monitoring source is "supposed": it is
# entertained for argument, never asserted as a fact.
ex:interestRatesDouble a gmeow:Proposition ;
rdfs:label "interest rates double next year"@en ;
gmeow:contentOrigin gmeow:originSupposed .