├── docs ├── CNAME ├── favicon.ico ├── text │ ├── usage.png │ ├── extension.png │ └── tdwg_dwc_text.xsd ├── rdf │ └── rdf-graphical-example.png ├── Gemfile ├── _sass │ └── _custom.scss ├── zh-Hant │ ├── index.md │ └── namespace │ │ └── index.md ├── xml │ ├── profiles │ │ ├── extension_example_simpledwc.xsd │ │ ├── extension_example.xsd │ │ └── extension_example.xml │ ├── tdwg_dwc_classes.xsd │ ├── tdwg_basetypes.xsd │ ├── tdwg_dwc_extensions.xsd │ └── tdwg_dwc_class_terms.xsd ├── ja │ ├── index.md │ └── namespace │ │ └── index.md ├── cs │ ├── index.md │ └── namespace │ │ └── index.md ├── ar │ ├── index.md │ └── namespace │ │ └── index.md ├── de │ ├── index.md │ └── namespace │ │ └── index.md ├── index.md ├── km │ ├── index.md │ └── namespace │ │ └── index.md ├── ko │ ├── index.md │ └── namespace │ │ └── index.md ├── nl │ ├── index.md │ └── namespace │ │ └── index.md ├── pt │ ├── index.md │ └── namespace │ │ └── index.md ├── zh-Hans │ ├── index.md │ └── namespace │ │ └── index.md ├── examples │ ├── template.md │ └── verbatimLabel.md ├── ru │ ├── index.md │ └── namespace │ │ └── index.md ├── es │ ├── index.md │ └── namespace │ │ └── index.md ├── fr │ ├── index.md │ └── namespace │ │ └── index.md ├── _data │ ├── navigation_de.json │ ├── navigation_km.json │ ├── navigation_ko.json │ ├── navigation_nl.json │ ├── navigation_ar.json │ ├── navigation_pt.json │ ├── navigation_zh-Hans.json │ ├── navigation_zh-Hant.json │ ├── navigation_ja.json │ ├── navigation.json │ ├── navigation_cs.json │ ├── navigation_es.json │ ├── navigation_fr.json │ └── navigation_ru.json ├── _config.yml ├── namespace │ ├── 2018-08-26.md │ └── index.md ├── _includes │ └── footer.html ├── Gemfile.lock ├── list │ └── changes.md └── em │ └── 2020-10-13.md ├── .gitignore ├── .github ├── ISSUE_TEMPLATE │ ├── new-term-template.md │ └── term-change-template.md ├── workflows │ ├── translation-preview.yml │ └── gh-pages.yml └── CONTRIBUTING.md ├── dist ├── simple_dwc_horizontal.csv ├── simple_dwc_vertical.csv └── all_dwc_vertical.csv ├── crowdin.yml └── README.md /docs/CNAME: -------------------------------------------------------------------------------- 1 | dwc.tdwg.org -------------------------------------------------------------------------------- /docs/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tdwg/dwc/HEAD/docs/favicon.ico -------------------------------------------------------------------------------- /docs/text/usage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tdwg/dwc/HEAD/docs/text/usage.png -------------------------------------------------------------------------------- /docs/text/extension.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tdwg/dwc/HEAD/docs/text/extension.png -------------------------------------------------------------------------------- /docs/rdf/rdf-graphical-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tdwg/dwc/HEAD/docs/rdf/rdf-graphical-example.png -------------------------------------------------------------------------------- /docs/Gemfile: -------------------------------------------------------------------------------- 1 | source "https://rubygems.org" 2 | gem "github-pages", group: :jekyll_plugins 3 | gem "webrick", "~> 1.7" 4 | -------------------------------------------------------------------------------- /docs/_sass/_custom.scss: -------------------------------------------------------------------------------- 1 | // Custom styling 2 | 3 | .content { 4 | table { 5 | td:first-of-type { 6 | width: 120px; // Label column, long words will still push this wider 7 | } 8 | 9 | .list-group-item { 10 | padding: 0.5rem 0; // Examples 11 | } 12 | } 13 | } 14 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | .idea 2 | 3 | # Mac OS X 4 | .DS_Store 5 | 6 | # Python 7 | __pycache__/ 8 | *.py[cod] 9 | .ipynb_checkpoints 10 | 11 | # Jekyll 12 | .jekyll-cache 13 | docs/_site/* 14 | _site/* 15 | 16 | # All built extension xml files 17 | ext/ 18 | 19 | # Autogenerated translation files 20 | docs/??/doe/index.md 21 | docs/??/em/index.md 22 | docs/??/list/index.md 23 | docs/??/pw/index.md 24 | docs/??/terms/index.md 25 | 26 | docs/zh-Han?/doe/index.md 27 | docs/zh-Han?/em/index.md 28 | docs/zh-Han?/list/index.md 29 | docs/zh-Han?/pw/index.md 30 | docs/zh-Han?/terms/index.md 31 | -------------------------------------------------------------------------------- /docs/zh-Hant/index.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: home 3 | --- 4 | 5 | # 達爾文核心標準 6 | 7 | {:.lead} 8 | 達爾文核心標準是由[達爾文核心標準維護小組](https://www.tdwg.org/standards/dwc/#maintenance-group)所維護的標準。 其中包含一份術語表(在其他情境中這些術語可能被稱為屬性、元素、欄位、欄位、屬性或概念),旨在透過提供識別碼、標籤與定義,**促進生物多樣性相關資訊的共享**。 達爾文核心標準主要基於分類群,以及透過觀察、標本、樣本及相關資訊所記錄在自然界的分布狀況。 9 | 10 | ## 開始使用 11 | 12 | - [快速參考指南](terms/) 13 | - 使用指南:如何將達爾文核心標準用作 [簡易達爾文核心標準](simple/)、[純文字(達爾文核心標準檔案)](text/)、[XML](xml/) 或 [RDF](rdf/) 14 | - [GitHub 儲存庫](https://github.com/tdwg/dwc):此處維護著 Darwin Core 規格 15 | - [規範性術語清單](list/): 記載規範性達爾文核心標準術語定義之完整歷史的文件 16 | - [分發檔案](https://github.com/tdwg/dwc/tree/master/dist):方便您開始使用達爾文核心標準的實用檔案 17 | -------------------------------------------------------------------------------- /docs/xml/profiles/extension_example_simpledwc.xsd: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /docs/ja/index.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: home 3 | --- 4 | 5 | # Darwin Core 6 | 7 | {:.lead} 8 | Darwin Coreは、[Darwin Core Maintenance Group](https://www.tdwg.org/standards/dwc/#maintenance-group) により管理されている標準です。 **生物多様性に関する情報の共有を円滑にする**ことを目的として、識別子、ラベル、定義を提供する用語集が含まれます(用語集は、他の文脈ではプロパティ、要素、フィールド、カラム、属性、概念と呼ばれることもあります)。 Darwin Core は主に分類群と自然界における生物の出現記録(オカレンス)に基づいています。オカレンスは、観察・標本・試料・関連情報によって記録されます。 9 | 10 | ## はじめに 11 | 12 | - [クイックリファレンスガイド](terms/) 13 | - 使用ガイド: Darwin Core を [シンプルな Darwin Core](simple/)、[テキスト(Darwin Core Archive)](text/)、[XML](xml/)、[RDF](rdf/) として使用するには 14 | - [GitHub リポジトリ](https://github.com/tdwg/dwc): Darwin Coreが管理されている場所 15 | - [規範的用語リスト](list/): Darwin Coreの規範的用語定義の履歴を全て収録した文書 16 | - [配布ファイル](https://github.com/tdwg/dwc/tree/master/dist): Darwin Core の利用を開始するための便利なファイル 17 | -------------------------------------------------------------------------------- /docs/xml/tdwg_dwc_classes.xsd: -------------------------------------------------------------------------------- 1 | 2 | 8 | 11 | 12 | 13 | 14 | This schema defines a container for all Darwin Core classes with no notion 15 | of a record per se. All classes are treated equally. 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | -------------------------------------------------------------------------------- /docs/cs/index.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: home 3 | --- 4 | 5 | # Darwin Core 6 | 7 | {:.lead} 8 | Darwin Core je standard udržovaný skupinou [Darwin Core Maintenance Group](https://www.tdwg.org/standards/dwc/#maintenance-group). Obsahuje slovník pojmů (v jiných kontextech by se mohly nazývat vlastnosti, prvky, pole, sloupce, atributy nebo koncepty), který má **usnadnit sdílení informací o biologické rozmanitosti** tím, že poskytuje identifikátory, označení a definice. Darwin Core vychází především z taxonů, jejich výskytu v přírodě, který je doložen pozorováními, exempláři, vzorky a souvisejícími informacemi. 9 | 10 | ## Začínáme 11 | 12 | - [Stručný průvodce](terms/) 13 | - Návody k použití: jak používat Darwin Core jako [Simple Darwin Core](simple/), [Text (Darwin Core Archivy)](text/), [XML](xml/) nebo [RDF](rdf/) 14 | - [repozitář GitHub](https://github.com/tdwg/dwc): kde je udržován Darwin Core 15 | - [Seznam normativních termínů](list/): dokument obsahující úplnou historii normativních definic termínů Darwin Core 16 | - [Distribuční soubory](https://github.com/tdwg/dwc/tree/master/dist): vhodné soubory pro zahájení používání Darwin Core 17 | -------------------------------------------------------------------------------- /docs/ar/index.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: home 3 | --- 4 | 5 | # Darwin Core 6 | 7 | {:.lead} 8 | Darwin Core is a standard maintained by the [Darwin Core Maintenance Group](https://www.tdwg.org/standards/dwc/#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. 9 | 10 | ## Getting started 11 | 12 | - [Quick Reference Guide](terms/) 13 | - Usage guides: how to use Darwin Core as [Simple Darwin Core](simple/), [Text (Darwin Core Archives)](text/), [XML](xml/) or [RDF](rdf/) 14 | - [GitHub repository](https://github.com/tdwg/dwc): where Darwin Core is maintained 15 | - [Normative term list](list/): the document containing the full history of normative Darwin Core term definitions 16 | - [Distribution files](https://github.com/tdwg/dwc/tree/master/dist): convenient files to start using Darwin Core 17 | -------------------------------------------------------------------------------- /docs/de/index.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: home 3 | --- 4 | 5 | # Darwin Core 6 | 7 | {:.lead} 8 | Darwin Core is a standard maintained by the [Darwin Core Maintenance Group](https://www.tdwg.org/standards/dwc/#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. 9 | 10 | ## Getting started 11 | 12 | - [Quick Reference Guide](terms/) 13 | - Usage guides: how to use Darwin Core as [Simple Darwin Core](simple/), [Text (Darwin Core Archives)](text/), [XML](xml/) or [RDF](rdf/) 14 | - [GitHub repository](https://github.com/tdwg/dwc): where Darwin Core is maintained 15 | - [Normative term list](list/): the document containing the full history of normative Darwin Core term definitions 16 | - [Distribution files](https://github.com/tdwg/dwc/tree/master/dist): convenient files to start using Darwin Core 17 | -------------------------------------------------------------------------------- /docs/index.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: home 3 | --- 4 | 5 | # Darwin Core 6 | 7 | {:.lead} 8 | Darwin Core is a standard maintained by the [Darwin Core Maintenance Group](https://www.tdwg.org/standards/dwc/#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. 9 | 10 | ## Getting started 11 | 12 | - [Quick Reference Guide](terms/) 13 | - Usage guides: how to use Darwin Core as [Simple Darwin Core](simple/), [Text (Darwin Core Archives)](text/), [XML](xml/) or [RDF](rdf/) 14 | - [GitHub repository](https://github.com/tdwg/dwc): where Darwin Core is maintained 15 | - [Normative term list](list/): the document containing the full history of normative Darwin Core term definitions 16 | - [Distribution files](https://github.com/tdwg/dwc/tree/master/dist): convenient files to start using Darwin Core 17 | -------------------------------------------------------------------------------- /docs/km/index.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: home 3 | --- 4 | 5 | # Darwin Core 6 | 7 | {:.lead} 8 | Darwin Core is a standard maintained by the [Darwin Core Maintenance Group](https://www.tdwg.org/standards/dwc/#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. 9 | 10 | ## Getting started 11 | 12 | - [Quick Reference Guide](terms/) 13 | - Usage guides: how to use Darwin Core as [Simple Darwin Core](simple/), [Text (Darwin Core Archives)](text/), [XML](xml/) or [RDF](rdf/) 14 | - [GitHub repository](https://github.com/tdwg/dwc): where Darwin Core is maintained 15 | - [Normative term list](list/): the document containing the full history of normative Darwin Core term definitions 16 | - [Distribution files](https://github.com/tdwg/dwc/tree/master/dist): convenient files to start using Darwin Core 17 | -------------------------------------------------------------------------------- /docs/ko/index.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: home 3 | --- 4 | 5 | # Darwin Core 6 | 7 | {:.lead} 8 | Darwin Core is a standard maintained by the [Darwin Core Maintenance Group](https://www.tdwg.org/standards/dwc/#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. 9 | 10 | ## Getting started 11 | 12 | - [Quick Reference Guide](terms/) 13 | - Usage guides: how to use Darwin Core as [Simple Darwin Core](simple/), [Text (Darwin Core Archives)](text/), [XML](xml/) or [RDF](rdf/) 14 | - [GitHub repository](https://github.com/tdwg/dwc): where Darwin Core is maintained 15 | - [Normative term list](list/): the document containing the full history of normative Darwin Core term definitions 16 | - [Distribution files](https://github.com/tdwg/dwc/tree/master/dist): convenient files to start using Darwin Core 17 | -------------------------------------------------------------------------------- /docs/nl/index.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: home 3 | --- 4 | 5 | # Darwin Core 6 | 7 | {:.lead} 8 | Darwin Core is a standard maintained by the [Darwin Core Maintenance Group](https://www.tdwg.org/standards/dwc/#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. 9 | 10 | ## Getting started 11 | 12 | - [Quick Reference Guide](terms/) 13 | - Usage guides: how to use Darwin Core as [Simple Darwin Core](simple/), [Text (Darwin Core Archives)](text/), [XML](xml/) or [RDF](rdf/) 14 | - [GitHub repository](https://github.com/tdwg/dwc): where Darwin Core is maintained 15 | - [Normative term list](list/): the document containing the full history of normative Darwin Core term definitions 16 | - [Distribution files](https://github.com/tdwg/dwc/tree/master/dist): convenient files to start using Darwin Core 17 | -------------------------------------------------------------------------------- /docs/pt/index.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: home 3 | --- 4 | 5 | # Darwin Core 6 | 7 | {:.lead} 8 | Darwin Core is a standard maintained by the [Darwin Core Maintenance Group](https://www.tdwg.org/standards/dwc/#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. 9 | 10 | ## Getting started 11 | 12 | - [Quick Reference Guide](terms/) 13 | - Usage guides: how to use Darwin Core as [Simple Darwin Core](simple/), [Text (Darwin Core Archives)](text/), [XML](xml/) or [RDF](rdf/) 14 | - [GitHub repository](https://github.com/tdwg/dwc): where Darwin Core is maintained 15 | - [Normative term list](list/): the document containing the full history of normative Darwin Core term definitions 16 | - [Distribution files](https://github.com/tdwg/dwc/tree/master/dist): convenient files to start using Darwin Core 17 | -------------------------------------------------------------------------------- /docs/zh-Hans/index.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: home 3 | --- 4 | 5 | # Darwin Core 6 | 7 | {:.lead} 8 | Darwin Core is a standard maintained by the [Darwin Core Maintenance Group](https://www.tdwg.org/standards/dwc/#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. 9 | 10 | ## Getting started 11 | 12 | - [Quick Reference Guide](terms/) 13 | - Usage guides: how to use Darwin Core as [Simple Darwin Core](simple/), [Text (Darwin Core Archives)](text/), [XML](xml/) or [RDF](rdf/) 14 | - [GitHub repository](https://github.com/tdwg/dwc): where Darwin Core is maintained 15 | - [Normative term list](list/): the document containing the full history of normative Darwin Core term definitions 16 | - [Distribution files](https://github.com/tdwg/dwc/tree/master/dist): convenient files to start using Darwin Core 17 | -------------------------------------------------------------------------------- /docs/examples/template.md: -------------------------------------------------------------------------------- 1 | --- 2 | # As a template for authors, this page is not included in the published site. 3 | # This section should be removed when copying the template. 4 | published: false 5 | --- 6 | # _TermName_ Examples 7 | 8 | Title 9 | : termName Examples 10 | 11 | Date modified 12 | : 20XX-XX-XX 13 | 14 | Date created 15 | : 20XX-XX-XX 16 | 17 | Part of TDWG Standard 18 | : Not formally part of any standard. 19 | 20 | Abstract 21 | : This document provides examples and guidance for the use of Darwin Core termName. 22 | 23 | Contributors 24 | : _Your name(s)_ 25 | 26 | Creator 27 | : Darwin Core Maintenance Group 28 | 29 | Bibliographic citation 30 | : Darwin Core Maintenance Group. 2023. termName examples. Biodiversity Information Standards (TDWG). 31 | 32 | The following provides examples and guidance for the use of Darwin Core termName. 33 | 34 | _Provide guidance and examples as suitable here. 35 | Examples are non-normative, and therefore can be changed outside the ratification process but should be reviewed by a member of the DwC maintenance group. 36 | This review typically happens during the github pull request process._ -------------------------------------------------------------------------------- /docs/ru/index.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: home 3 | --- 4 | 5 | # Darwin Core 6 | 7 | {:.lead} 8 | Darwin Core — это стандарт, поддерживаемый [Группой по сопровождению Darwin Core](https://www.tdwg.org/standards/dwc/#maintenance-group). Он включает глоссарий терминов (в других контекстах они могут называться свойствами, элементами, полями, колонками, атрибутами или концептами), предназначенный для **облегчения обмена информацией о биологическом разнообразии** путем предоставления идентификаторов, ярлыков и определений. Darwin Core в первую очередь основан на таксонах и их встречаемости в природе, зафиксированной в наблюдениях, образцах, пробах и сопутствующей информации. 9 | 10 | ## Начало работы 11 | 12 | - [Краткое руководство](terms/) 13 | - Руководства по использованию: применение Darwin Core в качестве [Упрощенный Darwin Core](simple/), [Текст (Darwin Core архив)](text/), [XML](xml/) или [RDF](rdf/) 14 | - [GitHub репозиторий](https://github.com/tdwg/dwc): где поддерживается Darwin Core 15 | - [Список нормативных терминов](list/): документ, содержащий полную историю нормативных определений терминов Darwin Core 16 | - [Файлы дистрибутива](https://github.com/tdwg/dwc/tree/master/dist): готовые файлы, с которых можно начать работу с Darwin Core 17 | -------------------------------------------------------------------------------- /docs/xml/profiles/extension_example.xsd: -------------------------------------------------------------------------------- 1 | 2 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | -------------------------------------------------------------------------------- /docs/es/index.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: home 3 | --- 4 | 5 | # Darwin Core 6 | 7 | {:.lead} 8 | Darwin Core es un estándar mantenido por el [Darwin Core Maintenance Group](https://www.tdwg.org/standards/dwc/#maintenance-group). Incluye un glosario de términos (que en otros contextos podrían llamarse propiedades, elementos, campos, columnas, atributos o conceptos) diseñado para **facilitar el intercambio de información sobre la diversidad biológica**, mediante el uso de identificadores, etiquetas y definiciones. Darwin Core se basa principalmente en los taxones, su ocurrencia en la naturaleza documentada a través de observaciones, especímenes, muestras e información relacionada. 9 | 10 | ## Para comenzar 11 | 12 | - [Guía Rápida de Referencia](terms/) 13 | - Guías de uso: cómo utilizar Darwin Core como [Darwin Core Simple](simple/), [(Archivos Darwin Core) de Texto](text/), [XML](xml/) o [RDF](rdf/) 14 | - [Repositorio en GitHub](https://github.com/tdwg/dwc): donde se mantiene el Darwin Core 15 | - [Lista normativa de términos](list/): documento que contiene el historial completo de las definiciones normativas de términos Darwin Core 16 | - [Archivos de distribución](https://github.com/tdwg/dwc/tree/master/dist): archivos prácticos para comenzar a utilizar Darwin Core 17 | -------------------------------------------------------------------------------- /docs/fr/index.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: home 3 | --- 4 | 5 | # Darwin Core 6 | 7 | {:.lead} 8 | Le Darwin Core est un standard maintenu par le [Darwin Core Maintenance Group](https://www.tdwg.org/standards/dwc/#maintenance-group). Il comprend un glossaire de termes (dans d'autres contextes, ces termes pourraient être appelés propriétés, éléments, champs, colonnes, attributs ou concepts) destinés à **faciliter le partage d'informations sur la diversité biologique** en fournissant des identifiants, des labels et des définitions. Le Darwin Core est principalement basé sur les taxons, leur occurrence dans la nature telle que documentée par des observations, des spécimens, des échantillons et des informations connexes. 9 | 10 | ## Pour commencer 11 | 12 | - [Guide de Référence Rapide](terms/) 13 | - Guides d'utilisation : Comment utiliser le Darwin Core comme [ Darwin Core Simple](simple/), [Texte (Darwin Core Archives)](text/), [XML](xml/) ou [RDF](rdf/) 14 | - [Dépôt GitHub](https://github.com/tdwg/dwc) : Lieu de maintenance du Darwin Core 15 | - [Liste des termes normatifs](list/) : le document contenant l'historique complet des définitions des termes du Darwin Core 16 | - [Fichiers de partage](https://github.com/tdwg/dwc/tree/master/dist): fichiers pratiques pour commencer à utiliser le Darwin Core 17 | -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/new-term-template.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: New term template 3 | about: This template sets up a new issue with the information needed for a new term 4 | request. 5 | title: 'New Term - ' 6 | labels: Term - add 7 | assignees: '' 8 | 9 | --- 10 | 11 | ## New term 12 | 13 | * Submitter: 14 | * Efficacy Justification (why is this term necessary?): 15 | * Demand Justification (name at least two organizations that independently need this term): 16 | * Stability Justification (what concerns are there that this might affect existing implementations?): 17 | * Implications for dwciri: namespace (does this change affect a dwciri term version)?: 18 | 19 | Proposed attributes of the new term: 20 | 21 | * Term name (in lowerCamelCase for properties, UpperCamelCase for classes): 22 | * Term label (English, not normative): 23 | * Organized in Class (e.g., Occurrence, Event, Location, Taxon): 24 | * Definition of the term (normative): 25 | * Usage comments (recommendations regarding content, etc., not normative): 26 | * Examples (not normative): 27 | * Refines (identifier of the broader term this term refines; normative): 28 | * Replaces (identifier of the existing term that would be deprecated and replaced by this term; normative): 29 | * ABCD 2.06 (XPATH of the equivalent term in ABCD or EFG; not normative): 30 | -------------------------------------------------------------------------------- /docs/xml/profiles/extension_example.xml: -------------------------------------------------------------------------------- 1 | 2 | 8 | 9 | 10 | MVZ 11 | TREES 12 | 1234 13 | Abies alba Mill. 14 | 15 | 16 | 21 17 | 317 18 | cm 19 | Trunk Diameter 20 | 21 | 22 | important stuff 23 | 2004-09-23 24 | 432 25 | 26 | 27 | 28 | -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/term-change-template.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Term change template 3 | about: This template sets up a new issue with the information needed for a term change 4 | request. 5 | title: 'Change term - ' 6 | labels: Term - change 7 | assignees: '' 8 | 9 | --- 10 | 11 | ## Term change 12 | 13 | * Submitter: 14 | * Efficacy Justification (why is this change necessary?): 15 | * Demand Justification (if the change is semantic in nature, name at least two organizations that independently need this term): 16 | * Stability Justification (what concerns are there that this might affect existing implementations?): 17 | * Implications for dwciri: namespace (does this change affect a dwciri term version)?: 18 | 19 | Current Term definition: https://dwc.tdwg.org/list/#dwc_[term name here] 20 | 21 | Proposed attributes of the new term version (Please put actual changes to be implemented in **bold** and ~strikethrough~): 22 | 23 | * Term name (in lowerCamelCase for properties, UpperCamelCase for classes): 24 | * Term label (English, not normative): 25 | * Organized in Class (e.g., Occurrence, Event, Location, Taxon): 26 | * Definition of the term (normative): 27 | * Usage comments (recommendations regarding content, etc., not normative): 28 | * Examples (not normative): 29 | * Refines (identifier of the broader term this term refines; normative): 30 | * Replaces (identifier of the existing term that would be deprecated and replaced by this term; normative): 31 | * ABCD 2.06 (XPATH of the equivalent term in ABCD or EFG; not normative): 32 | -------------------------------------------------------------------------------- /docs/_data/navigation_de.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "text": "", 4 | "href": "" 5 | }, 6 | { 7 | "text": "", 8 | "menu": [ 9 | { 10 | "text": "", 11 | "href": "" 12 | }, 13 | { 14 | "text": "" 15 | }, 16 | { 17 | "text": "", 18 | "href": "" 19 | }, 20 | { 21 | "text": "", 22 | "href": "" 23 | }, 24 | { 25 | "text": "" 26 | }, 27 | { 28 | "text": "", 29 | "href": "" 30 | }, 31 | { 32 | "text": "", 33 | "href": "" 34 | }, 35 | { 36 | "text": "", 37 | "href": "" 38 | } 39 | ] 40 | }, 41 | { 42 | "text": "", 43 | "menu": [ 44 | { 45 | "text": "", 46 | "href": "" 47 | }, 48 | { 49 | "text": "" 50 | }, 51 | { 52 | "text": "", 53 | "href": "" 54 | }, 55 | { 56 | "text": "", 57 | "href": "" 58 | }, 59 | { 60 | "text": "" 61 | }, 62 | { 63 | "text": "", 64 | "href": "" 65 | }, 66 | { 67 | "text": "", 68 | "href": "" 69 | }, 70 | { 71 | "text": "", 72 | "href": "" 73 | }, 74 | { 75 | "text": "", 76 | "href": "" 77 | }, 78 | { 79 | "text": "", 80 | "href": "" 81 | }, 82 | { 83 | "text": "" 84 | }, 85 | { 86 | "text": "", 87 | "href": "" 88 | } 89 | ] 90 | }, 91 | { 92 | "text": "", 93 | "href": "" 94 | } 95 | ] 96 | -------------------------------------------------------------------------------- /docs/_data/navigation_km.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "text": "", 4 | "href": "" 5 | }, 6 | { 7 | "text": "", 8 | "menu": [ 9 | { 10 | "text": "", 11 | "href": "" 12 | }, 13 | { 14 | "text": "" 15 | }, 16 | { 17 | "text": "", 18 | "href": "" 19 | }, 20 | { 21 | "text": "", 22 | "href": "" 23 | }, 24 | { 25 | "text": "" 26 | }, 27 | { 28 | "text": "", 29 | "href": "" 30 | }, 31 | { 32 | "text": "", 33 | "href": "" 34 | }, 35 | { 36 | "text": "", 37 | "href": "" 38 | } 39 | ] 40 | }, 41 | { 42 | "text": "", 43 | "menu": [ 44 | { 45 | "text": "", 46 | "href": "" 47 | }, 48 | { 49 | "text": "" 50 | }, 51 | { 52 | "text": "", 53 | "href": "" 54 | }, 55 | { 56 | "text": "", 57 | "href": "" 58 | }, 59 | { 60 | "text": "" 61 | }, 62 | { 63 | "text": "", 64 | "href": "" 65 | }, 66 | { 67 | "text": "", 68 | "href": "" 69 | }, 70 | { 71 | "text": "", 72 | "href": "" 73 | }, 74 | { 75 | "text": "", 76 | "href": "" 77 | }, 78 | { 79 | "text": "", 80 | "href": "" 81 | }, 82 | { 83 | "text": "" 84 | }, 85 | { 86 | "text": "", 87 | "href": "" 88 | } 89 | ] 90 | }, 91 | { 92 | "text": "", 93 | "href": "" 94 | } 95 | ] 96 | -------------------------------------------------------------------------------- /docs/_data/navigation_ko.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "text": "", 4 | "href": "" 5 | }, 6 | { 7 | "text": "", 8 | "menu": [ 9 | { 10 | "text": "", 11 | "href": "" 12 | }, 13 | { 14 | "text": "" 15 | }, 16 | { 17 | "text": "", 18 | "href": "" 19 | }, 20 | { 21 | "text": "", 22 | "href": "" 23 | }, 24 | { 25 | "text": "" 26 | }, 27 | { 28 | "text": "", 29 | "href": "" 30 | }, 31 | { 32 | "text": "", 33 | "href": "" 34 | }, 35 | { 36 | "text": "", 37 | "href": "" 38 | } 39 | ] 40 | }, 41 | { 42 | "text": "", 43 | "menu": [ 44 | { 45 | "text": "", 46 | "href": "" 47 | }, 48 | { 49 | "text": "" 50 | }, 51 | { 52 | "text": "", 53 | "href": "" 54 | }, 55 | { 56 | "text": "", 57 | "href": "" 58 | }, 59 | { 60 | "text": "" 61 | }, 62 | { 63 | "text": "", 64 | "href": "" 65 | }, 66 | { 67 | "text": "", 68 | "href": "" 69 | }, 70 | { 71 | "text": "", 72 | "href": "" 73 | }, 74 | { 75 | "text": "", 76 | "href": "" 77 | }, 78 | { 79 | "text": "", 80 | "href": "" 81 | }, 82 | { 83 | "text": "" 84 | }, 85 | { 86 | "text": "", 87 | "href": "" 88 | } 89 | ] 90 | }, 91 | { 92 | "text": "", 93 | "href": "" 94 | } 95 | ] 96 | -------------------------------------------------------------------------------- /docs/_data/navigation_nl.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "text": "", 4 | "href": "" 5 | }, 6 | { 7 | "text": "", 8 | "menu": [ 9 | { 10 | "text": "", 11 | "href": "" 12 | }, 13 | { 14 | "text": "" 15 | }, 16 | { 17 | "text": "", 18 | "href": "" 19 | }, 20 | { 21 | "text": "", 22 | "href": "" 23 | }, 24 | { 25 | "text": "" 26 | }, 27 | { 28 | "text": "", 29 | "href": "" 30 | }, 31 | { 32 | "text": "", 33 | "href": "" 34 | }, 35 | { 36 | "text": "", 37 | "href": "" 38 | } 39 | ] 40 | }, 41 | { 42 | "text": "", 43 | "menu": [ 44 | { 45 | "text": "", 46 | "href": "" 47 | }, 48 | { 49 | "text": "" 50 | }, 51 | { 52 | "text": "", 53 | "href": "" 54 | }, 55 | { 56 | "text": "", 57 | "href": "" 58 | }, 59 | { 60 | "text": "" 61 | }, 62 | { 63 | "text": "", 64 | "href": "" 65 | }, 66 | { 67 | "text": "", 68 | "href": "" 69 | }, 70 | { 71 | "text": "", 72 | "href": "" 73 | }, 74 | { 75 | "text": "", 76 | "href": "" 77 | }, 78 | { 79 | "text": "", 80 | "href": "" 81 | }, 82 | { 83 | "text": "" 84 | }, 85 | { 86 | "text": "", 87 | "href": "" 88 | } 89 | ] 90 | }, 91 | { 92 | "text": "", 93 | "href": "" 94 | } 95 | ] 96 | -------------------------------------------------------------------------------- /docs/_data/navigation_ar.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "text": "", 4 | "href": "/ar/" 5 | }, 6 | { 7 | "text": "", 8 | "menu": [ 9 | { 10 | "text": "", 11 | "href": "/ar/list/" 12 | }, 13 | { 14 | "text": "---" 15 | }, 16 | { 17 | "text": "", 18 | "href": "https://chrono.tdwg.org/list/" 19 | }, 20 | { 21 | "text": "", 22 | "href": "https://eco.tdwg.org/list/" 23 | }, 24 | { 25 | "text": "---" 26 | }, 27 | { 28 | "text": "", 29 | "href": "/ar/em/" 30 | }, 31 | { 32 | "text": "", 33 | "href": "/ar/doe/" 34 | }, 35 | { 36 | "text": "", 37 | "href": "/ar/pw/" 38 | } 39 | ] 40 | }, 41 | { 42 | "text": "", 43 | "menu": [ 44 | { 45 | "text": "", 46 | "href": "/ar/terms/" 47 | }, 48 | { 49 | "text": "---" 50 | }, 51 | { 52 | "text": "", 53 | "href": "https://chrono.tdwg.org/terms/" 54 | }, 55 | { 56 | "text": "", 57 | "href": "https://eco.tdwg.org/terms/" 58 | }, 59 | { 60 | "text": "---" 61 | }, 62 | { 63 | "text": "", 64 | "href": "/ar/simple/" 65 | }, 66 | { 67 | "text": "", 68 | "href": "/ar/text/" 69 | }, 70 | { 71 | "text": "", 72 | "href": "/ar/rdf/" 73 | }, 74 | { 75 | "text": "", 76 | "href": "/ar/xml/" 77 | }, 78 | { 79 | "text": "", 80 | "href": "/ar/namespace/" 81 | }, 82 | { 83 | "text": "---" 84 | }, 85 | { 86 | "text": "", 87 | "href": "https://github.com/tdwg/dwc-qa/blob/master/README.md" 88 | } 89 | ] 90 | }, 91 | { 92 | "text": "", 93 | "href": "https://github.com/tdwg/dwc" 94 | } 95 | ] 96 | -------------------------------------------------------------------------------- /docs/_data/navigation_pt.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "text": "", 4 | "href": "/pt/" 5 | }, 6 | { 7 | "text": "", 8 | "menu": [ 9 | { 10 | "text": "", 11 | "href": "/pt/list/" 12 | }, 13 | { 14 | "text": "---" 15 | }, 16 | { 17 | "text": "", 18 | "href": "https://chrono.tdwg.org/list/" 19 | }, 20 | { 21 | "text": "", 22 | "href": "https://eco.tdwg.org/list/" 23 | }, 24 | { 25 | "text": "---" 26 | }, 27 | { 28 | "text": "", 29 | "href": "/pt/em/" 30 | }, 31 | { 32 | "text": "", 33 | "href": "/pt/doe/" 34 | }, 35 | { 36 | "text": "", 37 | "href": "/pt/pw/" 38 | } 39 | ] 40 | }, 41 | { 42 | "text": "", 43 | "menu": [ 44 | { 45 | "text": "", 46 | "href": "/pt/terms/" 47 | }, 48 | { 49 | "text": "---" 50 | }, 51 | { 52 | "text": "", 53 | "href": "https://chrono.tdwg.org/terms/" 54 | }, 55 | { 56 | "text": "", 57 | "href": "https://eco.tdwg.org/terms/" 58 | }, 59 | { 60 | "text": "---" 61 | }, 62 | { 63 | "text": "", 64 | "href": "/pt/simple/" 65 | }, 66 | { 67 | "text": "", 68 | "href": "/pt//text/" 69 | }, 70 | { 71 | "text": "", 72 | "href": "/pt/rdf/" 73 | }, 74 | { 75 | "text": "", 76 | "href": "/pt/xml/" 77 | }, 78 | { 79 | "text": "", 80 | "href": "/pt/namespace/" 81 | }, 82 | { 83 | "text": "---" 84 | }, 85 | { 86 | "text": "", 87 | "href": "https://github.com/tdwg/dwc-qa/blob/master/README.md" 88 | } 89 | ] 90 | }, 91 | { 92 | "text": "", 93 | "href": "https://github.com/tdwg/dwc" 94 | } 95 | ] 96 | -------------------------------------------------------------------------------- /docs/_data/navigation_zh-Hans.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "text": "", 4 | "href": "/zh-Hans/" 5 | }, 6 | { 7 | "text": "", 8 | "menu": [ 9 | { 10 | "text": "", 11 | "href": "/zh-Hans/list/" 12 | }, 13 | { 14 | "text": "---" 15 | }, 16 | { 17 | "text": "", 18 | "href": "https://chrono.tdwg.org/list/" 19 | }, 20 | { 21 | "text": "", 22 | "href": "https://eco.tdwg.org/list/" 23 | }, 24 | { 25 | "text": "---" 26 | }, 27 | { 28 | "text": "", 29 | "href": "/zh-Hans/em/" 30 | }, 31 | { 32 | "text": "", 33 | "href": "/zh-Hans/doe/" 34 | }, 35 | { 36 | "text": "", 37 | "href": "/zh-Hans/pw/" 38 | } 39 | ] 40 | }, 41 | { 42 | "text": "", 43 | "menu": [ 44 | { 45 | "text": "", 46 | "href": "/zh-Hans/terms/" 47 | }, 48 | { 49 | "text": "---" 50 | }, 51 | { 52 | "text": "", 53 | "href": "https://chrono.tdwg.org/terms/" 54 | }, 55 | { 56 | "text": "", 57 | "href": "https://eco.tdwg.org/terms/" 58 | }, 59 | { 60 | "text": "---" 61 | }, 62 | { 63 | "text": "", 64 | "href": "/zh-Hans/simple/" 65 | }, 66 | { 67 | "text": "", 68 | "href": "/zh-Hans/text/" 69 | }, 70 | { 71 | "text": "", 72 | "href": "/zh-Hans/rdf/" 73 | }, 74 | { 75 | "text": "", 76 | "href": "/zh-Hans/xml/" 77 | }, 78 | { 79 | "text": "", 80 | "href": "/zh-Hans/namespace/" 81 | }, 82 | { 83 | "text": "---" 84 | }, 85 | { 86 | "text": "", 87 | "href": "https://github.com/tdwg/dwc-qa/blob/master/README.md" 88 | } 89 | ] 90 | }, 91 | { 92 | "text": "", 93 | "href": "https://github.com/tdwg/dwc" 94 | } 95 | ] 96 | -------------------------------------------------------------------------------- /.github/workflows/translation-preview.yml: -------------------------------------------------------------------------------- 1 | name: Deploy preview translation pages 2 | 3 | on: 4 | # Runs on pushes targeting the translation_master branch 5 | push: 6 | branches: 7 | - 'translation_master' 8 | 9 | # Allows you to run this workflow manually from the Actions tab 10 | workflow_dispatch: 11 | 12 | # Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued. 13 | # However, do NOT cancel in-progress runs as we want to allow these production deployments to complete. 14 | concurrency: 15 | group: "translation-pages" 16 | cancel-in-progress: false 17 | 18 | jobs: 19 | # Build job 20 | build: 21 | runs-on: ubuntu-latest 22 | steps: 23 | - name: Checkout 24 | uses: actions/checkout@v4 25 | 26 | - name: Setup python 27 | uses: actions/setup-python@v5 28 | with: 29 | python-version: 3.12 30 | cache: 'pip' 31 | cache-dependency-path: build/requirements.txt 32 | - name: Install dependencies 33 | run: | 34 | cd build && pip3 install -r requirements.txt 35 | - name: Create Python-generated pages 36 | run: | 37 | cd build && python3 build-language-menu.py preview && python3 build-webpages.py 38 | 39 | - name: Build with Jekyll 40 | uses: actions/jekyll-build-pages@v1 41 | with: 42 | source: ./docs 43 | destination: ./_site 44 | 45 | - name: Deploy site to https://dwc-translation-preview.tdwg.org 46 | run: | 47 | mkdir -p ~/.ssh/ 48 | echo "$SSH_PRIVATE_KEY" > ~/.ssh/id_ed25519 49 | chmod 0600 ~/.ssh/id_ed25519 50 | echo "$SSH_KNOWN_HOSTS" > ~/.ssh/known_hosts 51 | rsync -rv --delete --checksum ./_site/ dwc-translation-preview@tdwgstatic-vh.tdwg.org:/ 52 | shell: bash 53 | env: 54 | SSH_PRIVATE_KEY: ${{secrets.DWC_TRANSLATION_PREVIEW_TDWG_ORG}} 55 | SSH_KNOWN_HOSTS: ${{vars.SSH_KNOWN_HOSTS}} 56 | -------------------------------------------------------------------------------- /.github/workflows/gh-pages.yml: -------------------------------------------------------------------------------- 1 | name: Generate terms pages and deploy site 2 | 3 | on: 4 | # Runs on pushes targeting the master branch 5 | push: 6 | branches: 7 | - 'master' 8 | 9 | # Allows you to run this workflow manually from the Actions tab 10 | workflow_dispatch: 11 | 12 | # Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages 13 | permissions: 14 | contents: read 15 | pages: write 16 | id-token: write 17 | 18 | # Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued. 19 | # However, do NOT cancel in-progress runs as we want to allow these production deployments to complete. 20 | concurrency: 21 | group: "pages" 22 | cancel-in-progress: false 23 | 24 | jobs: 25 | # Build job 26 | build: 27 | runs-on: ubuntu-latest 28 | steps: 29 | - name: Checkout 30 | uses: actions/checkout@v4 31 | 32 | - name: Setup python 33 | uses: actions/setup-python@v5 34 | with: 35 | python-version: 3.12 36 | cache: 'pip' 37 | cache-dependency-path: build/requirements.txt 38 | - name: Install dependencies 39 | run: | 40 | cd build && pip3 install -r requirements.txt 41 | - name: Create Python-generated pages 42 | run: | 43 | cd build && python3 build-language-menu.py prod && python3 build-webpages.py 44 | 45 | - name: Setup Pages 46 | uses: actions/configure-pages@v5 47 | - name: Build with Jekyll 48 | uses: actions/jekyll-build-pages@v1 49 | with: 50 | source: ./docs 51 | destination: ./_site 52 | - name: Upload artifact 53 | uses: actions/upload-pages-artifact@v3 54 | 55 | # Deployment job 56 | deploy: 57 | environment: 58 | name: github-pages 59 | url: ${{ steps.deployment.outputs.page_url }} 60 | runs-on: ubuntu-latest 61 | needs: build 62 | steps: 63 | - name: Deploy to GitHub Pages 64 | id: deployment 65 | uses: actions/deploy-pages@v4 66 | -------------------------------------------------------------------------------- /docs/examples/verbatimLabel.md: -------------------------------------------------------------------------------- 1 | # verbatimLabel Examples 2 | 3 | Title 4 | : verbatimLabel Examples 5 | 6 | Date modified 7 | : 2023-09-14 8 | 9 | Date created 10 | : 2023-06-14 11 | 12 | Part of TDWG Standard 13 | : Not formally part of any standard. 14 | 15 | Abstract 16 | : This document provides examples and guidance for the use of Darwin Core verbatimLabel. 17 | 18 | Contributors 19 | : Tommy McElrath, Debbie Paul, Christian Bölling, Tim Robertson 20 | 21 | Creator 22 | : Darwin Core Maintenance Group 23 | 24 | Bibliographic citation 25 | : Darwin Core Maintenance Group. 2023. verbatimLabel examples. Biodiversity Information Standards (TDWG). 26 | 27 | The following provides examples and guidance for the use of Darwin Core verbatimLabel. 28 | 29 | ## Example 1 30 | 31 | For a label affixed to a pinned insect specimen, the dwc:verbatimLabel would contain: 32 | 33 | > ILL: Union Co. 34 | > Wolf Lake by Powder Plant 35 | > Bridge. 1 March 1975 36 | > Coll. S. Ketzler, S. Herbert 37 | > 38 | > Monotoma 39 | > longicollis 4 ♂ 40 | > Det TC McElrath 2018 41 | > 42 | > INHS 43 | > Insect Collection 44 | > 456782 45 | 46 | With comment `verbatimLabel derived from human transcription` added in dwc:occurrenceRemarks. 47 | 48 | ## Example 2 49 | 50 | When using Optical Character Recognition (OCR) techniques against an herbarium sheet, the dwc:verbatimLabel would contain: 51 | 52 | > 0 1 2 3 4 5 6 7 8 9 10 53 | > cm copyright reserved 54 | > The New York 55 | > Botanical Garden 56 | > 57 | > 58 | > NEW YORK 59 | > BOTANICAL 60 | > GARDEN 61 | > 62 | > 63 | > NEW YORK BOTANICAL GARDEN 64 | > ACADEMY OF NATURAL SCIENCES OF PHILADELPHIA 65 | > EXPLORATION OF BERMUDA 66 | > NO. 355 67 | > Cymbalaria Cymbalaria (L.) Wettst 68 | > Roadside wall, The Crawl. 69 | > STEWARDSON BROWN 70 | > }COLLECTORS AUG. 31-SEPT. 20, 1905 71 | > N.L. BRITTON 72 | > 73 | > 74 | > NEW YORK BOTANICAL GARDEN 75 | > 00499439 76 | 77 | With comment `verbatimLabel derived from unadulterated OCR output` added in dwc:occurrenceRemarks. 78 | -------------------------------------------------------------------------------- /docs/_data/navigation_zh-Hant.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "text": "首頁", 4 | "href": "/zh-Hant/" 5 | }, 6 | { 7 | "text": "條款", 8 | "menu": [ 9 | { 10 | "text": "達爾文核心標準", 11 | "href": "/zh-Hant/list/" 12 | }, 13 | { 14 | "text": "---" 15 | }, 16 | { 17 | "text": "定年延伸資料集", 18 | "href": "https://chrono.tdwg.org/list/" 19 | }, 20 | { 21 | "text": "洪堡延伸資料集", 22 | "href": "https://eco.tdwg.org/list/" 23 | }, 24 | { 25 | "text": "---" 26 | }, 27 | { 28 | "text": "建立方法控制詞彙", 29 | "href": "/zh-Hant/em/" 30 | }, 31 | { 32 | "text": "建立程度控制詞彙", 33 | "href": "/zh-Hant/doe/" 34 | }, 35 | { 36 | "text": "路徑控制詞彙", 37 | "href": "/zh-Hant/pw/" 38 | } 39 | ] 40 | }, 41 | { 42 | "text": "指南", 43 | "menu": [ 44 | { 45 | "text": "達爾文核心標準快速參照", 46 | "href": "/zh-Hant/terms/" 47 | }, 48 | { 49 | "text": "---" 50 | }, 51 | { 52 | "text": "定年延伸資料集快速參照", 53 | "href": "https://chrono.tdwg.org/terms/" 54 | }, 55 | { 56 | "text": "洪堡延伸資料集快速參照", 57 | "href": "https://eco.tdwg.org/terms/" 58 | }, 59 | { 60 | "text": "---" 61 | }, 62 | { 63 | "text": "簡易達爾文核心標準", 64 | "href": "/zh-Hant/simple/" 65 | }, 66 | { 67 | "text": "純文字 (達爾文核心標準檔案)", 68 | "href": "/zh-Hant/text/" 69 | }, 70 | { 71 | "text": "RDF", 72 | "href": "/zh-Hant/rdf/" 73 | }, 74 | { 75 | "text": "XML", 76 | "href": "/zh-Hant/xml/" 77 | }, 78 | { 79 | "text": "命名空間政策", 80 | "href": "/zh-Hant/namespace/" 81 | }, 82 | { 83 | "text": "---" 84 | }, 85 | { 86 | "text": "問與答", 87 | "href": "https://github.com/tdwg/dwc-qa/blob/master/README.md" 88 | } 89 | ] 90 | }, 91 | { 92 | "text": "GitHub", 93 | "href": "https://github.com/tdwg/dwc" 94 | } 95 | ] 96 | -------------------------------------------------------------------------------- /docs/_data/navigation_ja.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "text": "ホーム", 4 | "href": "/ja/" 5 | }, 6 | { 7 | "text": "用語", 8 | "menu": [ 9 | { 10 | "text": "Darwin Core", 11 | "href": "/ja/list/" 12 | }, 13 | { 14 | "text": "---" 15 | }, 16 | { 17 | "text": "Chronometric Age 拡張形式", 18 | "href": "https://chrono.tdwg.org/list/" 19 | }, 20 | { 21 | "text": "Humboldt 拡張形式 ", 22 | "href": "https://eco.tdwg.org/list/" 23 | }, 24 | { 25 | "text": "---" 26 | }, 27 | { 28 | "text": "Establishment Means の制御語彙", 29 | "href": "/ja/em/" 30 | }, 31 | { 32 | "text": "Degree of Establishment の制御語彙", 33 | "href": "/ja/doe/" 34 | }, 35 | { 36 | "text": "Pathway の制御語彙", 37 | "href": "/ja/pw/" 38 | } 39 | ] 40 | }, 41 | { 42 | "text": "ガイド", 43 | "menu": [ 44 | { 45 | "text": "Darwin Core クイックリファレンス", 46 | "href": "/ja/terms/" 47 | }, 48 | { 49 | "text": "---" 50 | }, 51 | { 52 | "text": "Chronometric Age 拡張形式 クイックリファレンス", 53 | "href": "https://chrono.tdwg.org/terms/" 54 | }, 55 | { 56 | "text": "Humboldt 拡張形式 クイックリファレンス", 57 | "href": "https://eco.tdwg.org/terms/" 58 | }, 59 | { 60 | "text": "---" 61 | }, 62 | { 63 | "text": "シンプルな Darwin Core", 64 | "href": "/ja/simple/" 65 | }, 66 | { 67 | "text": "テキスト (Darwin Core Archive)", 68 | "href": "/ja/text/" 69 | }, 70 | { 71 | "text": "RDF", 72 | "href": "/ja/rdf/" 73 | }, 74 | { 75 | "text": "XML", 76 | "href": "/ja/xml/" 77 | }, 78 | { 79 | "text": "名前空間ポリシー", 80 | "href": "/ja/namespace/" 81 | }, 82 | { 83 | "text": "---" 84 | }, 85 | { 86 | "text": "質問と回答", 87 | "href": "" 88 | } 89 | ] 90 | }, 91 | { 92 | "text": "GitHub", 93 | "href": "https://github.com/tdwg/dwc" 94 | } 95 | ] 96 | -------------------------------------------------------------------------------- /docs/_data/navigation.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "text": "Home", 4 | "href": "/" 5 | }, 6 | { 7 | "text": "Terms", 8 | "menu": [ 9 | { 10 | "text": "Darwin Core", 11 | "href": "/list/" 12 | }, 13 | { 14 | "text": "---" 15 | }, 16 | { 17 | "text": "Chronometric Age Extension", 18 | "href": "https://chrono.tdwg.org/list/" 19 | }, 20 | { 21 | "text": "Humboldt Extension", 22 | "href": "https://eco.tdwg.org/list/" 23 | }, 24 | { 25 | "text": "---" 26 | }, 27 | { 28 | "text": "Establishment Means Controlled Vocabulary", 29 | "href": "/em/" 30 | }, 31 | { 32 | "text": "Degree of Establishment Controlled Vocabulary", 33 | "href": "/doe/" 34 | }, 35 | { 36 | "text": "Pathway Controlled Vocabulary", 37 | "href": "/pw/" 38 | } 39 | ] 40 | }, 41 | { 42 | "text": "Guides", 43 | "menu": [ 44 | { 45 | "text": "Darwin Core Quick Reference", 46 | "href": "/terms/" 47 | }, 48 | { 49 | "text": "---" 50 | }, 51 | { 52 | "text": "Chronometric Age Extension Quick Reference", 53 | "href": "https://chrono.tdwg.org/terms/" 54 | }, 55 | { 56 | "text": "Humboldt Extension Quick Reference", 57 | "href": "https://eco.tdwg.org/terms/" 58 | }, 59 | { 60 | "text": "---" 61 | }, 62 | { 63 | "text": "Simple Darwin Core", 64 | "href": "/simple/" 65 | }, 66 | { 67 | "text": "Text (Darwin Core Archive)", 68 | "href": "/text/" 69 | }, 70 | { 71 | "text": "RDF", 72 | "href": "/rdf/" 73 | }, 74 | { 75 | "text": "XML", 76 | "href": "/xml/" 77 | }, 78 | { 79 | "text": "Namespace policy", 80 | "href": "/namespace/" 81 | }, 82 | { 83 | "text": "---" 84 | }, 85 | { 86 | "text": "Questions & Answers", 87 | "href": "https://github.com/tdwg/dwc-qa/blob/master/README.md" 88 | } 89 | ] 90 | }, 91 | { 92 | "text": "GitHub", 93 | "href": "https://github.com/tdwg/dwc" 94 | } 95 | ] 96 | -------------------------------------------------------------------------------- /docs/_data/navigation_cs.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "text": "Domů", 4 | "href": "/cs/" 5 | }, 6 | { 7 | "text": "Termíny", 8 | "menu": [ 9 | { 10 | "text": "Darwin Core", 11 | "href": "/cs/list/" 12 | }, 13 | { 14 | "text": "---" 15 | }, 16 | { 17 | "text": "Rozšíření chronometrického věku", 18 | "href": "https://chrono.tdwg.org/list/" 19 | }, 20 | { 21 | "text": "Rozšíření Humboldt", 22 | "href": "https://eco.tdwg.org/list/" 23 | }, 24 | { 25 | "text": "---" 26 | }, 27 | { 28 | "text": "Řízený slovník Způsob zavlečení", 29 | "href": "/cs/em/" 30 | }, 31 | { 32 | "text": "Řízený slovník stupně zavlečení", 33 | "href": "/cs/doe/" 34 | }, 35 | { 36 | "text": "Řízený slovník Pathway", 37 | "href": "/cs/pw/" 38 | } 39 | ] 40 | }, 41 | { 42 | "text": "Návody", 43 | "menu": [ 44 | { 45 | "text": "Stručná referenční příručka k Darwin Core", 46 | "href": "/cs/terms/" 47 | }, 48 | { 49 | "text": "---" 50 | }, 51 | { 52 | "text": "Rychlý odkaz na Rozšíření chronometrického věku", 53 | "href": "https://chrono.tdwg.org/terms/" 54 | }, 55 | { 56 | "text": "Rychlý odkaz na Rozšíření Humboldt", 57 | "href": "https://eco.tdwg.org/terms/" 58 | }, 59 | { 60 | "text": "---" 61 | }, 62 | { 63 | "text": "Jednoduché Darwin Core", 64 | "href": "/cs/simple/" 65 | }, 66 | { 67 | "text": "Text (Darwin Core Archiv)", 68 | "href": "/cs/text/" 69 | }, 70 | { 71 | "text": "RDF", 72 | "href": "/cs/rdf/" 73 | }, 74 | { 75 | "text": "XML", 76 | "href": "/cs/xml/" 77 | }, 78 | { 79 | "text": "Zásady pro jmenný prostor", 80 | "href": "/cs/namespace/" 81 | }, 82 | { 83 | "text": "---" 84 | }, 85 | { 86 | "text": "Otázky a odpovědi", 87 | "href": "https://github.com/tdwg/dwc-qa/blob/master/README.md" 88 | } 89 | ] 90 | }, 91 | { 92 | "text": "GitHub", 93 | "href": "https://github.com/tdwg/dwc" 94 | } 95 | ] 96 | -------------------------------------------------------------------------------- /docs/_data/navigation_es.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "text": "Inicio", 4 | "href": "/es/" 5 | }, 6 | { 7 | "text": "Términos", 8 | "menu": [ 9 | { 10 | "text": "Darwin Core", 11 | "href": "/es/list/" 12 | }, 13 | { 14 | "text": "---" 15 | }, 16 | { 17 | "text": "Extensión de Edad Cronométrica", 18 | "href": "https://chrono.tdwg.org/list/" 19 | }, 20 | { 21 | "text": "Extensión Humboldt", 22 | "href": "https://eco.tdwg.org/list/" 23 | }, 24 | { 25 | "text": "---" 26 | }, 27 | { 28 | "text": "Vocabulario controlado Medios de establecimiento", 29 | "href": "/es/em/" 30 | }, 31 | { 32 | "text": "Vocabulario controlado Grado de establecimiento", 33 | "href": "/es/doe/" 34 | }, 35 | { 36 | "text": "Vocabulario controlado Ruta de introducción", 37 | "href": "/es/pw/" 38 | } 39 | ] 40 | }, 41 | { 42 | "text": "Guías", 43 | "menu": [ 44 | { 45 | "text": "Guía de Referencia Rápida de Darwin Core", 46 | "href": "/es/terms/" 47 | }, 48 | { 49 | "text": "---" 50 | }, 51 | { 52 | "text": "Referencia rápida Extensión Edad Cronométrica", 53 | "href": "https://chrono.tdwg.org/terms/" 54 | }, 55 | { 56 | "text": "Referencia Rápida de la Extensión Humboldt", 57 | "href": "https://eco.tdwg.org/terms/" 58 | }, 59 | { 60 | "text": "---" 61 | }, 62 | { 63 | "text": "Darwin Core Simple", 64 | "href": "/es/simple/" 65 | }, 66 | { 67 | "text": "Texto (Archivo Darwin Core)", 68 | "href": "/es/text/" 69 | }, 70 | { 71 | "text": "RDF", 72 | "href": "/es/rdf/" 73 | }, 74 | { 75 | "text": "XML", 76 | "href": "/es/xml/" 77 | }, 78 | { 79 | "text": "Política de Espacio de nombres", 80 | "href": "/es/namespace/" 81 | }, 82 | { 83 | "text": "---" 84 | }, 85 | { 86 | "text": "Preguntas y respuestas", 87 | "href": "https://github.com/tdwg/dwc-qa/blob/master/README.md" 88 | } 89 | ] 90 | }, 91 | { 92 | "text": "GitHub", 93 | "href": "https://github.com/tdwg/dwc" 94 | } 95 | ] 96 | -------------------------------------------------------------------------------- /docs/_data/navigation_fr.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "text": "Accueil", 4 | "href": "/fr/" 5 | }, 6 | { 7 | "text": "Termes", 8 | "menu": [ 9 | { 10 | "text": "Darwin Core", 11 | "href": "/fr/list/" 12 | }, 13 | { 14 | "text": "---" 15 | }, 16 | { 17 | "text": "Extension Âge Chronométrique", 18 | "href": "https://chrono.tdwg.org/list/" 19 | }, 20 | { 21 | "text": "Extension Humboldt", 22 | "href": "https://eco.tdwg.org/list/" 23 | }, 24 | { 25 | "text": "---" 26 | }, 27 | { 28 | "text": "Vocabulaire contrôlé des Moyens d'Implantation", 29 | "href": "/fr/em/" 30 | }, 31 | { 32 | "text": "Vocabulaire contrôlé du Degré d'Implantation", 33 | "href": "/fr/doe/" 34 | }, 35 | { 36 | "text": "Vocabulaire contrôlé de la Voie d'Accès", 37 | "href": "/fr/pw/" 38 | } 39 | ] 40 | }, 41 | { 42 | "text": "Guides", 43 | "menu": [ 44 | { 45 | "text": "Guide de référence rapide du Darwin Core", 46 | "href": "/fr/terms/" 47 | }, 48 | { 49 | "text": "---" 50 | }, 51 | { 52 | "text": "Guide de référence rapide de l'extension Âge Chronométrique", 53 | "href": "https://chrono.tdwg.org/terms/" 54 | }, 55 | { 56 | "text": "Guide de référence rapide de l'extension Humboldt", 57 | "href": "https://eco.tdwg.org/terms/" 58 | }, 59 | { 60 | "text": "---" 61 | }, 62 | { 63 | "text": "Simple Darwin Core", 64 | "href": "/fr/simple/" 65 | }, 66 | { 67 | "text": "Texte (Archive Darwin Core)", 68 | "href": "/fr/text/" 69 | }, 70 | { 71 | "text": "RDF", 72 | "href": "/fr/rdf/" 73 | }, 74 | { 75 | "text": "XML", 76 | "href": "/fr/xml/" 77 | }, 78 | { 79 | "text": "Politique des espaces de nom", 80 | "href": "/fr/namespace/" 81 | }, 82 | { 83 | "text": "---" 84 | }, 85 | { 86 | "text": "Questions & Réponses", 87 | "href": "https://github.com/tdwg/dwc-qa/blob/master/README.md" 88 | } 89 | ] 90 | }, 91 | { 92 | "text": "GitHub", 93 | "href": "https://github.com/tdwg/dwc" 94 | } 95 | ] 96 | -------------------------------------------------------------------------------- /docs/_config.yml: -------------------------------------------------------------------------------- 1 | # SITE SETTINGS 2 | title: Darwin Core 3 | url: "https://dwc.tdwg.org" 4 | 5 | # SOCIAL PROFILES 6 | social: 7 | github: tdwg/dwc 8 | 9 | # THEME SETTINGS 10 | theme: minima 11 | remote_theme: tdwg/petridish 12 | github_edit: false 13 | logo: /assets/theme/images/tdwg-logo-short.svg 14 | 15 | # BUILD SETTINGS 16 | markdown: kramdown 17 | plugins: 18 | - jekyll-feed 19 | - jekyll-sitemap 20 | exclude: 21 | - README.md 22 | - Gemfile 23 | - Gemfile.lock 24 | - LICENSE 25 | 26 | # FRONTMATTER DEFAULTS 27 | defaults: 28 | - scope: 29 | path: "" 30 | values: 31 | layout: default 32 | toc: true 33 | # Arabic 34 | - scope: 35 | path: ar 36 | values: 37 | language: ar 38 | navigation: navigation_ar 39 | # Czech 40 | - scope: 41 | path: cs 42 | values: 43 | language: cs 44 | navigation: navigation_cs 45 | # German 46 | - scope: 47 | path: de 48 | values: 49 | language: de 50 | navigation: navigation_de 51 | # Spanish 52 | - scope: 53 | path: es 54 | values: 55 | language: es 56 | navigation: navigation_es 57 | # French 58 | - scope: 59 | path: fr 60 | values: 61 | language: fr 62 | navigation: navigation_fr 63 | # Japanese 64 | - scope: 65 | path: ja 66 | values: 67 | language: ja 68 | navigation: navigation_ja 69 | # Khmer 70 | - scope: 71 | path: km 72 | values: 73 | language: km 74 | navigation: navigation_km 75 | # Korean 76 | - scope: 77 | path: ko 78 | values: 79 | language: ko 80 | navigation: navigation_ko 81 | # Dutch 82 | - scope: 83 | path: nl 84 | values: 85 | language: nl 86 | navigation: navigation_nl 87 | # Portuguese 88 | - scope: 89 | path: pt 90 | values: 91 | language: pt 92 | navigation: navigation_pt 93 | # Russian 94 | - scope: 95 | path: ru 96 | values: 97 | language: ru 98 | navigation: navigation_ru 99 | # Simplified Chinese 100 | - scope: 101 | path: zh-Hans 102 | values: 103 | language: zh-Hans 104 | navigation: navigation_zh-Hans 105 | # Traditional Chinese 106 | - scope: 107 | path: zh-Hant 108 | values: 109 | language: zh-Hant 110 | navigation: navigation_zh-Hant 111 | -------------------------------------------------------------------------------- /docs/_data/navigation_ru.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "text": "Главная", 4 | "href": "/ru/" 5 | }, 6 | { 7 | "text": "Условия использования", 8 | "menu": [ 9 | { 10 | "text": "Darwin Core", 11 | "href": "/ru/list/" 12 | }, 13 | { 14 | "text": "---" 15 | }, 16 | { 17 | "text": "Расширение \"Chronometric Age\" (Хронометрический возраст)", 18 | "href": "https://chrono.tdwg.org/list/" 19 | }, 20 | { 21 | "text": "Расширение Гумбольдта", 22 | "href": "https://eco.tdwg.org/list/" 23 | }, 24 | { 25 | "text": "---" 26 | }, 27 | { 28 | "text": "Контролируемый словарь \"Establishment Means\" (Способ закрепления)", 29 | "href": "/ru/em/" 30 | }, 31 | { 32 | "text": "Контролируемый словарь \"Degree of Establishment\" (Степень акклиматизации)", 33 | "href": "/ru/doe/" 34 | }, 35 | { 36 | "text": "Контролируемый словарь \"Pathway\" (Путь)", 37 | "href": "/ru/pw/" 38 | } 39 | ] 40 | }, 41 | { 42 | "text": "Инструкции", 43 | "menu": [ 44 | { 45 | "text": "Darwin Core: краткая справка", 46 | "href": "/ru/terms/" 47 | }, 48 | { 49 | "text": "---" 50 | }, 51 | { 52 | "text": "Расширение \"Chronometric Age\" (Хронометрический возраст): краткая справка", 53 | "href": "https://chrono.tdwg.org/terms/" 54 | }, 55 | { 56 | "text": "Расширение Гумбольдта: краткая справка", 57 | "href": "https://eco.tdwg.org/terms/" 58 | }, 59 | { 60 | "text": "---" 61 | }, 62 | { 63 | "text": "Упрощенный Darwin Core", 64 | "href": "/ru/simple/" 65 | }, 66 | { 67 | "text": "Текст (Darwin Core архив)", 68 | "href": "/ru/text/" 69 | }, 70 | { 71 | "text": "RDF", 72 | "href": "/ru/rdf/" 73 | }, 74 | { 75 | "text": "XML", 76 | "href": "/ru/xml/" 77 | }, 78 | { 79 | "text": "Правила использования пространств имен", 80 | "href": "/ru/namespace/" 81 | }, 82 | { 83 | "text": "---" 84 | }, 85 | { 86 | "text": "Вопросы и ответы", 87 | "href": "https://github.com/tdwg/dwc-qa/blob/master/README.md" 88 | } 89 | ] 90 | }, 91 | { 92 | "text": "GitHub", 93 | "href": "https://github.com/tdwg/dwc" 94 | } 95 | ] 96 | -------------------------------------------------------------------------------- /dist/simple_dwc_horizontal.csv: -------------------------------------------------------------------------------- 1 | type,modified,language,license,rightsHolder,accessRights,bibliographicCitation,references,feedbackURL,institutionID,collectionID,datasetID,institutionCode,collectionCode,datasetName,ownerInstitutionCode,basisOfRecord,informationWithheld,dataGeneralizations,dynamicProperties,occurrenceID,catalogNumber,recordNumber,recordedBy,recordedByID,individualCount,organismQuantity,organismQuantityType,sex,lifeStage,reproductiveCondition,caste,behavior,vitality,establishmentMeans,degreeOfEstablishment,pathway,georeferenceVerificationStatus,occurrenceStatus,associatedMedia,associatedOccurrences,associatedReferences,associatedTaxa,otherCatalogNumbers,occurrenceRemarks,organismID,organismName,organismScope,causeOfDeath,associatedOrganisms,previousIdentifications,organismRemarks,materialEntityID,digitalSpecimenID,materialEntityType,discipline,preparations,disposition,verbatimLabel,associatedSequences,materialEntityRemarks,materialSampleID,eventID,parentEventID,eventType,fieldNumber,projectTitle,projectID,fundingAttribution,fundingAttributionID,eventDate,eventTime,startDayOfYear,endDayOfYear,year,month,day,verbatimEventDate,habitat,samplingProtocol,sampleSizeValue,sampleSizeUnit,samplingEffort,fieldNotes,eventRemarks,locationID,higherGeographyID,higherGeography,continent,waterBody,islandGroup,island,country,countryCode,stateProvince,county,municipality,locality,verbatimLocality,minimumElevationInMeters,maximumElevationInMeters,verbatimElevation,verticalDatum,minimumDepthInMeters,maximumDepthInMeters,verbatimDepth,minimumDistanceAboveSurfaceInMeters,maximumDistanceAboveSurfaceInMeters,locationAccordingTo,locationRemarks,decimalLatitude,decimalLongitude,geodeticDatum,coordinateUncertaintyInMeters,coordinatePrecision,pointRadiusSpatialFit,verbatimCoordinates,verbatimLatitude,verbatimLongitude,verbatimCoordinateSystem,verbatimSRS,footprintWKT,footprintSRS,footprintSpatialFit,georeferencedBy,georeferencedDate,georeferenceProtocol,georeferenceSources,georeferenceRemarks,geologicalContextID,earliestEonOrLowestEonothem,latestEonOrHighestEonothem,earliestEraOrLowestErathem,latestEraOrHighestErathem,earliestPeriodOrLowestSystem,latestPeriodOrHighestSystem,earliestEpochOrLowestSeries,latestEpochOrHighestSeries,earliestAgeOrLowestStage,latestAgeOrHighestStage,lowestBiostratigraphicZone,highestBiostratigraphicZone,lithostratigraphicTerms,group,formation,member,bed,identificationID,verbatimIdentification,identificationQualifier,typeStatus,typifiedName,identifiedBy,identifiedByID,dateIdentified,identificationReferences,identificationVerificationStatus,identificationRemarks,taxonID,scientificNameID,acceptedNameUsageID,parentNameUsageID,originalNameUsageID,nameAccordingToID,namePublishedInID,taxonConceptID,scientificName,acceptedNameUsage,parentNameUsage,originalNameUsage,nameAccordingTo,namePublishedIn,namePublishedInYear,higherClassification,kingdom,phylum,class,order,superfamily,family,subfamily,tribe,subtribe,genus,genericName,subgenus,infragenericEpithet,specificEpithet,infraspecificEpithet,cultivarEpithet,taxonRank,verbatimTaxonRank,scientificNameAuthorship,vernacularName,nomenclaturalCode,taxonomicStatus,nomenclaturalStatus,taxonRemarks 2 | -------------------------------------------------------------------------------- /.github/CONTRIBUTING.md: -------------------------------------------------------------------------------- 1 | # Guidelines for contributing 2 | 3 | ## What can I do for Darwin Core? 4 | 5 | Anything that makes the Darwin Core more useful, conducted with respect and understanding. Specifically, you can: 6 | - learn more about Darwin Core and how to use it (be able to recite the [Darwin Core Quick Reference Guide](https://dwc.tdwg.org/terms/) in your sleep; take the [Sporcle Quiz](https://www.sporcle.com/games/gtucobtuco/darwin-core-terms) if you have doubts or need practice; consult the [Darwin Core Questions & Answers site](https://github.com/tdwg/dwc-qa) for additional commentary) 7 | - seriously though, read the documentation with a critical eye and question it. If something doesn't make sense or isn't clear to you, [we](https://www.tdwg.org/community/dwc/) want to know about it 8 | - ask about things you don't know (open an issue in the [Darwin Core Questions & Answers Issue Tracker](https://github.com/tdwg/dwc-qa/issues), or fill in the [Darwin Core Hour Input Form](https://docs.google.com/forms/d/e/1FAIpQLSekd0QSdgiK5ujh6CLZPx9kKTcS-mJRNK_pGWk3b3fHv4x4gQ/viewform?c=0&w=1), or send email to tdwg-content@lists.tdwg.org 9 | - help to point people to the right place to get answers to their questions (you, because you are now an expert, or any of the resources described above) 10 | - share what you do know (answer questions on the [Darwin Core Questions & Answers Issue Tracker](https://github.com/tdwg/dwc-qa/issues); create documentation for the [Darwin Core Questions & Answers Wiki](https://github.com/tdwg/dwc-qa/wiki) to explain the details of how best to use Darwin Core; respond to open [Darwin Core Maintenance issues](https://github.com/tdwg/dwc/issues)). 11 | 12 | ## How can I propose a change to the Darwin Core standard? 13 | 14 | Changes can be proposed at any time. There are three requirements that must be satisfied in order to justify that a change be considered, the demand requirement, the efficacy requirement, and the stability requirement. Be prepared to satisfy these requirements if you want to make a change. The details of these requirements can be found in Section 3.1 Justifications for Change in the [Vocabulary Maintenance Specification](https://github.com/tdwg/vocab/blob/master/vms/maintenance-specification.md). 15 | 16 | To initiate the change request, the preferred method is to create a new issue (https://github.com/tdwg/dwc/issues/new/choose) in the Darwin Core Issue Tracker. Use the appropriate template to create a new issue and fill it out as clearly, concisely, and completely as possible. Don't worry, if there are things you can not provide, the Darwin Core Maintenance Group will help you to develop the issue to maturity. If you can not or do not wish to use the Issue Tracker, please send the proposal in a message to tdwg-content@lists.tdwg.org. 17 | - if you want to suggest a change to a Darwin Core term, please use the [Term change template](https://github.com/tdwg/dwc/issues/new?assignees=&labels=Term+-+change&template=term-change-template.md&title=Change+term+-+) 18 | - if you want to suggest a new Darwin Core term, please use the [New term template](https://github.com/tdwg/dwc/issues/new?assignees=&labels=Term+-+add&template=new-term-template.md&title=New+Term+-+) 19 | - for any other request for change to the Darwin Core standard, fill out a new [blank issue](https://github.com/tdwg/dwc/issues/new) 20 | 21 | * Have a question about Darwin Core? Send it to tdwg-content@lists.tdwg.org or to the Darwin Core Questions & Answers repository through [this form](https://docs.google.com/forms/d/e/1FAIpQLSekd0QSdgiK5ujh6CLZPx9kKTcS-mJRNK_pGWk3b3fHv4x4gQ/viewform?c=0&w=1) or directly as a new [issue](https://github.com/tdwg/dwc-qa/issues). 22 | -------------------------------------------------------------------------------- /docs/xml/tdwg_basetypes.xsd: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 | The date and time expressed in a way conforming to a subset of ISO 8601. 81 | Meant to be exactly the same as DateTimeISO defined in ABCD. 82 | 83 | 84 | 85 | 87 | 88 | 89 | 90 | 91 | -------------------------------------------------------------------------------- /docs/namespace/2018-08-26.md: -------------------------------------------------------------------------------- 1 | # Darwin Core namespace policy 2 | 3 | Title 4 | : Darwin Core namespace policy 5 | 6 | Date version issued 7 | : 2018-08-26 8 | 9 | Date created 10 | : 2009-02-12 11 | 12 | Part of TDWG Standard 13 | : 14 | 15 | This version 16 | : 17 | 18 | Latest version 19 | : 20 | 21 | Previous version 22 | : 23 | 24 | Replaced by 25 | : 26 | 27 | Abstract 28 | : All terms in the Darwin Core must be assigned a unique Uniform Resource Identifier (URI). For convenience, the term URIs that are assigned and managed by the Darwin Core Task Group are grouped into collections known as Darwin Core namespaces. This document describes how term URIs are allocated by the Darwin Core Maintenance Group and the policies associated with Darwin Core namespaces. 29 | 30 | Contributors 31 | : John Wieczorek (MVZ), Markus Döring (GBIF), Renato De Giovanni (CRIA), Tim Robertson (GBIF), Dave Vieglais (KUNHM) 32 | 33 | Creator 34 | : Darwin Core Task Group 35 | 36 | Bibliographic citation 37 | : Darwin Core Task Group. 2009. Darwin Core Namespace Policy. Biodiversity Information Standards (TDWG). 38 | 39 | ## 1 Introduction 40 | 41 | This document and the policies contained herein are modeled on the [Dublin Core Metadata Initiative Namespace Policy](http://dublincore.org/documents/2007/07/02/dcmi-namespace/). All terms in the Darwin Core must be identified with a unique Uniform Resource Identifier (URI). For convenience, the term URIs are grouped into collections known as _Darwin Core namespaces_. This document describes the policies associated with Darwin Core namespaces and how term URIs are allocated by the [Darwin Core Maintenance Group](http://www.tdwg.org/activities/darwincore/). 42 | 43 | ### 1.1 Status of the content of this document 44 | 45 | All sections of this document are normative. 46 | 47 | ### 1.2 Audience 48 | 49 | This document is targeted toward those who want to make changes to the Darwin Core, either by refining terms that already exist or by adding new terms to increase the capabilities of the standard. 50 | 51 | ## 2 Namespace URIs 52 | 53 | The Darwin Core namespace URI for the collection of general Darwin Core properties, classes, and encoding schemes is: 54 | 55 | ``` 56 | http://rs.tdwg.org/dwc/terms/ 57 | ``` 58 | 59 | The Darwin Core namespace URI for the collection Darwin Core properties expected to have IRI values is: 60 | 61 | ``` 62 | http://rs.tdwg.org/dwc/iri/ 63 | ``` 64 | 65 | The term identifier for the current (recommended) version of a term is a URI based on the namespace and the term name without version information. Some example Darwin Core term identifiers follow: 66 | 67 | ``` 68 | http://rs.tdwg.org/dwc/terms/scientificName 69 | ``` 70 | 71 | is the Darwin Core term identifier for the `scientificName` property, while 72 | 73 | ``` 74 | http://rs.tdwg.org/dwc/terms/MachineObservation 75 | ``` 76 | 77 | is the Darwin Core term identifier for the `MachineObservation` class. 78 | 79 | All Darwin Core identifiers will dereference to a Darwin Core term declaration for the identified term. 80 | 81 | ## 3 Term change policy 82 | 83 | (This section has been superseded by the [Vocabulary Maintenance Specification](https://github.com/tdwg/vocab/blob/master/vms/maintenance-specification.md)) 84 | 85 | ## 4 Persistence policy 86 | 87 | [TDWG](https://www.tdwg.org/) recognizes that people and applications depend on the persistence of formal documents and machine processable schemas that have been made publicly available. In particular, the stability of Darwin Core term URIs and Darwin Core namespace URIs is critical to interoperability over time. Thus, the wide promulgation of this set of URIs dictates that they be maintained to support legacy applications that have adopted them. 88 | -------------------------------------------------------------------------------- /dist/simple_dwc_vertical.csv: -------------------------------------------------------------------------------- 1 | type 2 | modified 3 | language 4 | license 5 | rightsHolder 6 | accessRights 7 | bibliographicCitation 8 | references 9 | feedbackURL 10 | institutionID 11 | collectionID 12 | datasetID 13 | institutionCode 14 | collectionCode 15 | datasetName 16 | ownerInstitutionCode 17 | basisOfRecord 18 | informationWithheld 19 | dataGeneralizations 20 | dynamicProperties 21 | occurrenceID 22 | catalogNumber 23 | recordNumber 24 | recordedBy 25 | recordedByID 26 | individualCount 27 | organismQuantity 28 | organismQuantityType 29 | sex 30 | lifeStage 31 | reproductiveCondition 32 | caste 33 | behavior 34 | vitality 35 | establishmentMeans 36 | degreeOfEstablishment 37 | pathway 38 | georeferenceVerificationStatus 39 | occurrenceStatus 40 | associatedMedia 41 | associatedOccurrences 42 | associatedReferences 43 | associatedTaxa 44 | otherCatalogNumbers 45 | occurrenceRemarks 46 | organismID 47 | organismName 48 | organismScope 49 | causeOfDeath 50 | associatedOrganisms 51 | previousIdentifications 52 | organismRemarks 53 | materialEntityID 54 | digitalSpecimenID 55 | materialEntityType 56 | discipline 57 | preparations 58 | disposition 59 | verbatimLabel 60 | associatedSequences 61 | materialEntityRemarks 62 | materialSampleID 63 | eventID 64 | parentEventID 65 | eventType 66 | fieldNumber 67 | projectTitle 68 | projectID 69 | fundingAttribution 70 | fundingAttributionID 71 | eventDate 72 | eventTime 73 | startDayOfYear 74 | endDayOfYear 75 | year 76 | month 77 | day 78 | verbatimEventDate 79 | habitat 80 | samplingProtocol 81 | sampleSizeValue 82 | sampleSizeUnit 83 | samplingEffort 84 | fieldNotes 85 | eventRemarks 86 | locationID 87 | higherGeographyID 88 | higherGeography 89 | continent 90 | waterBody 91 | islandGroup 92 | island 93 | country 94 | countryCode 95 | stateProvince 96 | county 97 | municipality 98 | locality 99 | verbatimLocality 100 | minimumElevationInMeters 101 | maximumElevationInMeters 102 | verbatimElevation 103 | verticalDatum 104 | minimumDepthInMeters 105 | maximumDepthInMeters 106 | verbatimDepth 107 | minimumDistanceAboveSurfaceInMeters 108 | maximumDistanceAboveSurfaceInMeters 109 | locationAccordingTo 110 | locationRemarks 111 | decimalLatitude 112 | decimalLongitude 113 | geodeticDatum 114 | coordinateUncertaintyInMeters 115 | coordinatePrecision 116 | pointRadiusSpatialFit 117 | verbatimCoordinates 118 | verbatimLatitude 119 | verbatimLongitude 120 | verbatimCoordinateSystem 121 | verbatimSRS 122 | footprintWKT 123 | footprintSRS 124 | footprintSpatialFit 125 | georeferencedBy 126 | georeferencedDate 127 | georeferenceProtocol 128 | georeferenceSources 129 | georeferenceRemarks 130 | geologicalContextID 131 | earliestEonOrLowestEonothem 132 | latestEonOrHighestEonothem 133 | earliestEraOrLowestErathem 134 | latestEraOrHighestErathem 135 | earliestPeriodOrLowestSystem 136 | latestPeriodOrHighestSystem 137 | earliestEpochOrLowestSeries 138 | latestEpochOrHighestSeries 139 | earliestAgeOrLowestStage 140 | latestAgeOrHighestStage 141 | lowestBiostratigraphicZone 142 | highestBiostratigraphicZone 143 | lithostratigraphicTerms 144 | group 145 | formation 146 | member 147 | bed 148 | identificationID 149 | verbatimIdentification 150 | identificationQualifier 151 | typeStatus 152 | typifiedName 153 | identifiedBy 154 | identifiedByID 155 | dateIdentified 156 | identificationReferences 157 | identificationVerificationStatus 158 | identificationRemarks 159 | taxonID 160 | scientificNameID 161 | acceptedNameUsageID 162 | parentNameUsageID 163 | originalNameUsageID 164 | nameAccordingToID 165 | namePublishedInID 166 | taxonConceptID 167 | scientificName 168 | acceptedNameUsage 169 | parentNameUsage 170 | originalNameUsage 171 | nameAccordingTo 172 | namePublishedIn 173 | namePublishedInYear 174 | higherClassification 175 | kingdom 176 | phylum 177 | class 178 | order 179 | superfamily 180 | family 181 | subfamily 182 | tribe 183 | subtribe 184 | genus 185 | genericName 186 | subgenus 187 | infragenericEpithet 188 | specificEpithet 189 | infraspecificEpithet 190 | cultivarEpithet 191 | taxonRank 192 | verbatimTaxonRank 193 | scientificNameAuthorship 194 | vernacularName 195 | nomenclaturalCode 196 | taxonomicStatus 197 | nomenclaturalStatus 198 | taxonRemarks 199 | -------------------------------------------------------------------------------- /docs/xml/tdwg_dwc_extensions.xsd: -------------------------------------------------------------------------------- 1 | 2 | 9 | 10 | 13 | 14 | 15 | 16 | This schema defines extension classes to the Simple Darwin Core record schema. 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | -------------------------------------------------------------------------------- /dist/all_dwc_vertical.csv: -------------------------------------------------------------------------------- 1 | type 2 | modified 3 | language 4 | license 5 | rightsHolder 6 | accessRights 7 | bibliographicCitation 8 | references 9 | feedbackURL 10 | institutionID 11 | collectionID 12 | datasetID 13 | institutionCode 14 | collectionCode 15 | datasetName 16 | ownerInstitutionCode 17 | basisOfRecord 18 | informationWithheld 19 | dataGeneralizations 20 | dynamicProperties 21 | occurrenceID 22 | catalogNumber 23 | recordNumber 24 | recordedBy 25 | recordedByID 26 | individualCount 27 | organismQuantity 28 | organismQuantityType 29 | sex 30 | lifeStage 31 | reproductiveCondition 32 | caste 33 | behavior 34 | vitality 35 | establishmentMeans 36 | degreeOfEstablishment 37 | pathway 38 | georeferenceVerificationStatus 39 | occurrenceStatus 40 | associatedMedia 41 | associatedOccurrences 42 | associatedReferences 43 | associatedTaxa 44 | otherCatalogNumbers 45 | occurrenceRemarks 46 | organismID 47 | organismName 48 | organismScope 49 | causeOfDeath 50 | associatedOrganisms 51 | previousIdentifications 52 | organismRemarks 53 | materialEntityID 54 | digitalSpecimenID 55 | materialEntityType 56 | discipline 57 | preparations 58 | disposition 59 | verbatimLabel 60 | associatedSequences 61 | materialEntityRemarks 62 | materialSampleID 63 | eventID 64 | parentEventID 65 | eventType 66 | fieldNumber 67 | projectTitle 68 | projectID 69 | fundingAttribution 70 | fundingAttributionID 71 | eventDate 72 | eventTime 73 | startDayOfYear 74 | endDayOfYear 75 | year 76 | month 77 | day 78 | verbatimEventDate 79 | habitat 80 | samplingProtocol 81 | sampleSizeValue 82 | sampleSizeUnit 83 | samplingEffort 84 | fieldNotes 85 | eventRemarks 86 | locationID 87 | higherGeographyID 88 | higherGeography 89 | continent 90 | waterBody 91 | islandGroup 92 | island 93 | country 94 | countryCode 95 | stateProvince 96 | county 97 | municipality 98 | locality 99 | verbatimLocality 100 | minimumElevationInMeters 101 | maximumElevationInMeters 102 | verbatimElevation 103 | verticalDatum 104 | minimumDepthInMeters 105 | maximumDepthInMeters 106 | verbatimDepth 107 | minimumDistanceAboveSurfaceInMeters 108 | maximumDistanceAboveSurfaceInMeters 109 | locationAccordingTo 110 | locationRemarks 111 | decimalLatitude 112 | decimalLongitude 113 | geodeticDatum 114 | coordinateUncertaintyInMeters 115 | coordinatePrecision 116 | pointRadiusSpatialFit 117 | verbatimCoordinates 118 | verbatimLatitude 119 | verbatimLongitude 120 | verbatimCoordinateSystem 121 | verbatimSRS 122 | footprintWKT 123 | footprintSRS 124 | footprintSpatialFit 125 | georeferencedBy 126 | georeferencedDate 127 | georeferenceProtocol 128 | georeferenceSources 129 | georeferenceRemarks 130 | geologicalContextID 131 | earliestEonOrLowestEonothem 132 | latestEonOrHighestEonothem 133 | earliestEraOrLowestErathem 134 | latestEraOrHighestErathem 135 | earliestPeriodOrLowestSystem 136 | latestPeriodOrHighestSystem 137 | earliestEpochOrLowestSeries 138 | latestEpochOrHighestSeries 139 | earliestAgeOrLowestStage 140 | latestAgeOrHighestStage 141 | lowestBiostratigraphicZone 142 | highestBiostratigraphicZone 143 | lithostratigraphicTerms 144 | group 145 | formation 146 | member 147 | bed 148 | identificationID 149 | verbatimIdentification 150 | identificationQualifier 151 | typeStatus 152 | typifiedName 153 | identifiedBy 154 | identifiedByID 155 | dateIdentified 156 | identificationReferences 157 | identificationVerificationStatus 158 | identificationRemarks 159 | taxonID 160 | scientificNameID 161 | acceptedNameUsageID 162 | parentNameUsageID 163 | originalNameUsageID 164 | nameAccordingToID 165 | namePublishedInID 166 | taxonConceptID 167 | scientificName 168 | acceptedNameUsage 169 | parentNameUsage 170 | originalNameUsage 171 | nameAccordingTo 172 | namePublishedIn 173 | namePublishedInYear 174 | higherClassification 175 | kingdom 176 | phylum 177 | class 178 | order 179 | superfamily 180 | family 181 | subfamily 182 | tribe 183 | subtribe 184 | genus 185 | genericName 186 | subgenus 187 | infragenericEpithet 188 | specificEpithet 189 | infraspecificEpithet 190 | cultivarEpithet 191 | taxonRank 192 | verbatimTaxonRank 193 | scientificNameAuthorship 194 | vernacularName 195 | nomenclaturalCode 196 | taxonomicStatus 197 | nomenclaturalStatus 198 | taxonRemarks 199 | measurementID 200 | parentMeasurementID 201 | measurementType 202 | verbatimMeasurementType 203 | measurementValue 204 | measurementAccuracy 205 | measurementUnit 206 | measurementDeterminedBy 207 | measurementDeterminedDate 208 | measurementMethod 209 | measurementRemarks 210 | resourceRelationshipID 211 | resourceID 212 | relationshipOfResourceID 213 | relatedResourceID 214 | relationshipOfResource 215 | relationshipAccordingTo 216 | relationshipEstablishedDate 217 | relationshipRemarks 218 | -------------------------------------------------------------------------------- /docs/namespace/index.md: -------------------------------------------------------------------------------- 1 | # Darwin Core namespace policy 2 | 3 | Title 4 | : Darwin Core namespace policy 5 | 6 | Date version issued 7 | : 2023-09-13 8 | 9 | Date created 10 | : 2009-02-12 11 | 12 | Part of TDWG Standard 13 | : 14 | 15 | This version 16 | : 17 | 18 | Latest version 19 | : 20 | 21 | Previous version 22 | : 23 | 24 | Abstract 25 | : All terms in the Darwin Core must be assigned a unique Uniform Resource Identifier (URI). For convenience, the term URIs that are assigned and managed by the Darwin Core Task Group are grouped into collections known as Darwin Core namespaces. This document describes how term URIs are allocated by the Darwin Core Maintenance Group and the policies associated with Darwin Core namespaces. 26 | 27 | Contributors 28 | : [John Wieczorek](https://orcid.org/0000-0003-1144-0290) ([VertNet](http://www.wikidata.org/entity/Q98382028)), [Markus Döring](https://orcid.org/0000-0001-7757-1889) ([Global Biodiversity Information Facility](http://www.wikidata.org/entity/Q1531570)), [Renato De Giovanni](https://orcid.org/0000-0002-7104-7266) ([Centro de Referência em Informação Ambiental](http://www.wikidata.org/entity/Q29168927)), [Tim Robertson](https://orcid.org/0000-0001-6215-3617) ([Global Biodiversity Information Facility](http://www.wikidata.org/entity/Q1531570)), [Dave Vieglais](https://orcid.org/0000-0002-6513-4996) ([KU Natural History Museum](http://www.wikidata.org/entity/Q1111807)), [Gail Kampmeier](https://orcid.org/0000-0002-5178-4170) ([Illinois Natural History Survey](http://www.wikidata.org/entity/Q5999587)) 29 | 30 | Creator 31 | : Darwin Core Maintenance Group 32 | 33 | Bibliographic citation 34 | : Darwin Core Maintenance Group. 2023. Darwin Core namespace policy. Biodiversity Information Standards (TDWG). 35 | 36 | ## 1 Introduction 37 | 38 | This document and the policies contained herein are modeled on the [Dublin Core Metadata Initiative Namespace Policy](http://dublincore.org/documents/2007/07/02/dcmi-namespace/). All terms in the Darwin Core must be identified with a unique Uniform Resource Identifier (URI). For convenience, the term URIs are grouped into collections known as _Darwin Core namespaces_. This document describes the policies associated with Darwin Core namespaces and how term URIs are allocated by the [Darwin Core Maintenance Group](http://www.tdwg.org/activities/darwincore/). 39 | 40 | ### 1.1 Status of the content of this document 41 | 42 | All sections of this document are normative. 43 | 44 | ### 1.2 Audience 45 | 46 | This document is targeted toward those who want to make changes to the Darwin Core, either by refining terms that already exist or by adding new terms to increase the capabilities of the standard. 47 | 48 | ## 2 Namespace URIs 49 | 50 | The Darwin Core namespace URI for the collection of general Darwin Core properties, classes, and encoding schemes is: 51 | 52 | ``` 53 | http://rs.tdwg.org/dwc/terms/ 54 | ``` 55 | 56 | The Darwin Core namespace URI for the collection Darwin Core properties expected to have IRI values is: 57 | 58 | ``` 59 | http://rs.tdwg.org/dwc/iri/ 60 | ``` 61 | 62 | The Darwin Core namespace URI for the collection of ChronometricAge properties, classes, and encoding schemes is: 63 | 64 | ``` 65 | http://rs.tdwg.org/chrono/terms/ 66 | ``` 67 | 68 | The term identifier for the current (recommended) version of a term is a URI based on the namespace and the term name without version information. Some example Darwin Core term identifiers follow: 69 | 70 | ``` 71 | http://rs.tdwg.org/dwc/terms/scientificName 72 | ``` 73 | 74 | is the Darwin Core term identifier for the `scientificName` property, while 75 | 76 | ``` 77 | http://rs.tdwg.org/dwc/terms/MachineObservation 78 | ``` 79 | 80 | is the Darwin Core term identifier for the `MachineObservation` class. 81 | 82 | All Darwin Core identifiers will dereference to a Darwin Core term declaration for the identified term. 83 | 84 | ## 3 Term change policy 85 | 86 | (This section has been superseded by the [Vocabulary Maintenance Specification](https://github.com/tdwg/vocab/blob/master/vms/maintenance-specification.md)) 87 | 88 | ## 4 Persistence policy 89 | 90 | [TDWG](https://www.tdwg.org/) recognizes that people and applications depend on the persistence of formal documents and machine processable schemas that have been made publicly available. In particular, the stability of Darwin Core term URIs and Darwin Core namespace URIs is critical to interoperability over time. Thus, the wide promulgation of this set of URIs dictates that they be maintained to support legacy applications that have adopted them. 91 | -------------------------------------------------------------------------------- /docs/ar/namespace/index.md: -------------------------------------------------------------------------------- 1 | # Darwin Core namespace policy 2 | 3 | Title 4 | : Darwin Core namespace policy 5 | 6 | Date version issued 7 | : 2023-09-13 8 | 9 | Date created 10 | : 2009-02-12 11 | 12 | Part of TDWG Standard 13 | : 14 | 15 | This version 16 | : 17 | 18 | Latest version 19 | : 20 | 21 | Previous version 22 | : 23 | 24 | Abstract 25 | : All terms in the Darwin Core must be assigned a unique Uniform Resource Identifier (URI). For convenience, the term URIs that are assigned and managed by the Darwin Core Task Group are grouped into collections known as Darwin Core namespaces. This document describes how term URIs are allocated by the Darwin Core Maintenance Group and the policies associated with Darwin Core namespaces. 26 | 27 | Contributors 28 | : [John Wieczorek](https://orcid.org/0000-0003-1144-0290) ([VertNet](http://www.wikidata.org/entity/Q98382028)), [Markus Döring](https://orcid.org/0000-0001-7757-1889) ([Global Biodiversity Information Facility](http://www.wikidata.org/entity/Q1531570)), [Renato De Giovanni](https://orcid.org/0000-0002-7104-7266) ([Centro de Referência em Informação Ambiental](http://www.wikidata.org/entity/Q29168927)), [Tim Robertson](https://orcid.org/0000-0001-6215-3617) ([Global Biodiversity Information Facility](http://www.wikidata.org/entity/Q1531570)), [Dave Vieglais](https://orcid.org/0000-0002-6513-4996) ([KU Natural History Museum](http://www.wikidata.org/entity/Q1111807)), [Gail Kampmeier](https://orcid.org/0000-0002-5178-4170) ([Illinois Natural History Survey](http://www.wikidata.org/entity/Q5999587)) 29 | 30 | Creator 31 | : Darwin Core Maintenance Group 32 | 33 | Bibliographic citation 34 | : Darwin Core Maintenance Group. 2023. Darwin Core namespace policy. Biodiversity Information Standards (TDWG). 35 | 36 | ## 1 Introduction 37 | 38 | This document and the policies contained herein are modeled on the [Dublin Core Metadata Initiative Namespace Policy](http://dublincore.org/documents/2007/07/02/dcmi-namespace/). All terms in the Darwin Core must be identified with a unique Uniform Resource Identifier (URI). For convenience, the term URIs are grouped into collections known as _Darwin Core namespaces_. This document describes the policies associated with Darwin Core namespaces and how term URIs are allocated by the [Darwin Core Maintenance Group](http://www.tdwg.org/activities/darwincore/). 39 | 40 | ### 1.1 Status of the content of this document 41 | 42 | All sections of this document are normative. 43 | 44 | ### 1.2 Audience 45 | 46 | This document is targeted toward those who want to make changes to the Darwin Core, either by refining terms that already exist or by adding new terms to increase the capabilities of the standard. 47 | 48 | ## 2 Namespace URIs 49 | 50 | The Darwin Core namespace URI for the collection of general Darwin Core properties, classes, and encoding schemes is: 51 | 52 | ``` 53 | http://rs.tdwg.org/dwc/terms/ 54 | ``` 55 | 56 | The Darwin Core namespace URI for the collection Darwin Core properties expected to have IRI values is: 57 | 58 | ``` 59 | http://rs.tdwg.org/dwc/iri/ 60 | ``` 61 | 62 | The Darwin Core namespace URI for the collection of ChronometricAge properties, classes, and encoding schemes is: 63 | 64 | ``` 65 | http://rs.tdwg.org/chrono/terms/ 66 | ``` 67 | 68 | The term identifier for the current (recommended) version of a term is a URI based on the namespace and the term name without version information. Some example Darwin Core term identifiers follow: 69 | 70 | ``` 71 | http://rs.tdwg.org/dwc/terms/scientificName 72 | ``` 73 | 74 | is the Darwin Core term identifier for the `scientificName` property, while 75 | 76 | ``` 77 | http://rs.tdwg.org/dwc/terms/MachineObservation 78 | ``` 79 | 80 | is the Darwin Core term identifier for the `MachineObservation` class. 81 | 82 | All Darwin Core identifiers will dereference to a Darwin Core term declaration for the identified term. 83 | 84 | ## 3 Term change policy 85 | 86 | (This section has been superseded by the [Vocabulary Maintenance Specification](https://github.com/tdwg/vocab/blob/master/vms/maintenance-specification.md)) 87 | 88 | ## 4 Persistence policy 89 | 90 | [TDWG](https://www.tdwg.org/) recognizes that people and applications depend on the persistence of formal documents and machine processable schemas that have been made publicly available. In particular, the stability of Darwin Core term URIs and Darwin Core namespace URIs is critical to interoperability over time. Thus, the wide promulgation of this set of URIs dictates that they be maintained to support legacy applications that have adopted them. 91 | -------------------------------------------------------------------------------- /docs/cs/namespace/index.md: -------------------------------------------------------------------------------- 1 | # Darwin Core namespace policy 2 | 3 | Title 4 | : Darwin Core namespace policy 5 | 6 | Date version issued 7 | : 2023-09-13 8 | 9 | Date created 10 | : 2009-02-12 11 | 12 | Part of TDWG Standard 13 | : 14 | 15 | This version 16 | : 17 | 18 | Latest version 19 | : 20 | 21 | Previous version 22 | : 23 | 24 | Abstract 25 | : All terms in the Darwin Core must be assigned a unique Uniform Resource Identifier (URI). For convenience, the term URIs that are assigned and managed by the Darwin Core Task Group are grouped into collections known as Darwin Core namespaces. This document describes how term URIs are allocated by the Darwin Core Maintenance Group and the policies associated with Darwin Core namespaces. 26 | 27 | Contributors 28 | : [John Wieczorek](https://orcid.org/0000-0003-1144-0290) ([VertNet](http://www.wikidata.org/entity/Q98382028)), [Markus Döring](https://orcid.org/0000-0001-7757-1889) ([Global Biodiversity Information Facility](http://www.wikidata.org/entity/Q1531570)), [Renato De Giovanni](https://orcid.org/0000-0002-7104-7266) ([Centro de Referência em Informação Ambiental](http://www.wikidata.org/entity/Q29168927)), [Tim Robertson](https://orcid.org/0000-0001-6215-3617) ([Global Biodiversity Information Facility](http://www.wikidata.org/entity/Q1531570)), [Dave Vieglais](https://orcid.org/0000-0002-6513-4996) ([KU Natural History Museum](http://www.wikidata.org/entity/Q1111807)), [Gail Kampmeier](https://orcid.org/0000-0002-5178-4170) ([Illinois Natural History Survey](http://www.wikidata.org/entity/Q5999587)) 29 | 30 | Creator 31 | : Darwin Core Maintenance Group 32 | 33 | Bibliographic citation 34 | : Darwin Core Maintenance Group. 2023. Darwin Core namespace policy. Biodiversity Information Standards (TDWG). 35 | 36 | ## 1 Introduction 37 | 38 | This document and the policies contained herein are modeled on the [Dublin Core Metadata Initiative Namespace Policy](http://dublincore.org/documents/2007/07/02/dcmi-namespace/). All terms in the Darwin Core must be identified with a unique Uniform Resource Identifier (URI). For convenience, the term URIs are grouped into collections known as _Darwin Core namespaces_. This document describes the policies associated with Darwin Core namespaces and how term URIs are allocated by the [Darwin Core Maintenance Group](http://www.tdwg.org/activities/darwincore/). 39 | 40 | ### 1.1 Status of the content of this document 41 | 42 | All sections of this document are normative. 43 | 44 | ### 1.2 Audience 45 | 46 | This document is targeted toward those who want to make changes to the Darwin Core, either by refining terms that already exist or by adding new terms to increase the capabilities of the standard. 47 | 48 | ## 2 Namespace URIs 49 | 50 | The Darwin Core namespace URI for the collection of general Darwin Core properties, classes, and encoding schemes is: 51 | 52 | ``` 53 | http://rs.tdwg.org/dwc/terms/ 54 | ``` 55 | 56 | The Darwin Core namespace URI for the collection Darwin Core properties expected to have IRI values is: 57 | 58 | ``` 59 | http://rs.tdwg.org/dwc/iri/ 60 | ``` 61 | 62 | The Darwin Core namespace URI for the collection of ChronometricAge properties, classes, and encoding schemes is: 63 | 64 | ``` 65 | http://rs.tdwg.org/chrono/terms/ 66 | ``` 67 | 68 | The term identifier for the current (recommended) version of a term is a URI based on the namespace and the term name without version information. Some example Darwin Core term identifiers follow: 69 | 70 | ``` 71 | http://rs.tdwg.org/dwc/terms/scientificName 72 | ``` 73 | 74 | is the Darwin Core term identifier for the `scientificName` property, while 75 | 76 | ``` 77 | http://rs.tdwg.org/dwc/terms/MachineObservation 78 | ``` 79 | 80 | is the Darwin Core term identifier for the `MachineObservation` class. 81 | 82 | All Darwin Core identifiers will dereference to a Darwin Core term declaration for the identified term. 83 | 84 | ## 3 Term change policy 85 | 86 | (This section has been superseded by the [Vocabulary Maintenance Specification](https://github.com/tdwg/vocab/blob/master/vms/maintenance-specification.md)) 87 | 88 | ## 4 Persistence policy 89 | 90 | [TDWG](https://www.tdwg.org/) recognizes that people and applications depend on the persistence of formal documents and machine processable schemas that have been made publicly available. In particular, the stability of Darwin Core term URIs and Darwin Core namespace URIs is critical to interoperability over time. Thus, the wide promulgation of this set of URIs dictates that they be maintained to support legacy applications that have adopted them. 91 | -------------------------------------------------------------------------------- /docs/de/namespace/index.md: -------------------------------------------------------------------------------- 1 | # Darwin Core namespace policy 2 | 3 | Title 4 | : Darwin Core namespace policy 5 | 6 | Date version issued 7 | : 2023-09-13 8 | 9 | Date created 10 | : 2009-02-12 11 | 12 | Part of TDWG Standard 13 | : 14 | 15 | This version 16 | : 17 | 18 | Latest version 19 | : 20 | 21 | Previous version 22 | : 23 | 24 | Abstract 25 | : All terms in the Darwin Core must be assigned a unique Uniform Resource Identifier (URI). For convenience, the term URIs that are assigned and managed by the Darwin Core Task Group are grouped into collections known as Darwin Core namespaces. This document describes how term URIs are allocated by the Darwin Core Maintenance Group and the policies associated with Darwin Core namespaces. 26 | 27 | Contributors 28 | : [John Wieczorek](https://orcid.org/0000-0003-1144-0290) ([VertNet](http://www.wikidata.org/entity/Q98382028)), [Markus Döring](https://orcid.org/0000-0001-7757-1889) ([Global Biodiversity Information Facility](http://www.wikidata.org/entity/Q1531570)), [Renato De Giovanni](https://orcid.org/0000-0002-7104-7266) ([Centro de Referência em Informação Ambiental](http://www.wikidata.org/entity/Q29168927)), [Tim Robertson](https://orcid.org/0000-0001-6215-3617) ([Global Biodiversity Information Facility](http://www.wikidata.org/entity/Q1531570)), [Dave Vieglais](https://orcid.org/0000-0002-6513-4996) ([KU Natural History Museum](http://www.wikidata.org/entity/Q1111807)), [Gail Kampmeier](https://orcid.org/0000-0002-5178-4170) ([Illinois Natural History Survey](http://www.wikidata.org/entity/Q5999587)) 29 | 30 | Creator 31 | : Darwin Core Maintenance Group 32 | 33 | Bibliographic citation 34 | : Darwin Core Maintenance Group. 2023. Darwin Core namespace policy. Biodiversity Information Standards (TDWG). 35 | 36 | ## 1 Introduction 37 | 38 | This document and the policies contained herein are modeled on the [Dublin Core Metadata Initiative Namespace Policy](http://dublincore.org/documents/2007/07/02/dcmi-namespace/). All terms in the Darwin Core must be identified with a unique Uniform Resource Identifier (URI). For convenience, the term URIs are grouped into collections known as _Darwin Core namespaces_. This document describes the policies associated with Darwin Core namespaces and how term URIs are allocated by the [Darwin Core Maintenance Group](http://www.tdwg.org/activities/darwincore/). 39 | 40 | ### 1.1 Status of the content of this document 41 | 42 | All sections of this document are normative. 43 | 44 | ### 1.2 Audience 45 | 46 | This document is targeted toward those who want to make changes to the Darwin Core, either by refining terms that already exist or by adding new terms to increase the capabilities of the standard. 47 | 48 | ## 2 Namespace URIs 49 | 50 | The Darwin Core namespace URI for the collection of general Darwin Core properties, classes, and encoding schemes is: 51 | 52 | ``` 53 | http://rs.tdwg.org/dwc/terms/ 54 | ``` 55 | 56 | The Darwin Core namespace URI for the collection Darwin Core properties expected to have IRI values is: 57 | 58 | ``` 59 | http://rs.tdwg.org/dwc/iri/ 60 | ``` 61 | 62 | The Darwin Core namespace URI for the collection of ChronometricAge properties, classes, and encoding schemes is: 63 | 64 | ``` 65 | http://rs.tdwg.org/chrono/terms/ 66 | ``` 67 | 68 | The term identifier for the current (recommended) version of a term is a URI based on the namespace and the term name without version information. Some example Darwin Core term identifiers follow: 69 | 70 | ``` 71 | http://rs.tdwg.org/dwc/terms/scientificName 72 | ``` 73 | 74 | is the Darwin Core term identifier for the `scientificName` property, while 75 | 76 | ``` 77 | http://rs.tdwg.org/dwc/terms/MachineObservation 78 | ``` 79 | 80 | is the Darwin Core term identifier for the `MachineObservation` class. 81 | 82 | All Darwin Core identifiers will dereference to a Darwin Core term declaration for the identified term. 83 | 84 | ## 3 Term change policy 85 | 86 | (This section has been superseded by the [Vocabulary Maintenance Specification](https://github.com/tdwg/vocab/blob/master/vms/maintenance-specification.md)) 87 | 88 | ## 4 Persistence policy 89 | 90 | [TDWG](https://www.tdwg.org/) recognizes that people and applications depend on the persistence of formal documents and machine processable schemas that have been made publicly available. In particular, the stability of Darwin Core term URIs and Darwin Core namespace URIs is critical to interoperability over time. Thus, the wide promulgation of this set of URIs dictates that they be maintained to support legacy applications that have adopted them. 91 | -------------------------------------------------------------------------------- /docs/es/namespace/index.md: -------------------------------------------------------------------------------- 1 | # Darwin Core namespace policy 2 | 3 | Title 4 | : Darwin Core namespace policy 5 | 6 | Date version issued 7 | : 2023-09-13 8 | 9 | Date created 10 | : 2009-02-12 11 | 12 | Part of TDWG Standard 13 | : 14 | 15 | This version 16 | : 17 | 18 | Latest version 19 | : 20 | 21 | Previous version 22 | : 23 | 24 | Abstract 25 | : All terms in the Darwin Core must be assigned a unique Uniform Resource Identifier (URI). For convenience, the term URIs that are assigned and managed by the Darwin Core Task Group are grouped into collections known as Darwin Core namespaces. This document describes how term URIs are allocated by the Darwin Core Maintenance Group and the policies associated with Darwin Core namespaces. 26 | 27 | Contributors 28 | : [John Wieczorek](https://orcid.org/0000-0003-1144-0290) ([VertNet](http://www.wikidata.org/entity/Q98382028)), [Markus Döring](https://orcid.org/0000-0001-7757-1889) ([Global Biodiversity Information Facility](http://www.wikidata.org/entity/Q1531570)), [Renato De Giovanni](https://orcid.org/0000-0002-7104-7266) ([Centro de Referência em Informação Ambiental](http://www.wikidata.org/entity/Q29168927)), [Tim Robertson](https://orcid.org/0000-0001-6215-3617) ([Global Biodiversity Information Facility](http://www.wikidata.org/entity/Q1531570)), [Dave Vieglais](https://orcid.org/0000-0002-6513-4996) ([KU Natural History Museum](http://www.wikidata.org/entity/Q1111807)), [Gail Kampmeier](https://orcid.org/0000-0002-5178-4170) ([Illinois Natural History Survey](http://www.wikidata.org/entity/Q5999587)) 29 | 30 | Creator 31 | : Darwin Core Maintenance Group 32 | 33 | Bibliographic citation 34 | : Darwin Core Maintenance Group. 2023. Darwin Core namespace policy. Biodiversity Information Standards (TDWG). 35 | 36 | ## 1 Introduction 37 | 38 | This document and the policies contained herein are modeled on the [Dublin Core Metadata Initiative Namespace Policy](http://dublincore.org/documents/2007/07/02/dcmi-namespace/). All terms in the Darwin Core must be identified with a unique Uniform Resource Identifier (URI). For convenience, the term URIs are grouped into collections known as _Darwin Core namespaces_. This document describes the policies associated with Darwin Core namespaces and how term URIs are allocated by the [Darwin Core Maintenance Group](http://www.tdwg.org/activities/darwincore/). 39 | 40 | ### 1.1 Status of the content of this document 41 | 42 | All sections of this document are normative. 43 | 44 | ### 1.2 Audience 45 | 46 | This document is targeted toward those who want to make changes to the Darwin Core, either by refining terms that already exist or by adding new terms to increase the capabilities of the standard. 47 | 48 | ## 2 Namespace URIs 49 | 50 | The Darwin Core namespace URI for the collection of general Darwin Core properties, classes, and encoding schemes is: 51 | 52 | ``` 53 | http://rs.tdwg.org/dwc/terms/ 54 | ``` 55 | 56 | The Darwin Core namespace URI for the collection Darwin Core properties expected to have IRI values is: 57 | 58 | ``` 59 | http://rs.tdwg.org/dwc/iri/ 60 | ``` 61 | 62 | The Darwin Core namespace URI for the collection of ChronometricAge properties, classes, and encoding schemes is: 63 | 64 | ``` 65 | http://rs.tdwg.org/chrono/terms/ 66 | ``` 67 | 68 | The term identifier for the current (recommended) version of a term is a URI based on the namespace and the term name without version information. Some example Darwin Core term identifiers follow: 69 | 70 | ``` 71 | http://rs.tdwg.org/dwc/terms/scientificName 72 | ``` 73 | 74 | is the Darwin Core term identifier for the `scientificName` property, while 75 | 76 | ``` 77 | http://rs.tdwg.org/dwc/terms/MachineObservation 78 | ``` 79 | 80 | is the Darwin Core term identifier for the `MachineObservation` class. 81 | 82 | All Darwin Core identifiers will dereference to a Darwin Core term declaration for the identified term. 83 | 84 | ## 3 Term change policy 85 | 86 | (This section has been superseded by the [Vocabulary Maintenance Specification](https://github.com/tdwg/vocab/blob/master/vms/maintenance-specification.md)) 87 | 88 | ## 4 Persistence policy 89 | 90 | [TDWG](https://www.tdwg.org/) recognizes that people and applications depend on the persistence of formal documents and machine processable schemas that have been made publicly available. In particular, the stability of Darwin Core term URIs and Darwin Core namespace URIs is critical to interoperability over time. Thus, the wide promulgation of this set of URIs dictates that they be maintained to support legacy applications that have adopted them. 91 | -------------------------------------------------------------------------------- /docs/fr/namespace/index.md: -------------------------------------------------------------------------------- 1 | # Darwin Core namespace policy 2 | 3 | Title 4 | : Darwin Core namespace policy 5 | 6 | Date version issued 7 | : 2023-09-13 8 | 9 | Date created 10 | : 2009-02-12 11 | 12 | Part of TDWG Standard 13 | : 14 | 15 | This version 16 | : 17 | 18 | Latest version 19 | : 20 | 21 | Previous version 22 | : 23 | 24 | Abstract 25 | : All terms in the Darwin Core must be assigned a unique Uniform Resource Identifier (URI). For convenience, the term URIs that are assigned and managed by the Darwin Core Task Group are grouped into collections known as Darwin Core namespaces. This document describes how term URIs are allocated by the Darwin Core Maintenance Group and the policies associated with Darwin Core namespaces. 26 | 27 | Contributors 28 | : [John Wieczorek](https://orcid.org/0000-0003-1144-0290) ([VertNet](http://www.wikidata.org/entity/Q98382028)), [Markus Döring](https://orcid.org/0000-0001-7757-1889) ([Global Biodiversity Information Facility](http://www.wikidata.org/entity/Q1531570)), [Renato De Giovanni](https://orcid.org/0000-0002-7104-7266) ([Centro de Referência em Informação Ambiental](http://www.wikidata.org/entity/Q29168927)), [Tim Robertson](https://orcid.org/0000-0001-6215-3617) ([Global Biodiversity Information Facility](http://www.wikidata.org/entity/Q1531570)), [Dave Vieglais](https://orcid.org/0000-0002-6513-4996) ([KU Natural History Museum](http://www.wikidata.org/entity/Q1111807)), [Gail Kampmeier](https://orcid.org/0000-0002-5178-4170) ([Illinois Natural History Survey](http://www.wikidata.org/entity/Q5999587)) 29 | 30 | Creator 31 | : Darwin Core Maintenance Group 32 | 33 | Bibliographic citation 34 | : Darwin Core Maintenance Group. 2023. Darwin Core namespace policy. Biodiversity Information Standards (TDWG). 35 | 36 | ## 1 Introduction 37 | 38 | This document and the policies contained herein are modeled on the [Dublin Core Metadata Initiative Namespace Policy](http://dublincore.org/documents/2007/07/02/dcmi-namespace/). All terms in the Darwin Core must be identified with a unique Uniform Resource Identifier (URI). For convenience, the term URIs are grouped into collections known as _Darwin Core namespaces_. This document describes the policies associated with Darwin Core namespaces and how term URIs are allocated by the [Darwin Core Maintenance Group](http://www.tdwg.org/activities/darwincore/). 39 | 40 | ### 1.1 Status of the content of this document 41 | 42 | All sections of this document are normative. 43 | 44 | ### 1.2 Audience 45 | 46 | This document is targeted toward those who want to make changes to the Darwin Core, either by refining terms that already exist or by adding new terms to increase the capabilities of the standard. 47 | 48 | ## 2 Namespace URIs 49 | 50 | The Darwin Core namespace URI for the collection of general Darwin Core properties, classes, and encoding schemes is: 51 | 52 | ``` 53 | http://rs.tdwg.org/dwc/terms/ 54 | ``` 55 | 56 | The Darwin Core namespace URI for the collection Darwin Core properties expected to have IRI values is: 57 | 58 | ``` 59 | http://rs.tdwg.org/dwc/iri/ 60 | ``` 61 | 62 | The Darwin Core namespace URI for the collection of ChronometricAge properties, classes, and encoding schemes is: 63 | 64 | ``` 65 | http://rs.tdwg.org/chrono/terms/ 66 | ``` 67 | 68 | The term identifier for the current (recommended) version of a term is a URI based on the namespace and the term name without version information. Some example Darwin Core term identifiers follow: 69 | 70 | ``` 71 | http://rs.tdwg.org/dwc/terms/scientificName 72 | ``` 73 | 74 | is the Darwin Core term identifier for the `scientificName` property, while 75 | 76 | ``` 77 | http://rs.tdwg.org/dwc/terms/MachineObservation 78 | ``` 79 | 80 | is the Darwin Core term identifier for the `MachineObservation` class. 81 | 82 | All Darwin Core identifiers will dereference to a Darwin Core term declaration for the identified term. 83 | 84 | ## 3 Term change policy 85 | 86 | (This section has been superseded by the [Vocabulary Maintenance Specification](https://github.com/tdwg/vocab/blob/master/vms/maintenance-specification.md)) 87 | 88 | ## 4 Persistence policy 89 | 90 | [TDWG](https://www.tdwg.org/) recognizes that people and applications depend on the persistence of formal documents and machine processable schemas that have been made publicly available. In particular, the stability of Darwin Core term URIs and Darwin Core namespace URIs is critical to interoperability over time. Thus, the wide promulgation of this set of URIs dictates that they be maintained to support legacy applications that have adopted them. 91 | -------------------------------------------------------------------------------- /docs/ja/namespace/index.md: -------------------------------------------------------------------------------- 1 | # Darwin Core namespace policy 2 | 3 | Title 4 | : Darwin Core namespace policy 5 | 6 | Date version issued 7 | : 2023-09-13 8 | 9 | Date created 10 | : 2009-02-12 11 | 12 | Part of TDWG Standard 13 | : 14 | 15 | This version 16 | : 17 | 18 | Latest version 19 | : 20 | 21 | Previous version 22 | : 23 | 24 | Abstract 25 | : All terms in the Darwin Core must be assigned a unique Uniform Resource Identifier (URI). For convenience, the term URIs that are assigned and managed by the Darwin Core Task Group are grouped into collections known as Darwin Core namespaces. This document describes how term URIs are allocated by the Darwin Core Maintenance Group and the policies associated with Darwin Core namespaces. 26 | 27 | Contributors 28 | : [John Wieczorek](https://orcid.org/0000-0003-1144-0290) ([VertNet](http://www.wikidata.org/entity/Q98382028)), [Markus Döring](https://orcid.org/0000-0001-7757-1889) ([Global Biodiversity Information Facility](http://www.wikidata.org/entity/Q1531570)), [Renato De Giovanni](https://orcid.org/0000-0002-7104-7266) ([Centro de Referência em Informação Ambiental](http://www.wikidata.org/entity/Q29168927)), [Tim Robertson](https://orcid.org/0000-0001-6215-3617) ([Global Biodiversity Information Facility](http://www.wikidata.org/entity/Q1531570)), [Dave Vieglais](https://orcid.org/0000-0002-6513-4996) ([KU Natural History Museum](http://www.wikidata.org/entity/Q1111807)), [Gail Kampmeier](https://orcid.org/0000-0002-5178-4170) ([Illinois Natural History Survey](http://www.wikidata.org/entity/Q5999587)) 29 | 30 | Creator 31 | : Darwin Core Maintenance Group 32 | 33 | Bibliographic citation 34 | : Darwin Core Maintenance Group. 2023. Darwin Core namespace policy. Biodiversity Information Standards (TDWG). 35 | 36 | ## 1 Introduction 37 | 38 | This document and the policies contained herein are modeled on the [Dublin Core Metadata Initiative Namespace Policy](http://dublincore.org/documents/2007/07/02/dcmi-namespace/). All terms in the Darwin Core must be identified with a unique Uniform Resource Identifier (URI). For convenience, the term URIs are grouped into collections known as _Darwin Core namespaces_. This document describes the policies associated with Darwin Core namespaces and how term URIs are allocated by the [Darwin Core Maintenance Group](http://www.tdwg.org/activities/darwincore/). 39 | 40 | ### 1.1 Status of the content of this document 41 | 42 | All sections of this document are normative. 43 | 44 | ### 1.2 Audience 45 | 46 | This document is targeted toward those who want to make changes to the Darwin Core, either by refining terms that already exist or by adding new terms to increase the capabilities of the standard. 47 | 48 | ## 2 Namespace URIs 49 | 50 | The Darwin Core namespace URI for the collection of general Darwin Core properties, classes, and encoding schemes is: 51 | 52 | ``` 53 | http://rs.tdwg.org/dwc/terms/ 54 | ``` 55 | 56 | The Darwin Core namespace URI for the collection Darwin Core properties expected to have IRI values is: 57 | 58 | ``` 59 | http://rs.tdwg.org/dwc/iri/ 60 | ``` 61 | 62 | The Darwin Core namespace URI for the collection of ChronometricAge properties, classes, and encoding schemes is: 63 | 64 | ``` 65 | http://rs.tdwg.org/chrono/terms/ 66 | ``` 67 | 68 | The term identifier for the current (recommended) version of a term is a URI based on the namespace and the term name without version information. Some example Darwin Core term identifiers follow: 69 | 70 | ``` 71 | http://rs.tdwg.org/dwc/terms/scientificName 72 | ``` 73 | 74 | is the Darwin Core term identifier for the `scientificName` property, while 75 | 76 | ``` 77 | http://rs.tdwg.org/dwc/terms/MachineObservation 78 | ``` 79 | 80 | is the Darwin Core term identifier for the `MachineObservation` class. 81 | 82 | All Darwin Core identifiers will dereference to a Darwin Core term declaration for the identified term. 83 | 84 | ## 3 Term change policy 85 | 86 | (This section has been superseded by the [Vocabulary Maintenance Specification](https://github.com/tdwg/vocab/blob/master/vms/maintenance-specification.md)) 87 | 88 | ## 4 Persistence policy 89 | 90 | [TDWG](https://www.tdwg.org/) recognizes that people and applications depend on the persistence of formal documents and machine processable schemas that have been made publicly available. In particular, the stability of Darwin Core term URIs and Darwin Core namespace URIs is critical to interoperability over time. Thus, the wide promulgation of this set of URIs dictates that they be maintained to support legacy applications that have adopted them. 91 | -------------------------------------------------------------------------------- /docs/km/namespace/index.md: -------------------------------------------------------------------------------- 1 | # Darwin Core namespace policy 2 | 3 | Title 4 | : Darwin Core namespace policy 5 | 6 | Date version issued 7 | : 2023-09-13 8 | 9 | Date created 10 | : 2009-02-12 11 | 12 | Part of TDWG Standard 13 | : 14 | 15 | This version 16 | : 17 | 18 | Latest version 19 | : 20 | 21 | Previous version 22 | : 23 | 24 | Abstract 25 | : All terms in the Darwin Core must be assigned a unique Uniform Resource Identifier (URI). For convenience, the term URIs that are assigned and managed by the Darwin Core Task Group are grouped into collections known as Darwin Core namespaces. This document describes how term URIs are allocated by the Darwin Core Maintenance Group and the policies associated with Darwin Core namespaces. 26 | 27 | Contributors 28 | : [John Wieczorek](https://orcid.org/0000-0003-1144-0290) ([VertNet](http://www.wikidata.org/entity/Q98382028)), [Markus Döring](https://orcid.org/0000-0001-7757-1889) ([Global Biodiversity Information Facility](http://www.wikidata.org/entity/Q1531570)), [Renato De Giovanni](https://orcid.org/0000-0002-7104-7266) ([Centro de Referência em Informação Ambiental](http://www.wikidata.org/entity/Q29168927)), [Tim Robertson](https://orcid.org/0000-0001-6215-3617) ([Global Biodiversity Information Facility](http://www.wikidata.org/entity/Q1531570)), [Dave Vieglais](https://orcid.org/0000-0002-6513-4996) ([KU Natural History Museum](http://www.wikidata.org/entity/Q1111807)), [Gail Kampmeier](https://orcid.org/0000-0002-5178-4170) ([Illinois Natural History Survey](http://www.wikidata.org/entity/Q5999587)) 29 | 30 | Creator 31 | : Darwin Core Maintenance Group 32 | 33 | Bibliographic citation 34 | : Darwin Core Maintenance Group. 2023. Darwin Core namespace policy. Biodiversity Information Standards (TDWG). 35 | 36 | ## 1 Introduction 37 | 38 | This document and the policies contained herein are modeled on the [Dublin Core Metadata Initiative Namespace Policy](http://dublincore.org/documents/2007/07/02/dcmi-namespace/). All terms in the Darwin Core must be identified with a unique Uniform Resource Identifier (URI). For convenience, the term URIs are grouped into collections known as _Darwin Core namespaces_. This document describes the policies associated with Darwin Core namespaces and how term URIs are allocated by the [Darwin Core Maintenance Group](http://www.tdwg.org/activities/darwincore/). 39 | 40 | ### 1.1 Status of the content of this document 41 | 42 | All sections of this document are normative. 43 | 44 | ### 1.2 Audience 45 | 46 | This document is targeted toward those who want to make changes to the Darwin Core, either by refining terms that already exist or by adding new terms to increase the capabilities of the standard. 47 | 48 | ## 2 Namespace URIs 49 | 50 | The Darwin Core namespace URI for the collection of general Darwin Core properties, classes, and encoding schemes is: 51 | 52 | ``` 53 | http://rs.tdwg.org/dwc/terms/ 54 | ``` 55 | 56 | The Darwin Core namespace URI for the collection Darwin Core properties expected to have IRI values is: 57 | 58 | ``` 59 | http://rs.tdwg.org/dwc/iri/ 60 | ``` 61 | 62 | The Darwin Core namespace URI for the collection of ChronometricAge properties, classes, and encoding schemes is: 63 | 64 | ``` 65 | http://rs.tdwg.org/chrono/terms/ 66 | ``` 67 | 68 | The term identifier for the current (recommended) version of a term is a URI based on the namespace and the term name without version information. Some example Darwin Core term identifiers follow: 69 | 70 | ``` 71 | http://rs.tdwg.org/dwc/terms/scientificName 72 | ``` 73 | 74 | is the Darwin Core term identifier for the `scientificName` property, while 75 | 76 | ``` 77 | http://rs.tdwg.org/dwc/terms/MachineObservation 78 | ``` 79 | 80 | is the Darwin Core term identifier for the `MachineObservation` class. 81 | 82 | All Darwin Core identifiers will dereference to a Darwin Core term declaration for the identified term. 83 | 84 | ## 3 Term change policy 85 | 86 | (This section has been superseded by the [Vocabulary Maintenance Specification](https://github.com/tdwg/vocab/blob/master/vms/maintenance-specification.md)) 87 | 88 | ## 4 Persistence policy 89 | 90 | [TDWG](https://www.tdwg.org/) recognizes that people and applications depend on the persistence of formal documents and machine processable schemas that have been made publicly available. In particular, the stability of Darwin Core term URIs and Darwin Core namespace URIs is critical to interoperability over time. Thus, the wide promulgation of this set of URIs dictates that they be maintained to support legacy applications that have adopted them. 91 | -------------------------------------------------------------------------------- /docs/ko/namespace/index.md: -------------------------------------------------------------------------------- 1 | # Darwin Core namespace policy 2 | 3 | Title 4 | : Darwin Core namespace policy 5 | 6 | Date version issued 7 | : 2023-09-13 8 | 9 | Date created 10 | : 2009-02-12 11 | 12 | Part of TDWG Standard 13 | : 14 | 15 | This version 16 | : 17 | 18 | Latest version 19 | : 20 | 21 | Previous version 22 | : 23 | 24 | Abstract 25 | : All terms in the Darwin Core must be assigned a unique Uniform Resource Identifier (URI). For convenience, the term URIs that are assigned and managed by the Darwin Core Task Group are grouped into collections known as Darwin Core namespaces. This document describes how term URIs are allocated by the Darwin Core Maintenance Group and the policies associated with Darwin Core namespaces. 26 | 27 | Contributors 28 | : [John Wieczorek](https://orcid.org/0000-0003-1144-0290) ([VertNet](http://www.wikidata.org/entity/Q98382028)), [Markus Döring](https://orcid.org/0000-0001-7757-1889) ([Global Biodiversity Information Facility](http://www.wikidata.org/entity/Q1531570)), [Renato De Giovanni](https://orcid.org/0000-0002-7104-7266) ([Centro de Referência em Informação Ambiental](http://www.wikidata.org/entity/Q29168927)), [Tim Robertson](https://orcid.org/0000-0001-6215-3617) ([Global Biodiversity Information Facility](http://www.wikidata.org/entity/Q1531570)), [Dave Vieglais](https://orcid.org/0000-0002-6513-4996) ([KU Natural History Museum](http://www.wikidata.org/entity/Q1111807)), [Gail Kampmeier](https://orcid.org/0000-0002-5178-4170) ([Illinois Natural History Survey](http://www.wikidata.org/entity/Q5999587)) 29 | 30 | Creator 31 | : Darwin Core Maintenance Group 32 | 33 | Bibliographic citation 34 | : Darwin Core Maintenance Group. 2023. Darwin Core namespace policy. Biodiversity Information Standards (TDWG). 35 | 36 | ## 1 Introduction 37 | 38 | This document and the policies contained herein are modeled on the [Dublin Core Metadata Initiative Namespace Policy](http://dublincore.org/documents/2007/07/02/dcmi-namespace/). All terms in the Darwin Core must be identified with a unique Uniform Resource Identifier (URI). For convenience, the term URIs are grouped into collections known as _Darwin Core namespaces_. This document describes the policies associated with Darwin Core namespaces and how term URIs are allocated by the [Darwin Core Maintenance Group](http://www.tdwg.org/activities/darwincore/). 39 | 40 | ### 1.1 Status of the content of this document 41 | 42 | All sections of this document are normative. 43 | 44 | ### 1.2 Audience 45 | 46 | This document is targeted toward those who want to make changes to the Darwin Core, either by refining terms that already exist or by adding new terms to increase the capabilities of the standard. 47 | 48 | ## 2 Namespace URIs 49 | 50 | The Darwin Core namespace URI for the collection of general Darwin Core properties, classes, and encoding schemes is: 51 | 52 | ``` 53 | http://rs.tdwg.org/dwc/terms/ 54 | ``` 55 | 56 | The Darwin Core namespace URI for the collection Darwin Core properties expected to have IRI values is: 57 | 58 | ``` 59 | http://rs.tdwg.org/dwc/iri/ 60 | ``` 61 | 62 | The Darwin Core namespace URI for the collection of ChronometricAge properties, classes, and encoding schemes is: 63 | 64 | ``` 65 | http://rs.tdwg.org/chrono/terms/ 66 | ``` 67 | 68 | The term identifier for the current (recommended) version of a term is a URI based on the namespace and the term name without version information. Some example Darwin Core term identifiers follow: 69 | 70 | ``` 71 | http://rs.tdwg.org/dwc/terms/scientificName 72 | ``` 73 | 74 | is the Darwin Core term identifier for the `scientificName` property, while 75 | 76 | ``` 77 | http://rs.tdwg.org/dwc/terms/MachineObservation 78 | ``` 79 | 80 | is the Darwin Core term identifier for the `MachineObservation` class. 81 | 82 | All Darwin Core identifiers will dereference to a Darwin Core term declaration for the identified term. 83 | 84 | ## 3 Term change policy 85 | 86 | (This section has been superseded by the [Vocabulary Maintenance Specification](https://github.com/tdwg/vocab/blob/master/vms/maintenance-specification.md)) 87 | 88 | ## 4 Persistence policy 89 | 90 | [TDWG](https://www.tdwg.org/) recognizes that people and applications depend on the persistence of formal documents and machine processable schemas that have been made publicly available. In particular, the stability of Darwin Core term URIs and Darwin Core namespace URIs is critical to interoperability over time. Thus, the wide promulgation of this set of URIs dictates that they be maintained to support legacy applications that have adopted them. 91 | -------------------------------------------------------------------------------- /docs/nl/namespace/index.md: -------------------------------------------------------------------------------- 1 | # Darwin Core namespace policy 2 | 3 | Title 4 | : Darwin Core namespace policy 5 | 6 | Date version issued 7 | : 2023-09-13 8 | 9 | Date created 10 | : 2009-02-12 11 | 12 | Part of TDWG Standard 13 | : 14 | 15 | This version 16 | : 17 | 18 | Latest version 19 | : 20 | 21 | Previous version 22 | : 23 | 24 | Abstract 25 | : All terms in the Darwin Core must be assigned a unique Uniform Resource Identifier (URI). For convenience, the term URIs that are assigned and managed by the Darwin Core Task Group are grouped into collections known as Darwin Core namespaces. This document describes how term URIs are allocated by the Darwin Core Maintenance Group and the policies associated with Darwin Core namespaces. 26 | 27 | Contributors 28 | : [John Wieczorek](https://orcid.org/0000-0003-1144-0290) ([VertNet](http://www.wikidata.org/entity/Q98382028)), [Markus Döring](https://orcid.org/0000-0001-7757-1889) ([Global Biodiversity Information Facility](http://www.wikidata.org/entity/Q1531570)), [Renato De Giovanni](https://orcid.org/0000-0002-7104-7266) ([Centro de Referência em Informação Ambiental](http://www.wikidata.org/entity/Q29168927)), [Tim Robertson](https://orcid.org/0000-0001-6215-3617) ([Global Biodiversity Information Facility](http://www.wikidata.org/entity/Q1531570)), [Dave Vieglais](https://orcid.org/0000-0002-6513-4996) ([KU Natural History Museum](http://www.wikidata.org/entity/Q1111807)), [Gail Kampmeier](https://orcid.org/0000-0002-5178-4170) ([Illinois Natural History Survey](http://www.wikidata.org/entity/Q5999587)) 29 | 30 | Creator 31 | : Darwin Core Maintenance Group 32 | 33 | Bibliographic citation 34 | : Darwin Core Maintenance Group. 2023. Darwin Core namespace policy. Biodiversity Information Standards (TDWG). 35 | 36 | ## 1 Introduction 37 | 38 | This document and the policies contained herein are modeled on the [Dublin Core Metadata Initiative Namespace Policy](http://dublincore.org/documents/2007/07/02/dcmi-namespace/). All terms in the Darwin Core must be identified with a unique Uniform Resource Identifier (URI). For convenience, the term URIs are grouped into collections known as _Darwin Core namespaces_. This document describes the policies associated with Darwin Core namespaces and how term URIs are allocated by the [Darwin Core Maintenance Group](http://www.tdwg.org/activities/darwincore/). 39 | 40 | ### 1.1 Status of the content of this document 41 | 42 | All sections of this document are normative. 43 | 44 | ### 1.2 Audience 45 | 46 | This document is targeted toward those who want to make changes to the Darwin Core, either by refining terms that already exist or by adding new terms to increase the capabilities of the standard. 47 | 48 | ## 2 Namespace URIs 49 | 50 | The Darwin Core namespace URI for the collection of general Darwin Core properties, classes, and encoding schemes is: 51 | 52 | ``` 53 | http://rs.tdwg.org/dwc/terms/ 54 | ``` 55 | 56 | The Darwin Core namespace URI for the collection Darwin Core properties expected to have IRI values is: 57 | 58 | ``` 59 | http://rs.tdwg.org/dwc/iri/ 60 | ``` 61 | 62 | The Darwin Core namespace URI for the collection of ChronometricAge properties, classes, and encoding schemes is: 63 | 64 | ``` 65 | http://rs.tdwg.org/chrono/terms/ 66 | ``` 67 | 68 | The term identifier for the current (recommended) version of a term is a URI based on the namespace and the term name without version information. Some example Darwin Core term identifiers follow: 69 | 70 | ``` 71 | http://rs.tdwg.org/dwc/terms/scientificName 72 | ``` 73 | 74 | is the Darwin Core term identifier for the `scientificName` property, while 75 | 76 | ``` 77 | http://rs.tdwg.org/dwc/terms/MachineObservation 78 | ``` 79 | 80 | is the Darwin Core term identifier for the `MachineObservation` class. 81 | 82 | All Darwin Core identifiers will dereference to a Darwin Core term declaration for the identified term. 83 | 84 | ## 3 Term change policy 85 | 86 | (This section has been superseded by the [Vocabulary Maintenance Specification](https://github.com/tdwg/vocab/blob/master/vms/maintenance-specification.md)) 87 | 88 | ## 4 Persistence policy 89 | 90 | [TDWG](https://www.tdwg.org/) recognizes that people and applications depend on the persistence of formal documents and machine processable schemas that have been made publicly available. In particular, the stability of Darwin Core term URIs and Darwin Core namespace URIs is critical to interoperability over time. Thus, the wide promulgation of this set of URIs dictates that they be maintained to support legacy applications that have adopted them. 91 | -------------------------------------------------------------------------------- /docs/pt/namespace/index.md: -------------------------------------------------------------------------------- 1 | # Darwin Core namespace policy 2 | 3 | Title 4 | : Darwin Core namespace policy 5 | 6 | Date version issued 7 | : 2023-09-13 8 | 9 | Date created 10 | : 2009-02-12 11 | 12 | Part of TDWG Standard 13 | : 14 | 15 | This version 16 | : 17 | 18 | Latest version 19 | : 20 | 21 | Previous version 22 | : 23 | 24 | Abstract 25 | : All terms in the Darwin Core must be assigned a unique Uniform Resource Identifier (URI). For convenience, the term URIs that are assigned and managed by the Darwin Core Task Group are grouped into collections known as Darwin Core namespaces. This document describes how term URIs are allocated by the Darwin Core Maintenance Group and the policies associated with Darwin Core namespaces. 26 | 27 | Contributors 28 | : [John Wieczorek](https://orcid.org/0000-0003-1144-0290) ([VertNet](http://www.wikidata.org/entity/Q98382028)), [Markus Döring](https://orcid.org/0000-0001-7757-1889) ([Global Biodiversity Information Facility](http://www.wikidata.org/entity/Q1531570)), [Renato De Giovanni](https://orcid.org/0000-0002-7104-7266) ([Centro de Referência em Informação Ambiental](http://www.wikidata.org/entity/Q29168927)), [Tim Robertson](https://orcid.org/0000-0001-6215-3617) ([Global Biodiversity Information Facility](http://www.wikidata.org/entity/Q1531570)), [Dave Vieglais](https://orcid.org/0000-0002-6513-4996) ([KU Natural History Museum](http://www.wikidata.org/entity/Q1111807)), [Gail Kampmeier](https://orcid.org/0000-0002-5178-4170) ([Illinois Natural History Survey](http://www.wikidata.org/entity/Q5999587)) 29 | 30 | Creator 31 | : Darwin Core Maintenance Group 32 | 33 | Bibliographic citation 34 | : Darwin Core Maintenance Group. 2023. Darwin Core namespace policy. Biodiversity Information Standards (TDWG). 35 | 36 | ## 1 Introduction 37 | 38 | This document and the policies contained herein are modeled on the [Dublin Core Metadata Initiative Namespace Policy](http://dublincore.org/documents/2007/07/02/dcmi-namespace/). All terms in the Darwin Core must be identified with a unique Uniform Resource Identifier (URI). For convenience, the term URIs are grouped into collections known as _Darwin Core namespaces_. This document describes the policies associated with Darwin Core namespaces and how term URIs are allocated by the [Darwin Core Maintenance Group](http://www.tdwg.org/activities/darwincore/). 39 | 40 | ### 1.1 Status of the content of this document 41 | 42 | All sections of this document are normative. 43 | 44 | ### 1.2 Audience 45 | 46 | This document is targeted toward those who want to make changes to the Darwin Core, either by refining terms that already exist or by adding new terms to increase the capabilities of the standard. 47 | 48 | ## 2 Namespace URIs 49 | 50 | The Darwin Core namespace URI for the collection of general Darwin Core properties, classes, and encoding schemes is: 51 | 52 | ``` 53 | http://rs.tdwg.org/dwc/terms/ 54 | ``` 55 | 56 | The Darwin Core namespace URI for the collection Darwin Core properties expected to have IRI values is: 57 | 58 | ``` 59 | http://rs.tdwg.org/dwc/iri/ 60 | ``` 61 | 62 | The Darwin Core namespace URI for the collection of ChronometricAge properties, classes, and encoding schemes is: 63 | 64 | ``` 65 | http://rs.tdwg.org/chrono/terms/ 66 | ``` 67 | 68 | The term identifier for the current (recommended) version of a term is a URI based on the namespace and the term name without version information. Some example Darwin Core term identifiers follow: 69 | 70 | ``` 71 | http://rs.tdwg.org/dwc/terms/scientificName 72 | ``` 73 | 74 | is the Darwin Core term identifier for the `scientificName` property, while 75 | 76 | ``` 77 | http://rs.tdwg.org/dwc/terms/MachineObservation 78 | ``` 79 | 80 | is the Darwin Core term identifier for the `MachineObservation` class. 81 | 82 | All Darwin Core identifiers will dereference to a Darwin Core term declaration for the identified term. 83 | 84 | ## 3 Term change policy 85 | 86 | (This section has been superseded by the [Vocabulary Maintenance Specification](https://github.com/tdwg/vocab/blob/master/vms/maintenance-specification.md)) 87 | 88 | ## 4 Persistence policy 89 | 90 | [TDWG](https://www.tdwg.org/) recognizes that people and applications depend on the persistence of formal documents and machine processable schemas that have been made publicly available. In particular, the stability of Darwin Core term URIs and Darwin Core namespace URIs is critical to interoperability over time. Thus, the wide promulgation of this set of URIs dictates that they be maintained to support legacy applications that have adopted them. 91 | -------------------------------------------------------------------------------- /docs/ru/namespace/index.md: -------------------------------------------------------------------------------- 1 | # Darwin Core namespace policy 2 | 3 | Title 4 | : Darwin Core namespace policy 5 | 6 | Date version issued 7 | : 2023-09-13 8 | 9 | Date created 10 | : 2009-02-12 11 | 12 | Part of TDWG Standard 13 | : 14 | 15 | This version 16 | : 17 | 18 | Latest version 19 | : 20 | 21 | Previous version 22 | : 23 | 24 | Abstract 25 | : All terms in the Darwin Core must be assigned a unique Uniform Resource Identifier (URI). For convenience, the term URIs that are assigned and managed by the Darwin Core Task Group are grouped into collections known as Darwin Core namespaces. This document describes how term URIs are allocated by the Darwin Core Maintenance Group and the policies associated with Darwin Core namespaces. 26 | 27 | Contributors 28 | : [John Wieczorek](https://orcid.org/0000-0003-1144-0290) ([VertNet](http://www.wikidata.org/entity/Q98382028)), [Markus Döring](https://orcid.org/0000-0001-7757-1889) ([Global Biodiversity Information Facility](http://www.wikidata.org/entity/Q1531570)), [Renato De Giovanni](https://orcid.org/0000-0002-7104-7266) ([Centro de Referência em Informação Ambiental](http://www.wikidata.org/entity/Q29168927)), [Tim Robertson](https://orcid.org/0000-0001-6215-3617) ([Global Biodiversity Information Facility](http://www.wikidata.org/entity/Q1531570)), [Dave Vieglais](https://orcid.org/0000-0002-6513-4996) ([KU Natural History Museum](http://www.wikidata.org/entity/Q1111807)), [Gail Kampmeier](https://orcid.org/0000-0002-5178-4170) ([Illinois Natural History Survey](http://www.wikidata.org/entity/Q5999587)) 29 | 30 | Creator 31 | : Darwin Core Maintenance Group 32 | 33 | Bibliographic citation 34 | : Darwin Core Maintenance Group. 2023. Darwin Core namespace policy. Biodiversity Information Standards (TDWG). 35 | 36 | ## 1 Introduction 37 | 38 | This document and the policies contained herein are modeled on the [Dublin Core Metadata Initiative Namespace Policy](http://dublincore.org/documents/2007/07/02/dcmi-namespace/). All terms in the Darwin Core must be identified with a unique Uniform Resource Identifier (URI). For convenience, the term URIs are grouped into collections known as _Darwin Core namespaces_. This document describes the policies associated with Darwin Core namespaces and how term URIs are allocated by the [Darwin Core Maintenance Group](http://www.tdwg.org/activities/darwincore/). 39 | 40 | ### 1.1 Status of the content of this document 41 | 42 | All sections of this document are normative. 43 | 44 | ### 1.2 Audience 45 | 46 | This document is targeted toward those who want to make changes to the Darwin Core, either by refining terms that already exist or by adding new terms to increase the capabilities of the standard. 47 | 48 | ## 2 Namespace URIs 49 | 50 | The Darwin Core namespace URI for the collection of general Darwin Core properties, classes, and encoding schemes is: 51 | 52 | ``` 53 | http://rs.tdwg.org/dwc/terms/ 54 | ``` 55 | 56 | The Darwin Core namespace URI for the collection Darwin Core properties expected to have IRI values is: 57 | 58 | ``` 59 | http://rs.tdwg.org/dwc/iri/ 60 | ``` 61 | 62 | The Darwin Core namespace URI for the collection of ChronometricAge properties, classes, and encoding schemes is: 63 | 64 | ``` 65 | http://rs.tdwg.org/chrono/terms/ 66 | ``` 67 | 68 | The term identifier for the current (recommended) version of a term is a URI based on the namespace and the term name without version information. Some example Darwin Core term identifiers follow: 69 | 70 | ``` 71 | http://rs.tdwg.org/dwc/terms/scientificName 72 | ``` 73 | 74 | is the Darwin Core term identifier for the `scientificName` property, while 75 | 76 | ``` 77 | http://rs.tdwg.org/dwc/terms/MachineObservation 78 | ``` 79 | 80 | is the Darwin Core term identifier for the `MachineObservation` class. 81 | 82 | All Darwin Core identifiers will dereference to a Darwin Core term declaration for the identified term. 83 | 84 | ## 3 Term change policy 85 | 86 | (This section has been superseded by the [Vocabulary Maintenance Specification](https://github.com/tdwg/vocab/blob/master/vms/maintenance-specification.md)) 87 | 88 | ## 4 Persistence policy 89 | 90 | [TDWG](https://www.tdwg.org/) recognizes that people and applications depend on the persistence of formal documents and machine processable schemas that have been made publicly available. In particular, the stability of Darwin Core term URIs and Darwin Core namespace URIs is critical to interoperability over time. Thus, the wide promulgation of this set of URIs dictates that they be maintained to support legacy applications that have adopted them. 91 | -------------------------------------------------------------------------------- /docs/zh-Hans/namespace/index.md: -------------------------------------------------------------------------------- 1 | # Darwin Core namespace policy 2 | 3 | Title 4 | : Darwin Core namespace policy 5 | 6 | Date version issued 7 | : 2023-09-13 8 | 9 | Date created 10 | : 2009-02-12 11 | 12 | Part of TDWG Standard 13 | : 14 | 15 | This version 16 | : 17 | 18 | Latest version 19 | : 20 | 21 | Previous version 22 | : 23 | 24 | Abstract 25 | : All terms in the Darwin Core must be assigned a unique Uniform Resource Identifier (URI). For convenience, the term URIs that are assigned and managed by the Darwin Core Task Group are grouped into collections known as Darwin Core namespaces. This document describes how term URIs are allocated by the Darwin Core Maintenance Group and the policies associated with Darwin Core namespaces. 26 | 27 | Contributors 28 | : [John Wieczorek](https://orcid.org/0000-0003-1144-0290) ([VertNet](http://www.wikidata.org/entity/Q98382028)), [Markus Döring](https://orcid.org/0000-0001-7757-1889) ([Global Biodiversity Information Facility](http://www.wikidata.org/entity/Q1531570)), [Renato De Giovanni](https://orcid.org/0000-0002-7104-7266) ([Centro de Referência em Informação Ambiental](http://www.wikidata.org/entity/Q29168927)), [Tim Robertson](https://orcid.org/0000-0001-6215-3617) ([Global Biodiversity Information Facility](http://www.wikidata.org/entity/Q1531570)), [Dave Vieglais](https://orcid.org/0000-0002-6513-4996) ([KU Natural History Museum](http://www.wikidata.org/entity/Q1111807)), [Gail Kampmeier](https://orcid.org/0000-0002-5178-4170) ([Illinois Natural History Survey](http://www.wikidata.org/entity/Q5999587)) 29 | 30 | Creator 31 | : Darwin Core Maintenance Group 32 | 33 | Bibliographic citation 34 | : Darwin Core Maintenance Group. 2023. Darwin Core namespace policy. Biodiversity Information Standards (TDWG). 35 | 36 | ## 1 Introduction 37 | 38 | This document and the policies contained herein are modeled on the [Dublin Core Metadata Initiative Namespace Policy](http://dublincore.org/documents/2007/07/02/dcmi-namespace/). All terms in the Darwin Core must be identified with a unique Uniform Resource Identifier (URI). For convenience, the term URIs are grouped into collections known as _Darwin Core namespaces_. This document describes the policies associated with Darwin Core namespaces and how term URIs are allocated by the [Darwin Core Maintenance Group](http://www.tdwg.org/activities/darwincore/). 39 | 40 | ### 1.1 Status of the content of this document 41 | 42 | All sections of this document are normative. 43 | 44 | ### 1.2 Audience 45 | 46 | This document is targeted toward those who want to make changes to the Darwin Core, either by refining terms that already exist or by adding new terms to increase the capabilities of the standard. 47 | 48 | ## 2 Namespace URIs 49 | 50 | The Darwin Core namespace URI for the collection of general Darwin Core properties, classes, and encoding schemes is: 51 | 52 | ``` 53 | http://rs.tdwg.org/dwc/terms/ 54 | ``` 55 | 56 | The Darwin Core namespace URI for the collection Darwin Core properties expected to have IRI values is: 57 | 58 | ``` 59 | http://rs.tdwg.org/dwc/iri/ 60 | ``` 61 | 62 | The Darwin Core namespace URI for the collection of ChronometricAge properties, classes, and encoding schemes is: 63 | 64 | ``` 65 | http://rs.tdwg.org/chrono/terms/ 66 | ``` 67 | 68 | The term identifier for the current (recommended) version of a term is a URI based on the namespace and the term name without version information. Some example Darwin Core term identifiers follow: 69 | 70 | ``` 71 | http://rs.tdwg.org/dwc/terms/scientificName 72 | ``` 73 | 74 | is the Darwin Core term identifier for the `scientificName` property, while 75 | 76 | ``` 77 | http://rs.tdwg.org/dwc/terms/MachineObservation 78 | ``` 79 | 80 | is the Darwin Core term identifier for the `MachineObservation` class. 81 | 82 | All Darwin Core identifiers will dereference to a Darwin Core term declaration for the identified term. 83 | 84 | ## 3 Term change policy 85 | 86 | (This section has been superseded by the [Vocabulary Maintenance Specification](https://github.com/tdwg/vocab/blob/master/vms/maintenance-specification.md)) 87 | 88 | ## 4 Persistence policy 89 | 90 | [TDWG](https://www.tdwg.org/) recognizes that people and applications depend on the persistence of formal documents and machine processable schemas that have been made publicly available. In particular, the stability of Darwin Core term URIs and Darwin Core namespace URIs is critical to interoperability over time. Thus, the wide promulgation of this set of URIs dictates that they be maintained to support legacy applications that have adopted them. 91 | -------------------------------------------------------------------------------- /docs/zh-Hant/namespace/index.md: -------------------------------------------------------------------------------- 1 | # Darwin Core namespace policy 2 | 3 | Title 4 | : Darwin Core namespace policy 5 | 6 | Date version issued 7 | : 2023-09-13 8 | 9 | Date created 10 | : 2009-02-12 11 | 12 | Part of TDWG Standard 13 | : 14 | 15 | This version 16 | : 17 | 18 | Latest version 19 | : 20 | 21 | Previous version 22 | : 23 | 24 | Abstract 25 | : All terms in the Darwin Core must be assigned a unique Uniform Resource Identifier (URI). For convenience, the term URIs that are assigned and managed by the Darwin Core Task Group are grouped into collections known as Darwin Core namespaces. This document describes how term URIs are allocated by the Darwin Core Maintenance Group and the policies associated with Darwin Core namespaces. 26 | 27 | Contributors 28 | : [John Wieczorek](https://orcid.org/0000-0003-1144-0290) ([VertNet](http://www.wikidata.org/entity/Q98382028)), [Markus Döring](https://orcid.org/0000-0001-7757-1889) ([Global Biodiversity Information Facility](http://www.wikidata.org/entity/Q1531570)), [Renato De Giovanni](https://orcid.org/0000-0002-7104-7266) ([Centro de Referência em Informação Ambiental](http://www.wikidata.org/entity/Q29168927)), [Tim Robertson](https://orcid.org/0000-0001-6215-3617) ([Global Biodiversity Information Facility](http://www.wikidata.org/entity/Q1531570)), [Dave Vieglais](https://orcid.org/0000-0002-6513-4996) ([KU Natural History Museum](http://www.wikidata.org/entity/Q1111807)), [Gail Kampmeier](https://orcid.org/0000-0002-5178-4170) ([Illinois Natural History Survey](http://www.wikidata.org/entity/Q5999587)) 29 | 30 | Creator 31 | : Darwin Core Maintenance Group 32 | 33 | Bibliographic citation 34 | : Darwin Core Maintenance Group. 2023. Darwin Core namespace policy. Biodiversity Information Standards (TDWG). 35 | 36 | ## 1 Introduction 37 | 38 | This document and the policies contained herein are modeled on the [Dublin Core Metadata Initiative Namespace Policy](http://dublincore.org/documents/2007/07/02/dcmi-namespace/). All terms in the Darwin Core must be identified with a unique Uniform Resource Identifier (URI). For convenience, the term URIs are grouped into collections known as _Darwin Core namespaces_. This document describes the policies associated with Darwin Core namespaces and how term URIs are allocated by the [Darwin Core Maintenance Group](http://www.tdwg.org/activities/darwincore/). 39 | 40 | ### 1.1 Status of the content of this document 41 | 42 | All sections of this document are normative. 43 | 44 | ### 1.2 Audience 45 | 46 | This document is targeted toward those who want to make changes to the Darwin Core, either by refining terms that already exist or by adding new terms to increase the capabilities of the standard. 47 | 48 | ## 2 Namespace URIs 49 | 50 | The Darwin Core namespace URI for the collection of general Darwin Core properties, classes, and encoding schemes is: 51 | 52 | ``` 53 | http://rs.tdwg.org/dwc/terms/ 54 | ``` 55 | 56 | The Darwin Core namespace URI for the collection Darwin Core properties expected to have IRI values is: 57 | 58 | ``` 59 | http://rs.tdwg.org/dwc/iri/ 60 | ``` 61 | 62 | The Darwin Core namespace URI for the collection of ChronometricAge properties, classes, and encoding schemes is: 63 | 64 | ``` 65 | http://rs.tdwg.org/chrono/terms/ 66 | ``` 67 | 68 | The term identifier for the current (recommended) version of a term is a URI based on the namespace and the term name without version information. Some example Darwin Core term identifiers follow: 69 | 70 | ``` 71 | http://rs.tdwg.org/dwc/terms/scientificName 72 | ``` 73 | 74 | is the Darwin Core term identifier for the `scientificName` property, while 75 | 76 | ``` 77 | http://rs.tdwg.org/dwc/terms/MachineObservation 78 | ``` 79 | 80 | is the Darwin Core term identifier for the `MachineObservation` class. 81 | 82 | All Darwin Core identifiers will dereference to a Darwin Core term declaration for the identified term. 83 | 84 | ## 3 Term change policy 85 | 86 | (This section has been superseded by the [Vocabulary Maintenance Specification](https://github.com/tdwg/vocab/blob/master/vms/maintenance-specification.md)) 87 | 88 | ## 4 Persistence policy 89 | 90 | [TDWG](https://www.tdwg.org/) recognizes that people and applications depend on the persistence of formal documents and machine processable schemas that have been made publicly available. In particular, the stability of Darwin Core term URIs and Darwin Core namespace URIs is critical to interoperability over time. Thus, the wide promulgation of this set of URIs dictates that they be maintained to support legacy applications that have adopted them. 91 | -------------------------------------------------------------------------------- /docs/text/tdwg_dwc_text.xsd: -------------------------------------------------------------------------------- 1 | 2 | 6 | 8 | 9 | 10 | 11 | Get access to the xml: attribute groups for xml:lang 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | The index number of the column this field is represented in the source file(s). Indices start with 0. 90 | 91 | 92 | 93 | 94 | The unique, qualified identifier for the term, usually a URI. E.g. http://rs.tdwg.org/dwc/terms/scientificName 95 | 96 | 97 | 98 | 99 | A global default value that should be used in case the field doesnt have a column index or the actual value for the source record is NULL. 100 | 101 | 102 | 103 | 104 | A URI that identifies a vocabulary used for the values found for the field in the source files. The URI ideally should resolve to some machine readable definition like SKOS, RDF, the GBIF vocabulary schema or a simple text file as often found for ISO or RFC standards. E.g. http://rs.gbif.org/vocabulary/gbif/nomenclatural_code.xml; http://www.ietf.org/rfc/rfc3066.txt; http://www.iso.org/iso/list-en1-semic-3.txt 105 | 106 | 107 | 108 | 109 | Indicates an optional delimiter used for concatenating multiple values in a list. 110 | 111 | 112 | 113 | 114 | -------------------------------------------------------------------------------- /docs/_includes/footer.html: -------------------------------------------------------------------------------- 1 |
2 |
3 |
4 | {% if site.social %} 5 |
6 | 95 |
96 | {% endif %} 97 | 98 | {% for col in site.data.footer.columns %} 99 |
100 | {{ col.description | markdownify }} 101 | 102 | {% if col.links %} 103 |
    104 | {% for item in col.links %} 105 |
  • 106 | 107 | {{ item.text }} 108 |
  • 109 | {% endfor %} 110 |
111 | {% endif %} 112 |
113 | {% endfor %} 114 |
115 | 116 |
117 | {% if site.author %} 118 |

© {{ site.author }}

119 | {% endif %} 120 | {% if site.data.footer.license %} 121 | {{ site.data.footer.license | markdownify }} 122 | {% endif %} 123 | {% if site.github_edit %} 124 | {% if site.github_edit contains '' %} 125 | {% assign branch = site.github_edit %} 126 | {% else %} 127 | {% assign branch = 'main' %} 128 | {% endif %} 129 |

130 | 131 | Edit this page 132 | 133 |

134 | {% endif %} 135 |
136 |
137 |
138 | 139 | 140 | 148 | 149 | -------------------------------------------------------------------------------- /docs/xml/tdwg_dwc_class_terms.xsd: -------------------------------------------------------------------------------- 1 | 2 | 8 | 9 | 10 | 11 | 12 | This schema redefines all Darwin Core classes to disallow compound objects - 13 | within a class no other nested class is allowed. It allows properties to 14 | occur in any order and as many times as needed. 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | 90 | 91 | 92 | 93 | 94 | 95 | 96 | 97 | 98 | 99 | 100 | 101 | 102 | 103 | 104 | 105 | 106 | 107 | 108 | 109 | 110 | 111 | 112 | 113 | 114 | 115 | 116 | 117 | 118 | 119 | 120 | 121 | 122 | 123 | 124 | 125 | 126 | 127 | 128 | 129 | 130 | 131 | 132 | 133 | 134 | 135 | 136 | 137 | 138 | 139 | 140 | 141 | 142 | 143 | 144 | 145 | 146 | 147 | 148 | 149 | -------------------------------------------------------------------------------- /crowdin.yml: -------------------------------------------------------------------------------- 1 | preserve_hierarchy: 1 2 | files: 3 | - source: /build/*/*.en.md 4 | translation: /%original_path%/%file_name%.%locale%.md 5 | translation_replace: 6 | .en: '' 7 | type: md 8 | languages_mapping: 9 | locale: 10 | ar: ar 11 | ar-SA: ar 12 | cs: cs 13 | cs-CZ: cs 14 | de: de 15 | de-DE: de 16 | es: es 17 | es-ES: es 18 | fr: fr 19 | fr-FR: fr 20 | ja: ja 21 | ja-JP: ja 22 | km: km 23 | km-KH: km 24 | ko: ko 25 | ko-KR: ko 26 | nl: nl 27 | nl-NL: nl 28 | pt: pt 29 | pt-PT: pt 30 | ru: ru 31 | ru-RU: ru 32 | zh-CN: zh-Hans 33 | zh-TW: zh-Hant 34 | - source: /build/*/*.en.jinja 35 | translation: /%original_path%/%file_name%.%locale%.jinja 36 | translation_replace: 37 | .en: '' 38 | type: md 39 | languages_mapping: 40 | locale: 41 | ar: ar 42 | ar-SA: ar 43 | cs: cs 44 | cs-CZ: cs 45 | de: de 46 | de-DE: de 47 | es: es 48 | es-ES: es 49 | fr: fr 50 | fr-FR: fr 51 | ja: ja 52 | ja-JP: ja 53 | km: km 54 | km-KH: km 55 | ko: ko 56 | ko-KR: ko 57 | nl: nl 58 | nl-NL: nl 59 | pt: pt 60 | pt-PT: pt 61 | ru: ru 62 | ru-RU: ru 63 | zh-CN: zh-Hans 64 | zh-TW: zh-Hant 65 | - source: /build/*.en.json 66 | translation: /build/%file_name%.%locale%.json 67 | translation_replace: 68 | .en: '' 69 | type: json 70 | languages_mapping: 71 | locale: 72 | ar: ar 73 | ar-SA: ar 74 | cs: cs 75 | cs-CZ: cs 76 | de: de 77 | de-DE: de 78 | es: es 79 | es-ES: es 80 | fr: fr 81 | fr-FR: fr 82 | ja: ja 83 | ja-JP: ja 84 | km: km 85 | km-KH: km 86 | ko: ko 87 | ko-KR: ko 88 | nl: nl 89 | nl-NL: nl 90 | pt: pt 91 | pt-PT: pt 92 | ru: ru 93 | ru-RU: ru 94 | zh-CN: zh-Hans 95 | zh-TW: zh-Hant 96 | - source: /docs/index.md 97 | translation: /docs/%locale%/%original_file_name% 98 | type: md 99 | languages_mapping: 100 | locale: 101 | ar: ar 102 | ar-SA: ar 103 | cs: cs 104 | cs-CZ: cs 105 | de: de 106 | de-DE: de 107 | es: es 108 | es-ES: es 109 | fr: fr 110 | fr-FR: fr 111 | ja: ja 112 | ja-JP: ja 113 | km: km 114 | km-KH: km 115 | ko: ko 116 | ko-KR: ko 117 | nl: nl 118 | nl-NL: nl 119 | pt: pt 120 | pt-PT: pt 121 | ru: ru 122 | ru-RU: ru 123 | zh-CN: zh-Hans 124 | zh-TW: zh-Hant 125 | - source: /docs/namespace/index.md 126 | translation: /docs/%locale%/namespace/%original_file_name% 127 | type: md 128 | languages_mapping: 129 | locale: 130 | ar: ar 131 | ar-SA: ar 132 | cs: cs 133 | cs-CZ: cs 134 | de: de 135 | de-DE: de 136 | es: es 137 | es-ES: es 138 | fr: fr 139 | fr-FR: fr 140 | ja: ja 141 | ja-JP: ja 142 | km: km 143 | km-KH: km 144 | ko: ko 145 | ko-KR: ko 146 | nl: nl 147 | nl-NL: nl 148 | pt: pt 149 | pt-PT: pt 150 | ru: ru 151 | ru-RU: ru 152 | zh-CN: zh-Hans 153 | zh-TW: zh-Hant 154 | - source: /docs/rdf/index.md 155 | translation: /docs/%locale%/rdf/%original_file_name% 156 | type: md 157 | languages_mapping: 158 | locale: 159 | ar: ar 160 | ar-SA: ar 161 | cs: cs 162 | cs-CZ: cs 163 | de: de 164 | de-DE: de 165 | es: es 166 | es-ES: es 167 | fr: fr 168 | fr-FR: fr 169 | ja: ja 170 | ja-JP: ja 171 | km: km 172 | km-KH: km 173 | ko: ko 174 | ko-KR: ko 175 | nl: nl 176 | nl-NL: nl 177 | pt: pt 178 | pt-PT: pt 179 | ru: ru 180 | ru-RU: ru 181 | zh-CN: zh-Hans 182 | zh-TW: zh-Hant 183 | - source: /docs/simple/index.md 184 | translation: /docs/%locale%/simple/%original_file_name% 185 | type: md 186 | languages_mapping: 187 | locale: 188 | ar: ar 189 | ar-SA: ar 190 | cs: cs 191 | cs-CZ: cs 192 | de: de 193 | de-DE: de 194 | es: es 195 | es-ES: es 196 | fr: fr 197 | fr-FR: fr 198 | ja: ja 199 | ja-JP: ja 200 | km: km 201 | km-KH: km 202 | ko: ko 203 | ko-KR: ko 204 | nl: nl 205 | nl-NL: nl 206 | pt: pt 207 | pt-PT: pt 208 | ru: ru 209 | ru-RU: ru 210 | zh-CN: zh-Hans 211 | zh-TW: zh-Hant 212 | - source: /docs/text/index.md 213 | translation: /docs/%locale%/text/%original_file_name% 214 | type: md 215 | languages_mapping: 216 | locale: 217 | ar: ar 218 | ar-SA: ar 219 | cs: cs 220 | cs-CZ: cs 221 | de: de 222 | de-DE: de 223 | es: es 224 | es-ES: es 225 | fr: fr 226 | fr-FR: fr 227 | ja: ja 228 | ja-JP: ja 229 | km: km 230 | km-KH: km 231 | ko: ko 232 | ko-KR: ko 233 | nl: nl 234 | nl-NL: nl 235 | pt: pt 236 | pt-PT: pt 237 | ru: ru 238 | ru-RU: ru 239 | zh-CN: zh-Hans 240 | zh-TW: zh-Hant 241 | - source: /docs/xml/index.md 242 | translation: /docs/%locale%/xml/%original_file_name% 243 | type: md 244 | languages_mapping: 245 | locale: 246 | ar: ar 247 | ar-SA: ar 248 | cs: cs 249 | cs-CZ: cs 250 | de: de 251 | de-DE: de 252 | es: es 253 | es-ES: es 254 | fr: fr 255 | fr-FR: fr 256 | ja: ja 257 | ja-JP: ja 258 | km: km 259 | km-KH: km 260 | ko: ko 261 | ko-KR: ko 262 | nl: nl 263 | nl-NL: nl 264 | pt: pt 265 | pt-PT: pt 266 | ru: ru 267 | ru-RU: ru 268 | zh-CN: zh-Hans 269 | zh-TW: zh-Hant 270 | - source: /docs/_data/navigation.json 271 | translation: /%original_path%/%file_name%_%locale%.json 272 | type: json 273 | languages_mapping: 274 | locale: 275 | ar: ar 276 | ar-SA: ar 277 | cs: cs 278 | cs-CZ: cs 279 | de: de 280 | de-DE: de 281 | es: es 282 | es-ES: es 283 | fr: fr 284 | fr-FR: fr 285 | ja: ja 286 | ja-JP: ja 287 | km: km 288 | km-KH: km 289 | ko: ko 290 | ko-KR: ko 291 | nl: nl 292 | nl-NL: nl 293 | pt: pt 294 | pt-PT: pt 295 | ru: ru 296 | ru-RU: ru 297 | zh-CN: zh-Hans 298 | zh-TW: zh-Hant 299 | -------------------------------------------------------------------------------- /docs/Gemfile.lock: -------------------------------------------------------------------------------- 1 | GEM 2 | remote: https://rubygems.org/ 3 | specs: 4 | activesupport (6.0.6) 5 | concurrent-ruby (~> 1.0, >= 1.0.2) 6 | i18n (>= 0.7, < 2) 7 | minitest (~> 5.1) 8 | tzinfo (~> 1.1) 9 | zeitwerk (~> 2.2, >= 2.2.2) 10 | addressable (2.8.1) 11 | public_suffix (>= 2.0.2, < 6.0) 12 | coffee-script (2.4.1) 13 | coffee-script-source 14 | execjs 15 | coffee-script-source (1.11.1) 16 | colorator (1.1.0) 17 | commonmarker (0.23.6) 18 | concurrent-ruby (1.1.10) 19 | dnsruby (1.61.9) 20 | simpleidn (~> 0.1) 21 | em-websocket (0.5.3) 22 | eventmachine (>= 0.12.9) 23 | http_parser.rb (~> 0) 24 | ethon (0.15.0) 25 | ffi (>= 1.15.0) 26 | eventmachine (1.2.7) 27 | execjs (2.8.1) 28 | faraday (2.6.0) 29 | faraday-net_http (>= 2.0, < 3.1) 30 | ruby2_keywords (>= 0.0.4) 31 | faraday-net_http (3.0.1) 32 | ffi (1.15.5) 33 | forwardable-extended (2.6.0) 34 | gemoji (3.0.1) 35 | github-pages (227) 36 | github-pages-health-check (= 1.17.9) 37 | jekyll (= 3.9.2) 38 | jekyll-avatar (= 0.7.0) 39 | jekyll-coffeescript (= 1.1.1) 40 | jekyll-commonmark-ghpages (= 0.2.0) 41 | jekyll-default-layout (= 0.1.4) 42 | jekyll-feed (= 0.15.1) 43 | jekyll-gist (= 1.5.0) 44 | jekyll-github-metadata (= 2.13.0) 45 | jekyll-include-cache (= 0.2.1) 46 | jekyll-mentions (= 1.6.0) 47 | jekyll-optional-front-matter (= 0.3.2) 48 | jekyll-paginate (= 1.1.0) 49 | jekyll-readme-index (= 0.3.0) 50 | jekyll-redirect-from (= 0.16.0) 51 | jekyll-relative-links (= 0.6.1) 52 | jekyll-remote-theme (= 0.4.3) 53 | jekyll-sass-converter (= 1.5.2) 54 | jekyll-seo-tag (= 2.8.0) 55 | jekyll-sitemap (= 1.4.0) 56 | jekyll-swiss (= 1.0.0) 57 | jekyll-theme-architect (= 0.2.0) 58 | jekyll-theme-cayman (= 0.2.0) 59 | jekyll-theme-dinky (= 0.2.0) 60 | jekyll-theme-hacker (= 0.2.0) 61 | jekyll-theme-leap-day (= 0.2.0) 62 | jekyll-theme-merlot (= 0.2.0) 63 | jekyll-theme-midnight (= 0.2.0) 64 | jekyll-theme-minimal (= 0.2.0) 65 | jekyll-theme-modernist (= 0.2.0) 66 | jekyll-theme-primer (= 0.6.0) 67 | jekyll-theme-slate (= 0.2.0) 68 | jekyll-theme-tactile (= 0.2.0) 69 | jekyll-theme-time-machine (= 0.2.0) 70 | jekyll-titles-from-headings (= 0.5.3) 71 | jemoji (= 0.12.0) 72 | kramdown (= 2.3.2) 73 | kramdown-parser-gfm (= 1.1.0) 74 | liquid (= 4.0.3) 75 | mercenary (~> 0.3) 76 | minima (= 2.5.1) 77 | nokogiri (>= 1.13.6, < 2.0) 78 | rouge (= 3.26.0) 79 | terminal-table (~> 1.4) 80 | github-pages-health-check (1.17.9) 81 | addressable (~> 2.3) 82 | dnsruby (~> 1.60) 83 | octokit (~> 4.0) 84 | public_suffix (>= 3.0, < 5.0) 85 | typhoeus (~> 1.3) 86 | html-pipeline (2.14.2) 87 | activesupport (>= 2) 88 | nokogiri (>= 1.4) 89 | http_parser.rb (0.8.0) 90 | i18n (0.9.5) 91 | concurrent-ruby (~> 1.0) 92 | jekyll (3.9.2) 93 | addressable (~> 2.4) 94 | colorator (~> 1.0) 95 | em-websocket (~> 0.5) 96 | i18n (~> 0.7) 97 | jekyll-sass-converter (~> 1.0) 98 | jekyll-watch (~> 2.0) 99 | kramdown (>= 1.17, < 3) 100 | liquid (~> 4.0) 101 | mercenary (~> 0.3.3) 102 | pathutil (~> 0.9) 103 | rouge (>= 1.7, < 4) 104 | safe_yaml (~> 1.0) 105 | jekyll-avatar (0.7.0) 106 | jekyll (>= 3.0, < 5.0) 107 | jekyll-coffeescript (1.1.1) 108 | coffee-script (~> 2.2) 109 | coffee-script-source (~> 1.11.1) 110 | jekyll-commonmark (1.4.0) 111 | commonmarker (~> 0.22) 112 | jekyll-commonmark-ghpages (0.2.0) 113 | commonmarker (~> 0.23.4) 114 | jekyll (~> 3.9.0) 115 | jekyll-commonmark (~> 1.4.0) 116 | rouge (>= 2.0, < 4.0) 117 | jekyll-default-layout (0.1.4) 118 | jekyll (~> 3.0) 119 | jekyll-feed (0.15.1) 120 | jekyll (>= 3.7, < 5.0) 121 | jekyll-gist (1.5.0) 122 | octokit (~> 4.2) 123 | jekyll-github-metadata (2.13.0) 124 | jekyll (>= 3.4, < 5.0) 125 | octokit (~> 4.0, != 4.4.0) 126 | jekyll-include-cache (0.2.1) 127 | jekyll (>= 3.7, < 5.0) 128 | jekyll-mentions (1.6.0) 129 | html-pipeline (~> 2.3) 130 | jekyll (>= 3.7, < 5.0) 131 | jekyll-optional-front-matter (0.3.2) 132 | jekyll (>= 3.0, < 5.0) 133 | jekyll-paginate (1.1.0) 134 | jekyll-readme-index (0.3.0) 135 | jekyll (>= 3.0, < 5.0) 136 | jekyll-redirect-from (0.16.0) 137 | jekyll (>= 3.3, < 5.0) 138 | jekyll-relative-links (0.6.1) 139 | jekyll (>= 3.3, < 5.0) 140 | jekyll-remote-theme (0.4.3) 141 | addressable (~> 2.0) 142 | jekyll (>= 3.5, < 5.0) 143 | jekyll-sass-converter (>= 1.0, <= 3.0.0, != 2.0.0) 144 | rubyzip (>= 1.3.0, < 3.0) 145 | jekyll-sass-converter (1.5.2) 146 | sass (~> 3.4) 147 | jekyll-seo-tag (2.8.0) 148 | jekyll (>= 3.8, < 5.0) 149 | jekyll-sitemap (1.4.0) 150 | jekyll (>= 3.7, < 5.0) 151 | jekyll-swiss (1.0.0) 152 | jekyll-theme-architect (0.2.0) 153 | jekyll (> 3.5, < 5.0) 154 | jekyll-seo-tag (~> 2.0) 155 | jekyll-theme-cayman (0.2.0) 156 | jekyll (> 3.5, < 5.0) 157 | jekyll-seo-tag (~> 2.0) 158 | jekyll-theme-dinky (0.2.0) 159 | jekyll (> 3.5, < 5.0) 160 | jekyll-seo-tag (~> 2.0) 161 | jekyll-theme-hacker (0.2.0) 162 | jekyll (> 3.5, < 5.0) 163 | jekyll-seo-tag (~> 2.0) 164 | jekyll-theme-leap-day (0.2.0) 165 | jekyll (> 3.5, < 5.0) 166 | jekyll-seo-tag (~> 2.0) 167 | jekyll-theme-merlot (0.2.0) 168 | jekyll (> 3.5, < 5.0) 169 | jekyll-seo-tag (~> 2.0) 170 | jekyll-theme-midnight (0.2.0) 171 | jekyll (> 3.5, < 5.0) 172 | jekyll-seo-tag (~> 2.0) 173 | jekyll-theme-minimal (0.2.0) 174 | jekyll (> 3.5, < 5.0) 175 | jekyll-seo-tag (~> 2.0) 176 | jekyll-theme-modernist (0.2.0) 177 | jekyll (> 3.5, < 5.0) 178 | jekyll-seo-tag (~> 2.0) 179 | jekyll-theme-primer (0.6.0) 180 | jekyll (> 3.5, < 5.0) 181 | jekyll-github-metadata (~> 2.9) 182 | jekyll-seo-tag (~> 2.0) 183 | jekyll-theme-slate (0.2.0) 184 | jekyll (> 3.5, < 5.0) 185 | jekyll-seo-tag (~> 2.0) 186 | jekyll-theme-tactile (0.2.0) 187 | jekyll (> 3.5, < 5.0) 188 | jekyll-seo-tag (~> 2.0) 189 | jekyll-theme-time-machine (0.2.0) 190 | jekyll (> 3.5, < 5.0) 191 | jekyll-seo-tag (~> 2.0) 192 | jekyll-titles-from-headings (0.5.3) 193 | jekyll (>= 3.3, < 5.0) 194 | jekyll-watch (2.2.1) 195 | listen (~> 3.0) 196 | jemoji (0.12.0) 197 | gemoji (~> 3.0) 198 | html-pipeline (~> 2.2) 199 | jekyll (>= 3.0, < 5.0) 200 | kramdown (2.3.2) 201 | rexml 202 | kramdown-parser-gfm (1.1.0) 203 | kramdown (~> 2.0) 204 | liquid (4.0.3) 205 | listen (3.7.1) 206 | rb-fsevent (~> 0.10, >= 0.10.3) 207 | rb-inotify (~> 0.9, >= 0.9.10) 208 | mercenary (0.3.6) 209 | minima (2.5.1) 210 | jekyll (>= 3.5, < 5.0) 211 | jekyll-feed (~> 0.9) 212 | jekyll-seo-tag (~> 2.1) 213 | minitest (5.16.3) 214 | nokogiri (1.13.8-arm64-darwin) 215 | racc (~> 1.4) 216 | nokogiri (1.13.8-x86_64-darwin) 217 | racc (~> 1.4) 218 | octokit (4.25.1) 219 | faraday (>= 1, < 3) 220 | sawyer (~> 0.9) 221 | pathutil (0.16.2) 222 | forwardable-extended (~> 2.6) 223 | public_suffix (4.0.7) 224 | racc (1.6.0) 225 | rb-fsevent (0.11.2) 226 | rb-inotify (0.10.1) 227 | ffi (~> 1.0) 228 | rexml (3.2.5) 229 | rouge (3.26.0) 230 | ruby2_keywords (0.0.5) 231 | rubyzip (2.3.2) 232 | safe_yaml (1.0.5) 233 | sass (3.7.4) 234 | sass-listen (~> 4.0.0) 235 | sass-listen (4.0.0) 236 | rb-fsevent (~> 0.9, >= 0.9.4) 237 | rb-inotify (~> 0.9, >= 0.9.7) 238 | sawyer (0.9.2) 239 | addressable (>= 2.3.5) 240 | faraday (>= 0.17.3, < 3) 241 | simpleidn (0.2.1) 242 | unf (~> 0.1.4) 243 | terminal-table (1.8.0) 244 | unicode-display_width (~> 1.1, >= 1.1.1) 245 | thread_safe (0.3.6) 246 | typhoeus (1.4.0) 247 | ethon (>= 0.9.0) 248 | tzinfo (1.2.10) 249 | thread_safe (~> 0.1) 250 | unf (0.1.4) 251 | unf_ext 252 | unf_ext (0.0.8.2) 253 | unicode-display_width (1.8.0) 254 | webrick (1.8.1) 255 | zeitwerk (2.6.1) 256 | 257 | PLATFORMS 258 | arm64-darwin-22 259 | x86_64-darwin-18 260 | 261 | DEPENDENCIES 262 | github-pages 263 | webrick (~> 1.7) 264 | 265 | BUNDLED WITH 266 | 2.3.23 267 | -------------------------------------------------------------------------------- /docs/list/changes.md: -------------------------------------------------------------------------------- 1 | # Changes made in the 2023-08-21 version of DwC 2 | 3 | NOTE: dates given in the documents will be updated to the actual ratification date once it is complete. 4 | 5 | ## 1. New terms added (change process and Executive approval required) 6 | 7 | Note: The IRI analogs of new terms (in the dwciri: namespace) are not shown. Their definitions are identical to the dwc: analogs. 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 57 | 58 | 59 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 |
Term Name dwc:MaterialEntity
Term IRIhttp://rs.tdwg.org/dwc/terms/MaterialEntity
Modified2023-08-18
Term version IRIhttp://rs.tdwg.org/dwc/terms/version/MaterialEntity-2023-08-18
LabelMaterial Entity
DefinitionAn entity that can be identified, exists for some period of time, and consists in whole or in part of physical matter while it exists.
NotesThe term is defined at the most general level to admit descriptions of any subtype of material entity within the scope of Darwin Core. In particular, any kind of material sample, preserved specimen, fossil, or exemplar from living collections is intended to be subsumed under this term.
Examples
    43 |
  • an instance of a fossil
  • 44 |
  • an instance of a herbarium sheet with its attached plant specimen
  • 45 |
  • a particular part of the plant-derived material affixed to a herbarium sheet
  • 46 |
  • an instance of a frozen tissue sample
  • 47 |
  • a specific water sample
  • 48 |
  • an instance of a meteorite fragment
  • 49 |
  • a particular wolf in a zoo
  • 50 |
  • a particular pack of wolves in the wild
  • 51 |
  • an isolated molecule of DNA
  • 52 |
  • a specific deep-frozen DNA sample
  • 53 |
  • a particular field notebook
  • 54 |
  • a particular paper page from a field notebook
  • 55 |
  • an instance of a printed photograph
  • 56 |
ABCD equivalenceNone (Specimen Unit, when used to denote a class of things, appears to be a broadly construed subclass.)
TypeClass
68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | 90 | 91 | 92 | 93 | 94 | 95 | 96 | 97 | 98 | 99 | 100 | 101 | 102 | 103 | 104 | 105 | 106 | 107 | 108 | 109 | 110 | 111 | 112 | 113 |
Term Name dwc:materialEntityID
Term IRIhttp://rs.tdwg.org/dwc/terms/materialEntityID
Modified2023-08-18
Term version IRIhttp://rs.tdwg.org/dwc/terms/version/materialEntityID-2023-08-18
LabelMaterial Entity ID
DefinitionAn identifier for a particular instance of a MaterialEntity.
NotesValues of dwc:materialEntityID are intended to uniquely and persistently identify a particular dwc:MaterialEntity within some context. Examples of context include a particular sample collection, an organization, or the worldwide scale. Recommended best practice is to use a persistent, globally unique identifier. The identifier is bound to a physical object (the dwc:MaterialEntity) as opposed to a particular digital record (representation) of that physical object.
Examples06809dc5-f143-459a-be1a-6f03e63fc083
ABCD equivalenceUnit/UnitGUID or Unit/UnitID
TypeProperty
114 | 115 | 116 | 117 | 118 | 119 | 120 | 121 | 122 | 123 | 124 | 125 | 126 | 127 | 128 | 129 | 130 | 131 | 132 | 133 | 134 | 135 | 136 | 137 | 138 | 139 | 140 | 141 | 142 | 143 | 144 | 148 | 149 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 |
Term Name dwc:materialEntityRemarks
Term IRIhttp://rs.tdwg.org/dwc/terms/materialEntityRemarks
Modified2023-08-18
Term version IRIhttp://rs.tdwg.org/dwc/terms/version/materialEntityRemarks-2023-08-18
LabelMaterial Entity Remarks
DefinitionComments or notes about the MaterialEntity instance.
Examples
    145 |
  • found in association with charred remains
  • 146 |
  • some original fragments missing
  • 147 |
ABCD equivalenceDataSets/DataSet/Units/Unit/Notes
TypeProperty
159 | 160 | ## 2. Term changes (Not all involved changes to normative content that required a public review, but all were included in the review anyway) 161 | 162 | These changes included situations where: 163 | 164 | - dwc:MaterialEntity replaced dwc:MaterialSample, dwc:Occurrence or "cataloged item" in the term metadata, 165 | - where dwc:MaterialEntity was added to the list of possible classes, 166 | - or where an example that was previously described as a dwc:MaterialSample is now described as dwc:MaterialEntity. 167 | 168 | Terms involved: dwc:basisOfRecord, dcterms:references, dwc:associatedSequences, dwc:disposition, dwc:preparations, dwc:verbatimLabel, dwc:vitality, dwc:ResourceRelationship, dwc:MeasurementOrFact, and many of the geochronological and stratigraphic terms, see https://github.com/tdwg/dwc/milestone/18 for the full list. 169 | 170 | Several terms are now organized under the new dwc:MaterialEntity class rather than the dwc:Occurrence class: dwc:disposition, dwc:preparations, and dwc:verbatimLabel. 171 | 172 | Here's an example of a change from "cataloged item" to "dwc:MaterialEntity" in a term definition: 173 | 174 | **Before** 175 | 176 | 177 | 178 | 179 | 180 | 181 | 182 | 183 | 184 | 185 | 186 | 187 | 188 | 189 | 190 | 191 | 192 | 193 | 194 | 195 | 196 | 197 | 198 | 199 | 200 | 201 | 202 | 203 | 204 | 205 | 206 | 207 | 208 | 209 | 210 | 211 | 212 | 213 | 214 | 215 | 216 |
Term Name dwc:lithostratigraphicTerms
Term IRIhttp://rs.tdwg.org/dwc/terms/lithostratigraphicTerms
Modified2017-10-06
Term version IRIhttp://rs.tdwg.org/dwc/terms/version/lithostratigraphicTerms-2017-10-06
LabelLithostratigraphic Terms
DefinitionThe combination of all litho-stratigraphic names for the rock from which the cataloged item was collected.
ExamplesPleistocene-Weichselien
ABCD equivalenceDataSets/DataSet/Units/Unit/Gathering/Stratigraphy/LithostratigraphicTerms
TypeProperty
217 | 218 | 219 | **After** 220 | 221 | 222 | 223 | 224 | 225 | 226 | 227 | 228 | 229 | 230 | 231 | 232 | 233 | 234 | 235 | 236 | 237 | 238 | 239 | 240 | 241 | 242 | 243 | 244 | 245 | 246 | 247 | 248 | 249 | 250 | 251 | 252 | 253 | 254 | 255 | 256 | 257 | 258 | 259 | 260 | 261 |
Term Name dwc:lithostratigraphicTerms
Term IRIhttp://rs.tdwg.org/dwc/terms/lithostratigraphicTerms
Modified2023-08-18
Term version IRIhttp://rs.tdwg.org/dwc/terms/version/lithostratigraphicTerms-2023-08-18
LabelLithostratigraphic Terms
DefinitionThe combination of all litho-stratigraphic names for the rock from which the dwc:MaterialEntity was collected.
ExamplesPleistocene-Weichselien
ABCD equivalencenot in ABCD
TypeProperty
262 | 263 | ------------- 264 | 265 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Darwin Core 2 | 3 | Darwin Core is a standard maintained by the [Darwin Core Maintenance Interest Group](https://www.tdwg.org/standards/dwc/#maintenance%20group). 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. 4 | 5 | ## Getting started 6 | 7 | [Darwin Core Quick Reference Guide](https://dwc.tdwg.org/terms/) 8 | 9 | Documents: 10 | 11 | - [List of terms document](https://dwc.tdwg.org/list/): Comprehensive metadata for current and obsolete terms in human readable form 12 | - [Complete term history table](vocabulary/term_versions.csv): A CSV file with the full version history of Darwin Core terms 13 | - [Distribution documents](dist/): Simple CSV files to start using Darwin Core 14 | - [Website documents](docs/): Markdown files that form the source for the [Darwin Core website](https://dwc.tdwg.org/) 15 | 16 | Community: 17 | 18 | - [How to contribute](.github/CONTRIBUTING.md): a guide on how to contribute to Darwin Core 19 | - [Darwin Core Q&A](https://github.com/tdwg/dwc-qa): an open forum on the use of Darwin Core 20 | 21 | ## Repo structure 22 | 23 | The repository structure is described below. Files/directories indicated with `GENERATED` should not be edited manually. 24 | 25 | ``` 26 | ├── .github 27 | │ ├── ISSUE_TEMPLATE : Directory of issue templates generated by GitHub 28 | │ └── CONTRIBUTING.md : Guide on how to contribute, create issues, etc. 29 | │ 30 | ├── build 31 | │ ├── build_other_doc_header.py : Script to build non-list of terms documents from their editable templates 32 | │ ├── build-derivatives.py : Build script to generate distribution files from the normative document 33 | │ ├── build-termlist.py : Script to build Markdown pages that provide term metadata for complex vocabularies 34 | │ ├── doe-template : Templates for the degreeOfEstablishment controlled vocabulary document 35 | │ ├── dwc_terms_guides_rdf : Directory containing editable template for generating RDF guide 36 | │ ├── dwc_terms_guides_text : Directory containing editable template for generating text guide 37 | │ ├── dwc_terms_guides_xml : Directory containing editable template for generating XML guide 38 | │ ├── dwc_terms_namespace : Directory containing editable template for generating namespace policy 39 | │ ├── dwc_terms_simple : Directory containing editable template for generating Simple DwC guide 40 | │ ├── em-template : Templates for the establishmentMeans controlled vocabulary document 41 | │ ├── ext : Directory for GENERATED XML extension definitions 42 | │ ├── generate_term_versions.py : Script to build the terms_versions.csv file 43 | │ ├── list-template : Templates for the generated term list document 44 | │ ├── pw-template : Templates for the pathway controlled vocabulary document 45 | │ ├── qrg-list.csv : List of the term IRIs in the order that they are to appear in the Quick Reference Guide 46 | │ ├── qrg-template/terms.en.jinja : A Jinja2 template to format the Quick Reference Guide 47 | │ ├── README.md : Workflow for generating a new version of the vocabulary 48 | │ ├── requirements.txt : List of libraries required by the build scripts 49 | │ ├── termlist-dictionary.en.json : Values available for translation for term list documents. 50 | │ ├── update_previous_doc.py : Script to move current doc to a version and update version links in it 51 | │ ├── workflow_diagram.png : Figure used in README.md to show how to create a new version of the standard 52 | │ └── xml : Directory of build script and configs for XML extension definitions 53 | │ 54 | ├── dist : GENERATED Distribution files generated by build-derivatives.py 55 | │ ├── all_dwc_vertical.csv : GENERATED CSV file with all Darwin Core terms as a column 56 | │ ├── simple_dwc_horizontal.csv : GENERATED CSV file with Simple Darwin Core terms as a row 57 | │ └── simple_dwc_vertical.csv : GENERATED CSV file with Simple Darwin Core terms as a column 58 | │ 59 | ├── docs ('+' means GENERATED, ':' means manually maintained) 60 | │ ├── ar, cs, etc + Translations of the English pages, managed by Crowdin 61 | │ ├── CNAME : Canonical Name record for dwc.tdwg.org 62 | │ ├── _config.yml : Jekyll site configuration 63 | │ ├── _data : Website navigation and footer 64 | │ ├── doe + Degree of Establishment Controlled Vocabulary List of Terms 65 | │ ├── em + Establishment Means Controlled Vocabulary List of Terms 66 | │ ├── examples : Longer examples linked from other documents 67 | │ ├── favicon.ico : Web page icon 68 | │ ├── Gemfile : Ruby Gem configuration 69 | │ ├── Gemfile.lock : Ruby Gem configuration 70 | │ ├── _includes : (Temporary) override of the theme footer to add analytics 71 | │ ├── index.md : Website home page (manually maintained) 72 | │ ├── list + Darwin Core List of Terms documents 73 | │ ├── namespace : Darwin Core namespace policy 74 | │ ├── pw + Pathway Controlled Vocabulary List of Terms 75 | │ ├── rdf : Darwin Core RDF Guide 76 | │ ├── _sass : Stylesheets 77 | │ ├── simple : Simple Darwin Core Guide 78 | │ ├── terms + GENERATED Quick Reference Guide 79 | │ ├── text : Darwin Core Text Guide (Darwin Core Archive specification) 80 | │ └── xml : Darwin Core XML Guide 81 | │ 82 | ├── vocabulary 83 | │ └── term_versions.csv : GENERATED Darwin Core term versions, contains the complete history of the terms 84 | │ 85 | ├── .gitignore : Files and directories to be ignored by git 86 | ├── crowdin.yml : Crowdin Git integration configuration 87 | ├── LICENSE : Repository license 88 | └── README.md : Description of this repository 89 | ``` 90 | 91 | ## Term and website translation 92 | 93 | ### For users 94 | 95 | The Darwin Core website is available in multiple languages, see the "文A" menu. 96 | 97 | Translations in machine-readable format are in the [rs.tdwg.org repository](https://github.com/tdwg/rs.tdwg.org), you will need three files: 98 | 99 | * [terms/terms-translations.csv](https://github.com/tdwg/rs.tdwg.org/blob/master/terms/terms-translations.csv) 100 | * [dc-for-dwc/dc-for-dwc-translations.csv](https://github.com/tdwg/rs.tdwg.org/blob/master/dc-for-dwc/dc-for-dwc-translations.csv) 101 | * [dcterms-for-dwc/dcterms-for-dwc-translations.csv](https://github.com/tdwg/rs.tdwg.org/blob/master/dcterms-for-dwc/dcterms-for-dwc-translations.csv) 102 | 103 | ### For translators 104 | 105 | Translations are managed within Crowdin, which makes it easy to keep up with any changes to Darwin Core. If you wish to contribute please go to the [Crowdin project](https://crowdin.com/project/darwin-core) and request to join, then email the Darwin Core Maintenance Group. 106 | 107 | The Crowdin project has two sections: 108 | 109 | * `[tdwg.rs.tdwg.org] translations` – this contains term definitions for several standards. Darwin Core's definitions are in the files `terms`, `dc-for-dwc` and `dcterms-for-dwc`, and the vocabularies are in the files `establishmentMeans`, `degreeOfEstablishment` and `pathway`. 110 | * `[tdwg.dwc] master` — this contains the website, such as the home page, navigation menu, and the text surrounding the lists of terms. 111 | 112 | Translating `navigation.json` first is recommended, as you will then be able to browse the preview site at https://dwc-translation-preview.tdwg.org/. 113 | 114 | To avoid conflicts, **edits to translations should only be made in Crowdin**. 115 | 116 | ### For developers of this website 117 | 118 | Translations of term data (labels, definitions, examples, comments) are retrieved from the [rs.tdwg.org repository](https://github.com/tdwg/rs.tdwg.org), see [rs.tdwg.org/TRANSLATIONS.md](https://github.com/tdwg/rs.tdwg.org/blob/master/TRANSLATIONS.md) for details on that process. 119 | 120 | Translations of the rest of the Darwin Core website (guides, prose sections, navigation menu etc) is managed here. [crowdin.yml](crowdin.yml) configures files required for translation, and as content is translated Crowdin will create pull requests. The only manual edits required are for building a new language (configured at the top of [build/build-termlist.py](build/build-termlist.py) and, once the translation is ready, adding it to the end of the [navigation menu](docs/_data/navigation.json). 121 | 122 | GitHub Actions are configured to rebuild the website automatically as translations are created and updated. Changes are automatically deployed to https://dwc-translation-preview.tdwg.org/, when the pull request is approved they will appear on https://dwc.tdwg.org/. (Note if the navigation menu hasn't been translated it will be necessary to edit the URL to get to each page.) 123 | 124 | ## Contributors 125 | 126 | [List of contributors](https://github.com/tdwg/dwc/contributors) 127 | 128 | ## License 129 | 130 | [Creative Commons Attribution 4.0 International License](http://creativecommons.org/licenses/by/4.0/) 131 | 132 | ## Recommended citation 133 | 134 | For Darwin Core in general, consider the peer-reviewed article on Darwin Core: 135 | 136 | > 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 137 | 138 | For this repository: 139 | 140 | > Darwin Core Maintenance Interest Group, Biodiversity Information Standards (TDWG) (2014). Darwin Core. Zenodo. https://doi.org/10.5281/zenodo.592792 141 | 142 | 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. 143 | -------------------------------------------------------------------------------- /docs/em/2020-10-13.md: -------------------------------------------------------------------------------- 1 | # Establishment Means Controlled Vocabulary List of Terms 2 | 3 | Title 4 | : Establishment Means Controlled Vocabulary List of Terms 5 | 6 | Namespace URI 7 | : 8 | 9 | Preferred namespace abbreviation 10 | : dwcem: 11 | 12 | Date version issued 13 | : 2020-10-13 14 | 15 | Date created 16 | : 2020-10-13 17 | 18 | Part of TDWG Standard 19 | : 20 | 21 | This document version 22 | : 23 | 24 | Latest version of document 25 | : 26 | 27 | Replaced by 28 | : 29 | 30 | Abstract 31 | : The Darwin Core term `establishmentMeans` provides information about whether an organism or organisms have been introduced to a given place and time through the direct or indirect activity of modern humans. The Establishment Means Controlled Vocabulary provides terms that should be used as values for `dwc:establishmentMeans` and `dwciri:establishmentMeans`. 32 | 33 | Contributors 34 | : Quentin Groom, Peter Desmet, Lien Reyserhove, Tim Adriaens, Damiano Oldoni, Sonia Vanderhoeven, Steven J Baskauf, Arthur Chapman, Melodie McGeoch, Ramona Walls, John Wieczorek, John R.U. Wilson, Paula F Zermoglio, Annie Simpson 35 | 36 | Creator 37 | : TDWG Darwin Core Maintenance Group 38 | 39 | Bibliographic citation 40 | : Darwin Core Maintenance Group. 2020. Establishment Means Controlled Vocabulary List of Terms. Biodiversity Information Standards (TDWG). 41 | 42 | 43 | ## 1 Introduction 44 | 45 | This document includes terms intended to be used as a controlled value for Darwin Core terms with local name `establishmentMeans`. For details and rationale, see Groom et al. 2019. Improving Darwin Core for research and management of alien species. 46 | 47 | ### 1.1 Status of the content of this document 48 | 49 | In Section 4, the values of the `Term IRI`, `Definition`, and `Controlled value` are normative. The value of `Usage` (if it exists for a given term) is normative. The values of `Term Name` are non-normative, although one can expect that the namespace abbreviation prefix is one commonly used for the term namespace. `Label` and the values of all other properties (such as `Notes`) are non-normative. 50 | 51 | ### 1.2 RFC 2119 key words 52 | The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in [RFC 2119](https://tools.ietf.org/html/rfc2119). 53 | 54 | ## 2 Use of Terms 55 | 56 | Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https://dwc.tdwg.org/rdf/#143-use-of-darwin-core-terms-in-rdf-normative), term IRIs MUST be used as values of `dwciri:establishmentMeans`. Controlled value strings MUST be used as values of `dwc:establishmentMeans`. 57 | 58 | ## 3 Term index 59 | 60 | 61 | [establishmentMeans controlled concept scheme](#dwcem_e) | 62 | [introduced (alien, exotic, non-native, nonindigenous)](#dwcem_e003) | 63 | [introduced: assisted colonisation](#dwcem_e004) | 64 | [native (indigenous)](#dwcem_e001) | 65 | [native: reintroduced](#dwcem_e002) | 66 | [uncertain (unknown, cryptogenic)](#dwcem_e006) | 67 | [vagrant (casual)](#dwcem_e005) 68 | 69 | ## 4 Vocabulary 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | 90 | 91 | 92 | 93 | 94 | 95 | 96 | 97 | 98 | 99 | 100 | 101 | 102 | 103 | 104 | 105 | 106 |
Term Name dwcem:e
Term IRIhttp://rs.tdwg.org/dwcem/values/e
Modified2020-10-13
Term version IRIhttp://rs.tdwg.org/dwcem/values/version/e-2020-10-13
LabelestablishmentMeans controlled concept scheme
DefinitionA SKOS Concept Scheme to be used as a controlled vocabulary for the Darwin Core terms dwc:establishmentMeans and dwciri:establishmentMeans
Typehttp://www.w3.org/2004/02/skos/core#ConceptScheme
Executive Committee decisionhttp://rs.tdwg.org/decisions/decision-2020-10-13_24
107 | 108 | 109 | 110 | 111 | 112 | 113 | 114 | 115 | 116 | 117 | 118 | 119 | 120 | 121 | 122 | 123 | 124 | 125 | 126 | 127 | 128 | 129 | 130 | 131 | 132 | 133 | 134 | 135 | 136 | 137 | 138 | 139 | 140 | 141 | 142 | 143 | 144 | 145 | 146 | 147 | 148 | 149 | 150 | 151 | 152 |
Term Name dwcem:e001
Term IRIhttp://rs.tdwg.org/dwcem/values/e001
Modified2020-10-13
Term version IRIhttp://rs.tdwg.org/dwcem/values/version/e001-2020-10-13
Labelnative (indigenous)
DefinitionA taxon occurring within its natural range
NotesWhat is considered native to an area varies with the biogeographic history of an area and the local interpretation of what is a "natural range".
Controlled valuenative
TypeConcept
Executive Committee decisionhttp://rs.tdwg.org/decisions/decision-2020-10-13_24
153 | 154 | 155 | 156 | 157 | 158 | 159 | 160 | 161 | 162 | 163 | 164 | 165 | 166 | 167 | 168 | 169 | 170 | 171 | 172 | 173 | 174 | 175 | 176 | 177 | 178 | 179 | 180 | 181 | 182 | 183 | 184 | 185 | 186 | 187 | 188 | 189 | 190 | 191 | 192 | 193 | 194 | 195 | 196 | 197 | 198 |
Term Name dwcem:e002
Term IRIhttp://rs.tdwg.org/dwcem/values/e002
Modified2020-10-13
Term version IRIhttp://rs.tdwg.org/dwcem/values/version/e002-2020-10-13
Labelnative: reintroduced
DefinitionA taxon re-established by direct introduction by humans into an area which was once part of its natural range, but from where it had become extinct.
NotesWhere a taxon has become extirpated from an area where it had naturally occurred it may be returned to that area deliberately with the intension of re-establishing it.
Controlled valuenativeReintroduced
TypeConcept
Executive Committee decisionhttp://rs.tdwg.org/decisions/decision-2020-10-13_24
199 | 200 | 201 | 202 | 203 | 204 | 205 | 206 | 207 | 208 | 209 | 210 | 211 | 212 | 213 | 214 | 215 | 216 | 217 | 218 | 219 | 220 | 221 | 222 | 223 | 224 | 225 | 226 | 227 | 228 | 229 | 230 | 231 | 232 | 233 | 234 | 235 | 236 | 237 | 238 | 239 | 240 | 241 | 242 | 243 | 244 |
Term Name dwcem:e003
Term IRIhttp://rs.tdwg.org/dwcem/values/e003
Modified2020-10-13
Term version IRIhttp://rs.tdwg.org/dwcem/values/version/e003-2020-10-13
Labelintroduced (alien, exotic, non-native, nonindigenous)
DefinitionEstablishment of a taxon by human agency into an area that is not part of its natural range
NotesOrganisms can be introduced to novel areas and habitats by human activity, either on purpose or by accident. Humans can also inadvertently create corridors that breakdown natural barriers to dispersal and allow organisms to spread beyond their natural range.
Controlled valueintroduced
TypeConcept
Executive Committee decisionhttp://rs.tdwg.org/decisions/decision-2020-10-13_24
245 | 246 | 247 | 248 | 249 | 250 | 251 | 252 | 253 | 254 | 255 | 256 | 257 | 258 | 259 | 260 | 261 | 262 | 263 | 264 | 265 | 266 | 267 | 268 | 269 | 270 | 271 | 272 | 273 | 274 | 275 | 276 | 277 | 278 | 279 | 280 | 281 | 282 | 283 | 284 | 285 | 286 | 287 | 288 | 289 | 290 |
Term Name dwcem:e004
Term IRIhttp://rs.tdwg.org/dwcem/values/e004
Modified2020-10-13
Term version IRIhttp://rs.tdwg.org/dwcem/values/version/e004-2020-10-13
Labelintroduced: assisted colonisation
DefinitionEstablishment of a taxon specifically with the intention of creating a self-sustaining wild population in an area that is not part of the taxon's natural range
NotesIn the event of environmental change and habitat destruction a conservation option is to introduce a taxon into an area it did not naturally occur
Controlled valueintroducedAssistedColonisation
TypeConcept
Executive Committee decisionhttp://rs.tdwg.org/decisions/decision-2020-10-13_24
291 | 292 | 293 | 294 | 295 | 296 | 297 | 298 | 299 | 300 | 301 | 302 | 303 | 304 | 305 | 306 | 307 | 308 | 309 | 310 | 311 | 312 | 313 | 314 | 315 | 316 | 317 | 318 | 319 | 320 | 321 | 322 | 323 | 324 | 325 | 326 | 327 | 328 | 329 | 330 | 331 | 332 | 333 | 334 | 335 | 336 |
Term Name dwcem:e005
Term IRIhttp://rs.tdwg.org/dwcem/values/e005
Modified2020-10-13
Term version IRIhttp://rs.tdwg.org/dwcem/values/version/e005-2020-10-13
Labelvagrant (casual)
DefinitionThe temporary occurrence of a taxon far outside its natural or migratory range.
NotesNatural events and human activity can disperse organisms unpredictably into places where they may stay or survive for a period.
Controlled valuevagrant
TypeConcept
Executive Committee decisionhttp://rs.tdwg.org/decisions/decision-2020-10-13_24
337 | 338 | 339 | 340 | 341 | 342 | 343 | 344 | 345 | 346 | 347 | 348 | 349 | 350 | 351 | 352 | 353 | 354 | 355 | 356 | 357 | 358 | 359 | 360 | 361 | 362 | 363 | 364 | 365 | 366 | 367 | 368 | 369 | 370 | 371 | 372 | 373 | 374 | 375 | 376 | 377 | 378 | 379 | 380 | 381 | 382 |
Term Name dwcem:e006
Term IRIhttp://rs.tdwg.org/dwcem/values/e006
Modified2020-10-13
Term version IRIhttp://rs.tdwg.org/dwcem/values/version/e006-2020-10-13
Labeluncertain (unknown, cryptogenic)
DefinitionThe origin of the occurrence of the taxon in an area is obscure
NotesWhen there is a lack of fossil or historical evidence for the occurrence of a taxon in an area it can be impossible to know if the taxon is new to the area or native.
Controlled valueuncertain
TypeConcept
Executive Committee decisionhttp://rs.tdwg.org/decisions/decision-2020-10-13_24
383 | 384 | 385 | --------------------------------------------------------------------------------