@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:CodeProvisionReference a owl:Class ;
    rdfs:label "Code Provision Reference"@en ;
    rdfs:comment "A citation node for a professional code provision cited in the case analysis."@en ;
    rdfs:subClassOf iao:0000030 ;
    skos:changeNote "v3.0.0 (2026-07-04): added; provision stub individuals were previously committed untyped."@en ;
    skos:definition "An information content entity referencing a specific provision of a professional code of ethics as cited in a case analysis, carrying the provision designation and text as cited."@en .

