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

SPARQL Parser handles escaping incorrectly #393

Closed
joka921 opened this issue May 7, 2021 · 1 comment
Closed

SPARQL Parser handles escaping incorrectly #393

joka921 opened this issue May 7, 2021 · 1 comment
Assignees

Comments

@joka921
Copy link
Member

joka921 commented May 7, 2021

The SPARQL-parser currently has one big regex for , prefixed:name,
and one for all Literals, including langtags and datatypes.

prefixes are then much later expanded by the ParsedQuery class.

In addition, there is a separate PropertyPathParser, which again splits a complete PropertyPath again into parts.

This should all be done properly by the SPARQL-Parser.

@joka921 joka921 self-assigned this May 7, 2021
@hannahbast
Copy link
Member

Since half a year now, we parse SPARQL queries properly via ANTLR

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

2 participants