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
SELECT ?predicate ?count WHERE {
{ SELECT?predicate (COUNT(?predicate) AS?count)
WHERE { ?x ql:has-predicate ?predicate }
GROUPBY?predicate }
?entity?tmp?predicate .
FILTERREGEX(?predicate, "^<http://www\\.wikidata\\.org/prop/direct")
# This comment makes sure that there is an error which shows the problem.
}
GROUPBY?predicate?countORDERBYASC(?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:
The text was updated successfully, but these errors were encountered:
The query
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:
The text was updated successfully, but these errors were encountered: