From f54ac1bb93be7e9c402aa5f14d4c246c66e9fe97 Mon Sep 17 00:00:00 2001 From: Alex Nelson Date: Mon, 12 Aug 2024 23:33:36 -0400 Subject: [PATCH] Change type of core:objectStatus No effects were observed on Make-managed files. References: * https://github.com/ucoProject/UCO/issues/549 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 172e7003..b0a89017 100644 --- a/ontology/uco/core/core.ttl +++ b/ontology/uco/core/core.ttl @@ -724,7 +724,7 @@ core:objectMarking . core:objectStatus - a owl:DatatypeProperty ; + a owl:AnnotationProperty ; rdfs:label "Object Status"@en-US ; rdfs:comment "The current state of formality and acceptance for a UCO object."@en-US ; rdfs:range core:ObjectStatusVocab ;