query-41c2d76fca47eaec0f404a2b88658a46

rq turtle/ttl

Chercher les éléments disposant de la propriété "archivé par" (P485)

Les éléments doivent être de genre ou de sexe féminin.

Compatbliser le nombre d'éléments trouvé par pays.

classer les pays par ordre de nombre décroissant d'éléments .

SELECT ?pays ?paysLabel (COUNT(?item) AS ?total) (COUNT (?total) AS ?total2) WHERE { ?item wdt:P485 ?institution; wdt:P21 wd:Q6581072. ?institution wdt:P17 ?country. SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". } } GROUP BY ?countryLabel ORDER BY DESC (?total2)

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#>
#Chercher les éléments disposant de la propriété "archivé par" (P485)
#Les éléments doivent être de genre ou de sexe féminin.
#Compatbliser le nombre d'éléments trouvé par pays.
#classer les pays par ordre de nombre décroissant d'éléments .
SELECT ?pays ?paysLabel (COUNT(?item) AS ?total) (COUNT (?total) AS ?total2)
WHERE 
{
  ?item wdt:P485 ?institution;
        wdt:P21 wd:Q6581072.
  ?institution wdt:P17 ?country.
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}
GROUP BY ?countryLabel
ORDER BY DESC (?total2)

Query found at