query-8ef679a4d3a6867ce8c65db746d3f75c

rq turtle/ttl

Liste des identifiants externes par nature délivrés par une institution d'archives ou dont cette institution est un élément associé SELECT ?item ?itemLabel ?natureLabel ?ArchivesLabel ?Archives WHERE { {?item wdt:P2378 ?Archives.} UNION {?item wdt:P1629 ?Archives.} ?item wdt:P31 ?nature. ?Archives wdt:P31/wdt:P279* wd:Q166118. SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". } } ORDER BY ?natureLabel

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#>
#Liste des identifiants externes par nature délivrés par une institution d'archives ou dont cette institution est un élément associé
SELECT ?item ?itemLabel ?natureLabel ?ArchivesLabel ?Archives
WHERE 
{
  {?item wdt:P2378 ?Archives.}
  UNION {?item wdt:P1629 ?Archives.}
    ?item wdt:P31 ?nature.
  ?Archives wdt:P31/wdt:P279* wd:Q166118.
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}
ORDER BY ?natureLabel

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v3("?Archives"):::projected v2("?item"):::projected v4("?nature") v1("?natureLabel"):::projected a1((" ")) c5(["wd:Q166118"]):::iri c7(["bd:serviceParam"]):::iri c9(["#91;AUTO_LANGUAGE#93;,en"]):::literal subgraph union0[" Union "] subgraph union0l[" "] style union0l fill:#abf,stroke-dasharray: 3 3; v2 --"wdt:P1629"--> v3 end subgraph union0r[" "] style union0r fill:#abf,stroke-dasharray: 3 3; v2 --"wdt:P2378"--> v3 end union0r <== or ==> union0l end v2 --"wdt:P31"--> v4 v3 --"wdt:P31"--> a1 a1 --"wdt:P279"--> c5 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c7 --"wikibase:language"--> c9 end