Wikidata:WikiProject Government/Report/Greenland

Greenland is a part of Denmark that currently has 5 first-level administrative divisions: w:Administrative_divisions_of_Greenland. There is a nice map at [1]. Note that there is a large, unincorporated park Northeast Greenland National Park (Q309276) and a military enclave, Pituffik Space Base (Q940576).


Why is this

The following query uses these:

  • Properties: instance of (P31)  View with Reasonator View with SQID, subclass of (P279)  View with Reasonator View with SQID
    SELECT ?entity ?entityLabel ?geoshape
    WHERE {
      {
          ?entity wdt:P31/wdt:P279* wd:Q16511251 .   # Instance of or subclass Municipality of Greenland
      }
      UNION 
      {
          ?entity wdt:P31/wdt:P279* wd:Q52994899 .   # Instance of unincorporated area of Greenland
      }  
              
      SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
    }
    ORDER BY ?entityLabel
    

not turning up Pituffik Space Base (Q940576)?