polar (yes/no)
- CURIE:
gmeow:typePolar - IRI: https://blackcatinformatics.ca/gmeow/typePolar
- Category: individual
- Defined by:
gmeow:slices/inquiry - Box roles: ABox role (What is this?)
A yes/no question — its answerhood condition is a proposition and its negation; the direct answers are 'yes' and 'no'. The simplest erotetic kind, the natural target of gmeow:wondersWhether.
Structure
Types: gmeow:QuestionType
Practical Pattern
Use gmeow:typePolar as a controlled value typed as gmeow:QuestionType.
Example Snippets
These snippets are generated from canonical slice examples and trimmed to the Turtle blocks where this term appears.
Loaded Question
- Source:
slices/core/inquiry/examples/loaded-question.ttl - Examples catalog: open in catalog#example-slices-core-inquiry-examples-loaded-question
@prefix gmeow: <https://blackcatinformatics.ca/gmeow/> .
@prefix ex: <https://blackcatinformatics.ca/gmeow/examples/inquiry/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
# --- The polar question and the proposition it takes for granted.
ex:stoppedCheating a gmeow:Question ;
gmeow:questionType gmeow:typePolar ;
gmeow:presupposes ex:wasCheating ;
rdfs:label "have you stopped cheating?"@en .