query-516c2c97d92a33cb593f9339d5a76fb8
TODO
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#>
# coordenades subdivisions d'un cantó
SELECT ?lloc ?llocLabel ?coordinate ?layer
WHERE {
?lloc wdt:P131? wd:Q1724100.
?lloc wdt:P625 ?coordinate .
?lloc wdt:P31 ?layer.
SERVICE wikibase:label {bd:serviceParam wikibase:language "[AUTO_LANGUAGE],ca,en,es".}
}
#defaultView:Map
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v2("?coordinate"):::projected
v3("?layer"):::projected
v1("?lloc"):::projected
c6(["bd:serviceParam"]):::iri
c1(["wd:Q1724100"]):::iri
c8(["#91;AUTO_LANGUAGE#93;,ca,en,es"]):::literal
subgraph union0[" Union "]
subgraph union0l[" "]
style union0l fill:#abf,stroke-dasharray: 3 3;
v1 --"wdt:P131"--> c1
end
subgraph union0r[" "]
style union0r fill:#abf,stroke-dasharray: 3 3;
end
union0r <== or ==> union0l
end
v1 --"wdt:P625"--> v2
v1 --"wdt:P31"--> v3
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c6 --"wikibase:language"--> c8
end