query-107a58bf5093c8a86080346ac31b28e4
Nombre de doctorats par personne
Use at
- https://query.wikidata.org/sparql
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 ?item ?itemLabel (COUNT (?DHC) AS ?doctorats)
WHERE
{
?item wdt:P166 ?DHC.
?DHC wdt:P279 wd:Q11415564.
?DHC wdt:P17 wd:Q142.
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}
GROUP BY ?item ?itemLabel ?doctorats
ORDER BY DESC(?doctorats)