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

ParseException in 'Your query was' of error UI #31

Open
graue70 opened this issue Jun 1, 2021 · 0 comments
Open

ParseException in 'Your query was' of error UI #31

graue70 opened this issue Jun 1, 2021 · 0 comments

Comments

@graue70
Copy link
Contributor

graue70 commented Jun 1, 2021

The query

SELECT ?predicate ?count WHERE {
  { SELECT ?predicate (COUNT(?predicate) AS ?count)
    WHERE { ?x ql:has-predicate ?predicate }
    GROUP BY ?predicate }
  ?entity ?tmp ?predicate .
  FILTER REGEX(?predicate, "^<http://www\\.wikidata\\.org/prop/direct")
  # This comment makes sure that there is an error which shows the problem.
}
GROUP BY ?predicate ?count
ORDER BY ASC(?predicate)
LIMIT 10

leads to an error. In the error UI, what follows 'Your query was' isn't actually the above query. Instead, there is a ParseException happening:

image

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