We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement ShExPath to improve error messages.
Using ShExPath, it will be easier to improve readability of error messages.
For example, is we have a shape
<Person> { :worksFor { :name xsd:string } }
and RDF:
:alice :worksFor :c . :c :name 23 .
and try to validate :alice@:User we can show the message:
:alice@:User
:alice@!:User, Reason: 23 doesn't conform to /@<User>/:worksFor/@<Company>/:name
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Implement ShExPath to improve error messages.
Using ShExPath, it will be easier to improve readability of error messages.
For example, is we have a shape
and RDF:
and try to validate
:alice@:User
we can show the message:The text was updated successfully, but these errors were encountered: