You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @Dragos0000 I remember that the variable replacement was not fully implemented on the sparql constraints. The shacl core variables should be working fine though. Need to find some time and debug this but cannot guarantee how soon this can be implemented unless someone else is willing to take a look. Would be happy to guide in the later case
Example of SHACL shape with SPARQL query
Expected Behavior
Would expect the variable {$lang} to be replaced in the sh:message from the SPARQL query.
ex: multiple skos-xl preferred label for language "en"
Actual Behavior
In the validation process will get "multiple skos-xl preferred label for language "{$lang}"" message. The variable lang is not being replaced.
Is this supported or will be supported ?
The text was updated successfully, but these errors were encountered: