@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix proeth-cases: <http://proethica.org/ontology/cases#> .
@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-cases:involvesAction a owl:ObjectProperty ;
    rdfs:label "involves action"@en ;
    rdfs:comment "Links a decision point to a committed Action individual realized by one of its alternatives. Repeated per action."@en ;
    rdfs:domain proeth-cases:DecisionPoint ;
    rdfs:range proeth-core:Action ;
    skos:definition "An object property linking a decision point to an action of the case timeline that one of the decision's alternatives comprises or forecloses."@en .

