From 0d3a5ddf7eb73ac7462a141b076ec7456c624b11 Mon Sep 17 00:00:00 2001 From: TDWG translation account <93394989+TDWG-Crowdin@users.noreply.github.com> Date: Fri, 29 Oct 2021 20:34:41 +0200 Subject: [PATCH 01/16] New translations terms.md (Spanish) --- build/terms.es.tmpl | 75 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 75 insertions(+) create mode 100644 build/terms.es.tmpl diff --git a/build/terms.es.tmpl b/build/terms.es.tmpl new file mode 100644 index 0000000..c1ef586 --- /dev/null +++ b/build/terms.es.tmpl @@ -0,0 +1,75 @@ +{# This template is NOT used by jekyll, but by the Darwin Core build script to create the terms/index.md file, which mostly contains html. +#} +--- +container: fluid +--- + +# Darwin Core quick reference guide + +This document is intended to be an easy-to-read reference of the currently (as of 2021-07-15) recommended terms maintained as part of the [Darwin Core standard](https://www.tdwg.org/standards/dwc/) and is maintained by the [Darwin Core Maintenance Group](https://www.tdwg.org/community/dwc/). + +This page is not part of the standard, but combines the normative term names and definitions with the non-normative comments and examples that are meant to help people to use the terms consistently. Capitalized terms, such as Occurrence, are Darwin Core classes, which are special category terms used to group sets of terms for convenience. Comprehensive metadata for current and obsolete terms in human readable form are found in the document [List of Darwin Core terms](../list/). + +Additional [files with just the current term names](https://github.com/tdwg/dwc/tree/master/dist) and a [file with the full term history](https://github.com/tdwg/dwc/blob/master/vocabulary/term_versions.csv) can be found in the [Darwin Core repository](https://github.com/tdwg/dwc). + +For inquiries about how to use Darwin Core, either enter an issue in the [Darwin Core Questions & Answers site](https://github.com/tdwg/dwc-qa/blob/master/README.md) or enter an issue in the [alternative form](https://tinyurl.com/darwin-qa), which will have the same effect. See the bottom of this document for how to [cite Darwin Core](#cite-darwin-core). + +{% for class_group in class_groups %} + +## {{ class_group.label }} + +{% if class_group.label == 'Record-level' %} +This category contains terms that are generic in that they might apply to any type of record in a dataset. +{% endif %} +{% if class_group.label == 'UseWithIRI' %} +For more information on `UseWithIRI`, see [Section 2.5 of the RDF Guide](https://dwc.tdwg.org/rdf/#25-terms-in-the-dwciri-namespace-normative). +{% endif %} +
+ {% for term in class_group.terms %} + {{ term.label }} + {% endfor %} +
+ +{% if class_group.label != 'Record-level' and class_group.label != 'UseWithIRI' %} +{# Class #} + + + + + + + + +
{{ class_group.label }} Class
Identifier{{ class_group.iri }}
Definition{{ class_group.definition }}
Comments{{ class_group.comments }}
Examples{{ class_group.examples }}
+{%endif %} + +{% for term in class_group.terms %} +{# Term #} + + + + + + + + + +
{{ term.label }} Property
Identifier{{ term.iri }}
Definition{{ term.definition }}
Comments{{ term.comments }}
Examples{{ term.examples }}
+{% endfor %} + +{% endfor %} + +# Cite Darwin Core +To cite Darwin Core in general, use the peer-reviewed article on Darwin Core: + +Wieczorek J, Bloom D, Guralnick R, Blum S, Döring M, et al. (2012) Darwin Core: An Evolving Community-Developed Biodiversity Data Standard. PLoS ONE 7(1): e29715. + +To cite the standard document upon which this page is built, use the following: + +Darwin Core Maintenance Group. 2021. List of Darwin Core terms. Biodiversity Information Standards (TDWG). + +To cite this document specifically, use the following: + +Darwin Core Maintenance Group. 2021. Darwin Core quick reference guide. Biodiversity Information Standards (TDWG). From e2561e9383400fabbb87e621386232d0e0067c42 Mon Sep 17 00:00:00 2001 From: TDWG translation account <93394989+TDWG-Crowdin@users.noreply.github.com> Date: Fri, 29 Oct 2021 20:42:55 +0200 Subject: [PATCH 02/16] New translations terms.md (Spanish) --- build/terms.es.tmpl | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/build/terms.es.tmpl b/build/terms.es.tmpl index c1ef586..73c87b5 100644 --- a/build/terms.es.tmpl +++ b/build/terms.es.tmpl @@ -1,10 +1,11 @@ -{# This template is NOT used by jekyll, but by the Darwin Core build script to create the terms/index.md file, which mostly contains html. -#} --- container: fluid --- -# Darwin Core quick reference guide +{# This template is NOT used by jekyll, but by the Darwin Core build script to create the terms/index.md file, which mostly contains html. +# } + +# Guía de referencia rápida de Darwin Core This document is intended to be an easy-to-read reference of the currently (as of 2021-07-15) recommended terms maintained as part of the [Darwin Core standard](https://www.tdwg.org/standards/dwc/) and is maintained by the [Darwin Core Maintenance Group](https://www.tdwg.org/community/dwc/). @@ -72,4 +73,4 @@ Darwin Core Maintenance Group. 2021. List of Darwin Core terms. Biodiversity Inf To cite this document specifically, use the following: -Darwin Core Maintenance Group. 2021. Darwin Core quick reference guide. Biodiversity Information Standards (TDWG). +Darwin Core Maintenance Group. 2021. Darwin Core Quick Reference Guide. Biodiversity Information Standards (TDWG). From dc99d645f6cbc1945d04f51023ead2366c094679 Mon Sep 17 00:00:00 2001 From: TDWG translation account <93394989+TDWG-Crowdin@users.noreply.github.com> Date: Fri, 29 Oct 2021 21:45:13 +0200 Subject: [PATCH 03/16] New translations terms.md (Chinese Simplified) --- build/terms.zh-Hans.tmpl | 76 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 76 insertions(+) create mode 100644 build/terms.zh-Hans.tmpl diff --git a/build/terms.zh-Hans.tmpl b/build/terms.zh-Hans.tmpl new file mode 100644 index 0000000..b438683 --- /dev/null +++ b/build/terms.zh-Hans.tmpl @@ -0,0 +1,76 @@ +--- +container: fluid +--- + +{# This template is NOT used by jekyll, but by the Darwin Core build script to create the terms/index.md file, which mostly contains html. +# } + +# Darwin Core quick reference guide + +This document is intended to be an easy-to-read reference of the currently (as of 2021-07-15) recommended terms maintained as part of the [Darwin Core standard](https://www.tdwg.org/standards/dwc/) and is maintained by the [Darwin Core Maintenance Group](https://www.tdwg.org/community/dwc/). + +This page is not part of the standard, but combines the normative term names and definitions with the non-normative comments and examples that are meant to help people to use the terms consistently. Capitalized terms, such as Occurrence, are Darwin Core classes, which are special category terms used to group sets of terms for convenience. Comprehensive metadata for current and obsolete terms in human readable form are found in the document [List of Darwin Core terms](../list/). + +Additional [files with just the current term names](https://github.com/tdwg/dwc/tree/master/dist) and a [file with the full term history](https://github.com/tdwg/dwc/blob/master/vocabulary/term_versions.csv) can be found in the [Darwin Core repository](https://github.com/tdwg/dwc). + +For inquiries about how to use Darwin Core, either enter an issue in the [Darwin Core Questions & Answers site](https://github.com/tdwg/dwc-qa/blob/master/README.md) or enter an issue in the [alternative form](https://tinyurl.com/darwin-qa), which will have the same effect. See the bottom of this document for how to [cite Darwin Core](#cite-darwin-core). + +{% for class_group in class_groups %} + +## {{ class_group.label }} + +{% if class_group.label == 'Record-level' %} +This category contains terms that are generic in that they might apply to any type of record in a dataset. +{% endif %} +{% if class_group.label == 'UseWithIRI' %} +For more information on `UseWithIRI`, see [Section 2.5 of the RDF Guide](https://dwc.tdwg.org/rdf/#25-terms-in-the-dwciri-namespace-normative). +{% endif %} +
+ {% for term in class_group.terms %} + {{ term.label }} + {% endfor %} +
+ +{% if class_group.label != 'Record-level' and class_group.label != 'UseWithIRI' %} +{# Class #} + + + + + + + + +
{{ class_group.label }} Class
Identifier{{ class_group.iri }}
Definition{{ class_group.definition }}
Comments{{ class_group.comments }}
Examples{{ class_group.examples }}
+{%endif %} + +{% for term in class_group.terms %} +{# Term #} + + + + + + + + + +
{{ term.label }} Property
Identifier{{ term.iri }}
Definition{{ term.definition }}
Comments{{ term.comments }}
Examples{{ term.examples }}
+{% endfor %} + +{% endfor %} + +# Cite Darwin Core +To cite Darwin Core in general, use the peer-reviewed article on Darwin Core: + +Wieczorek J, Bloom D, Guralnick R, Blum S, Döring M, et al. (2012) Darwin Core: An Evolving Community-Developed Biodiversity Data Standard. PLoS ONE 7(1): e29715. + +To cite the standard document upon which this page is built, use the following: + +Darwin Core Maintenance Group. 2021. List of Darwin Core terms. Biodiversity Information Standards (TDWG). + +To cite this document specifically, use the following: + +Darwin Core Maintenance Group. 2021. Darwin Core Quick Reference Guide. Biodiversity Information Standards (TDWG). From 7e173d2a5034c1f18e60430523935186f2cb330d Mon Sep 17 00:00:00 2001 From: TDWG translation account <93394989+TDWG-Crowdin@users.noreply.github.com> Date: Fri, 29 Oct 2021 21:45:14 +0200 Subject: [PATCH 04/16] New translations terms.md (Pirate English) --- build/terms.en-PT.tmpl | 76 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 76 insertions(+) create mode 100644 build/terms.en-PT.tmpl diff --git a/build/terms.en-PT.tmpl b/build/terms.en-PT.tmpl new file mode 100644 index 0000000..b438683 --- /dev/null +++ b/build/terms.en-PT.tmpl @@ -0,0 +1,76 @@ +--- +container: fluid +--- + +{# This template is NOT used by jekyll, but by the Darwin Core build script to create the terms/index.md file, which mostly contains html. +# } + +# Darwin Core quick reference guide + +This document is intended to be an easy-to-read reference of the currently (as of 2021-07-15) recommended terms maintained as part of the [Darwin Core standard](https://www.tdwg.org/standards/dwc/) and is maintained by the [Darwin Core Maintenance Group](https://www.tdwg.org/community/dwc/). + +This page is not part of the standard, but combines the normative term names and definitions with the non-normative comments and examples that are meant to help people to use the terms consistently. Capitalized terms, such as Occurrence, are Darwin Core classes, which are special category terms used to group sets of terms for convenience. Comprehensive metadata for current and obsolete terms in human readable form are found in the document [List of Darwin Core terms](../list/). + +Additional [files with just the current term names](https://github.com/tdwg/dwc/tree/master/dist) and a [file with the full term history](https://github.com/tdwg/dwc/blob/master/vocabulary/term_versions.csv) can be found in the [Darwin Core repository](https://github.com/tdwg/dwc). + +For inquiries about how to use Darwin Core, either enter an issue in the [Darwin Core Questions & Answers site](https://github.com/tdwg/dwc-qa/blob/master/README.md) or enter an issue in the [alternative form](https://tinyurl.com/darwin-qa), which will have the same effect. See the bottom of this document for how to [cite Darwin Core](#cite-darwin-core). + +{% for class_group in class_groups %} + +## {{ class_group.label }} + +{% if class_group.label == 'Record-level' %} +This category contains terms that are generic in that they might apply to any type of record in a dataset. +{% endif %} +{% if class_group.label == 'UseWithIRI' %} +For more information on `UseWithIRI`, see [Section 2.5 of the RDF Guide](https://dwc.tdwg.org/rdf/#25-terms-in-the-dwciri-namespace-normative). +{% endif %} +
+ {% for term in class_group.terms %} + {{ term.label }} + {% endfor %} +
+ +{% if class_group.label != 'Record-level' and class_group.label != 'UseWithIRI' %} +{# Class #} + + + + + + + + +
{{ class_group.label }} Class
Identifier{{ class_group.iri }}
Definition{{ class_group.definition }}
Comments{{ class_group.comments }}
Examples{{ class_group.examples }}
+{%endif %} + +{% for term in class_group.terms %} +{# Term #} + + + + + + + + + +
{{ term.label }} Property
Identifier{{ term.iri }}
Definition{{ term.definition }}
Comments{{ term.comments }}
Examples{{ term.examples }}
+{% endfor %} + +{% endfor %} + +# Cite Darwin Core +To cite Darwin Core in general, use the peer-reviewed article on Darwin Core: + +Wieczorek J, Bloom D, Guralnick R, Blum S, Döring M, et al. (2012) Darwin Core: An Evolving Community-Developed Biodiversity Data Standard. PLoS ONE 7(1): e29715. + +To cite the standard document upon which this page is built, use the following: + +Darwin Core Maintenance Group. 2021. List of Darwin Core terms. Biodiversity Information Standards (TDWG). + +To cite this document specifically, use the following: + +Darwin Core Maintenance Group. 2021. Darwin Core Quick Reference Guide. Biodiversity Information Standards (TDWG). From 8f4abd5205bc3ea0dc132edac44840099921ee53 Mon Sep 17 00:00:00 2001 From: TDWG translation account <93394989+TDWG-Crowdin@users.noreply.github.com> Date: Fri, 29 Oct 2021 23:56:05 +0200 Subject: [PATCH 05/16] New translations terms.md (Spanish) --- build/terms.es.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/terms.es.tmpl b/build/terms.es.tmpl index 73c87b5..9815d4a 100644 --- a/build/terms.es.tmpl +++ b/build/terms.es.tmpl @@ -9,7 +9,7 @@ container: fluid This document is intended to be an easy-to-read reference of the currently (as of 2021-07-15) recommended terms maintained as part of the [Darwin Core standard](https://www.tdwg.org/standards/dwc/) and is maintained by the [Darwin Core Maintenance Group](https://www.tdwg.org/community/dwc/). -This page is not part of the standard, but combines the normative term names and definitions with the non-normative comments and examples that are meant to help people to use the terms consistently. Capitalized terms, such as Occurrence, are Darwin Core classes, which are special category terms used to group sets of terms for convenience. Comprehensive metadata for current and obsolete terms in human readable form are found in the document [List of Darwin Core terms](../list/). +Esta página no forma parte del estándar, pero combina los nombres y definiciones de los términos normativos con los comentarios y ejemplos no normativos que están destinados a ayudar a las personas a utilizar los términos de forma coherente. Capitalized terms, such as Occurrence, are Darwin Core classes, which are special category terms used to group sets of terms for convenience. Comprehensive metadata for current and obsolete terms in human readable form are found in the document [List of Darwin Core terms](../list/). Additional [files with just the current term names](https://github.com/tdwg/dwc/tree/master/dist) and a [file with the full term history](https://github.com/tdwg/dwc/blob/master/vocabulary/term_versions.csv) can be found in the [Darwin Core repository](https://github.com/tdwg/dwc). From 2e697ac76d03e912d837e267ff31fc9e2a714987 Mon Sep 17 00:00:00 2001 From: TDWG translation account <93394989+TDWG-Crowdin@users.noreply.github.com> Date: Fri, 5 Nov 2021 18:18:09 +0100 Subject: [PATCH 06/16] New translations terms.md (French) --- build/terms.fr.tmpl | 76 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 76 insertions(+) create mode 100644 build/terms.fr.tmpl diff --git a/build/terms.fr.tmpl b/build/terms.fr.tmpl new file mode 100644 index 0000000..b438683 --- /dev/null +++ b/build/terms.fr.tmpl @@ -0,0 +1,76 @@ +--- +container: fluid +--- + +{# This template is NOT used by jekyll, but by the Darwin Core build script to create the terms/index.md file, which mostly contains html. +# } + +# Darwin Core quick reference guide + +This document is intended to be an easy-to-read reference of the currently (as of 2021-07-15) recommended terms maintained as part of the [Darwin Core standard](https://www.tdwg.org/standards/dwc/) and is maintained by the [Darwin Core Maintenance Group](https://www.tdwg.org/community/dwc/). + +This page is not part of the standard, but combines the normative term names and definitions with the non-normative comments and examples that are meant to help people to use the terms consistently. Capitalized terms, such as Occurrence, are Darwin Core classes, which are special category terms used to group sets of terms for convenience. Comprehensive metadata for current and obsolete terms in human readable form are found in the document [List of Darwin Core terms](../list/). + +Additional [files with just the current term names](https://github.com/tdwg/dwc/tree/master/dist) and a [file with the full term history](https://github.com/tdwg/dwc/blob/master/vocabulary/term_versions.csv) can be found in the [Darwin Core repository](https://github.com/tdwg/dwc). + +For inquiries about how to use Darwin Core, either enter an issue in the [Darwin Core Questions & Answers site](https://github.com/tdwg/dwc-qa/blob/master/README.md) or enter an issue in the [alternative form](https://tinyurl.com/darwin-qa), which will have the same effect. See the bottom of this document for how to [cite Darwin Core](#cite-darwin-core). + +{% for class_group in class_groups %} + +## {{ class_group.label }} + +{% if class_group.label == 'Record-level' %} +This category contains terms that are generic in that they might apply to any type of record in a dataset. +{% endif %} +{% if class_group.label == 'UseWithIRI' %} +For more information on `UseWithIRI`, see [Section 2.5 of the RDF Guide](https://dwc.tdwg.org/rdf/#25-terms-in-the-dwciri-namespace-normative). +{% endif %} +
+ {% for term in class_group.terms %} + {{ term.label }} + {% endfor %} +
+ +{% if class_group.label != 'Record-level' and class_group.label != 'UseWithIRI' %} +{# Class #} + + + + + + + + +
{{ class_group.label }} Class
Identifier{{ class_group.iri }}
Definition{{ class_group.definition }}
Comments{{ class_group.comments }}
Examples{{ class_group.examples }}
+{%endif %} + +{% for term in class_group.terms %} +{# Term #} + + + + + + + + + +
{{ term.label }} Property
Identifier{{ term.iri }}
Definition{{ term.definition }}
Comments{{ term.comments }}
Examples{{ term.examples }}
+{% endfor %} + +{% endfor %} + +# Cite Darwin Core +To cite Darwin Core in general, use the peer-reviewed article on Darwin Core: + +Wieczorek J, Bloom D, Guralnick R, Blum S, Döring M, et al. (2012) Darwin Core: An Evolving Community-Developed Biodiversity Data Standard. PLoS ONE 7(1): e29715. + +To cite the standard document upon which this page is built, use the following: + +Darwin Core Maintenance Group. 2021. List of Darwin Core terms. Biodiversity Information Standards (TDWG). + +To cite this document specifically, use the following: + +Darwin Core Maintenance Group. 2021. Darwin Core Quick Reference Guide. Biodiversity Information Standards (TDWG). From c29167adb7d8555f7c9e0aa240a6de40eede41ba Mon Sep 17 00:00:00 2001 From: TDWG translation account <93394989+TDWG-Crowdin@users.noreply.github.com> Date: Fri, 5 Nov 2021 18:18:10 +0100 Subject: [PATCH 07/16] New translations terms.md (German) --- build/terms.de-DE.tmpl | 76 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 76 insertions(+) create mode 100644 build/terms.de-DE.tmpl diff --git a/build/terms.de-DE.tmpl b/build/terms.de-DE.tmpl new file mode 100644 index 0000000..b438683 --- /dev/null +++ b/build/terms.de-DE.tmpl @@ -0,0 +1,76 @@ +--- +container: fluid +--- + +{# This template is NOT used by jekyll, but by the Darwin Core build script to create the terms/index.md file, which mostly contains html. +# } + +# Darwin Core quick reference guide + +This document is intended to be an easy-to-read reference of the currently (as of 2021-07-15) recommended terms maintained as part of the [Darwin Core standard](https://www.tdwg.org/standards/dwc/) and is maintained by the [Darwin Core Maintenance Group](https://www.tdwg.org/community/dwc/). + +This page is not part of the standard, but combines the normative term names and definitions with the non-normative comments and examples that are meant to help people to use the terms consistently. Capitalized terms, such as Occurrence, are Darwin Core classes, which are special category terms used to group sets of terms for convenience. Comprehensive metadata for current and obsolete terms in human readable form are found in the document [List of Darwin Core terms](../list/). + +Additional [files with just the current term names](https://github.com/tdwg/dwc/tree/master/dist) and a [file with the full term history](https://github.com/tdwg/dwc/blob/master/vocabulary/term_versions.csv) can be found in the [Darwin Core repository](https://github.com/tdwg/dwc). + +For inquiries about how to use Darwin Core, either enter an issue in the [Darwin Core Questions & Answers site](https://github.com/tdwg/dwc-qa/blob/master/README.md) or enter an issue in the [alternative form](https://tinyurl.com/darwin-qa), which will have the same effect. See the bottom of this document for how to [cite Darwin Core](#cite-darwin-core). + +{% for class_group in class_groups %} + +## {{ class_group.label }} + +{% if class_group.label == 'Record-level' %} +This category contains terms that are generic in that they might apply to any type of record in a dataset. +{% endif %} +{% if class_group.label == 'UseWithIRI' %} +For more information on `UseWithIRI`, see [Section 2.5 of the RDF Guide](https://dwc.tdwg.org/rdf/#25-terms-in-the-dwciri-namespace-normative). +{% endif %} +
+ {% for term in class_group.terms %} + {{ term.label }} + {% endfor %} +
+ +{% if class_group.label != 'Record-level' and class_group.label != 'UseWithIRI' %} +{# Class #} + + + + + + + + +
{{ class_group.label }} Class
Identifier{{ class_group.iri }}
Definition{{ class_group.definition }}
Comments{{ class_group.comments }}
Examples{{ class_group.examples }}
+{%endif %} + +{% for term in class_group.terms %} +{# Term #} + + + + + + + + + +
{{ term.label }} Property
Identifier{{ term.iri }}
Definition{{ term.definition }}
Comments{{ term.comments }}
Examples{{ term.examples }}
+{% endfor %} + +{% endfor %} + +# Cite Darwin Core +To cite Darwin Core in general, use the peer-reviewed article on Darwin Core: + +Wieczorek J, Bloom D, Guralnick R, Blum S, Döring M, et al. (2012) Darwin Core: An Evolving Community-Developed Biodiversity Data Standard. PLoS ONE 7(1): e29715. + +To cite the standard document upon which this page is built, use the following: + +Darwin Core Maintenance Group. 2021. List of Darwin Core terms. Biodiversity Information Standards (TDWG). + +To cite this document specifically, use the following: + +Darwin Core Maintenance Group. 2021. Darwin Core Quick Reference Guide. Biodiversity Information Standards (TDWG). From 5916018d42560b076b7cb741f1b9beafd56f881a Mon Sep 17 00:00:00 2001 From: TDWG translation account <93394989+TDWG-Crowdin@users.noreply.github.com> Date: Fri, 5 Nov 2021 18:18:11 +0100 Subject: [PATCH 08/16] New translations terms.md (Korean) --- build/terms.ko-KR.tmpl | 76 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 76 insertions(+) create mode 100644 build/terms.ko-KR.tmpl diff --git a/build/terms.ko-KR.tmpl b/build/terms.ko-KR.tmpl new file mode 100644 index 0000000..b438683 --- /dev/null +++ b/build/terms.ko-KR.tmpl @@ -0,0 +1,76 @@ +--- +container: fluid +--- + +{# This template is NOT used by jekyll, but by the Darwin Core build script to create the terms/index.md file, which mostly contains html. +# } + +# Darwin Core quick reference guide + +This document is intended to be an easy-to-read reference of the currently (as of 2021-07-15) recommended terms maintained as part of the [Darwin Core standard](https://www.tdwg.org/standards/dwc/) and is maintained by the [Darwin Core Maintenance Group](https://www.tdwg.org/community/dwc/). + +This page is not part of the standard, but combines the normative term names and definitions with the non-normative comments and examples that are meant to help people to use the terms consistently. Capitalized terms, such as Occurrence, are Darwin Core classes, which are special category terms used to group sets of terms for convenience. Comprehensive metadata for current and obsolete terms in human readable form are found in the document [List of Darwin Core terms](../list/). + +Additional [files with just the current term names](https://github.com/tdwg/dwc/tree/master/dist) and a [file with the full term history](https://github.com/tdwg/dwc/blob/master/vocabulary/term_versions.csv) can be found in the [Darwin Core repository](https://github.com/tdwg/dwc). + +For inquiries about how to use Darwin Core, either enter an issue in the [Darwin Core Questions & Answers site](https://github.com/tdwg/dwc-qa/blob/master/README.md) or enter an issue in the [alternative form](https://tinyurl.com/darwin-qa), which will have the same effect. See the bottom of this document for how to [cite Darwin Core](#cite-darwin-core). + +{% for class_group in class_groups %} + +## {{ class_group.label }} + +{% if class_group.label == 'Record-level' %} +This category contains terms that are generic in that they might apply to any type of record in a dataset. +{% endif %} +{% if class_group.label == 'UseWithIRI' %} +For more information on `UseWithIRI`, see [Section 2.5 of the RDF Guide](https://dwc.tdwg.org/rdf/#25-terms-in-the-dwciri-namespace-normative). +{% endif %} +
+ {% for term in class_group.terms %} + {{ term.label }} + {% endfor %} +
+ +{% if class_group.label != 'Record-level' and class_group.label != 'UseWithIRI' %} +{# Class #} + + + + + + + + +
{{ class_group.label }} Class
Identifier{{ class_group.iri }}
Definition{{ class_group.definition }}
Comments{{ class_group.comments }}
Examples{{ class_group.examples }}
+{%endif %} + +{% for term in class_group.terms %} +{# Term #} + + + + + + + + + +
{{ term.label }} Property
Identifier{{ term.iri }}
Definition{{ term.definition }}
Comments{{ term.comments }}
Examples{{ term.examples }}
+{% endfor %} + +{% endfor %} + +# Cite Darwin Core +To cite Darwin Core in general, use the peer-reviewed article on Darwin Core: + +Wieczorek J, Bloom D, Guralnick R, Blum S, Döring M, et al. (2012) Darwin Core: An Evolving Community-Developed Biodiversity Data Standard. PLoS ONE 7(1): e29715. + +To cite the standard document upon which this page is built, use the following: + +Darwin Core Maintenance Group. 2021. List of Darwin Core terms. Biodiversity Information Standards (TDWG). + +To cite this document specifically, use the following: + +Darwin Core Maintenance Group. 2021. Darwin Core Quick Reference Guide. Biodiversity Information Standards (TDWG). From 549b355dc575c56c8878fc79f06db82db17f6d88 Mon Sep 17 00:00:00 2001 From: TDWG translation account <93394989+TDWG-Crowdin@users.noreply.github.com> Date: Fri, 5 Nov 2021 18:18:12 +0100 Subject: [PATCH 09/16] New translations terms.md (Dutch) --- build/terms.nl-NL.tmpl | 76 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 76 insertions(+) create mode 100644 build/terms.nl-NL.tmpl diff --git a/build/terms.nl-NL.tmpl b/build/terms.nl-NL.tmpl new file mode 100644 index 0000000..b438683 --- /dev/null +++ b/build/terms.nl-NL.tmpl @@ -0,0 +1,76 @@ +--- +container: fluid +--- + +{# This template is NOT used by jekyll, but by the Darwin Core build script to create the terms/index.md file, which mostly contains html. +# } + +# Darwin Core quick reference guide + +This document is intended to be an easy-to-read reference of the currently (as of 2021-07-15) recommended terms maintained as part of the [Darwin Core standard](https://www.tdwg.org/standards/dwc/) and is maintained by the [Darwin Core Maintenance Group](https://www.tdwg.org/community/dwc/). + +This page is not part of the standard, but combines the normative term names and definitions with the non-normative comments and examples that are meant to help people to use the terms consistently. Capitalized terms, such as Occurrence, are Darwin Core classes, which are special category terms used to group sets of terms for convenience. Comprehensive metadata for current and obsolete terms in human readable form are found in the document [List of Darwin Core terms](../list/). + +Additional [files with just the current term names](https://github.com/tdwg/dwc/tree/master/dist) and a [file with the full term history](https://github.com/tdwg/dwc/blob/master/vocabulary/term_versions.csv) can be found in the [Darwin Core repository](https://github.com/tdwg/dwc). + +For inquiries about how to use Darwin Core, either enter an issue in the [Darwin Core Questions & Answers site](https://github.com/tdwg/dwc-qa/blob/master/README.md) or enter an issue in the [alternative form](https://tinyurl.com/darwin-qa), which will have the same effect. See the bottom of this document for how to [cite Darwin Core](#cite-darwin-core). + +{% for class_group in class_groups %} + +## {{ class_group.label }} + +{% if class_group.label == 'Record-level' %} +This category contains terms that are generic in that they might apply to any type of record in a dataset. +{% endif %} +{% if class_group.label == 'UseWithIRI' %} +For more information on `UseWithIRI`, see [Section 2.5 of the RDF Guide](https://dwc.tdwg.org/rdf/#25-terms-in-the-dwciri-namespace-normative). +{% endif %} +
+ {% for term in class_group.terms %} + {{ term.label }} + {% endfor %} +
+ +{% if class_group.label != 'Record-level' and class_group.label != 'UseWithIRI' %} +{# Class #} + + + + + + + + +
{{ class_group.label }} Class
Identifier{{ class_group.iri }}
Definition{{ class_group.definition }}
Comments{{ class_group.comments }}
Examples{{ class_group.examples }}
+{%endif %} + +{% for term in class_group.terms %} +{# Term #} + + + + + + + + + +
{{ term.label }} Property
Identifier{{ term.iri }}
Definition{{ term.definition }}
Comments{{ term.comments }}
Examples{{ term.examples }}
+{% endfor %} + +{% endfor %} + +# Cite Darwin Core +To cite Darwin Core in general, use the peer-reviewed article on Darwin Core: + +Wieczorek J, Bloom D, Guralnick R, Blum S, Döring M, et al. (2012) Darwin Core: An Evolving Community-Developed Biodiversity Data Standard. PLoS ONE 7(1): e29715. + +To cite the standard document upon which this page is built, use the following: + +Darwin Core Maintenance Group. 2021. List of Darwin Core terms. Biodiversity Information Standards (TDWG). + +To cite this document specifically, use the following: + +Darwin Core Maintenance Group. 2021. Darwin Core Quick Reference Guide. Biodiversity Information Standards (TDWG). From 56ff847c88541b23a49495f24c60a4a4887db0d0 Mon Sep 17 00:00:00 2001 From: TDWG translation account <93394989+TDWG-Crowdin@users.noreply.github.com> Date: Fri, 5 Nov 2021 18:18:13 +0100 Subject: [PATCH 10/16] New translations terms.md (Russian) --- build/terms.ru.tmpl | 76 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 76 insertions(+) create mode 100644 build/terms.ru.tmpl diff --git a/build/terms.ru.tmpl b/build/terms.ru.tmpl new file mode 100644 index 0000000..b438683 --- /dev/null +++ b/build/terms.ru.tmpl @@ -0,0 +1,76 @@ +--- +container: fluid +--- + +{# This template is NOT used by jekyll, but by the Darwin Core build script to create the terms/index.md file, which mostly contains html. +# } + +# Darwin Core quick reference guide + +This document is intended to be an easy-to-read reference of the currently (as of 2021-07-15) recommended terms maintained as part of the [Darwin Core standard](https://www.tdwg.org/standards/dwc/) and is maintained by the [Darwin Core Maintenance Group](https://www.tdwg.org/community/dwc/). + +This page is not part of the standard, but combines the normative term names and definitions with the non-normative comments and examples that are meant to help people to use the terms consistently. Capitalized terms, such as Occurrence, are Darwin Core classes, which are special category terms used to group sets of terms for convenience. Comprehensive metadata for current and obsolete terms in human readable form are found in the document [List of Darwin Core terms](../list/). + +Additional [files with just the current term names](https://github.com/tdwg/dwc/tree/master/dist) and a [file with the full term history](https://github.com/tdwg/dwc/blob/master/vocabulary/term_versions.csv) can be found in the [Darwin Core repository](https://github.com/tdwg/dwc). + +For inquiries about how to use Darwin Core, either enter an issue in the [Darwin Core Questions & Answers site](https://github.com/tdwg/dwc-qa/blob/master/README.md) or enter an issue in the [alternative form](https://tinyurl.com/darwin-qa), which will have the same effect. See the bottom of this document for how to [cite Darwin Core](#cite-darwin-core). + +{% for class_group in class_groups %} + +## {{ class_group.label }} + +{% if class_group.label == 'Record-level' %} +This category contains terms that are generic in that they might apply to any type of record in a dataset. +{% endif %} +{% if class_group.label == 'UseWithIRI' %} +For more information on `UseWithIRI`, see [Section 2.5 of the RDF Guide](https://dwc.tdwg.org/rdf/#25-terms-in-the-dwciri-namespace-normative). +{% endif %} +
+ {% for term in class_group.terms %} + {{ term.label }} + {% endfor %} +
+ +{% if class_group.label != 'Record-level' and class_group.label != 'UseWithIRI' %} +{# Class #} + + + + + + + + +
{{ class_group.label }} Class
Identifier{{ class_group.iri }}
Definition{{ class_group.definition }}
Comments{{ class_group.comments }}
Examples{{ class_group.examples }}
+{%endif %} + +{% for term in class_group.terms %} +{# Term #} + + + + + + + + + +
{{ term.label }} Property
Identifier{{ term.iri }}
Definition{{ term.definition }}
Comments{{ term.comments }}
Examples{{ term.examples }}
+{% endfor %} + +{% endfor %} + +# Cite Darwin Core +To cite Darwin Core in general, use the peer-reviewed article on Darwin Core: + +Wieczorek J, Bloom D, Guralnick R, Blum S, Döring M, et al. (2012) Darwin Core: An Evolving Community-Developed Biodiversity Data Standard. PLoS ONE 7(1): e29715. + +To cite the standard document upon which this page is built, use the following: + +Darwin Core Maintenance Group. 2021. List of Darwin Core terms. Biodiversity Information Standards (TDWG). + +To cite this document specifically, use the following: + +Darwin Core Maintenance Group. 2021. Darwin Core Quick Reference Guide. Biodiversity Information Standards (TDWG). From a3b089785ee24f8f179443f0e63dc2e2a8e3ee04 Mon Sep 17 00:00:00 2001 From: TDWG translation account <93394989+TDWG-Crowdin@users.noreply.github.com> Date: Fri, 5 Nov 2021 18:18:14 +0100 Subject: [PATCH 11/16] New translations terms.md (Chinese Traditional) --- build/terms.zh-Hant.tmpl | 76 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 76 insertions(+) create mode 100644 build/terms.zh-Hant.tmpl diff --git a/build/terms.zh-Hant.tmpl b/build/terms.zh-Hant.tmpl new file mode 100644 index 0000000..b438683 --- /dev/null +++ b/build/terms.zh-Hant.tmpl @@ -0,0 +1,76 @@ +--- +container: fluid +--- + +{# This template is NOT used by jekyll, but by the Darwin Core build script to create the terms/index.md file, which mostly contains html. +# } + +# Darwin Core quick reference guide + +This document is intended to be an easy-to-read reference of the currently (as of 2021-07-15) recommended terms maintained as part of the [Darwin Core standard](https://www.tdwg.org/standards/dwc/) and is maintained by the [Darwin Core Maintenance Group](https://www.tdwg.org/community/dwc/). + +This page is not part of the standard, but combines the normative term names and definitions with the non-normative comments and examples that are meant to help people to use the terms consistently. Capitalized terms, such as Occurrence, are Darwin Core classes, which are special category terms used to group sets of terms for convenience. Comprehensive metadata for current and obsolete terms in human readable form are found in the document [List of Darwin Core terms](../list/). + +Additional [files with just the current term names](https://github.com/tdwg/dwc/tree/master/dist) and a [file with the full term history](https://github.com/tdwg/dwc/blob/master/vocabulary/term_versions.csv) can be found in the [Darwin Core repository](https://github.com/tdwg/dwc). + +For inquiries about how to use Darwin Core, either enter an issue in the [Darwin Core Questions & Answers site](https://github.com/tdwg/dwc-qa/blob/master/README.md) or enter an issue in the [alternative form](https://tinyurl.com/darwin-qa), which will have the same effect. See the bottom of this document for how to [cite Darwin Core](#cite-darwin-core). + +{% for class_group in class_groups %} + +## {{ class_group.label }} + +{% if class_group.label == 'Record-level' %} +This category contains terms that are generic in that they might apply to any type of record in a dataset. +{% endif %} +{% if class_group.label == 'UseWithIRI' %} +For more information on `UseWithIRI`, see [Section 2.5 of the RDF Guide](https://dwc.tdwg.org/rdf/#25-terms-in-the-dwciri-namespace-normative). +{% endif %} +
+ {% for term in class_group.terms %} + {{ term.label }} + {% endfor %} +
+ +{% if class_group.label != 'Record-level' and class_group.label != 'UseWithIRI' %} +{# Class #} + + + + + + + + +
{{ class_group.label }} Class
Identifier{{ class_group.iri }}
Definition{{ class_group.definition }}
Comments{{ class_group.comments }}
Examples{{ class_group.examples }}
+{%endif %} + +{% for term in class_group.terms %} +{# Term #} + + + + + + + + + +
{{ term.label }} Property
Identifier{{ term.iri }}
Definition{{ term.definition }}
Comments{{ term.comments }}
Examples{{ term.examples }}
+{% endfor %} + +{% endfor %} + +# Cite Darwin Core +To cite Darwin Core in general, use the peer-reviewed article on Darwin Core: + +Wieczorek J, Bloom D, Guralnick R, Blum S, Döring M, et al. (2012) Darwin Core: An Evolving Community-Developed Biodiversity Data Standard. PLoS ONE 7(1): e29715. + +To cite the standard document upon which this page is built, use the following: + +Darwin Core Maintenance Group. 2021. List of Darwin Core terms. Biodiversity Information Standards (TDWG). + +To cite this document specifically, use the following: + +Darwin Core Maintenance Group. 2021. Darwin Core Quick Reference Guide. Biodiversity Information Standards (TDWG). From b587393e45bf71309e4d7219a88446cf64d29094 Mon Sep 17 00:00:00 2001 From: TDWG translation account <93394989+TDWG-Crowdin@users.noreply.github.com> Date: Tue, 17 Oct 2023 03:49:50 +0200 Subject: [PATCH 12/16] New translations terms.md (Portuguese) --- build/terms.pt.tmpl | 76 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 76 insertions(+) create mode 100644 build/terms.pt.tmpl diff --git a/build/terms.pt.tmpl b/build/terms.pt.tmpl new file mode 100644 index 0000000..b438683 --- /dev/null +++ b/build/terms.pt.tmpl @@ -0,0 +1,76 @@ +--- +container: fluid +--- + +{# This template is NOT used by jekyll, but by the Darwin Core build script to create the terms/index.md file, which mostly contains html. +# } + +# Darwin Core quick reference guide + +This document is intended to be an easy-to-read reference of the currently (as of 2021-07-15) recommended terms maintained as part of the [Darwin Core standard](https://www.tdwg.org/standards/dwc/) and is maintained by the [Darwin Core Maintenance Group](https://www.tdwg.org/community/dwc/). + +This page is not part of the standard, but combines the normative term names and definitions with the non-normative comments and examples that are meant to help people to use the terms consistently. Capitalized terms, such as Occurrence, are Darwin Core classes, which are special category terms used to group sets of terms for convenience. Comprehensive metadata for current and obsolete terms in human readable form are found in the document [List of Darwin Core terms](../list/). + +Additional [files with just the current term names](https://github.com/tdwg/dwc/tree/master/dist) and a [file with the full term history](https://github.com/tdwg/dwc/blob/master/vocabulary/term_versions.csv) can be found in the [Darwin Core repository](https://github.com/tdwg/dwc). + +For inquiries about how to use Darwin Core, either enter an issue in the [Darwin Core Questions & Answers site](https://github.com/tdwg/dwc-qa/blob/master/README.md) or enter an issue in the [alternative form](https://tinyurl.com/darwin-qa), which will have the same effect. See the bottom of this document for how to [cite Darwin Core](#cite-darwin-core). + +{% for class_group in class_groups %} + +## {{ class_group.label }} + +{% if class_group.label == 'Record-level' %} +This category contains terms that are generic in that they might apply to any type of record in a dataset. +{% endif %} +{% if class_group.label == 'UseWithIRI' %} +For more information on `UseWithIRI`, see [Section 2.5 of the RDF Guide](https://dwc.tdwg.org/rdf/#25-terms-in-the-dwciri-namespace-normative). +{% endif %} +
+ {% for term in class_group.terms %} + {{ term.label }} + {% endfor %} +
+ +{% if class_group.label != 'Record-level' and class_group.label != 'UseWithIRI' %} +{# Class #} + + + + + + + + +
{{ class_group.label }} Class
Identifier{{ class_group.iri }}
Definition{{ class_group.definition }}
Comments{{ class_group.comments }}
Examples{{ class_group.examples }}
+{%endif %} + +{% for term in class_group.terms %} +{# Term #} + + + + + + + + + +
{{ term.label }} Property
Identifier{{ term.iri }}
Definition{{ term.definition }}
Comments{{ term.comments }}
Examples{{ term.examples }}
+{% endfor %} + +{% endfor %} + +# Cite Darwin Core +To cite Darwin Core in general, use the peer-reviewed article on Darwin Core: + +Wieczorek J, Bloom D, Guralnick R, Blum S, Döring M, et al. (2012) Darwin Core: An Evolving Community-Developed Biodiversity Data Standard. PLoS ONE 7(1): e29715. + +To cite the standard document upon which this page is built, use the following: + +Darwin Core Maintenance Group. 2021. List of Darwin Core terms. Biodiversity Information Standards (TDWG). + +To cite this document specifically, use the following: + +Darwin Core Maintenance Group. 2021. Darwin Core Quick Reference Guide. Biodiversity Information Standards (TDWG). From bdc93e05a5cc6be610f5a5a91970d7be27d16766 Mon Sep 17 00:00:00 2001 From: TDWG translation account <93394989+TDWG-Crowdin@users.noreply.github.com> Date: Tue, 17 Oct 2023 06:57:13 +0200 Subject: [PATCH 13/16] New translations terms.md (Japanese) --- build/terms.ja.tmpl | 76 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 76 insertions(+) create mode 100644 build/terms.ja.tmpl diff --git a/build/terms.ja.tmpl b/build/terms.ja.tmpl new file mode 100644 index 0000000..b438683 --- /dev/null +++ b/build/terms.ja.tmpl @@ -0,0 +1,76 @@ +--- +container: fluid +--- + +{# This template is NOT used by jekyll, but by the Darwin Core build script to create the terms/index.md file, which mostly contains html. +# } + +# Darwin Core quick reference guide + +This document is intended to be an easy-to-read reference of the currently (as of 2021-07-15) recommended terms maintained as part of the [Darwin Core standard](https://www.tdwg.org/standards/dwc/) and is maintained by the [Darwin Core Maintenance Group](https://www.tdwg.org/community/dwc/). + +This page is not part of the standard, but combines the normative term names and definitions with the non-normative comments and examples that are meant to help people to use the terms consistently. Capitalized terms, such as Occurrence, are Darwin Core classes, which are special category terms used to group sets of terms for convenience. Comprehensive metadata for current and obsolete terms in human readable form are found in the document [List of Darwin Core terms](../list/). + +Additional [files with just the current term names](https://github.com/tdwg/dwc/tree/master/dist) and a [file with the full term history](https://github.com/tdwg/dwc/blob/master/vocabulary/term_versions.csv) can be found in the [Darwin Core repository](https://github.com/tdwg/dwc). + +For inquiries about how to use Darwin Core, either enter an issue in the [Darwin Core Questions & Answers site](https://github.com/tdwg/dwc-qa/blob/master/README.md) or enter an issue in the [alternative form](https://tinyurl.com/darwin-qa), which will have the same effect. See the bottom of this document for how to [cite Darwin Core](#cite-darwin-core). + +{% for class_group in class_groups %} + +## {{ class_group.label }} + +{% if class_group.label == 'Record-level' %} +This category contains terms that are generic in that they might apply to any type of record in a dataset. +{% endif %} +{% if class_group.label == 'UseWithIRI' %} +For more information on `UseWithIRI`, see [Section 2.5 of the RDF Guide](https://dwc.tdwg.org/rdf/#25-terms-in-the-dwciri-namespace-normative). +{% endif %} +
+ {% for term in class_group.terms %} + {{ term.label }} + {% endfor %} +
+ +{% if class_group.label != 'Record-level' and class_group.label != 'UseWithIRI' %} +{# Class #} + + + + + + + + +
{{ class_group.label }} Class
Identifier{{ class_group.iri }}
Definition{{ class_group.definition }}
Comments{{ class_group.comments }}
Examples{{ class_group.examples }}
+{%endif %} + +{% for term in class_group.terms %} +{# Term #} + + + + + + + + + +
{{ term.label }} Property
Identifier{{ term.iri }}
Definition{{ term.definition }}
Comments{{ term.comments }}
Examples{{ term.examples }}
+{% endfor %} + +{% endfor %} + +# Cite Darwin Core +To cite Darwin Core in general, use the peer-reviewed article on Darwin Core: + +Wieczorek J, Bloom D, Guralnick R, Blum S, Döring M, et al. (2012) Darwin Core: An Evolving Community-Developed Biodiversity Data Standard. PLoS ONE 7(1): e29715. + +To cite the standard document upon which this page is built, use the following: + +Darwin Core Maintenance Group. 2021. List of Darwin Core terms. Biodiversity Information Standards (TDWG). + +To cite this document specifically, use the following: + +Darwin Core Maintenance Group. 2021. Darwin Core Quick Reference Guide. Biodiversity Information Standards (TDWG). From 01953f5824e6bb46c2e98d4b72b2d0d299b368a4 Mon Sep 17 00:00:00 2001 From: TDWG translation account <93394989+TDWG-Crowdin@users.noreply.github.com> Date: Mon, 22 Jan 2024 13:59:33 +0100 Subject: [PATCH 14/16] New translations terms.md (Arabic) --- build/terms.ar.tmpl | 76 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 76 insertions(+) create mode 100644 build/terms.ar.tmpl diff --git a/build/terms.ar.tmpl b/build/terms.ar.tmpl new file mode 100644 index 0000000..b438683 --- /dev/null +++ b/build/terms.ar.tmpl @@ -0,0 +1,76 @@ +--- +container: fluid +--- + +{# This template is NOT used by jekyll, but by the Darwin Core build script to create the terms/index.md file, which mostly contains html. +# } + +# Darwin Core quick reference guide + +This document is intended to be an easy-to-read reference of the currently (as of 2021-07-15) recommended terms maintained as part of the [Darwin Core standard](https://www.tdwg.org/standards/dwc/) and is maintained by the [Darwin Core Maintenance Group](https://www.tdwg.org/community/dwc/). + +This page is not part of the standard, but combines the normative term names and definitions with the non-normative comments and examples that are meant to help people to use the terms consistently. Capitalized terms, such as Occurrence, are Darwin Core classes, which are special category terms used to group sets of terms for convenience. Comprehensive metadata for current and obsolete terms in human readable form are found in the document [List of Darwin Core terms](../list/). + +Additional [files with just the current term names](https://github.com/tdwg/dwc/tree/master/dist) and a [file with the full term history](https://github.com/tdwg/dwc/blob/master/vocabulary/term_versions.csv) can be found in the [Darwin Core repository](https://github.com/tdwg/dwc). + +For inquiries about how to use Darwin Core, either enter an issue in the [Darwin Core Questions & Answers site](https://github.com/tdwg/dwc-qa/blob/master/README.md) or enter an issue in the [alternative form](https://tinyurl.com/darwin-qa), which will have the same effect. See the bottom of this document for how to [cite Darwin Core](#cite-darwin-core). + +{% for class_group in class_groups %} + +## {{ class_group.label }} + +{% if class_group.label == 'Record-level' %} +This category contains terms that are generic in that they might apply to any type of record in a dataset. +{% endif %} +{% if class_group.label == 'UseWithIRI' %} +For more information on `UseWithIRI`, see [Section 2.5 of the RDF Guide](https://dwc.tdwg.org/rdf/#25-terms-in-the-dwciri-namespace-normative). +{% endif %} +
+ {% for term in class_group.terms %} + {{ term.label }} + {% endfor %} +
+ +{% if class_group.label != 'Record-level' and class_group.label != 'UseWithIRI' %} +{# Class #} + + + + + + + + +
{{ class_group.label }} Class
Identifier{{ class_group.iri }}
Definition{{ class_group.definition }}
Comments{{ class_group.comments }}
Examples{{ class_group.examples }}
+{%endif %} + +{% for term in class_group.terms %} +{# Term #} + + + + + + + + + +
{{ term.label }} Property
Identifier{{ term.iri }}
Definition{{ term.definition }}
Comments{{ term.comments }}
Examples{{ term.examples }}
+{% endfor %} + +{% endfor %} + +# Cite Darwin Core +To cite Darwin Core in general, use the peer-reviewed article on Darwin Core: + +Wieczorek J, Bloom D, Guralnick R, Blum S, Döring M, et al. (2012) Darwin Core: An Evolving Community-Developed Biodiversity Data Standard. PLoS ONE 7(1): e29715. + +To cite the standard document upon which this page is built, use the following: + +Darwin Core Maintenance Group. 2021. List of Darwin Core terms. Biodiversity Information Standards (TDWG). + +To cite this document specifically, use the following: + +Darwin Core Maintenance Group. 2021. Darwin Core Quick Reference Guide. Biodiversity Information Standards (TDWG). From 4dcc950f86dba43ab0107b061a6d653eea8839bf Mon Sep 17 00:00:00 2001 From: TDWG translation account <93394989+TDWG-Crowdin@users.noreply.github.com> Date: Tue, 6 Feb 2024 16:36:25 +0100 Subject: [PATCH 15/16] New translations terms.md (Khmer) --- build/terms.km-KH.tmpl | 76 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 76 insertions(+) create mode 100644 build/terms.km-KH.tmpl diff --git a/build/terms.km-KH.tmpl b/build/terms.km-KH.tmpl new file mode 100644 index 0000000..b438683 --- /dev/null +++ b/build/terms.km-KH.tmpl @@ -0,0 +1,76 @@ +--- +container: fluid +--- + +{# This template is NOT used by jekyll, but by the Darwin Core build script to create the terms/index.md file, which mostly contains html. +# } + +# Darwin Core quick reference guide + +This document is intended to be an easy-to-read reference of the currently (as of 2021-07-15) recommended terms maintained as part of the [Darwin Core standard](https://www.tdwg.org/standards/dwc/) and is maintained by the [Darwin Core Maintenance Group](https://www.tdwg.org/community/dwc/). + +This page is not part of the standard, but combines the normative term names and definitions with the non-normative comments and examples that are meant to help people to use the terms consistently. Capitalized terms, such as Occurrence, are Darwin Core classes, which are special category terms used to group sets of terms for convenience. Comprehensive metadata for current and obsolete terms in human readable form are found in the document [List of Darwin Core terms](../list/). + +Additional [files with just the current term names](https://github.com/tdwg/dwc/tree/master/dist) and a [file with the full term history](https://github.com/tdwg/dwc/blob/master/vocabulary/term_versions.csv) can be found in the [Darwin Core repository](https://github.com/tdwg/dwc). + +For inquiries about how to use Darwin Core, either enter an issue in the [Darwin Core Questions & Answers site](https://github.com/tdwg/dwc-qa/blob/master/README.md) or enter an issue in the [alternative form](https://tinyurl.com/darwin-qa), which will have the same effect. See the bottom of this document for how to [cite Darwin Core](#cite-darwin-core). + +{% for class_group in class_groups %} + +## {{ class_group.label }} + +{% if class_group.label == 'Record-level' %} +This category contains terms that are generic in that they might apply to any type of record in a dataset. +{% endif %} +{% if class_group.label == 'UseWithIRI' %} +For more information on `UseWithIRI`, see [Section 2.5 of the RDF Guide](https://dwc.tdwg.org/rdf/#25-terms-in-the-dwciri-namespace-normative). +{% endif %} +
+ {% for term in class_group.terms %} + {{ term.label }} + {% endfor %} +
+ +{% if class_group.label != 'Record-level' and class_group.label != 'UseWithIRI' %} +{# Class #} + + + + + + + + +
{{ class_group.label }} Class
Identifier{{ class_group.iri }}
Definition{{ class_group.definition }}
Comments{{ class_group.comments }}
Examples{{ class_group.examples }}
+{%endif %} + +{% for term in class_group.terms %} +{# Term #} + + + + + + + + + +
{{ term.label }} Property
Identifier{{ term.iri }}
Definition{{ term.definition }}
Comments{{ term.comments }}
Examples{{ term.examples }}
+{% endfor %} + +{% endfor %} + +# Cite Darwin Core +To cite Darwin Core in general, use the peer-reviewed article on Darwin Core: + +Wieczorek J, Bloom D, Guralnick R, Blum S, Döring M, et al. (2012) Darwin Core: An Evolving Community-Developed Biodiversity Data Standard. PLoS ONE 7(1): e29715. + +To cite the standard document upon which this page is built, use the following: + +Darwin Core Maintenance Group. 2021. List of Darwin Core terms. Biodiversity Information Standards (TDWG). + +To cite this document specifically, use the following: + +Darwin Core Maintenance Group. 2021. Darwin Core Quick Reference Guide. Biodiversity Information Standards (TDWG). From ddcadb22c94af723b5f92faf5dfb6c7315d0c502 Mon Sep 17 00:00:00 2001 From: TDWG translation account <93394989+TDWG-Crowdin@users.noreply.github.com> Date: Mon, 11 Mar 2024 14:34:20 +0100 Subject: [PATCH 16/16] New translations terms.md (Portuguese) --- build/terms.pt.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/terms.pt.tmpl b/build/terms.pt.tmpl index b438683..e7201a6 100644 --- a/build/terms.pt.tmpl +++ b/build/terms.pt.tmpl @@ -5,7 +5,7 @@ container: fluid {# This template is NOT used by jekyll, but by the Darwin Core build script to create the terms/index.md file, which mostly contains html. # } -# Darwin Core quick reference guide +# Guia de referência rápida em Darwin Core This document is intended to be an easy-to-read reference of the currently (as of 2021-07-15) recommended terms maintained as part of the [Darwin Core standard](https://www.tdwg.org/standards/dwc/) and is maintained by the [Darwin Core Maintenance Group](https://www.tdwg.org/community/dwc/).