@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:terminatedBy a owl:DatatypeProperty ;
    rdfs:label "terminated by"@en ;
    rdfs:comment "Intended on State: what removes the state. Kept verbatim on the individual and also resolved to the proeth-core:terminatedByEvent edge."@en ;
    rdfs:range xsd:string .

