dwc/README.md

80 lines
4.0 KiB
Markdown
Raw Normal View History

# Darwin Core
Darwin Core is a standard maintained by the Darwin Core maintenance 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.
2017-09-30 16:11:01 +00:00
## Getting started
2017-02-03 16:03:06 +00:00
[Darwin Core quick reference guide](https://dwc.tdwg.org/terms/)
2017-09-30 16:11:01 +00:00
Documents:
* [List of terms document](https://dwc.tdwg.org/list/): Comprehensive metadata for current and obsolete terms in human readable form
* [Complete term history table](vocabulary/term_versions.csv): A CSV file with the full version history of Darwin Core terms
* [Distribution documents](dist/): Simple CSV files to start using Darwin Core
* [Website documents](docs/): Markdown files that form the source for the [Darwin Core website](https://dwc.tdwg.org/)
2017-09-30 16:11:01 +00:00
Community:
* [How to contribute](.github/CONTRIBUTING.md): a guide on how to contribute to Darwin Core
* [Darwin Core Q&A](https://github.com/tdwg/dwc-qa): an open forum on the use of Darwin Core
2017-09-30 03:49:10 +00:00
## Repo structure
The repository structure is described below. Files/directories indicated with `GENERATED` should not be edited manually.
```
├── README.md : Description of this repository
├── LICENSE : Repository license
2017-10-01 14:47:24 +00:00
├── standard : All content considered part of the Darwin Core standard
│ ├── vocabularies
│ │ └── term_versions.csv : Darwin Core term versions, contains the normative definitions of the terms
│ │
│ └── documents
  ├── simple : Simple Darwin Core guide
│  ├── rdf : RDF guide
│  ├── text : Text guide
  └── xml : XML guide
2017-09-30 03:49:10 +00:00
2017-10-01 14:47:24 +00:00
├── www : GENERATED Darwin Core website
│ └── guides
  └── index.html : GENERATED Darwin Core quick reference guide
2017-09-30 16:11:36 +00:00
├── dist : GENERATED Distribution files generated by build.py
  ├── dwc_terms.csv : GENERATED CSV file with the recommended Darwin Core terms, definitions, etc.
  ├── simple_dwc_horizontal.csv : GENERATED CSV file with Simple Darwin Core terms as a row
  └── simple_dwc_vertical.csv : GENERATED CSV file with Simple Darwin Core terms as a column
2017-09-30 16:11:36 +00:00
2017-09-30 16:27:11 +00:00
├── build
2017-09-30 03:49:10 +00:00
  ├── build.py           : Build script to generate distribution files from the normative document
│ └── config : Configuration files for build.py
  ├── index.tmpl       : Template for index.html
2017-09-30 20:27:54 +00:00
│ └── terms.csv : Configuration for the recommended terms, incl. order, labels, examples
2017-09-30 03:49:10 +00:00
├── .github
│ ├── CONTRIBUTING.md : Guide on how to contribute to Darwin Core
│ └── ISSUE_TEMPLATE.md : Template for issues
└── .gitignore : Files and directories to be ignored by git
```
2017-09-30 15:08:31 +00:00
## Contributors
[List of contributors](https://github.com/tdwg/dwc/contributors)
## License
2017-09-30 15:11:20 +00:00
[Creative Commons Attribution 4.0 International License](http://creativecommons.org/licenses/by/4.0/)
## Recommended citation
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 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](https://github.com/tdwg/dwc/releases) from 2011 onwards are also deposited on Zenodo.