supposed

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:imaginedWorldlogic: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

@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 .

Common Companion Terms

gmeow:ContentOrigin