Changes between Version 16 and Version 17 of Data_Provider_Session
- Timestamp:
- 2010/02/12 10:34:41 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Data_Provider_Session
v16 v17 59 59 * PDBJ 60 60 61 Now that data provider will share a common naming for URI, it is necessaryto adopt a simple design rule for URIs.61 Now that data provider will share a common naming for URI, it is encouraged to adopt a simple design rule for URIs. 62 62 63 63 {{{ 64 64 Rule #2 65 The syntax of a derefencable URI is as follow :65 The encouraged syntax of a derefencable URI is as follow : 66 66 http://providerDomaineName/publicNamespace/privateId 67 67 }}} … … 73 73 74 74 75 For example the folowing URI are valid 75 For example the folowing URI are valid: 76 76 * http://purl.uniprot.org/uniprot/P17710 77 77 * http://pdbj.org/pdbid/2yhx … … 79 79 * http://genome.jp/ec/2.7.1.1 80 80 81 but not these:81 but these are not ideal: 82 82 83 83 * http://www.genome.jp/dbget-bin/www_bget?ec:2.7.1.1