diff options
| author | Bryan Newbold <bnewbold@robocracy.org> | 2018-08-10 17:30:33 -0700 | 
|---|---|---|
| committer | Bryan Newbold <bnewbold@robocracy.org> | 2018-08-10 17:30:33 -0700 | 
| commit | a2ac8c267d8593abc471886de407224df2cace04 (patch) | |
| tree | cd3e95cb6ba26faadc9886b8a59c06f8dd7507fa | |
| parent | 87099999ebf58b31e2fecd1e3b57bf6712f08b76 (diff) | |
| download | fatcat-a2ac8c267d8593abc471886de407224df2cace04.tar.gz fatcat-a2ac8c267d8593abc471886de407224df2cace04.zip | |
update fatcat-rfc identifiers
| -rw-r--r-- | fatcat-rfc.md | 12 | 
1 files changed, 6 insertions, 6 deletions
| diff --git a/fatcat-rfc.md b/fatcat-rfc.md index 21495f6d..4490c004 100644 --- a/fatcat-rfc.md +++ b/fatcat-rfc.md @@ -101,19 +101,19 @@ usually represented in case-insensitive base32 format. Each entity type would  have its own identifier namespace. Eg, 96-bit identifiers would have 20  characters and look like: -    fcwork_rzga5b9cd7efgh04iljk -    https://fatcat.org/work/rzga5b9cd7efgh04iljk +    work_rzga5b9cd7efgh04iljk +    https://fatcat.wiki/work/rzga5b9cd7efgh04iljk  128-bit (UUID size) would have 26 characters: -    fcwork_rzga5b9cd7efgh04iljk8f3jvz -    https://fatcat.org/work/rzga5b9cd7efgh04iljk8f3jvz +    work_rzga5b9cd7efgh04iljk8f3jvz +    https://fatcat.wiki/work/rzga5b9cd7efgh04iljk8f3jvz  A 64-bit namespace is probably plenty though, and would work with most database  Integer columns: -    fcwork_rzga5b9cd7efg -    https://fatcat.org/work/rzga5b9cd7efg +    work_rzga5b9cd7efg +    https://fatcat.wiki/work/rzga5b9cd7efg  The idea would be to only have fatcat identifiers be used to interlink between  databases, *not* to supplant DOIs, ISBNs, handle, ARKs, and other "registered" | 
