Skip to content
New issue

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 #135

Open
labra opened this issue Jul 31, 2019 · 0 comments
Open

Implement ShExPath #135

labra opened this issue Jul 31, 2019 · 0 comments
Labels

Comments

@labra
Copy link
Member

labra commented Jul 31, 2019

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, 
Reason: 
23 doesn't conform to /@<User>/:worksFor/@<Company>/:name
@labra labra added the SHEX label Aug 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant