qlever icon indicating copy to clipboard operation
qlever copied to clipboard

SPARQL Parser handles escaping incorrectly

Open joka921 opened this issue 3 years ago • 0 comments

The SPARQL-parser currently has one big regex for <IRIREF>, 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 avatar May 07 '21 09:05 joka921