wh (who/what/where/when)

A who/what/where/when question — its answerhood condition is an open set of instantiations of a variable (the individual filling the wh-slot). The constituent-question kind, distinct from the closed alternative set.

Structure

Types: gmeow:QuestionType

Practical Pattern

Use gmeow:typeWh 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.

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