ISO Standard Street Addresses?

后端 未结 3 1705
耶瑟儿~
耶瑟儿~ 2020-12-14 16: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 s

相关标签:
3条回答
  • 2020-12-14 17:21

    Check out the address below.

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

    https://standards.iso.org/iso/19160/

    http://www.isotc211.org/

    0 讨论(0)
  • 2020-12-14 17:23

    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.
    0 讨论(0)
  • 2020-12-14 17:28

    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.

    0 讨论(0)
提交回复
热议问题