-
Notifications
You must be signed in to change notification settings - Fork 10
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
Adds error recovery to the Turtle/TriG parser #22
Comments
i think it's also good idea to get content of a faulty triples when it's possible, this allow to guess what was the intention. As, concrete example, i encountered some ttl file using some undeclared prefix. Due to a specific context of use and very common usage in this context, those prefix could easily be guessed. |
@Tpt Is this happening in the near future, or not something being tackled right now? |
I am currently rewriting the Turtle parser to fix that, improve performances and make it compatible with async so it should be done in a few months (it's a "background" project with a fairly low priority) |
Ah ok, I will look forward to that, thanks! |
The Turtle/TriG parser should be able to continue parsing the next triples after raising an error.
The text was updated successfully, but these errors were encountered: