@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:ResolutionPattern a owl:Class ;
    rdfs:label "Resolution Pattern"@en ;
    rdfs:comment "The recurring pattern by which a case's ethical tension is resolved."@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 describing the pattern through which an ethical tension or question is resolved in a case: which consideration prevailed, under what contextual conditions, and in what recurring form. Resolution patterns are the case-level record that cross-case precedent comparison draws on."@en .

