query-4dd752c499b320d97be57b8bf57aeefb
Properties: (Q747074)commune of Italy The following properties should be used for a proper and common characterization of a )(Q2824645)administrative territorial entity of Italy (or of an instance of a (Q15089)province of Italy of (P131)located in the administrative territorial entity (P2046)area (P625)coordinate location (Q954172)sparse municipality of (P31)instance of OR (Q747074)commune of Italy of (P31)instance of or to an instance of an its subclass, there could be a case where it could belong to an upper level administrative entity. (Q15089)province of Italy normally belongs to a (Q747074)commune of Italy , do not use both else queries could report the item twice. Although a (Q747074)commune of Italy is a subclass of (Q954172)sparse municipality Please note that
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 ps: <http://www.wikidata.org/prop/statement/>
PREFIX p: <http://www.wikidata.org/prop/>
PREFIX bd: <http://www.bigdata.com/rdf#>
#Italia: regions, provinces and comuni
#defaultView:Tree
SELECT ?regione ?regioneLabel ?provincia ?provinciaLabel ?comune ?comuneLabel
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:Q15089 . } # List of provinces
UNION
{ ?provincia wdt:P31 wd:Q15110 . } # metropolitan cities of Italy
UNION
{ ?provincia wdt:P31 wd:Q21190155 . } # Liberi consorzi comunali of Sicily
?comune wdt:P131 ?provincia . # Administrative divisions in the province
{
?comune wdt:P31 wd:Q747074 . # Italian municipality
}
UNION
{
?comune wdt:P31 wd:Q954172 . # Italian sparse municipality
}
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}