From b8d64ec8b8bfee30bdff18dbb30798d1317a1a08 Mon Sep 17 00:00:00 2001 From: Alex Nelson Date: Sun, 21 Aug 2022 15:16:06 -0400 Subject: [PATCH] Bump UCO-unstable and CASE-unstable pointers; apply syntax fix Both pointers need to be updated in order to catch an issue raised in CASE by a new test in UCO. This patch applies a needed fix for a new vocabulary. With the vocabulary fix, no effects were observed on Make-managed files. References: * [UCO OC-119] (CP-43) Represent recoverability of unallocated files * https://github.com/casework/CASE/pull/76 * https://github.com/ucoProject/UCO/issues/435 Signed-off-by: Alex Nelson --- dependencies/CASE-unstable | 2 +- dependencies/UCO-unstable | 2 +- .../illustrations/recoverability/drafting.ttl | 16 ++++++++++------ 3 files changed, 12 insertions(+), 8 deletions(-) diff --git a/dependencies/CASE-unstable b/dependencies/CASE-unstable index b9d0eb9a..610279a9 160000 --- a/dependencies/CASE-unstable +++ b/dependencies/CASE-unstable @@ -1 +1 @@ -Subproject commit b9d0eb9aa19393f0298b4e581345f431f76544de +Subproject commit 610279a98c92bc7220fc8f5e7e9bf1e390b08c0c diff --git a/dependencies/UCO-unstable b/dependencies/UCO-unstable index 4a998512..49ffd788 160000 --- a/dependencies/UCO-unstable +++ b/dependencies/UCO-unstable @@ -1 +1 @@ -Subproject commit 4a9985126b7cedf27767773f736ee822feaf5c00 +Subproject commit 49ffd788c313d7758b8cc7ba1e89f0b656f97fe8 diff --git a/examples/illustrations/recoverability/drafting.ttl b/examples/illustrations/recoverability/drafting.ttl index 78e1ebea..0e0d2b5f 100644 --- a/examples/illustrations/recoverability/drafting.ttl +++ b/examples/illustrations/recoverability/drafting.ttl @@ -153,12 +153,16 @@ drafting:RecoveredObjectStatusVocab rdfs:subClassOf rdfs:Resource ; rdfs:label "Recovered Object Status Vocabulary"@en-US ; rdfs:comment "Defines the vocabulary for Recovered Object status of data."@en ; - owl:oneOf ( - "recovered"^^drafting:RecoveredObjectStatusVocab - "partially recovered"^^drafting:RecoveredObjectStatusVocab - "overwritten"^^drafting:RecoveredObjectStatusVocab - "unknown"^^drafting:RecoveredObjectStatusVocab - ) ; + owl:equivalentClass [ + a owl:Datatype ; + owl:onDatatype xsd:string ; + owl:oneOf ( + "recovered"^^drafting:RecoveredObjectStatusVocab + "partially recovered"^^drafting:RecoveredObjectStatusVocab + "overwritten"^^drafting:RecoveredObjectStatusVocab + "unknown"^^drafting:RecoveredObjectStatusVocab + ) ; + ] ; . drafting:contentRecoveredStatus