You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A common thing for larger queries is to comment parts of it using the turtle comment syntax
# some comment here
Currently this will raise a parsing error in the mu-authorization, which is often hard to debug as validating the query via a service as http://sparql.org/query-validator.html will yield that it's valid query.
A way to support this could be just stripping these out with a regex before parsing.
The text was updated successfully, but these errors were encountered:
A common thing for larger queries is to comment parts of it using the turtle comment syntax
Currently this will raise a parsing error in the mu-authorization, which is often hard to debug as validating the query via a service as http://sparql.org/query-validator.html will yield that it's valid query.
A way to support this could be just stripping these out with a regex before parsing.
The text was updated successfully, but these errors were encountered: