diff options
| author | Oscar Merry <oscardmerry@gmail.com> | 2024-05-16 20:44:45 +0100 |
|---|---|---|
| committer | Oscar Merry <oscardmerry@gmail.com> | 2024-05-16 20:44:45 +0100 |
| commit | d33b223c6afe2be3d197d2cdb4686961a6fb2b29 (patch) | |
| tree | 4f730ddc985b77b6a9681578480e04361f351a9a | |
| parent | b7bb46ac038bc5411f55bfa7646259da203c13c3 (diff) | |
Remove Media Type Prefix
| -rw-r--r-- | XX.md | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -19,7 +19,7 @@ Since the `i` tag is already used for similar references in kind-0 metadata even | |||
| 19 | 19 | ||
| 20 | ### Books: | 20 | ### Books: |
| 21 | 21 | ||
| 22 | - Book ISBN: `["i", "book:isbn:9780765382030"]` - https://isbnsearch.org/isbn/9780765382030 | 22 | - Book ISBN: `["i", "isbn:9780765382030"]` - https://isbnsearch.org/isbn/9780765382030 |
| 23 | 23 | ||
| 24 | Book ISBNs MUST be referenced _**without hyphens**_ as many book search APIs return the ISBNs without hyphens. Removing hypens from ISBNs is trivial, whereas adding the hyphens back in is non-trivial requiring a library. | 24 | Book ISBNs MUST be referenced _**without hyphens**_ as many book search APIs return the ISBNs without hyphens. Removing hypens from ISBNs is trivial, whereas adding the hyphens back in is non-trivial requiring a library. |
| 25 | 25 | ||
| @@ -30,6 +30,6 @@ Book ISBNs MUST be referenced _**without hyphens**_ as many book search APIs ret | |||
| 30 | 30 | ||
| 31 | ### Movies: | 31 | ### Movies: |
| 32 | 32 | ||
| 33 | - Movie ISAN: `["i", "movie:isan:0000-0000-401A-0000-7"]` - https://web.isan.org/public/en/isan/0000-0000-401A-0000-7 | 33 | - Movie ISAN: `["i", "isan:0000-0000-401A-0000-7"]` - https://web.isan.org/public/en/isan/0000-0000-401A-0000-7 |
| 34 | 34 | ||
| 35 | Movie ISANs SHOULD be referenced _**without the version part**_ as the versions / edits of movies are not relevant. More info on ISAN parts here - https://support.isan.org/hc/en-us/articles/360002783131-Records-relations-and-hierarchies-in-the-ISAN-Registry \ No newline at end of file | 35 | Movie ISANs SHOULD be referenced _**without the version part**_ as the versions / edits of movies are not relevant. More info on ISAN parts here - https://support.isan.org/hc/en-us/articles/360002783131-Records-relations-and-hierarchies-in-the-ISAN-Registry \ No newline at end of file |