Skip to content

Commit 46b74a3

Browse files
committed
fix(profiles/ro-crate): 🚑 fix SHACL nodeKind constraint being too strict
1 parent d10535a commit 46b74a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rocrate_validator/profiles/ro-crate/may/61_license_entity.ttl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ ro-crate:LicenseOptionalAllowedValues a sh:NodeShape ;
3131
sh:message """MAY have a URI (eg for Creative Commons or Open Source licenses).
3232
MAY, if necessary be a textual description of how the RO-Crate may be used.""" ;
3333
sh:minCount 1 ;
34-
sh:nodeKind sh:Literal ;
34+
sh:nodeKind sh:IRIOrLiteral ;
3535
sh:path schema_org:license ;
3636
sh:or (
3737
[ sh:dataType xsd:string ]

0 commit comments

Comments
 (0)