From 1f50a2942b00f95ddded5e8671bb66e2ab98e9d5 Mon Sep 17 00:00:00 2001 From: Alex Nelson Date: Fri, 8 Dec 2023 14:04:23 -0500 Subject: [PATCH] Designate Event a subclass of Perdurant No effects were observed on Make-managed files. References: * https://github.com/ucoProject/UCO/issues/541 * https://github.com/ucoProject/UCO/issues/544 Signed-off-by: Alex Nelson --- ontology/uco/core/core.ttl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ontology/uco/core/core.ttl b/ontology/uco/core/core.ttl index 90fbd800..54a3b1a8 100644 --- a/ontology/uco/core/core.ttl +++ b/ontology/uco/core/core.ttl @@ -206,7 +206,7 @@ core:Event owl:Class , sh:NodeShape ; - rdfs:subClassOf core:UcoObject ; + rdfs:subClassOf core:Perdurant ; rdfs:label "Event"@en ; rdfs:comment "An Event is a noteworthy occurrence (something that happens or might happen)."@en ; owl:disjointWith action:Action ;