query-b52ab795f634817f46e3ac860267d7dc
Si les coordonnées des cantons sont les de leur capital, il ne faut les garder
SELECT ?canto ?capital ?cantoLabel ?capitalLabel ?capitalCoor
WHERE {
?canto wdt:P31 wd:Q18524218.
?canto wdt:P36 ?capital.
?capital wdt:P625 ?capitalCoor.
SERVICE wikibase:label {bd:serviceParam wikibase:language "[AUTO_LANGUAGE],ca,oc,eu,br,fr,en".}
Use at
- https://query.wikidata.org/sparql
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#>
# Si les coordonnées des cantons sont les de leur capital, il ne faut les garder
SELECT ?canto ?capital ?cantoLabel ?capitalLabel ?capitalCoor
WHERE {
?canto wdt:P31 wd:Q18524218.
?canto wdt:P36 ?capital.
?capital wdt:P625 ?capitalCoor.
SERVICE wikibase:label {bd:serviceParam wikibase:language "[AUTO_LANGUAGE],ca,oc,eu,br,fr,en".}
}
Query found at
- https://www.wikidata.org/w/index.php?title=Topic:W3fro3tzcn0itcb9&topic_showPostId=w3fzqlz0mdbuw97x#flow-post-w3fzqlz0mdbuw97x
- https://www.wikidata.org/w/index.php?title=Topic:W3fro3tzcn0itcb9&topic_showPostId=w3i7ercqspw6otyu#flow-post-w3i7ercqspw6otyu
- https://www.wikidata.org/wiki/Topic:W3fro3tzcn0itcb9
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?canto"):::projected
v2("?capital"):::projected
v3("?capitalCoor"):::projected
c6(["bd:serviceParam"]):::iri
c8(["#91;AUTO_LANGUAGE#93;,ca,oc,eu,br,fr,en"]):::literal
c2(["wd:Q18524218"]):::iri
v1 --"wdt:P31"--> c2
v1 --"wdt:P36"--> v2
v2 --"wdt:P625"--> v3
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c6 --"wikibase:language"--> c8
end