query-da3e9e4dac56eb5ead402ee78a6dbb23

rq turtle/ttl

Comptabiliser les nombre de déclarations différentes de P485 pour chacun des éléments archivé par une institution donnée. SELECT ?item ?itemLabel (COUNT(?archives) as ?count) WHERE { ?item wdt:P485 wd:Q2860507; wdt:P485 ?archives. SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". } } Group BY ?item ?itemLabel ?count ORDER BY DESC (?count)

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#>
#Comptabiliser les nombre de déclarations différentes de P485 pour chacun des éléments archivé par une institution donnée.
SELECT ?item ?itemLabel (COUNT(?archives) as ?count)
WHERE 
{
  ?item wdt:P485 wd:Q2860507;
        wdt:P485 ?archives.
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}
Group BY ?item ?itemLabel ?count
ORDER BY DESC (?count)

Query found at