Modul:LocationAndCountry/data
Aspect

local ESCALATABLE_LOCATION_ENTITIES = { -- if this is one of the types of the location from Wikidata, then we skip and escalate it to the administrative unit
'Q16917', --hospital
'Q1059324', -- university hospital
'Q702842', --municipal arrondissement (France)
'Q15921300', --sector of Bucharest
'Q2755753', --area of London
'Q879050', --manor house
'Q47168', --county of USA
}
return { escalate = ESCALATABLE_LOCATION_ENTITIES }