From f2c27b5f947aa997416945c1bfed16bfabbd72df Mon Sep 17 00:00:00 2001 From: Steve Baskauf Date: Sun, 17 Sep 2023 14:37:15 -0500 Subject: [PATCH] Add configuration files for manually managed docs --- .../authors_configuration.yaml | 41 ++++++++++ .../document_configuration.yaml | 75 ++++++++++++++++++ .../authors_configuration.yaml | 48 ++++++++++++ .../document_configuration.yaml | 72 ++++++++++++++++++ .../authors_configuration.yaml | 41 ++++++++++ .../document_configuration.yaml | 72 ++++++++++++++++++ .../authors_configuration.yaml | 41 ++++++++++ .../document_configuration.yaml | 76 +++++++++++++++++++ .../authors_configuration.yaml | 41 ++++++++++ .../document_configuration.yaml | 72 ++++++++++++++++++ 10 files changed, 579 insertions(+) create mode 100644 build/dwc_terms_guides_rdf/authors_configuration.yaml create mode 100644 build/dwc_terms_guides_rdf/document_configuration.yaml create mode 100644 build/dwc_terms_guides_text/authors_configuration.yaml create mode 100644 build/dwc_terms_guides_text/document_configuration.yaml create mode 100644 build/dwc_terms_guides_xml/authors_configuration.yaml create mode 100644 build/dwc_terms_guides_xml/document_configuration.yaml create mode 100644 build/dwc_terms_namespace/authors_configuration.yaml create mode 100644 build/dwc_terms_namespace/document_configuration.yaml create mode 100644 build/dwc_terms_simple/authors_configuration.yaml create mode 100644 build/dwc_terms_simple/document_configuration.yaml diff --git a/build/dwc_terms_guides_rdf/authors_configuration.yaml b/build/dwc_terms_guides_rdf/authors_configuration.yaml new file mode 100644 index 0000000..e35721f --- /dev/null +++ b/build/dwc_terms_guides_rdf/authors_configuration.yaml @@ -0,0 +1,41 @@ +- contributor_iri: https://orcid.org/0000-0003-4365-3135 + contributor_literal: Steve Baskauf + contributor_role: contributor + role_uri: http://www.wikidata.org/entity/Q20204892 + affiliation: Vanderbilt University Department of Biological Sciences + affiliation_uri: http://www.wikidata.org/entity/Q78041310 + +- contributor_iri: https://orcid.org/0000-0003-1144-0290 + contributor_literal: John Wieczorek + contributor_role: contributor + role_uri: http://www.wikidata.org/entity/Q20204892 + affiliation: VertNet + affiliation_uri: http://www.wikidata.org/entity/Q98382028 + +- contributor_iri: https://orcid.org/0000-0002-5905-1617 + contributor_literal: John Deck + contributor_role: contributor + role_uri: http://www.wikidata.org/entity/Q20204892 + affiliation: Genomic Biodiversity Working Group + affiliation_uri: http://www.wikidata.org/entity/Q98382041 + +- contributor_iri: https://orcid.org/0000-0003-1031-3249 + contributor_literal: Campbell Webb + contributor_role: contributor + role_uri: http://www.wikidata.org/entity/Q20204892 + affiliation: TDWG RDF/OWL Task Group + affiliation_uri: http://www.wikidata.org/entity/Q4914768 + +- contributor_iri: http://purl.oclc.org/net/edu.harvard.huh/guid/uuid/5e51de22-d841-4c47-b0c4-d5ad0bd03035 + contributor_literal: Paul J. Morris + contributor_role: contributor + role_uri: http://www.wikidata.org/entity/Q20204892 + affiliation: Harvard University Herbaria/Museum of Comparative Zoölogy + affiliation_uri: http://www.wikidata.org/entity/Q51926077 + +- contributor_iri: https://orcid.org/0000-0003-0632-7576 + contributor_literal: Mark Schildhauer + contributor_role: contributor + role_uri: http://www.wikidata.org/entity/Q20204892 + affiliation: National Center for Ecological Analysis and Synthesis + affiliation_uri: http://www.wikidata.org/entity/Q6971323 diff --git a/build/dwc_terms_guides_rdf/document_configuration.yaml b/build/dwc_terms_guides_rdf/document_configuration.yaml new file mode 100644 index 0000000..778e83b --- /dev/null +++ b/build/dwc_terms_guides_rdf/document_configuration.yaml @@ -0,0 +1,75 @@ +# ---------------- +# Values set by the task group or maintainers of the standard. +# ---------------- + +# Official title of the document assigned by authors. +documentTitle: Darwin Core RDF guide + +# Abstract of document written by authors. +abstract: This guide is intended to facilitate the use of Darwin Core terms in the Resource Description + Framework (RDF). It explains basic features of RDF and provides details of how to expose data in the + form of RDF using Darwin Core terms and terms from other key vocabularies. It defines terms in the + namespace http://rs.tdwg.org/dwc/iri/ which are intended for use exclusively with non-literal objects. + +# This value is generally the name of the task group that created the document. +creator: Darwin Core and RDF/OWL Task Groups + +# Current (2023-08-27) practice is to publish documents as Markdown files in a TDWG GitHub repository. +# These Markdown documents are then converted to HTML by GitHub Pages. To match the TDWG theme, the +# document maintainers will need to work with the Infrastructure team to set up the repository so +# that it can host the ancillary website for the standard or vocabulary. +# The exact setup of the repository will determin the values of accessUrl and browserRedirectUri. + +# Media type of source document used to generate the HTML version of the document. +mediaType: text/markdown + +# Value determined by the location of the raw Markdown file in the GitHub repository. +# The repository pattern used should be to create a subdirectory for the document whose name will be +# the slug for the page, then place the Markdown file named index.md in that subdirectory. +accessUrl: https://raw.githubusercontent.com/tdwg/dwc/master/docs/rdf/index.md + +# Actual URL of the document to which the permanent IRI is redirected. +# When generated by GitHub pages, this will be related to the location of the raw Markdown file. +# The initial default value is https://tdwg.github.io/repository_name/subdirectory_name/. +# However, typically, the Infrastructure team sets up a subdomain of the tdwg.org domain for the +# ancillary website. In that case, the value will eventually be +# https://subdomain.tdwg.org/subdirectory_name/. +browserRedirectUri: https://dwc.tdwg.org/rdf/ + +# ---------------- +# Values set by the TDWG Infrastructure team at time of ratification +# ---------------- + +# Permanent IRI of the standard with which the document is associated. +# For documents added to an existing standard, see the landing page +# for the standard on the TDWG website for the correct value. +# For new standards, this value will be set by the TDWG Infrastructure team. +dcterms_isPartOf: http://www.tdwg.org/standards/450 + +# IRI value assigned as a permanent identifier for the document based on standard TDWG IRI patterns. +# This value will automatically get updated from the general_configuration.yaml file. It should not be +# set manually. +current_iri: http://rs.tdwg.org/dwc/terms/guides/rdf/ + +# Date of first ratification of the document. Will match the doc_modified value for the first +# version of the document. For lists of terms, this will also match the date that the +# first version of the vocabulary was issued (date_issued). +doc_created: '2015-03-27' + +# ---------------- +# Do not edit below this line +# ---------------- + +# Standard metadata determined by TDWG policy. +publisher: Biodiversity Information Standards (TDWG) +license_statement: Licensed under a Creative Commons Attribution 4.0 International (CC BY) License. +license_uri: http://creativecommons.org/licenses/by/4.0/ + +# Typically left blank. May be used to provide additional information about the document +# in the machine-readable metadata. +comment: '' + +# This value will automatically get updated from the date_issued value in config.yaml if the document +# is a list of terms document. For other types of documents, it is set from the general_configuration.yaml +# file. +doc_modified: '2023-09-13' diff --git a/build/dwc_terms_guides_text/authors_configuration.yaml b/build/dwc_terms_guides_text/authors_configuration.yaml new file mode 100644 index 0000000..71123a5 --- /dev/null +++ b/build/dwc_terms_guides_text/authors_configuration.yaml @@ -0,0 +1,48 @@ +- contributor_iri: https://orcid.org/0000-0001-6215-3617 + contributor_literal: Tim Robertson + contributor_role: contributor + role_uri: http://www.wikidata.org/entity/Q20204892 + affiliation: Global Biodiversity Information Facility + affiliation_uri: http://www.wikidata.org/entity/Q1531570 + +- contributor_iri: https://orcid.org/0000-0001-7757-1889 + contributor_literal: Markus Döring + contributor_role: contributor + role_uri: http://www.wikidata.org/entity/Q20204892 + affiliation: Global Biodiversity Information Facility + affiliation_uri: http://www.wikidata.org/entity/Q1531570 + +- contributor_iri: https://orcid.org/0000-0003-1144-0290 + contributor_literal: John Wieczorek + contributor_role: contributor + role_uri: http://www.wikidata.org/entity/Q20204892 + affiliation: VertNet + affiliation_uri: http://www.wikidata.org/entity/Q98382028 + +- contributor_iri: https://orcid.org/0000-0002-7104-7266 + contributor_literal: Renato De Giovanni + contributor_role: contributor + role_uri: http://www.wikidata.org/entity/Q20204892 + affiliation: Centro de Referência em Informação Ambiental + affiliation_uri: http://www.wikidata.org/entity/Q29168927 + +- contributor_iri: https://orcid.org/0000-0002-6513-4996 + contributor_literal: Dave Vieglais + contributor_role: contributor + role_uri: http://www.wikidata.org/entity/Q20204892 + affiliation: KU Natural History Museum + affiliation_uri: http://www.wikidata.org/entity/Q1111807 + +- contributor_iri: https://orcid.org/0000-0003-4365-3135 + contributor_literal: Steve Baskauf + contributor_role: contributor + role_uri: http://www.wikidata.org/entity/Q20204892 + affiliation: Vanderbilt University Libraries + affiliation_uri: http://www.wikidata.org/entity/Q16849893 + +- contributor_iri: https://orcid.org/0000-0002-5178-4170 + contributor_literal: Gail Kampmeier + contributor_role: review manager + role_uri: http://www.wikidata.org/entity/Q2462658 + affiliation: Illinois Natural History Survey + affiliation_uri: http://www.wikidata.org/entity/Q5999587 diff --git a/build/dwc_terms_guides_text/document_configuration.yaml b/build/dwc_terms_guides_text/document_configuration.yaml new file mode 100644 index 0000000..c272c5a --- /dev/null +++ b/build/dwc_terms_guides_text/document_configuration.yaml @@ -0,0 +1,72 @@ +# ---------------- +# Values set by the task group or maintainers of the standard. +# ---------------- + +# Official title of the document assigned by authors. +documentTitle: Darwin Core text guide + +# Abstract of document written by authors. +abstract: Guidelines for implementing Darwin Core in Text files. + +# This value is generally the name of the task group that created the document. +creator: Darwin Core Task Group + +# Current (2023-08-27) practice is to publish documents as Markdown files in a TDWG GitHub repository. +# These Markdown documents are then converted to HTML by GitHub Pages. To match the TDWG theme, the +# document maintainers will need to work with the Infrastructure team to set up the repository so +# that it can host the ancillary website for the standard or vocabulary. +# The exact setup of the repository will determin the values of accessUrl and browserRedirectUri. + +# Media type of source document used to generate the HTML version of the document. +mediaType: text/markdown + +# Value determined by the location of the raw Markdown file in the GitHub repository. +# The repository pattern used should be to create a subdirectory for the document whose name will be +# the slug for the page, then place the Markdown file named index.md in that subdirectory. +accessUrl: https://raw.githubusercontent.com/tdwg/dwc/master/docs/text/index.md + +# Actual URL of the document to which the permanent IRI is redirected. +# When generated by GitHub pages, this will be related to the location of the raw Markdown file. +# The initial default value is https://tdwg.github.io/repository_name/subdirectory_name/. +# However, typically, the Infrastructure team sets up a subdomain of the tdwg.org domain for the +# ancillary website. In that case, the value will eventually be +# https://subdomain.tdwg.org/subdirectory_name/. +browserRedirectUri: https://dwc.tdwg.org/text/ + +# ---------------- +# Values set by the TDWG Infrastructure team at time of ratification +# ---------------- + +# Permanent IRI of the standard with which the document is associated. +# For documents added to an existing standard, see the landing page +# for the standard on the TDWG website for the correct value. +# For new standards, this value will be set by the TDWG Infrastructure team. +dcterms_isPartOf: http://www.tdwg.org/standards/450 + +# IRI value assigned as a permanent identifier for the document based on standard TDWG IRI patterns. +# This value will automatically get updated from the general_configuration.yaml file. It should not be +# set manually. +current_iri: http://rs.tdwg.org/dwc/terms/guides/text/ + +# Date of first ratification of the document. Will match the doc_modified value for the first +# version of the document. For lists of terms, this will also match the date that the +# first version of the vocabulary was issued (date_issued). +doc_created: '2009-02-12' + +# ---------------- +# Do not edit below this line +# ---------------- + +# Standard metadata determined by TDWG policy. +publisher: Biodiversity Information Standards (TDWG) +license_statement: Licensed under a Creative Commons Attribution 4.0 International (CC BY) License. +license_uri: http://creativecommons.org/licenses/by/4.0/ + +# Typically left blank. May be used to provide additional information about the document +# in the machine-readable metadata. +comment: '' + +# This value will automatically get updated from the date_issued value in config.yaml if the document +# is a list of terms document. For other types of documents, it is set from the general_configuration.yaml +# file. +doc_modified: '2023-09-13' diff --git a/build/dwc_terms_guides_xml/authors_configuration.yaml b/build/dwc_terms_guides_xml/authors_configuration.yaml new file mode 100644 index 0000000..0847740 --- /dev/null +++ b/build/dwc_terms_guides_xml/authors_configuration.yaml @@ -0,0 +1,41 @@ +- contributor_iri: https://orcid.org/0000-0003-1144-0290 + contributor_literal: John Wieczorek + contributor_role: contributor + role_uri: http://www.wikidata.org/entity/Q20204892 + affiliation: VertNet + affiliation_uri: http://www.wikidata.org/entity/Q98382028 + +- contributor_iri: https://orcid.org/0000-0001-7757-1889 + contributor_literal: Markus Döring + contributor_role: contributor + role_uri: http://www.wikidata.org/entity/Q20204892 + affiliation: Global Biodiversity Information Facility + affiliation_uri: http://www.wikidata.org/entity/Q1531570 + +- contributor_iri: https://orcid.org/0000-0002-7104-7266 + contributor_literal: Renato De Giovanni + contributor_role: contributor + role_uri: http://www.wikidata.org/entity/Q20204892 + affiliation: Centro de Referência em Informação Ambiental + affiliation_uri: http://www.wikidata.org/entity/Q29168927 + +- contributor_iri: https://orcid.org/0000-0001-6215-3617 + contributor_literal: Tim Robertson + contributor_role: contributor + role_uri: http://www.wikidata.org/entity/Q20204892 + affiliation: Global Biodiversity Information Facility + affiliation_uri: http://www.wikidata.org/entity/Q1531570 + +- contributor_iri: https://orcid.org/0000-0002-6513-4996 + contributor_literal: Dave Vieglais + contributor_role: contributor + role_uri: http://www.wikidata.org/entity/Q20204892 + affiliation: KU Natural History Museum + affiliation_uri: http://www.wikidata.org/entity/Q1111807 + +- contributor_iri: https://orcid.org/0000-0002-5178-4170 + contributor_literal: Gail Kampmeier + contributor_role: review manager + role_uri: http://www.wikidata.org/entity/Q2462658 + affiliation: Illinois Natural History Survey + affiliation_uri: http://www.wikidata.org/entity/Q5999587 diff --git a/build/dwc_terms_guides_xml/document_configuration.yaml b/build/dwc_terms_guides_xml/document_configuration.yaml new file mode 100644 index 0000000..a5b26f6 --- /dev/null +++ b/build/dwc_terms_guides_xml/document_configuration.yaml @@ -0,0 +1,72 @@ +# ---------------- +# Values set by the task group or maintainers of the standard. +# ---------------- + +# Official title of the document assigned by authors. +documentTitle: Darwin Core XML guide + +# Abstract of document written by authors. +abstract: Guidelines for the implementation of Darwin Core in XML. + +# This value is generally the name of the task group that created the document. +creator: Darwin Core Task Group + +# Current (2023-08-27) practice is to publish documents as Markdown files in a TDWG GitHub repository. +# These Markdown documents are then converted to HTML by GitHub Pages. To match the TDWG theme, the +# document maintainers will need to work with the Infrastructure team to set up the repository so +# that it can host the ancillary website for the standard or vocabulary. +# The exact setup of the repository will determin the values of accessUrl and browserRedirectUri. + +# Media type of source document used to generate the HTML version of the document. +mediaType: text/markdown + +# Value determined by the location of the raw Markdown file in the GitHub repository. +# The repository pattern used should be to create a subdirectory for the document whose name will be +# the slug for the page, then place the Markdown file named index.md in that subdirectory. +accessUrl: https://raw.githubusercontent.com/tdwg/dwc/master/docs/xml/index.md + +# Actual URL of the document to which the permanent IRI is redirected. +# When generated by GitHub pages, this will be related to the location of the raw Markdown file. +# The initial default value is https://tdwg.github.io/repository_name/subdirectory_name/. +# However, typically, the Infrastructure team sets up a subdomain of the tdwg.org domain for the +# ancillary website. In that case, the value will eventually be +# https://subdomain.tdwg.org/subdirectory_name/. +browserRedirectUri: https://dwc.tdwg.org/xml/ + +# ---------------- +# Values set by the TDWG Infrastructure team at time of ratification +# ---------------- + +# Permanent IRI of the standard with which the document is associated. +# For documents added to an existing standard, see the landing page +# for the standard on the TDWG website for the correct value. +# For new standards, this value will be set by the TDWG Infrastructure team. +dcterms_isPartOf: http://www.tdwg.org/standards/450 + +# IRI value assigned as a permanent identifier for the document based on standard TDWG IRI patterns. +# This value will automatically get updated from the general_configuration.yaml file. It should not be +# set manually. +current_iri: http://rs.tdwg.org/dwc/terms/guides/xml/ + +# Date of first ratification of the document. Will match the doc_modified value for the first +# version of the document. For lists of terms, this will also match the date that the +# first version of the vocabulary was issued (date_issued). +doc_created: '2009-02-12' + +# ---------------- +# Do not edit below this line +# ---------------- + +# Standard metadata determined by TDWG policy. +publisher: Biodiversity Information Standards (TDWG) +license_statement: Licensed under a Creative Commons Attribution 4.0 International (CC BY) License. +license_uri: http://creativecommons.org/licenses/by/4.0/ + +# Typically left blank. May be used to provide additional information about the document +# in the machine-readable metadata. +comment: '' + +# This value will automatically get updated from the date_issued value in config.yaml if the document +# is a list of terms document. For other types of documents, it is set from the general_configuration.yaml +# file. +doc_modified: '2023-09-13' diff --git a/build/dwc_terms_namespace/authors_configuration.yaml b/build/dwc_terms_namespace/authors_configuration.yaml new file mode 100644 index 0000000..0847740 --- /dev/null +++ b/build/dwc_terms_namespace/authors_configuration.yaml @@ -0,0 +1,41 @@ +- contributor_iri: https://orcid.org/0000-0003-1144-0290 + contributor_literal: John Wieczorek + contributor_role: contributor + role_uri: http://www.wikidata.org/entity/Q20204892 + affiliation: VertNet + affiliation_uri: http://www.wikidata.org/entity/Q98382028 + +- contributor_iri: https://orcid.org/0000-0001-7757-1889 + contributor_literal: Markus Döring + contributor_role: contributor + role_uri: http://www.wikidata.org/entity/Q20204892 + affiliation: Global Biodiversity Information Facility + affiliation_uri: http://www.wikidata.org/entity/Q1531570 + +- contributor_iri: https://orcid.org/0000-0002-7104-7266 + contributor_literal: Renato De Giovanni + contributor_role: contributor + role_uri: http://www.wikidata.org/entity/Q20204892 + affiliation: Centro de Referência em Informação Ambiental + affiliation_uri: http://www.wikidata.org/entity/Q29168927 + +- contributor_iri: https://orcid.org/0000-0001-6215-3617 + contributor_literal: Tim Robertson + contributor_role: contributor + role_uri: http://www.wikidata.org/entity/Q20204892 + affiliation: Global Biodiversity Information Facility + affiliation_uri: http://www.wikidata.org/entity/Q1531570 + +- contributor_iri: https://orcid.org/0000-0002-6513-4996 + contributor_literal: Dave Vieglais + contributor_role: contributor + role_uri: http://www.wikidata.org/entity/Q20204892 + affiliation: KU Natural History Museum + affiliation_uri: http://www.wikidata.org/entity/Q1111807 + +- contributor_iri: https://orcid.org/0000-0002-5178-4170 + contributor_literal: Gail Kampmeier + contributor_role: review manager + role_uri: http://www.wikidata.org/entity/Q2462658 + affiliation: Illinois Natural History Survey + affiliation_uri: http://www.wikidata.org/entity/Q5999587 diff --git a/build/dwc_terms_namespace/document_configuration.yaml b/build/dwc_terms_namespace/document_configuration.yaml new file mode 100644 index 0000000..8fa15ac --- /dev/null +++ b/build/dwc_terms_namespace/document_configuration.yaml @@ -0,0 +1,76 @@ +# ---------------- +# Values set by the task group or maintainers of the standard. +# ---------------- + +# Official title of the document assigned by authors. +documentTitle: Darwin Core namespace policy + +# Abstract of document written by authors. +abstract: 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. + +# This value is generally the name of the task group that created the document. +creator: Darwin Core Task Group + +# Current (2023-08-27) practice is to publish documents as Markdown files in a TDWG GitHub repository. +# These Markdown documents are then converted to HTML by GitHub Pages. To match the TDWG theme, the +# document maintainers will need to work with the Infrastructure team to set up the repository so +# that it can host the ancillary website for the standard or vocabulary. +# The exact setup of the repository will determin the values of accessUrl and browserRedirectUri. + +# Media type of source document used to generate the HTML version of the document. +mediaType: text/markdown + +# Value determined by the location of the raw Markdown file in the GitHub repository. +# The repository pattern used should be to create a subdirectory for the document whose name will be +# the slug for the page, then place the Markdown file named index.md in that subdirectory. +accessUrl: https://raw.githubusercontent.com/tdwg/dwc/master/docs/namespace/index.md + +# Actual URL of the document to which the permanent IRI is redirected. +# When generated by GitHub pages, this will be related to the location of the raw Markdown file. +# The initial default value is https://tdwg.github.io/repository_name/subdirectory_name/. +# However, typically, the Infrastructure team sets up a subdomain of the tdwg.org domain for the +# ancillary website. In that case, the value will eventually be +# https://subdomain.tdwg.org/subdirectory_name/. +browserRedirectUri: https://dwc.tdwg.org/namespace/ + +# ---------------- +# Values set by the TDWG Infrastructure team at time of ratification +# ---------------- + +# Permanent IRI of the standard with which the document is associated. +# For documents added to an existing standard, see the landing page +# for the standard on the TDWG website for the correct value. +# For new standards, this value will be set by the TDWG Infrastructure team. +dcterms_isPartOf: http://www.tdwg.org/standards/450 + +# IRI value assigned as a permanent identifier for the document based on standard TDWG IRI patterns. +# This value will automatically get updated from the general_configuration.yaml file. It should not be +# set manually. +current_iri: http://rs.tdwg.org/dwc/terms/namespace/ + +# Date of first ratification of the document. Will match the doc_modified value for the first +# version of the document. For lists of terms, this will also match the date that the +# first version of the vocabulary was issued (date_issued). +doc_created: '2009-02-12' + +# ---------------- +# Do not edit below this line +# ---------------- + +# Standard metadata determined by TDWG policy. +publisher: Biodiversity Information Standards (TDWG) +license_statement: Licensed under a Creative Commons Attribution 4.0 International (CC BY) License. +license_uri: http://creativecommons.org/licenses/by/4.0/ + +# Typically left blank. May be used to provide additional information about the document +# in the machine-readable metadata. +comment: '' + +# This value will automatically get updated from the date_issued value in config.yaml if the document +# is a list of terms document. For other types of documents, it is set from the general_configuration.yaml +# file. +doc_modified: '2023-09-13' diff --git a/build/dwc_terms_simple/authors_configuration.yaml b/build/dwc_terms_simple/authors_configuration.yaml new file mode 100644 index 0000000..0847740 --- /dev/null +++ b/build/dwc_terms_simple/authors_configuration.yaml @@ -0,0 +1,41 @@ +- contributor_iri: https://orcid.org/0000-0003-1144-0290 + contributor_literal: John Wieczorek + contributor_role: contributor + role_uri: http://www.wikidata.org/entity/Q20204892 + affiliation: VertNet + affiliation_uri: http://www.wikidata.org/entity/Q98382028 + +- contributor_iri: https://orcid.org/0000-0001-7757-1889 + contributor_literal: Markus Döring + contributor_role: contributor + role_uri: http://www.wikidata.org/entity/Q20204892 + affiliation: Global Biodiversity Information Facility + affiliation_uri: http://www.wikidata.org/entity/Q1531570 + +- contributor_iri: https://orcid.org/0000-0002-7104-7266 + contributor_literal: Renato De Giovanni + contributor_role: contributor + role_uri: http://www.wikidata.org/entity/Q20204892 + affiliation: Centro de Referência em Informação Ambiental + affiliation_uri: http://www.wikidata.org/entity/Q29168927 + +- contributor_iri: https://orcid.org/0000-0001-6215-3617 + contributor_literal: Tim Robertson + contributor_role: contributor + role_uri: http://www.wikidata.org/entity/Q20204892 + affiliation: Global Biodiversity Information Facility + affiliation_uri: http://www.wikidata.org/entity/Q1531570 + +- contributor_iri: https://orcid.org/0000-0002-6513-4996 + contributor_literal: Dave Vieglais + contributor_role: contributor + role_uri: http://www.wikidata.org/entity/Q20204892 + affiliation: KU Natural History Museum + affiliation_uri: http://www.wikidata.org/entity/Q1111807 + +- contributor_iri: https://orcid.org/0000-0002-5178-4170 + contributor_literal: Gail Kampmeier + contributor_role: review manager + role_uri: http://www.wikidata.org/entity/Q2462658 + affiliation: Illinois Natural History Survey + affiliation_uri: http://www.wikidata.org/entity/Q5999587 diff --git a/build/dwc_terms_simple/document_configuration.yaml b/build/dwc_terms_simple/document_configuration.yaml new file mode 100644 index 0000000..ddcd1d4 --- /dev/null +++ b/build/dwc_terms_simple/document_configuration.yaml @@ -0,0 +1,72 @@ +# ---------------- +# Values set by the task group or maintainers of the standard. +# ---------------- + +# Official title of the document assigned by authors. +documentTitle: Simple Darwin Core + +# Abstract of document written by authors. +abstract: This document is a reference for the Simple Darwin Core standard. + +# This value is generally the name of the task group that created the document. +creator: Darwin Core Task Group + +# Current (2023-08-27) practice is to publish documents as Markdown files in a TDWG GitHub repository. +# These Markdown documents are then converted to HTML by GitHub Pages. To match the TDWG theme, the +# document maintainers will need to work with the Infrastructure team to set up the repository so +# that it can host the ancillary website for the standard or vocabulary. +# The exact setup of the repository will determin the values of accessUrl and browserRedirectUri. + +# Media type of source document used to generate the HTML version of the document. +mediaType: text/markdown + +# Value determined by the location of the raw Markdown file in the GitHub repository. +# The repository pattern used should be to create a subdirectory for the document whose name will be +# the slug for the page, then place the Markdown file named index.md in that subdirectory. +accessUrl: https://raw.githubusercontent.com/tdwg/dwc/master/docs/simple/index.md + +# Actual URL of the document to which the permanent IRI is redirected. +# When generated by GitHub pages, this will be related to the location of the raw Markdown file. +# The initial default value is https://tdwg.github.io/repository_name/subdirectory_name/. +# However, typically, the Infrastructure team sets up a subdomain of the tdwg.org domain for the +# ancillary website. In that case, the value will eventually be +# https://subdomain.tdwg.org/subdirectory_name/. +browserRedirectUri: https://dwc.tdwg.org/simple/ + +# ---------------- +# Values set by the TDWG Infrastructure team at time of ratification +# ---------------- + +# Permanent IRI of the standard with which the document is associated. +# For documents added to an existing standard, see the landing page +# for the standard on the TDWG website for the correct value. +# For new standards, this value will be set by the TDWG Infrastructure team. +dcterms_isPartOf: http://www.tdwg.org/standards/450 + +# IRI value assigned as a permanent identifier for the document based on standard TDWG IRI patterns. +# This value will automatically get updated from the general_configuration.yaml file. It should not be +# set manually. +current_iri: http://rs.tdwg.org/dwc/terms/simple/ + +# Date of first ratification of the document. Will match the doc_modified value for the first +# version of the document. For lists of terms, this will also match the date that the +# first version of the vocabulary was issued (date_issued). +doc_created: '2009-04-21' + +# ---------------- +# Do not edit below this line +# ---------------- + +# Standard metadata determined by TDWG policy. +publisher: Biodiversity Information Standards (TDWG) +license_statement: Licensed under a Creative Commons Attribution 4.0 International (CC BY) License. +license_uri: http://creativecommons.org/licenses/by/4.0/ + +# Typically left blank. May be used to provide additional information about the document +# in the machine-readable metadata. +comment: '' + +# This value will automatically get updated from the date_issued value in config.yaml if the document +# is a list of terms document. For other types of documents, it is set from the general_configuration.yaml +# file. +doc_modified: '2023-09-13'