query-db03dc0995e8a974898006897643c540

rq turtle/ttl

Unioni Territoriali Intercomunali can be considered similar to provinces but are not administrative entities and they are used only for statistical purposes. They are a total of 18 and replaced 4 provinces from Friuli Venezia-Giulia since 2016: (Q27961023)intermunicipal territorial union The

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX ps: <http://www.wikidata.org/prop/statement/>
PREFIX p: <http://www.wikidata.org/prop/>
PREFIX bd: <http://www.bigdata.com/rdf#>
#Italia: Unioni territoriali intercomunali
#defaultView:Tree
SELECT ?regione ?regioneLabel ?provincia ?provinciaLabel
WHERE 
{
  ?regione p:P31/ps:P31/wdt:P279* wd:Q16110 .    # Regions of Italia
  ?provincia wdt:P131 ?regione .                 # Administrative divisions in the region

  { ?provincia wdt:P31 wd:Q27961023 . }          # Unioni terriotriali

  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?provincia"):::projected v1("?regione"):::projected a1((" ")) a2((" ")) c9(["bd:serviceParam"]):::iri c4(["wd:Q16110"]):::iri c11(["#91;AUTO_LANGUAGE#93;,en"]):::literal c7(["wd:Q27961023"]):::iri v1 --"p:P31"--> a1 a1 --"p:statement/P31"--> a2 a2 --"p:direct/P279"--> c4 v2 --"p:direct/P131"--> v1 v2 --"p:direct/P31"--> c7 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c9 --"wikibase:language"--> c11 end