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

proeth:triggeringEvent a owl:DatatypeProperty ;
    rdfs:label "triggering event"@en ;
    rdfs:comment "Intended on State: the event bringing the state into being. Kept verbatim on the individual and also resolved to the proeth-core:activatedByEvent edge."@en ;
    rdfs:range xsd:string .

