ISO Standard Street Addresses?

此生再无相见时 提交于 2019-11-27 13:52:43

问题


Is there an ISO standard address format? I can't seem to find one, and I'd like to know for object- and database-design purposes.

(One interesting document that shows a bunch of formats is this: http://www.bitboost.com/ref/international-address-formats.html, but it's insane!)


回答1:


No; each country defines its own standard.

There have been a number of questions about this in times past, including:

  • Best practices for storing postal addresses in an RDBMS
  • Is there a common street address database design for all addresses of the world

The second of those itself has references to a number of other SO questions.

You might want to check out the grandiosely named Universal Postal Union and its standards.




回答2:


There are none. However, you can also consider that place is usually contained in a bigger place.

So, you can also use the hierarchical structure of places in following an address format. Which also means it differs from country-to-country.

You can read stuffs about this on:

  • Universal Postal Union's paper Addressing the world, an address for everyone
  • Place ontology from schema.org
  • PostalAddress ontology from schema.org.



回答3:


Check out the address below.

Address standards A collection of information on address standards ISO 19160, Addressing

http://www.isotc211.org/address/iso19160.htm



来源:https://stackoverflow.com/questions/4840928/iso-standard-street-addresses

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!