@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix proeth: <http://proethica.org/ontology/intermediate#> .
@prefix proeth-core: <http://proethica.org/ontology/core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

proeth:hasAgentRole a owl:ObjectProperty ;
    rdfs:label "has agent role"@en ;
    rdfs:comment "Relates an action to the role of the agent performing it."@en ;
    rdfs:domain proeth-core:Action ;
    rdfs:range proeth-core:Role .

