Based on Wikipedia’s list of continental models we could add some new subkeys specifying which continental models a particular place=continent belongs to. Something like:

continent:continuous_landmass=yes/no
continent:physiographic=yes/no
continent:geological=yes/no
continent:unsd=yes/no
continent:part_of_the_world=yes/no

North America would be tagged:

place=continent
continent:continuous_landmass=no
continent:physiographic=no
continent:geological=yes
continent:unsd=no
continent:part_of_the_world=yes

America would be tagged:

place=continent
continent:continuous_landmass=yes
continent:physiographic=yes
continent:geological=no
continent:unsd=yes
continent:part_of_the_world=no

A bit cumbersome, but would allow data consumers to choose from the different models.

2 Likes