项目作者: tdwg

项目描述 :
Darwin Core
高级语言: Jupyter Notebook
项目地址: git://github.com/tdwg/dwc.git
创建时间: 2014-10-27T16:49:02Z
项目社区:https://github.com/tdwg/dwc

开源协议:Creative Commons Attribution 4.0 International

下载


Darwin Core

Darwin Core is a standard maintained by the Darwin Core Maintenance Interest Group. It includes a glossary of terms (in other contexts these might be called properties, elements, fields, columns, attributes, or concepts) intended to facilitate the sharing of information about biological diversity by providing identifiers, labels, and definitions. Darwin Core is primarily based on taxa, their occurrence in nature as documented by observations, specimens, samples, and related information.

Getting started

Darwin Core Quick Reference Guide

Documents:

Community:

Repo structure

The repository structure is described below. Files/directories indicated with GENERATED should not be edited manually.

  1. ├── .github
  2. ├── ISSUE_TEMPLATE : Directory of issue templates generated by GitHub
  3. └── CONTRIBUTING.md : Guide on how to contribute, create issues, etc.
  4. ├── build
  5. ├── doe-cv-build : Directory of build scripts for the degreeOfEstablishment controlled vocabulary
  6. ├── dwc_terms_guides_rdf : Directory containing editable template for generating RDF guide
  7. ├── dwc_terms_guides_text : Directory containing editable template for generating text guide
  8. ├── dwc_terms_guides_xml : Directory containing editable template for generating XML guide
  9. ├── dwc_terms_namespace : Directory containing editable template for generating namespace policy
  10. ├── dwc_terms_simple : Directory containing editable template for generating Simple DwC guide
  11. ├── doe-cv-build : Directory of build scripts for the degreeOfEstablishment controlled vocabulary
  12. ├── em-cv-build : Directory of build scripts for the establishmentMeans controlled vocabulary
  13. ├── pw-cv-build : Directory of build scripts for the pathway controlled vocabulary
  14. ├── xml : Directory of build script and configs for XML extension definitions
  15. ├── ext : Directory for GENERATED XML extension definitions
  16. ├── README.md : Workflow for generating a new version of the vocabulary
  17. ├── build_other_doc_header.py : Script to build non-list of terms documents from their editable templates
  18. ├── build-termlist.ipynb : Obsolete Juyter notebook to construct the term list (morphed to .py version)
  19. ├── build-temlist.py : Script to build Markdown pages that provide term metadata for complex vocabularies
  20. ├── build.py : Build script to generate distribution files from the normative document
  21. ├── generate_term_versions.py : Script to build the terms_versions.csv file
  22. ├── qrg-list.csv : List of the term IRIs in the order that they are to appear in the Quick Reference Guide
  23. ├── requirements.txt : List of libraries required by the build scripts
  24. ├── termlist-footer.md : Footer to append to the generated term list document
  25. ├── termlist-header.md : Header to prepend to the generated term list document
  26. ├── terms.tmpl : A Jinja2 template to format the Quick Reference Guide
  27. ├── update_previous_doc.py : Script to move current doc to a version and update version links in it
  28. └── workflow_diagram.png : Figure used in README.md to show how to create a new version of the standard
  29. ├── dist : GENERATED Distribution files generated by build.py
  30. ├── all_dwc_vertical.csv : GENERATED CSV file with all Darwin Core terms as a column
  31. ├── simple_dwc_horizontal.csv : GENERATED CSV file with Simple Darwin Core terms as a row
  32. └── simple_dwc_vertical.csv : GENERATED CSV file with Simple Darwin Core terms as a column
  33. ├── docs (GENERATED except for index.md)
  34. ├── doe : Degree of Establishment Controlled Vocabulary List of Terms
  35. ├── em : Establishment Means Controlled Vocabulary List of Terms
  36. ├── list : Darwin Core List of Terms documents
  37. ├── namespace : Darwin Core namespace policy
  38. ├── pw : Pathway Controlled Vocabulary List of Terms
  39. ├── rdf : Darwin Core RDF Guide
  40. ├── simple : Simple Darwin Core Guide
  41. ├── terms : GENERATED Quick Reference Guide
  42. ├── text : Darwin Core Text Guide (Darwin Core Archive specification)
  43. ├── xml : Darwin Core XML Guide
  44. ├── _data : Website navigation and footer
  45. ├── _config.yml : Jekyll site configuration
  46. ├── CNAME : Canonical Name record for dwc.tdwg.org
  47. └── index.md : Website home page (manually maintained)
  48. ├── vocabulary
  49. └── term_versions.csv : GENERATED Darwin Core term versions, contains the complete history of the terms
  50. ├── .gitignore : Files and directories to be ignored by git
  51. ├── LICENSE : Repository license
  52. └── README.md : Description of this repository

Contributors

List of contributors

License

Creative Commons Attribution 4.0 International License

For Darwin Core in general, consider the peer-reviewed article on Darwin Core:

Wieczorek J, Bloom D, Guralnick R, Blum S, Döring M, et al. (2012) Darwin Core: An Evolving Community-Developed Biodiversity Data Standard. PLoS ONE 7(1): e29715. https://doi.org/10.1371/journal.pone.0029715

For this repository:

Darwin Core Maintenance Interest Group, Biodiversity Information Standards (TDWG) (2014). Darwin Core. Zenodo. https://doi.org/10.5281/zenodo.592792

The citation above represents all versions of the repository. Specific versions/releases from 2011 onwards are also deposited on Zenodo.