query-32f0d32fb1949816bb855952e80cfefe
)ID 29123621 (idem con PetSCan) Alexmar983 (da
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#>
#defaultView:Map
#title:Mappa dei memoriali di guerra in Italia (by Alexmar983)
SELECT ?monumento ?monumentoLabel ?comuneLabel ?coord
WHERE {
?monumento wdt:P31 wd:Q575759 .
?monumento wdt:P17 wd:Q38 .
OPTIONAL { ?monumento wdt:P625 ?coord } .
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}
ORDER BY ?monumentoLabel
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v3("?coord"):::projected
v2("?monumento"):::projected
v1("?monumentoLabel"):::projected
c2(["wd:Q575759"]):::iri
c4(["wd:Q38"]):::iri
c7(["bd:serviceParam"]):::iri
c9(["#91;AUTO_LANGUAGE#93;,en"]):::literal
v2 --"wdt:P31"--> c2
v2 --"wdt:P17"--> c4
subgraph optional0["(optional)"]
style optional0 fill:#bbf,stroke-dasharray: 5 5;
v2 -."wdt:P625".-> v3
end
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c7 --"wikibase:language"--> c9
end