The constraints on schema:contactPoint require the value to be an IRI
|
sh:path schema:contactPoint ; |
|
sh:minCount 1 ; |
|
sh:nodeKind sh:IRI ; |
|
sh:message "cube:Cube needs an schema:contactpoint" |
Some other properties too, are constrained like that. I propose to relax this to allow blank nodes. Possibly as an alternative, where it's either IRI or a blank with deep description using sh:node. For the standalone cube I expect schema:name and schema:email at the least
The constraints on
schema:contactPointrequire the value to be an IRIcube-link/validation/standalone-cube-constraint.ttl
Lines 46 to 49 in 2b69ad5
Some other properties too, are constrained like that. I propose to relax this to allow blank nodes. Possibly as an alternative, where it's either IRI or a blank with deep description using
sh:node. For the standalone cube I expectschema:nameandschema:emailat the least