@prefix iao: <http://purl.obolibrary.org/obo/IAO_> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix proeth-cases: <http://proethica.org/ontology/cases#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

proeth-cases:QuestionEmergence a owl:Class ;
    rdfs:label "Question Emergence"@en ;
    rdfs:comment "The grounding rationale for an ethical question: which case facts, states, and tensions give rise to it."@en ;
    rdfs:subClassOf iao:0000030 ;
    skos:changeNote "v3.0.0 (2026-07-04): added; the commit bridge previously emitted these individuals untyped."@en ;
    skos:definition "An information content entity recording why a specific ethical question arises in a case: the configuration of facts, obligations, and states from which the question emerges. Pairs one-to-one with an EthicalQuestion and preserves the analytic chain from case content to posed question."@en .

