query-6b795e1e322aa5872de18a4e3ca6a109

rq turtle/ttl

Sedicenti province italiane 14:36, 25 August 2018 (UTC) Nemo: comuni italiani importati da cebwiki (!) che inopinatamente hanno P31 Q13220204. --Q33699025 vedo che c'è qualche decina di infiltrati come province e pseudo-province d'ItaliaNell'elencare le credo che tutto vada a posto:(Q15089)province of Italy Però usando 08:46, 27 August 2018 (UTC) Nemo is.gd/FLYGka --[1]Sí scusa, riproviamo: 08:38, 27 August 2018 (UTC)) talk - (16β: il collegamento all'elenco dei risultati non mi funziona, puoi verificare? --Nemo_bis@

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 ?item ?itemLabel 
WHERE 
{
  ?item wdt:P31 wd:Q15089.
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],it". }
}

Query found at

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