@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#> .

proeth-core:containsProvision a owl:ObjectProperty ;
    rdfs:label "contains provision"@en ;
    rdfs:comment "Relates a guideline to the provisions it contains."@en ;
    rdfs:domain proeth-core:Guideline ;
    rdfs:range proeth-core:CodeProvision ;
    owl:inverseOf proeth-core:partOfGuideline ;
    skos:definition "Links a Guideline to the CodeProvisions it contains."@en .

