From 3f0f71355c97f1dd85a17b4a17b5ff50f8a19a93 Mon Sep 17 00:00:00 2001 From: Alex Nelson Date: Fri, 4 Oct 2024 08:34:35 -0400 Subject: [PATCH] Remove owl:onDatatype from new vocabulary definition References: * https://github.com/ucoProject/UCO/issues/549 * https://github.com/ucoProject/UCO/issues/593 Signed-off-by: Alex Nelson --- ontology/uco/core/core.ttl | 1 - 1 file changed, 1 deletion(-) diff --git a/ontology/uco/core/core.ttl b/ontology/uco/core/core.ttl index 3ecac152..a9010464 100644 --- a/ontology/uco/core/core.ttl +++ b/ontology/uco/core/core.ttl @@ -322,7 +322,6 @@ core:ObjectStatusVocab rdfs:label "Object Status Vocabulary"@en-US ; owl:equivalentClass [ a rdfs:Datatype ; - owl:onDatatype xsd:string ; owl:oneOf ( "Draft"^^core:ObjectStatusVocab "Final"^^core:ObjectStatusVocab