query-d4168493de307c7f87cf8a81d4b303b4

rq turtle/ttl

من اكتشف معظم الكويكبات؟ Who discovered the most asteroids? Who discovered the most asteroids? Kdo objevil nejvíce asteroidů? Hvem har opdaget flest asteroider? Wer entdeckte die meisten Asteroiden Who discovered the most asteroids? Who discovered the most asteroids? Who discovered the most asteroids? Who discovered the most asteroids? Who discovered the most asteroids? Qui a découvert le plus d’astéroïdes ? Who discovered the most asteroids? Who discovered the most asteroids? Who discovered the most asteroids? Chi ha scoperto più asteroidi? Who discovered the most asteroids? Who discovered the most asteroids? Wien huet déi meeschten Asteroiden entdeckt? Who discovered the most asteroids? Who discovered the most asteroids? Wie heeft de meeste planetoïden ontdekt? Kto odkrył najwięcej planetoid? Who discovered the most asteroids? Who discovered the most asteroids? Кто открыл наибольшее число астероидов? Who discovered the most asteroids? Vem har upptäckt flest asteroider? Who discovered the most asteroids? Who discovered the most asteroids? Who discovered the most asteroids? Who discovered the most asteroids? 谁发现最多的小行星?

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?discoverer ?discovererLabel ?count
WHERE {
   {
  SELECT ?discoverer (COUNT(?asteroid) AS ?count)
  WHERE {
    ?asteroid wdt:P31 wd:Q3863;
      wdt:P61 ?discoverer .
  }
  GROUP BY ?discoverer
  ORDER BY DESC(?count)
  LIMIT 20
}  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],mul,en" . }
}
ORDER BY DESC(?count)

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?asteroid") v4("?count"):::projected v3("?discoverer"):::projected c5(["bd:serviceParam"]):::iri c7(["#91;AUTO_LANGUAGE#93;,mul,en"]):::literal c2(["wd:Q3863"]):::iri v2 --"wdt:P31"--> c2 v2 --"wdt:P61"--> v3 bind1[/"count(?asteroid)"/] v2 --o bind1 bind1 --as--o v4 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c5 --"wikibase:language"--> c7 end