From d8ba078e4321f394cd1a896fb6ecc8f7f368343d Mon Sep 17 00:00:00 2001 From: Forest Savage <96553407+forest-savage1234@users.noreply.github.com> Date: Sun, 23 Aug 2026 12:55:31 -0800 Subject: [PATCH] Require IRI nodeKind on configuration:itemObject ConfigurationEntry.itemObject ranges over core:UcoObject, which must be IRI-identified. Change that property shape from BlankNodeOrIRI to IRI. Leave configurationEntry and dependencies alone. Closes #663. Signed-off-by: Forest Savage --- ontology/uco/configuration/configuration.ttl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ontology/uco/configuration/configuration.ttl b/ontology/uco/configuration/configuration.ttl index bdb1e7ea..c2a7b0fe 100644 --- a/ontology/uco/configuration/configuration.ttl +++ b/ontology/uco/configuration/configuration.ttl @@ -59,7 +59,7 @@ configuration:ConfigurationEntry sh:property [ sh:class core:UcoObject ; - sh:nodeKind sh:BlankNodeOrIRI ; + sh:nodeKind sh:IRI ; sh:path configuration:itemObject ; ] , [