@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:raisesObligation a owl:ObjectProperty ;
    rdfs:label "raises obligation"@en ;
    rdfs:comment "Relates an action to an obligation it puts at stake without itself resolving it. The fulfillment or breach occurs at a downstream action in the same chain. This third predicate distinguishes an upstream choice that engages an obligation from the downstream action that satisfies or breaches it; without it the same obligation appears as both fulfilled and violated across adjacent steps."@en ;
    rdfs:domain proeth-core:Action ;
    rdfs:range proeth-core:Obligation ;
    skos:changeNote "v2.8.0: Promoted from proeth:raisesObligation (intermediate) to core; semantics unchanged."@en ;
    skos:definition "Relates an Action to an Obligation it puts in force or at stake, resolved at a downstream action."@en .

