From 53979b6d4754e8ae1bf7be49f1dfaf181c93be35 Mon Sep 17 00:00:00 2001 From: Alex Nelson Date: Wed, 1 May 2024 13:34:46 -0400 Subject: [PATCH 1/4] Bump unstable pointer No effects were observed on Make-managed files. References: * https://github.com/ucoProject/UCO/issues/573 * https://github.com/ucoProject/UCO/issues/584 * https://github.com/ucoProject/UCO/issues/599 Signed-off-by: Alex Nelson --- dependencies/CASE-unstable | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependencies/CASE-unstable b/dependencies/CASE-unstable index 87c8fd3f..50a7579f 160000 --- a/dependencies/CASE-unstable +++ b/dependencies/CASE-unstable @@ -1 +1 @@ -Subproject commit 87c8fd3f37f06be8a908177619f70e30e24d536f +Subproject commit 50a7579f96e3758afb82c93f2a36e23f404ce396 From 3aafb5f2fbb51435804a0cee6e77582b1ec654c6 Mon Sep 17 00:00:00 2001 From: Alex Nelson Date: Wed, 1 May 2024 13:39:20 -0400 Subject: [PATCH 2/4] Bump unstable-2.0.0 pointer No effects were observed on Make-managed files. References: * https://github.com/ucoProject/UCO/issues/573 Signed-off-by: Alex Nelson --- dependencies/CASE-unstable-2.0.0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependencies/CASE-unstable-2.0.0 b/dependencies/CASE-unstable-2.0.0 index 642299be..97bcb555 160000 --- a/dependencies/CASE-unstable-2.0.0 +++ b/dependencies/CASE-unstable-2.0.0 @@ -1 +1 @@ -Subproject commit 642299bee9887342ee3eaaf15e6a0734d0a94889 +Subproject commit 97bcb5552bc88029d1e59e0c0c0c83dc5d99fc8b From bbef5e7667e1aa6f9dbdda004939afdf0381819b Mon Sep 17 00:00:00 2001 From: Alex Nelson Date: Fri, 3 May 2024 09:50:39 -0400 Subject: [PATCH 3/4] Bump develop-2.0.0 pointer A follow-on patch will regenerate Make-managed files. References: * https://github.com/ucoProject/UCO/issues/573 * https://github.com/ucoProject/UCO/issues/584 * https://github.com/ucoProject/UCO/issues/589 Signed-off-by: Alex Nelson --- dependencies/CASE-develop-2.0.0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependencies/CASE-develop-2.0.0 b/dependencies/CASE-develop-2.0.0 index 76784bc3..ba810bc7 160000 --- a/dependencies/CASE-develop-2.0.0 +++ b/dependencies/CASE-develop-2.0.0 @@ -1 +1 @@ -Subproject commit 76784bc39dc825bba0109a36fa46fe721bf8f43b +Subproject commit ba810bc79a8f466a0a75ccab8121eb299b6a896f From 1db05c9198609782290fab136204c75d7edbdb40 Mon Sep 17 00:00:00 2001 From: Alex Nelson Date: Fri, 3 May 2024 09:54:22 -0400 Subject: [PATCH 4/4] Regenerate Make-managed files References: * https://github.com/ucoProject/UCO/issues/573 * https://github.com/ucoProject/UCO/issues/584 * https://github.com/ucoProject/UCO/issues/589 Signed-off-by: Alex Nelson --- ontology/CASE-develop-2.0.0.ttl | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/ontology/CASE-develop-2.0.0.ttl b/ontology/CASE-develop-2.0.0.ttl index fded82ba..dc4d078f 100644 --- a/ontology/CASE-develop-2.0.0.ttl +++ b/ontology/CASE-develop-2.0.0.ttl @@ -887,12 +887,12 @@ uco-owl:Disjointedness-C-DT-shape sh:sparql [ a sh:SPARQLConstraint ; rdfs:seeAlso ; - sh:message "An IRI may not be a member of both an owl:Class and owl:Datatype."@en ; + sh:message "An IRI may not be a member of both an owl:Class and rdfs:Datatype."@en ; sh:select """ PREFIX owl: SELECT $this WHERE { - $this a owl:Datatype ; + $this a rdfs:Datatype ; } """ ; ] ; @@ -2171,7 +2171,6 @@ core:ContextualCompilation rdfs:comment "A contextual compilation is a grouping of things sharing some context (e.g., a set of network connections observed on a given day, all accounts associated with a given person)."@en ; sh:property [ sh:class core:UcoObject ; - sh:minCount "1"^^xsd:integer ; sh:nodeKind sh:IRI ; sh:path core:object ; ] ; @@ -8547,6 +8546,16 @@ observable:ObservableRelationship ; rdfs:label "ObservableRelationship"@en ; rdfs:comment "An observable relationship is a grouping of characteristics unique to an assertion of an association between two observable objects."@en ; + sh:property + [ + sh:class observable:Observable ; + sh:path core:source ; + ] , + [ + sh:class observable:Observable ; + sh:path core:target ; + ] + ; sh:targetClass observable:ObservableRelationship ; .