From 836bebcbeb9cf3da0b03a490647bafdacef72dda Mon Sep 17 00:00:00 2001 From: Alex Nelson Date: Thu, 29 Feb 2024 17:05:32 -0500 Subject: [PATCH] Bump unstable pointers and apply temporary mitigation No effects were observed on Make-managed files. References: * https://github.com/casework/CASE-Corpora/issues/63 * https://github.com/ucoProject/UCO/issues/591 Signed-off-by: Alex Nelson --- dependencies/CASE-unstable | 2 +- dependencies/CASE-unstable-2.0.0 | 2 +- shapes/local.ttl | 10 ++++++++++ 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/dependencies/CASE-unstable b/dependencies/CASE-unstable index 743a087..109e411 160000 --- a/dependencies/CASE-unstable +++ b/dependencies/CASE-unstable @@ -1 +1 @@ -Subproject commit 743a08784335c6142f85314bc7034fbd081dbce4 +Subproject commit 109e411c7b5f8d825cdfb8e6f3e01b486c053dec diff --git a/dependencies/CASE-unstable-2.0.0 b/dependencies/CASE-unstable-2.0.0 index ead959d..ebd7718 160000 --- a/dependencies/CASE-unstable-2.0.0 +++ b/dependencies/CASE-unstable-2.0.0 @@ -1 +1 @@ -Subproject commit ead959d9223ee3de964a02a4cf8b7a59358b014e +Subproject commit ebd77185ca61a58e99bc5a44a2b9807eb0e9c3a2 diff --git a/shapes/local.ttl b/shapes/local.ttl index 295efce..e9b72fe 100644 --- a/shapes/local.ttl +++ b/shapes/local.ttl @@ -14,6 +14,7 @@ @prefix uco-action: . @prefix uco-core: . @prefix uco-observable: . +@prefix uco-owl: . @prefix uco-types: . @prefix xsd: . @@ -410,6 +411,15 @@ sh-dcterms:rights-suggested-objects-shape sh:deactivated "true"^^xsd:boolean ; . +uco-owl:Restriction-shape + rdfs:comment "TODO" ; + rdfs:seeAlso + , + + ; + sh:deactivated "true"^^xsd:boolean ; + . + uco-core:UcoThing-identifier-regex-shape sh:deactivated "true"^^xsd:boolean ; sh:description "This shape is deactivated for CASE-Corpora due to a data management decision to extend external IRIs as UCO concepts." ;