query-1e6dabe1e024bf89f69c5d25134ad543

rq turtle/ttl

TODO

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#>
SELECT ?lago ?lagoLabel WHERE {SERVICE wikibase:label {bd:serviceParam wikibase:language "[AUTO_LANGUAGE],it".} ?lago wdt:P31 wd:Q23397. ?lago wdt:P17 wd:Q38. }

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?lago"):::projected c6(["wd:Q23397"]):::iri c8(["wd:Q38"]):::iri c2(["bd:serviceParam"]):::iri c4(["#91;AUTO_LANGUAGE#93;,it"]):::literal subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c2 --"wikibase:language"--> c4 end v1 --"wdt:P31"--> c6 v1 --"wdt:P17"--> c8