From 3c301b352f3855e58fd9826d73fc2e84d4b62f00 Mon Sep 17 00:00:00 2001 From: Alex Nelson Date: Fri, 3 May 2024 10:05:43 -0400 Subject: [PATCH] Add shape description No effects were observed on Make-managed files. References: * https://github.com/ucoProject/UCO/issues/562 Acked-by: Paul Brandt Signed-off-by: Alex Nelson --- ontology/owl/owl.ttl | 1 + 1 file changed, 1 insertion(+) diff --git a/ontology/owl/owl.ttl b/ontology/owl/owl.ttl index f5c59b99..ffb96ea2 100644 --- a/ontology/owl/owl.ttl +++ b/ontology/owl/owl.ttl @@ -437,6 +437,7 @@ uco-owl:rdf-rest-subjects-shape uco-owl:sh-datatype-objects-shape a sh:NodeShape ; + sh:description "This shape enforces that the sh:datatype constraining predicate does not bind an OWL class for a literal-valued constraint."@en ; sh:not [ a sh:NodeShape ; sh:class owl:Class ;