query-1662a4d6b1a69e832528604695dd0b28
Biblioteche in Toscana con edificio SELECT DISTINCT ?i ?iLabel ?iDescription ?ed ?edLabel ?edDescription WHERE { ?i wdt:P31 wd:Q7075 . ?i (wdt:P131) wd:Q1273 . ?i wdt:P276 ?ed . ?ed wdt:P31/wdt:P279 wd:Q41176 . SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],it,en". } }
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#>
#Biblioteche in Toscana con edificio
SELECT DISTINCT ?i ?iLabel ?iDescription ?ed ?edLabel ?edDescription
WHERE {
?i wdt:P31 wd:Q7075 .
?i (wdt:P131)* wd:Q1273 .
?i wdt:P276 ?ed .
?ed wdt:P31/wdt:P279* wd:Q41176 .
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],it,en". }
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v2("?ed"):::projected
v1("?i"):::projected
a1((" "))
c2(["wd:Q7075"]):::iri
c11(["#91;AUTO_LANGUAGE#93;,it,en"]):::literal
c9(["bd:serviceParam"]):::iri
c7(["wd:Q41176"]):::iri
c4(["wd:Q1273"]):::iri
v1 --"wdt:P31"--> c2
v1 --"wdt:P131"--> c4
v1 --"wdt:P276"--> v2
v2 --"wdt:P31"--> a1
a1 --"wdt:P279"--> c7
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c9 --"wikibase:language"--> c11
end