Ricardo,
I don't think "place" is restricted to continents only. It seems to be some free-form input and I have been able to get results back with place='APAC', place='NA', etc.
I am not sure why New Zealand does not show up under the continent 'Australia' ... BTW Wikipedia has an interesting page on "Continent" -
http://en.wikipedia.org/wiki/ContinentSriram
when I request all continents (select * from geo.continents) I get:
Africa
Asia
North America
South America
Europe
Antarctic
Australia
Where is 'asia pacific' continent in this list? To request the country New Zealand I use:
select * from geo.countries where place='asia pacific'
Regards
Ricardo Goncalves