query-472258f04b041febc0fbf2598413471e
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 ?municipio ?municipioLabel (COUNT(?ayuntamiento) AS ?num_casas_consistoriales)
::WITH {
:: SELECT DISTINCT ?municipio ?ayuntamiento WHERE {
:: ?municipio wdt:P31/wdt:P279* wd:Q2074737.
:: ?ayuntamiento wdt:P31 wd:Q112793351;
:: wdt:P131 ?municipio.
:: }
::} AS %1
::WHERE {
:: INCLUDE %1
:: SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
::}
::GROUP BY ?municipio ?municipioLabel
::#HAVING ((COUNT(?ayuntamiento)) > 1 )
::ORDER BY DESC (?num_casas_consistoriales)
::