-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
The constraints on schema:contactPoint require the value to be an IRI
cube-link/validation/standalone-cube-constraint.ttl
Lines 46 to 49 in 2b69ad5
| 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
Metadata
Metadata
Assignees
Labels
No labels