Smalyshev added a comment.

This one also fails:

  prefix wikibase: <http://wikiba.se/ontology#>
  prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>
  prefix wd: <http://www.wikidata.org/entity/>
  prefix wdt: <http://www.wikidata.org/prop/direct/>
  SELECT ?wiki ?wikiLabel ?lcount WHERE {
  {
  SELECT ?wiki (count(?l) as ?lcount) WHERE {
    ?wiki wdt:P31 wd:Q10876391 .
    ?wiki rdfs:label ?l .
  } GROUP BY ?wiki
  ORDER BY DESC(?lcount)
  }
    hint:Query hint:optimizer "None" .
    SERVICE wikibase:language {
      bd:param wikibase:language "en" .
      ?wiki rdfs:label ?wikiLabel .
    }
  }


TASK DETAIL
  https://phabricator.wikimedia.org/T112723

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Smalyshev
Cc: Aklapper, Smalyshev, jkroll, Wikidata-bugs, Jdouglas, aude, Deskana, 
Manybubbles, JanZerebecki



_______________________________________________
Wikidata-bugs mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs

Reply via email to