@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 ro: <http://purl.obolibrary.org/obo/RO_> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

proeth-core:performsAction a owl:ObjectProperty ;
    rdfs:label "performs action"@en ;
    rdfs:comment "Relates an agent to actions they perform."@en ;
    rdfs:domain proeth-core:Agent ;
    rdfs:range proeth-core:Action ;
    rdfs:subPropertyOf ro:0000056 ;
    skos:definition "Relates an agent to actions they perform."@en .

