Skip to content

Commit dfe0136

Browse files
authored
Merge pull request crs4#125 from kikkomep/fix/issue-110
fix(profiles/ro-crate): fix SHACL nodeKind constraint being too strict
2 parents d10535a + 46b74a3 commit dfe0136

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)