analyzes action
Property
http://proethica.org/ontology/intermediate#analyzesAction
Class Hierarchy
- analyzes action
Definition
Links a Step-4 causal-normative-link (reasoning) node to the committed Action it analyzes, so the reasoning is grounded in the graph and the obligation edges of the action are reachable from it. Domain proeth-cases:CausalNormativeLink, the class the emitter actually asserts (the earlier CausalChain domain wrongly inferred every reasoning node into the Step-3 NESS chain population); neither class is among the nine D-tuple categories, so there is no disjointness impact. Range Action.
Properties
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix proeth: <http://proethica.org/ontology/intermediate#> .
@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:analyzesAction a owl:ObjectProperty ;
rdfs:label "analyzes action"@en ;
rdfs:comment "Links a Step-4 causal-normative-link (reasoning) node to the committed Action it analyzes, so the reasoning is grounded in the graph and the obligation edges of the action are reachable from it. Domain proeth-cases:CausalNormativeLink, the class the emitter actually asserts (the earlier CausalChain domain wrongly inferred every reasoning node into the Step-3 NESS chain population); neither class is among the nine D-tuple categories, so there is no disjointness impact. Range Action."@en ;
rdfs:domain proeth-cases:CausalNormativeLink ;
rdfs:range proeth-core:Action ;
skos:changeNote "2026-07-07 (A/E properties review): rdfs:domain corrected CausalChain -> proeth-cases:CausalNormativeLink to match the sole emitter (causal_edges.apply_causal_normative_link_edges) and the committed data."@en .