query-5c499614f2c02f88d24e1b197fe6fdf0

rq turtle/ttl

éléments dispodant d'un identifiant externe XY classés par nombre par nature SELECT ?natureLabel (COUNT(distinct (?item)) AS ?total) WHERE { ?item wdt:P3029 ?ID_NAUK; wdt:P31 ?nature SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". } } GROUP BY ?natureLabel ?total ORDER BY DESC (?total)

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX bd: <http://www.bigdata.com/rdf#>
#éléments dispodant d'un identifiant externe XY classés par nombre par nature
SELECT ?natureLabel (COUNT(distinct (?item)) AS ?total) 
WHERE 
{
  ?item wdt:P3029 ?ID_NAUK;
        wdt:P31 ?nature
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}
GROUP BY ?natureLabel ?total
ORDER BY DESC (?total)

Query found at