query-7940239b9a4021295daf8c7b77bd4aed

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 ?unitAmmLabel ?tipoLabel ?chiesa ?chiesaLabel ?chiesaDescription ?coord  WHERE {
  ?chiesa wdt:P31 wd:Q16970.
  ?chiesa wdt:P708 wd:Q597646.
  ?chiesa wdt:P131 ?unitAmm.
  ?unitAmm wdt:P31 ?tipo.

  OPTIONAL { ?chiesa wdt:P625 ?coord. }
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],it,en". }
} ORDER BY ?chiesa

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?chiesa"):::projected v4("?coord"):::projected v3("?tipo") v2("?unitAmm") c4(["wd:Q597646"]):::iri c10(["#91;AUTO_LANGUAGE#93;,it,en"]):::literal c8(["bd:serviceParam"]):::iri c2(["wd:Q16970"]):::iri v1 --"wdt:P31"--> c2 v1 --"wdt:P708"--> c4 v1 --"wdt:P131"--> v2 v2 --"wdt:P31"--> v3 subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v1 -."wdt:P625".-> v4 end subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c8 --"wikibase:language"--> c10 end