wh (who/what/where/when)
- CURIE:
gmeow:typeWh - IRI: https://blackcatinformatics.ca/gmeow/typeWh
- Category: individual
- Defined by:
gmeow:slices/inquiry - Box roles: ABox role (What is this?)
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
- Source:
slices/core/inquiry/examples/open-question-and-resolution.ttl - Examples catalog: open in catalog#example-slices-core-inquiry-examples-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 .