Changes between Version 7 and Version 8 of URI
- Timestamp:
- 2010/02/12 12:58:18 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
URI
v7 v8 1 1 == Which URI to use in your RDF? == 2 2 3 '''Guideline 1.''' 4 Use the data provider's URL as your identifier, unless it uses get arguments; in this case, it is a more stable case to use something like LSRN to do the redirect for you. This is because arguments expose an interface that is prone to change - if it changes, all triplestores on earth have to be updated; however with a redirect, there is only one update required. 3 '''Guideline 1: Be polite.''' 4 Use the data provider's URL as your identifier. When there are get arguments sort them in alphabetical order. 5 (www.exaple.ex/?a=1&b=2) 5 6 6 7