Last active
December 11, 2015 23:09
-
-
Save chinchliff/4675090 to your computer and use it in GitHub Desktop.
Example JSON defining the format for namedumps from treestores
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"metadata":{ | |
"version":"", | |
"treestoreMetadata":{ | |
"treestoreShortName":"ottol", | |
"treestoreLongName":"Open Tree of Life", | |
"domain":"", | |
"urlPrefix":"" | |
} | |
}, | |
"externalSources":{ | |
"ncbi":{ | |
"author":"no one", | |
"weburl":"http://www.ncbi.nlm.nih.gov/", | |
"urlPrefix":"http://www.ncbi.nlm.nih.gov/Taxonomy/Browser/wwwtax.cgi?id=", | |
"uri":"" | |
}, | |
"gbif":{ | |
"author":"gbif", | |
"weburl":"", | |
"urlPrefix":"", | |
"uri":"" | |
} | |
}, | |
"names":[ | |
{ | |
"name":"example name 0", | |
"treestoreId":"ncbi:uid0", | |
"sourceIds":{ | |
"ncbi":"uid0", | |
"gbif":"uid1" | |
} | |
}, | |
{ | |
"name":"example name 0", | |
"treestoreId":"gbif:uid2", | |
"sourceIds":{ | |
"gbif":"uid2" | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See description of this format and information about its use here:
https://docs.google.com/folder/d/0Bw-1ley90MKnaXZ1VHp4SWhJeFE/edit?docId=1HJv0hrnyldsY9R5IIxU-YSjNMwKWB7KU3zaNS2qDZLs