This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
igsn:system_architecture:registration_service [2012/11/08 07:27] jklump [Characters] Syntax updated to current proposal |
igsn:system_architecture:registration_service [2013/05/03 08:57] (current) ulbricht [API reference] |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== IGSN Registry API ====== | ====== IGSN Registry API ====== | ||
- | The IGSN registration service is located at [[https:// | + | The IGSN registration service is located at [[https:// |
===== Architecture ===== | ===== Architecture ===== | ||
Line 30: | Line 30: | ||
===== Characters ===== | ===== Characters ===== | ||
+ | |||
+ | An International GeoSample Number (IGSN), is a unique string created to identify a sample object in an online environment. | ||
Using [[http:// | Using [[http:// | ||
Line 41: | Line 43: | ||
| | ||
- | The [[igsn: | + | The [[igsn: |
Characters a-z and A-Z in the IGSN string are case insensitive (e.g. ABC is identical to AbC). It is recommended to use upper case characters in all cases. | Characters a-z and A-Z in the IGSN string are case insensitive (e.g. ABC is identical to AbC). It is recommended to use upper case characters in all cases. | ||
Line 48: | Line 50: | ||
The resolvable handle URI of an IGSN is made up of two components, a handle prefix 10273 and the IGSN as suffix, separated by a forward slash. | The resolvable handle URI of an IGSN is made up of two components, a handle prefix 10273 and the IGSN as suffix, separated by a forward slash. | ||
+ | |||
+ | See also [[igsn: | ||
===== Security and Accounts ===== | ===== Security and Accounts ===== | ||
Line 90: | Line 94: | ||
====== API reference ====== | ====== API reference ====== | ||
+ | |||
+ | {{: | ||
+ | |||
+ | Data flow diagram of the IGSN registration process | ||