query-62b38c1d96be87ae9a3efa33151c01d5

rq turtle/ttl

Liste des institution d'archives ayant délivré (ou étant élément associé à) des identifiants externes (et leur nombre) SELECT ?ArchivesLabel ?Archives (COUNT(distinct (?item)) AS ?total) (GROUP_CONCAT(DISTINCT ?itemLabel; separator=", ") as ?items) (GROUP_CONCAT(DISTINCT ?natureLabel; separator=", ") as ?natures) WHERE { {?item wdt:P2378 ?Archives.} UNION {?item wdt:P1629 ?Archives.} ?item wdt:P31 ?nature., on entend de manière générale

OPTIONAL {?nature rdfs:label ?natureLabel. filter(lang(?natureLabel)="fr") } OPTIONAL {?item rdfs:label ?itemLabel. filter(lang(?itemLabel)="fr") } ?Archives wdt:P31/wdt:P279* wd:Q166118. SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". } } GROUP BY ?items ?total ?natures ?ArchivesLabel ?Archives ORDER BY DESC (?total)

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX bd: <http://www.bigdata.com/rdf#>
#Liste des institution d'archives ayant délivré (ou étant élément associé à) des identifiants externes (et leur nombre)
SELECT ?ArchivesLabel ?Archives (COUNT(distinct (?item)) AS ?total) (GROUP_CONCAT(DISTINCT ?itemLabel; separator=", ") as ?items) (GROUP_CONCAT(DISTINCT ?natureLabel; separator=", ") as ?natures) 
WHERE 
{
  {?item wdt:P2378 ?Archives.}
  UNION {?item wdt:P1629 ?Archives.}
    ?item wdt:P31 ?nature., on entend de manière générale

  OPTIONAL {?nature rdfs:label ?natureLabel. filter(lang(?natureLabel)="fr") }
  OPTIONAL {?item rdfs:label ?itemLabel. filter(lang(?itemLabel)="fr") }
  ?Archives wdt:P31/wdt:P279* wd:Q166118.
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}
GROUP BY ?items ?total ?natures ?ArchivesLabel ?Archives
ORDER BY DESC (?total)

Query found at