-
Dear rudof team, I think I have a very basic problem understanding how rudof handles shape labels, which prevents me from even starting a ShEx validation process. 😅 Apparently I'm not defining the shape label properly, although I believe I followed all the examples I could find. If anybody could help me I'd be grateful. I'm running rudof from the terminal like this: $ rudof shex-validate -s artwork.shex -m artwork.map 2025-07-22.ttl
Error: ShEx validation error: ShapeLabel not found Start: Label not found: Start
The file In the infamous ShEx2 Simple Online Validator I can use the following shape maps, which seem to work fine:
I'd be more than happy to accommodate an implementation detail in rudof to define shape maps, if you could tell me what I could change to make it work. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
OK friends, only a few hours after posting this message of course I found the solution. 😅 rudof asks for IRIs when using shape labels in the form I changed the ShEx file
and
Nice! |
Beta Was this translation helpful? Give feedback.
OK friends, only a few hours after posting this message of course I found the solution. 😅
rudof asks for IRIs when using shape labels in the form
<full_iri>
orprefix:label
.I changed the ShEx file
artwork.shex
toand
artwork.map
toNice!