@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:violatesObligation a owl:ObjectProperty ;
    rdfs:label "violates obligation"@en ;
    rdfs:comment "Relates an action to an obligation it breaches. The action fails to realize the directive content of the obligation, the negative counterpart of fulfillsObligation."@en ;
    rdfs:domain proeth-core:Action ;
    rdfs:range proeth-core:Obligation ;
    owl:propertyDisjointWith proeth-core:raisesObligation ;
    skos:changeNote "v2.8.0: Promoted from proeth:violatesObligation (intermediate) to core; semantics unchanged."@en ;
    skos:definition "Relates an Action to an Obligation it violates."@en .

