query-243bddd7854f947dfe66c36a21e3e05c

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 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

Query found at