question type

Classifies a question by its erotetic kind — one of the closed gmeow:QuestionType value vocabulary. NOT functional: a single question may carry several types at once (a 'why … and how' question is both gmeow:typeWhy and gmeow:typeHow), so the property admits multiple values rather than forcing a single kind.

Structure

Property shape: object property; gmeow:Question -> gmeow:QuestionType

Practical Pattern

Use gmeow:questionType from gmeow:Question to gmeow:QuestionType when the relationship itself belongs in the native GMEOW graph.

Example Snippets

These snippets are generated from canonical slice examples and trimmed to the Turtle blocks where this term appears.

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 .

Open Question And Resolution

@prefix gmeow: <https://blackcatinformatics.ca/gmeow/> .
@prefix ex:    <https://blackcatinformatics.ca/gmeow/examples/inquiry/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .



ex:whereIsKey a gmeow:Question ;
    gmeow:questionType gmeow:typeWh ;
    rdfs:label "where is the key?"@en .

Common Companion Terms

gmeow:Question, gmeow:QuestionType

Usage Advice

Use when

Avoid when

How to use

Examples