query-5c4f42daa30780e7b97ad697a042bc76

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#>
# Municipis banyats
SELECT ?mun ?munLabel ?layer ?layerLabel ?coord WHERE {
  ?mun wdt:P31 wd:Q33146843.
  OPTIONAL {?mun wdt:P206 ?layer.}
  ?mun wdt:P625 ?coord.
  SERVICE wikibase:label { bd:serviceParam wikibase:language "ca" }
}
#defaultView:Map

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v3("?coord"):::projected v2("?layer"):::projected v1("?mun"):::projected c6(["bd:serviceParam"]):::iri c2(["wd:Q33146843"]):::iri c8(["ca"]):::literal v1 --"wdt:P31"--> c2 subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v1 -."wdt:P206".-> v2 end v1 --"wdt:P625"--> v3 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c6 --"wikibase:language"--> c8 end