Skip to content

Commit

Permalink
Minor schema edits (#180)
Browse files Browse the repository at this point in the history
* Update traits.build_schema.yml

* Update traits.build_schema.yml
  • Loading branch information
ehwenk authored Dec 5, 2024
1 parent 7866903 commit ba2ada5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions inst/support/traits.build_schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,8 @@ austraits:
source_original_dataset_key: Citation key for the original dataset_id in sources; for compilations. The key is typically formatted as `Surname_year`.
source_original_dataset_citation: Citations for the original dataset_id in sources; for compilationse. This detail is generated from the original source in the metadata.
data_collectors: &data_collectors The person (people) leading data collection for this study.
assistants: &assistants Names of additional people who played a more minor role in data collection for the study.
dataset_curators: &dataset_curators Names of AusTraits team member(s) who contacted the data collectors and added the study to the AusTraits repository.
assistants: &assistants Names of people who played a more minor role in data collection for the study.
dataset_curators: &dataset_curators Names of database team member(s) who contacted the data collectors and added the study to the database repository.
excluded_data:
description: A table of data that did not pass quality tests and so were excluded from the master dataset. The structure is identical to that presented in the `traits` table, only with an extra column called `error` indicating why the record was excluded. Common reasons are missing_unit_conversions, missing_value, and unsupported_trait_value.
type: table
Expand Down Expand Up @@ -412,11 +412,11 @@ metadata:
find: Contributor's trait value that needs to be changed.
replace: AusTraits supported replacement value.
taxonomic_updates:
description: A table of taxonomic name changes needed to align original names in the dataset with taxon names in the chosen taxonomic reference(s).
description: A table of taxonomic name changes needed to align original names in the dataset with aligned names in the chosen taxonomic reference(s).
type: array
values:
find: *original_name
replace: *taxon_name
replace: *aligned_name
reason: Records why the change was implemented, e.g. `typos`, `taxonomic synonyms`, and `standardising spellings`
taxonomic_resolution: *taxonomic_resolution
exclude_observations:
Expand Down

0 comments on commit ba2ada5

Please sign in to comment.