From 46b74a354ccace003042e2f5a11abdaa115c7b06 Mon Sep 17 00:00:00 2001 From: Marco Enrico Piras Date: Thu, 27 Nov 2025 11:23:48 +0000 Subject: [PATCH] fix(profiles/ro-crate): :ambulance: fix SHACL nodeKind constraint being too strict --- rocrate_validator/profiles/ro-crate/may/61_license_entity.ttl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rocrate_validator/profiles/ro-crate/may/61_license_entity.ttl b/rocrate_validator/profiles/ro-crate/may/61_license_entity.ttl index d5cecf4a..a51913af 100644 --- a/rocrate_validator/profiles/ro-crate/may/61_license_entity.ttl +++ b/rocrate_validator/profiles/ro-crate/may/61_license_entity.ttl @@ -31,7 +31,7 @@ ro-crate:LicenseOptionalAllowedValues a sh:NodeShape ; sh:message """MAY have a URI (eg for Creative Commons or Open Source licenses). MAY, if necessary be a textual description of how the RO-Crate may be used.""" ; sh:minCount 1 ; - sh:nodeKind sh:Literal ; + sh:nodeKind sh:IRIOrLiteral ; sh:path schema_org:license ; sh:or ( [ sh:dataType xsd:string ]