From 47c9db1242808b5e8c359800437452e43d80337e Mon Sep 17 00:00:00 2001 From: Alec Sculley <80927159+avsculley@users.noreply.github.com> Date: Sun, 11 Aug 2024 13:29:11 -0400 Subject: [PATCH] Update EventOntology.ttl Changed axioms for Cause and Effect to make them consistent with textual definition. --- EventOntology.ttl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/EventOntology.ttl b/EventOntology.ttl index b75e06e..15684a5 100644 --- a/EventOntology.ttl +++ b/EventOntology.ttl @@ -1249,7 +1249,7 @@ cco:Cause rdf:type owl:Class ; owl:equivalentClass [ owl:intersectionOf ( obo:BFO_0000015 [ rdf:type owl:Restriction ; owl:onProperty cco:is_cause_of ; - owl:someValuesFrom obo:BFO_0000003 + owl:someValuesFrom obo:BFO_0000015 ] ) ; rdf:type owl:Class @@ -1444,7 +1444,7 @@ cco:Effect rdf:type owl:Class ; owl:equivalentClass [ owl:intersectionOf ( obo:BFO_0000015 [ rdf:type owl:Restriction ; owl:onProperty cco:caused_by ; - owl:someValuesFrom obo:BFO_0000003 + owl:someValuesFrom obo:BFO_0000015 ] ) ; rdf:type owl:Class