@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix proeth-core: <http://proethica.org/ontology/core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

proeth-core:provisionCode a owl:DatatypeProperty ;
    rdfs:label "provision code"@en ;
    rdfs:comment "The alphanumeric code identifying this provision within its guideline (e.g., 'II.1.c', 'P1.3')."@en ;
    rdfs:domain proeth-core:CodeProvision ;
    rdfs:range xsd:string ;
    skos:definition "The unique identifier code for a provision within its parent guideline."@en .

