Created
October 22, 2018 11:09
-
-
Save mdoering/d567b4b6ea3f18703b6b636fea0d164b to your computer and use it in GitHub Desktop.
This file contains hidden or 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
// 20181022130930 | |
// https://raw.githubusercontent.com/CatalogueOfLife/datapackage-specs/master/datapackage.json | |
{ | |
"name": "coldp-specs-example", | |
"title": "CoL Data Package example", | |
"abstract": "Data Package example taken from the CoL Data Package specification", | |
"contributors": Array[1][ | |
{ | |
"name": "Markus Döring", | |
"email": "[email protected]", | |
"web": "http://www.doering.com" | |
} | |
], | |
"resources": Array[1][ | |
{ | |
"encoding": "UTF-8", | |
"format": "csv", | |
"dialect": { | |
"delimiter": "\t" | |
}, | |
"path": "data/name.tsv", | |
"pathType": "local", | |
"profile": "data-resource", | |
"schema": { | |
"fields": Array[13][ | |
{ | |
"description": "ID", | |
"name": "ID", | |
"type": "string" | |
}, | |
{ | |
"description": "scientificName", | |
"name": "scientificName", | |
"type": "string" | |
}, | |
{ | |
"description": "authorship", | |
"name": "authorship", | |
"type": "string" | |
}, | |
{ | |
"description": "rank", | |
"name": "rank", | |
"type": "string" | |
}, | |
{ | |
"description": "genus", | |
"name": "genus", | |
"type": "string" | |
}, | |
{ | |
"description": "specificEpithet", | |
"name": "specificEpithet", | |
"type": "string" | |
}, | |
{ | |
"description": "infraspecificEpithet", | |
"name": "infraspecificEpithet", | |
"type": "string" | |
}, | |
{ | |
"description": "publishedInID", | |
"name": "publishedInID", | |
"type": "string" | |
}, | |
{ | |
"description": "publishedInPage", | |
"name": "publishedInPage", | |
"type": "string" | |
}, | |
{ | |
"description": "code", | |
"name": "code", | |
"type": "string" | |
}, | |
{ | |
"description": "status", | |
"name": "status", | |
"type": "string" | |
}, | |
{ | |
"description": "link", | |
"name": "link", | |
"type": "string" | |
}, | |
{ | |
"description": "remarks", | |
"name": "remarks", | |
"type": "string" | |
} | |
] | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment