From 2471d94d3fbf52f4f24da4c1cfe2994a2c366911 Mon Sep 17 00:00:00 2001 From: Alex Nelson Date: Tue, 21 Jul 2026 14:12:11 -0400 Subject: [PATCH 1/2] Fix typo No effects were observed on Make-managed files. References: * https://github.com/casework/casework.github.io/pull/349 * https://github.com/ucoProject/UCO/issues/666 Reported-by: Paul Brandt 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 e8fe0020..8ad7a462 100644 --- a/ontology/uco/core/core.ttl +++ b/ontology/uco/core/core.ttl @@ -550,7 +550,7 @@ core:UcoType ; rdfs:subClassOf owl:Thing ; rdfs:label "UcoType"@en ; - rdfs:comment "UcoThing is the top-level class for metaclasses within UCO. An instance of core:UcoType is also an instance of owl:Class, and is or specializes core:UcoThing."@en ; + rdfs:comment "UcoType is the top-level class for metaclasses within UCO. An instance of core:UcoType is also an instance of owl:Class, and is or specializes core:UcoThing."@en ; owl:disjointWith core:UcoThing ; sh:class owl:Class ; sh:property [ From 2d366dffd7a0703920448c427ffc9739dc729757 Mon Sep 17 00:00:00 2001 From: Alex Nelson Date: Wed, 22 Jul 2026 09:06:48 -0400 Subject: [PATCH 2/2] Make explicit instance-class note on Technique PropertyShape No effects were observed on Make-managed files. References: * https://github.com/casework/casework.github.io/pull/349#discussion_r3628856254 * https://github.com/ucoProject/UCO/issues/666 Requested-by: Paul Brandt Signed-off-by: Alex Nelson --- ontology/uco/action/action.ttl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ontology/uco/action/action.ttl b/ontology/uco/action/action.ttl index 07f251a5..4933009b 100644 --- a/ontology/uco/action/action.ttl +++ b/ontology/uco/action/action.ttl @@ -357,10 +357,10 @@ action:Technique ; rdfs:subClassOf core:UcoType ; rdfs:label "Technique"@en ; - rdfs:comment "A technique is a class of actions joined by some common characteristics. uco-action:Technique itself is a metaclass. A Technique instance is an owl:Class that is a subclass of uco-action:Action."@en ; + rdfs:comment "A technique is a class of actions joined by some common characteristics. The class uco-action:Technique is a metaclass. A Technique instance is an owl:Class that is a subclass of uco-action:Action."@en ; sh:property [ - rdfs:comment "This shape confirms a Technique is an eventual subclass of Action. The Action class itself is not a Technique."@en ; + rdfs:comment "This property shape confirms an instance of Technique is a class that is an eventual subclass of Action. The Action class itself is not a Technique."@en ; sh:hasValue action:Action ; sh:path [ sh:oneOrMorePath rdfs:subClassOf ;