query-a954951c69dd42ee77bc786d0e448c98
Biblioteche pubbliche See it in Wikidata Query ServiceGraphs are temporarily unavailable due to technical issues. See it in Wikidata Query ServiceGraphs are temporarily unavailable due to technical issues.
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#>
#title:biblioteche pubbliche in Italia presenti su Wikidata
#defaultView:Map
SELECT DISTINCT ?item ?itemLabel ?itemDescription ?comuneLabel ?coord WHERE {
?item wdt:P31 wd:Q28564; wdt:P17 wd:Q38; wdt:P131 ?comune.
OPTIONAL { ?item wdt:P625 ?coord . }
SERVICE wikibase:label { bd:serviceParam wikibase:language "it, en". }
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v2("?comune")
v3("?coord"):::projected
v1("?item"):::projected
c4(["wd:Q38"]):::iri
c8(["bd:serviceParam"]):::iri
c2(["wd:Q28564"]):::iri
c10(["it, en"]):::literal
v1 --"wdt:P31"--> c2
v1 --"wdt:P17"--> c4
v1 --"wdt:P131"--> v2
subgraph optional0["(optional)"]
style optional0 fill:#bbf,stroke-dasharray: 5 5;
v1 -."wdt:P625".-> v3
end
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c8 --"wikibase:language"--> c10
end