Change license string to IRI
Closed this issue · 1 comments
hauschke commented
[
a sh:ValidationResult ;
sh:resultSeverity sh:Violation ;
sh:sourceConstraintComponent sh:NodeKindConstraintComponent ;
sh:sourceShape _:n3036 ;
sh:focusNode http://ontology.tib.eu/gesah/ ;
sh:value “https://creativecommons.org/licenses/by/4.0/” ;
sh:resultPath _:n3037 ;
sh:resultMessage “The ontology does not specify its license by providing an IRI for the license. The license must be open.”@en ;
] .
Currently it's a string, should be an IRI.
tawahle commented
Done.