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

Error when parsing Turtle files with literals that contain double quotes #117

Open
labra opened this issue May 10, 2024 · 0 comments
Open

Comments

@labra
Copy link
Member

labra commented May 10, 2024

It seems that the rdfshape client doesn't handle properly Turtle files that contain escaped literals with double quotes. For example something like the following gives a strange error:

prefix : <http://example.org/>

:alice :name "\"Alice\"" .

The error message is not very helpful and says:

Error response from data/info

syntax error in line 3 near '"'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant