query-243bddd7854f947dfe66c36a21e3e05c
TODO
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 bd: <http://www.bigdata.com/rdf#>
SELECT DISTINCT ?item ?itemLabel ?municipality WHERE {
{ ?item wdt:P31 wd:Q241212. }
UNION
{ ?item wdt:P31 wd:Q3851512. }
optional {?item wdt:P131 ?location. optional {?location wdt:P131 ?municipality . } }
?item wdt:P17 wd:Q45.
SERVICE wikibase:label { bd:serviceParam wikibase:language "pt" }
} sort by ?municipality ?itemLabel