query-bacd27bf34bdbfc1d2addafb19ff7b4c

rq turtle/ttl

TODO

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#>
SELECT ?item ?itemLabel ?gouv ?gouvLabel WHERE {
  ?item wdt:P131 ?gouv .
  ?gouv wdt:P31 wd:Q690084 .
  SERVICE wikibase:label { bd:serviceParam wikibase:language "fr". }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?gouv"):::projected v1("?item"):::projected c5(["bd:serviceParam"]):::iri c3(["wd:Q690084"]):::iri c7(["fr"]):::literal v1 --"wdt:P131"--> v2 v2 --"wdt:P31"--> c3 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c5 --"wikibase:language"--> c7 end