query-2ec30eac3d927cda8a0978930c23d477

rq turtle/ttl

: Voir cette requête pour avoir un aperçu des niveaux administratifs français

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX ps: <http://www.wikidata.org/prop/statement/>
PREFIX p: <http://www.wikidata.org/prop/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?item ?itemLabel ?niveauLabel WHERE {
  ?item p:P279/ps:P279 ?niveau ; wdt:P17 wd:Q142 .
  ?niveau p:P279/ps:P279 wd:Q1799794 .
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?item"):::projected v2("?niveau") a1((" ")) a2((" ")) c7(["bd:serviceParam"]):::iri c9(["#91;AUTO_LANGUAGE#93;,en"]):::literal c5(["wd:Q1799794"]):::iri c4(["wd:Q142"]):::iri v1 --"p:P279"--> a1 a1 --"p:statement/P279"--> v2 v1 --"p:direct/P17"--> c4 v2 --"p:P279"--> a2 a2 --"p:statement/P279"--> c5 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c7 --"wikibase:language"--> c9 end