query-cbea2ed1fa6c93f8e34dc500aa0e9d41

rq turtle/ttl

حدد البلديات الفرنسية بواسطة رمز المعهد الوطني للإحصاء والدراسات الاقتصادية (اختر من خلال معرف) Select French municipalities by INSEE code (select by identifier) Select French municipalities by INSEE code (select by identifier) Výběr francouzských obcí podle kódu INSEE (vyberte podle identifikátoru) Select French municipalities by INSEE code (select by identifier) Select French municipalities by INSEE code (select by identifier) Select French municipalities by INSEE code (select by identifier) Select French municipalities by INSEE code (select by identifier) Select French municipalities by INSEE code (select by identifier) Select French municipalities by INSEE code (select by identifier) Select French municipalities by INSEE code (select by identifier) Trouver une municipalité en France par son code INSEE (sélectionner grâce à un identifiant) Select French municipalities by INSEE code (select by identifier) Select French municipalities by INSEE code (select by identifier) Select French municipalities by INSEE code (select by identifier) Selezionare i comuni francesi per codice INSEE (selezionare in base all'identificatore) Select French municipalities by INSEE code (select by identifier) Select French municipalities by INSEE code (select by identifier) Select French municipalities by INSEE code (select by identifier) Select French municipalities by INSEE code (select by identifier) Select French municipalities by INSEE code (select by identifier) Selecteer Franse gemeenten op INSEE-code (selecteer op identifier) Select French municipalities by INSEE code (select by identifier) Select French municipalities by INSEE code (select by identifier) Select French municipalities by INSEE code (select by identifier) Select French municipalities by INSEE code (select by identifier) Select French municipalities by INSEE code (select by identifier) Välj franska kommuner efter INSEE-kod (välj efter identifierare) Select French municipalities by INSEE code (select by identifier) Select French municipalities by INSEE code (select by identifier) Вибрати французькі муніципалітети за кодом INSEE (вибір за ідентифікатором) Select French municipalities by INSEE code (select by identifier) 通过INSEE代码选择法国城市(按标识符选择)

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?item ?itemLabel ?inseeCode {
  ?item wdt:P374 ?inseeCode .
  FILTER (?inseeCode in ("75056", "69123", "13055"))
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],mul,en" }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?inseeCode"):::projected v2("?item"):::projected c6(["bd:serviceParam"]):::iri c8(["#91;AUTO_LANGUAGE#93;,mul,en"]):::literal list0c3(["13055"]):::literal list0c1(["75056"]):::literal list0c2(["69123"]):::literal list0c1 --o f0 list0c2 --o f0 list0c3 --o f0 f0[[" in "]] f0 --> v1 v2 --"wdt:P374"--> v1 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c6 --"wikibase:language"--> c8 end