query-6539422b3cd754b29c364bae2c06b7b6

rq turtle/ttl

title:Targhe commemorative in Toscana SELECT ?targa ?targaLabel ?comuneLabel ?coord WHERE { ?targa wdt:P31 wd:Q721747 . ?targa wdt:P131 ?comune . ?comune wdt:P131* wd:Q1273 . OPTIONAL { ?targa wdt:P625 ?coord } . SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". } } ORDER BY ?targaLabel

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#>
#title:Targhe commemorative in Toscana
SELECT ?targa ?targaLabel ?comuneLabel ?coord
WHERE {
  ?targa wdt:P31 wd:Q721747 .
  ?targa wdt:P131 ?comune .
  ?comune wdt:P131* wd:Q1273 .
  OPTIONAL { ?targa wdt:P625 ?coord } .
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}
ORDER BY ?targaLabel

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v3("?comune") v4("?coord"):::projected v2("?targa"):::projected v1("?targaLabel"):::projected c7(["bd:serviceParam"]):::iri c4(["wd:Q1273"]):::iri c9(["#91;AUTO_LANGUAGE#93;,en"]):::literal c2(["wd:Q721747"]):::iri v2 --"wdt:P31"--> c2 v2 --"wdt:P131"--> v3 v3 --"wdt:P131"--> c4 subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v2 -."wdt:P625".-> v4 end subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c7 --"wikibase:language"--> c9 end