query-2b6230a3ddf787995ca968d228f7ed64
Query (Q112758811)Wikidata:Gruppo Wikidata per Musei, Archivi e Biblioteche/Anagrafe ICCU/Biblioteche dell'Emilia-Romagna (P5008)on focus list of Wikimedia project Usare come marcatore:
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 emiliane
#defaultView:Map
SELECT ?biblio ?biblioLabel ?coord ?comuneLabel
WHERE {
?biblio wdt:P5008 wd:Q112758811; wdt:P625 ?coord; wdt:P131 ?comune
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;
v1("?biblio"):::projected
v3("?comune")
v2("?coord"):::projected
c6(["bd:serviceParam"]):::iri
c8(["it, en"]):::literal
c2(["wd:Q112758811"]):::iri
v1 --"wdt:P5008"--> c2
v1 --"wdt:P625"--> v2
v1 --"wdt:P131"--> v3
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c6 --"wikibase:language"--> c8
end