@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:fulfillsObligation a owl:ObjectProperty ;
    rdfs:label "fulfills obligation"@en ;
    rdfs:comment "Relates an action to obligations it fulfills. The action realizes the directive content of the obligation."@en ;
    rdfs:domain proeth-core:Action ;
    rdfs:range proeth-core:Obligation ;
    owl:propertyDisjointWith proeth-core:raisesObligation,
        proeth-core:violatesObligation ;
    skos:changeNote "v2.3.0: Removed subPropertyOf ro:0000057 (has participant). RO:has_participant relates a process to a continuant participant; an obligation is the directive content the action realizes (a generically dependent continuant), not a participant involved in the action in the BFO sense."@en ;
    skos:definition "Relates an Action to an Obligation it fulfills."@en .

