@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:adheresToPrinciple a owl:ObjectProperty ;
    rdfs:label "adheres to principle"@en ;
    rdfs:comment "Relates a role to principles that guide its conduct; the role-relative applicability edge of the R->P->O chain (the role determines which principles apply to conduct in that standing)."@en ;
    rdfs:domain proeth-core:Role ;
    rdfs:range proeth-core:Principle ;
    skos:changeNote "v2.3.0: Removed subPropertyOf iao:0000136 (is about). The is_about relation links information content to what it represents; adheresToPrinciple links a role to the directive content that governs it, which is a different semantic relation."@en ;
    skos:definition "Relates a role to principles that guide its conduct."@en .

