From 4c9880377ae0d98353e2de254d062a5ceb0343e4 Mon Sep 17 00:00:00 2001 From: Alex Nelson Date: Tue, 15 Aug 2023 14:54:41 -0400 Subject: [PATCH] UCO Issue 541: Add Event alignment No effects were observed on Make-managed files. References: * https://github.com/ucoProject/UCO/issues/541 Signed-off-by: Alex Nelson --- ontology/uco-bfo.ttl | 6 ++++++ tests/exemplars.ttl | 4 ++++ 2 files changed, 10 insertions(+) diff --git a/ontology/uco-bfo.ttl b/ontology/uco-bfo.ttl index 353a6c2..9444b5e 100644 --- a/ontology/uco-bfo.ttl +++ b/ontology/uco-bfo.ttl @@ -20,6 +20,12 @@ ; . +drafting:Event + a owl:Class ; + rdfs:subClassOf obo:BFO_0000008 ; + rdfs:isDefinedBy ; + . + uco-observable:File rdfs:subClassOf obo:BFO_0000031 ; . diff --git a/tests/exemplars.ttl b/tests/exemplars.ttl index cc43f51..a4224cc 100644 --- a/tests/exemplars.ttl +++ b/tests/exemplars.ttl @@ -18,6 +18,10 @@ owl:imports ; . +kb:Event-36ca992e-47e5-43a5-b344-71465c222a05 + a drafting:Event ; + . + kb:File-e364d7d2-25c8-4d4a-95d1-b03f73934e83 a uco-observable:File ; .