query-9cab3c4f83b8f69cfaef7531ee11be59

rq turtle/ttl

أكثر مسميات علماء الرياضيات Most eponymous mathematicians Most eponymous mathematicians Nejvíce stejnojmenných matematiků Most eponymous mathematicians Most eponymous mathematicians Most eponymous mathematicians Most eponymous mathematicians Most eponymous mathematicians Most eponymous mathematicians Most eponymous mathematicians Mathématiciens les plus éponymes Most eponymous mathematicians Most eponymous mathematicians Most eponymous mathematicians I matematici più eponimi Most eponymous mathematicians Most eponymous mathematicians Most eponymous mathematicians Most eponymous mathematicians Most eponymous mathematicians De meeste gelijknamige wiskundigen Most eponymous mathematicians Most eponymous mathematicians Most eponymous mathematicians Математики, чьи именем было названо наибольшее число вещей Most eponymous mathematicians Most eponymous mathematicians Most eponymous mathematicians Most eponymous mathematicians Most eponymous mathematicians Most eponymous mathematicians 最多重名的科学家名字

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 ?eponym ?eponymLabel ?count ?sample ?sampleLabel
WHERE
{
  {
  SELECT ?eponym (COUNT(?item) as ?count) (SAMPLE(?item) AS ?sample)
  WHERE
  {
    ?item wdt:P138 ?eponym.
    ?eponym wdt:P106 wd:Q170790.
  }
  GROUP BY ?eponym
  }
  SERVICE wikibase:label { bd:serviceParam wikibase:language "en" }
}
ORDER BY DESC(?count)

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v4("?count"):::projected v3("?eponym"):::projected v2("?item") v4("?sample"):::projected c3(["wd:Q170790"]):::iri c5(["bd:serviceParam"]):::iri c7(["en"]):::literal v2 --"wdt:P138"--> v3 v3 --"wdt:P106"--> c3 bind2[/"count(?item)"/] v2 --o bind2 bind2 --as--o v4 bind3[/"sample(?item)"/] v2 --o bind3 bind3 --as--o v4 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c5 --"wikibase:language"--> c7 end