@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:affects a owl:ObjectProperty ;
    rdfs:label "affects"@en ;
    rdfs:comment "Relates a State to the Agent(s) it bears on in the case scenario (the parties whose situation the state changes), distinct from the obligations/constraints the state activates (activatesObligation / activatesConstraint)."@en ;
    rdfs:domain proeth-core:State ;
    rdfs:range proeth-core:Agent ;
    skos:definition "Relates a State to an Agent it affects within the case scenario."@en .

