query-0a265275c1bc1e7b98c5282e8e4a6de0
Naukowcy wg liczby author (P50) w pracach naukowych
Use at
- https://query.wikidata.org/sparql
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT ?item ?label (COUNT(?paper) AS ?p) WHERE {
?item wdt:P3124 ?plscie ;
rdfs:label ?label FILTER (LANG(?label) = "pl") .
?paper wdt:P50 ?item .
}
GROUP BY ?item ?label ?p
ORDER BY DESC(?p)