query-86d1e25835d95b5a3336890d1b756aa0

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 ?id ?idLabel WHERE {SERVICE wikibase:label {bd:serviceParam wikibase:language "[AUTO_LANGUAGE],it".} 
?id wdt:P31 wd:Q34442. ?id wdt:P17 wd:Q38. }

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?id"):::projected c8(["wd:Q38"]):::iri c6(["wd:Q34442"]):::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