From 88d52c4821fec0546a36f8412e9f14939767a4b3 Mon Sep 17 00:00:00 2001 From: Daniel Falster Date: Mon, 12 Feb 2024 10:02:34 +1100 Subject: [PATCH] Bugfixes: Fix minor errors (#151) * Rename ontology as index, regenerate files * Incorporate Lizzy's minor fixes - dates keep swapping between UK and US version each time the ontology table is opened. I'm now formatting with the actual month, to be more transparent - links for individual terms weren't working - add mappings including the various context_id's appear in `contexts` table - since they do, just not with that column header - remove duplicate terms in index.html - terms like `dataset_id` that appear in multiple tables were appearing multiple times in `index.html`. To fix this, I added a vector within the `table columns` loop that keeps track of terms that have already been displayed and removes them from the `column` outputs of subsequent tables. --------- Co-authored-by: ehwenk --- .gitignore | 1 + _pkgdown.yml | 2 +- docs/404.html | 2 +- docs/LICENSE-text.html | 2 +- docs/authors.html | 2 +- docs/index.html | 2 +- docs/news/index.html | 2 +- docs/ontology/build_triples.csv | 266 +- docs/ontology/index.html | 15231 +++++++++++- .../ontology/release/0.1.0/index.html | 3764 ++- docs/ontology/release/0.1.0/traits.build.html | 20663 ---------------- docs/ontology/release/0.1.0/traits.build.json | 393 +- docs/ontology/release/0.1.0/traits.build.nq | 301 +- docs/ontology/release/0.1.0/traits.build.nt | 301 +- docs/ontology/release/0.1.0/traits.build.ttl | 269 +- docs/ontology/release/1.0.0/tmp.html | 124 - docs/ontology/traits.build.json | 378 +- docs/ontology/traits.build.nq | 266 +- docs/ontology/traits.build.nt | 266 +- docs/ontology/traits.build.ttl | 261 +- docs/pkgdown.yml | 2 +- docs/reference/bib_print.html | 2 +- docs/reference/build_add_version.html | 2 +- docs/reference/build_combine.html | 2 +- docs/reference/build_setup_pipeline.html | 2 +- docs/reference/check_pivot_duplicates.html | 2 +- docs/reference/check_pivot_wider.html | 2 +- docs/reference/create_tree_branch.html | 2 +- docs/reference/dataset_build.html | 2 +- docs/reference/dataset_configure.html | 2 +- docs/reference/dataset_find_taxon.html | 2 +- docs/reference/dataset_process.html | 2 +- docs/reference/dataset_report.html | 2 +- docs/reference/dataset_test.html | 2 +- docs/reference/dataset_test_worker.html | 2 +- docs/reference/dataset_update_taxonomy.html | 2 +- docs/reference/db_traits_pivot_longer.html | 2 +- docs/reference/db_traits_pivot_wider.html | 2 +- docs/reference/get_schema.html | 2 +- docs/reference/get_unit_conversions.html | 2 +- docs/reference/index.html | 2 +- docs/reference/metadata_add_contexts.html | 2 +- docs/reference/metadata_add_locations.html | 2 +- .../reference/metadata_add_source_bibtex.html | 2 +- docs/reference/metadata_add_source_doi.html | 2 +- docs/reference/metadata_add_substitution.html | 2 +- .../metadata_add_substitutions_list.html | 2 +- .../metadata_add_substitutions_table.html | 2 +- .../metadata_add_taxonomic_change.html | 2 +- .../metadata_add_taxonomic_changes_list.html | 2 +- docs/reference/metadata_add_traits.html | 2 +- .../metadata_check_custom_R_code.html | 2 +- docs/reference/metadata_create_template.html | 2 +- .../metadata_exclude_observations.html | 2 +- .../metadata_find_taxonomic_change.html | 2 +- docs/reference/metadata_path_dataset_id.html | 2 +- .../metadata_remove_taxonomic_change.html | 2 +- .../metadata_update_taxonomic_change.html | 2 +- .../metadata_user_select_column.html | 2 +- .../reference/metadata_user_select_names.html | 2 +- docs/reference/notes_random_string.html | 2 +- docs/reference/notetaker_add_note.html | 2 +- docs/reference/notetaker_as_note.html | 2 +- docs/reference/notetaker_get_note.html | 2 +- docs/reference/notetaker_print_all.html | 2 +- docs/reference/notetaker_print_note.html | 2 +- docs/reference/notetaker_print_notes.html | 2 +- docs/reference/notetaker_start.html | 2 +- docs/reference/pipe.html | 2 +- .../plot_trait_distribution_beeswarm.html | 2 +- docs/reference/process_add_all_columns.html | 2 +- docs/reference/process_convert_units.html | 2 +- .../process_create_observation_id.html | 2 +- docs/reference/process_custom_code.html | 2 +- .../process_flag_excluded_observations.html | 2 +- .../process_flag_out_of_range_values.html | 2 +- .../process_flag_unsupported_characters.html | 2 +- .../process_flag_unsupported_traits.html | 2 +- .../process_flag_unsupported_values.html | 2 +- docs/reference/process_format_contexts.html | 2 +- .../process_format_contributors.html | 2 +- docs/reference/process_format_locations.html | 2 +- docs/reference/process_generate_id.html | 2 +- .../process_generate_method_ids.html | 2 +- docs/reference/process_parse_data.html | 2 +- docs/reference/process_standardise_names.html | 2 +- docs/reference/process_taxonomic_updates.html | 2 +- .../process_unit_conversion_name.html | 2 +- docs/reference/read_csv_char.html | 2 +- docs/reference/read_metadata.html | 2 +- docs/reference/read_metadata_dataset.html | 2 +- docs/reference/read_yaml.html | 2 +- docs/reference/traits.build-package.html | 2 +- docs/reference/util_append_to_list.html | 2 +- docs/reference/util_bib_to_list.html | 2 +- docs/reference/util_check_all_values_in.html | 2 +- .../util_check_disallowed_chars.html | 2 +- docs/reference/util_df_convert_character.html | 2 +- docs/reference/util_df_to_list.html | 1102 +- docs/reference/util_extract_list_element.html | 2 +- docs/reference/util_get_SHA.html | 2 +- docs/reference/util_get_version.html | 2 +- docs/reference/util_kable_styling_html.html | 2 +- docs/reference/util_list_to_bib.html | 2 +- docs/reference/util_list_to_df1.html | 2 +- docs/reference/util_list_to_df2.html | 2 +- docs/reference/util_replace_null.html | 2 +- docs/reference/util_separate_and_sort.html | 2 +- docs/reference/util_standardise_doi.html | 2 +- docs/reference/write_metadata.html | 2 +- docs/reference/write_metadata_dataset.html | 2 +- docs/reference/write_plaintext.html | 2 +- docs/reference/write_yaml.html | 2 +- docs/sitemap.xml | 14 +- ontology/build_traits.build_ontology.R | 15 +- ontology/create_term_table.R | 4 +- ontology/data/traits.build_ontology.csv | 259 +- ontology/data/traits.build_resource.csv | 2 +- ontology/{traits.build.qmd => index.qmd} | 57 +- ontology/output/ontology/build_triples.csv | 266 +- .../{traits.build.html => index.html} | 6436 ++--- .../output/ontology/release/0.1.0/index.html | 6436 ++--- .../ontology/release/0.1.0/traits.build.html | 20663 ---------------- .../ontology/release/0.1.0/traits.build.json | 393 +- .../ontology/release/0.1.0/traits.build.nq | 301 +- .../ontology/release/0.1.0/traits.build.nt | 301 +- .../ontology/release/0.1.0/traits.build.ttl | 269 +- ontology/output/ontology/traits.build.json | 378 +- ontology/output/ontology/traits.build.nq | 266 +- ontology/output/ontology/traits.build.nt | 266 +- ontology/output/ontology/traits.build.ttl | 261 +- 131 files changed, 24636 insertions(+), 55733 deletions(-) rename ontology/traits.build.html => docs/ontology/release/0.1.0/index.html (96%) delete mode 100644 docs/ontology/release/0.1.0/traits.build.html delete mode 100644 docs/ontology/release/1.0.0/tmp.html rename ontology/{traits.build.qmd => index.qmd} (89%) rename ontology/output/ontology/{traits.build.html => index.html} (93%) rename docs/ontology/traits.build.html => ontology/output/ontology/release/0.1.0/index.html (93%) delete mode 100644 ontology/output/ontology/release/0.1.0/traits.build.html diff --git a/.gitignore b/.gitignore index 30c2b846..483db7ec 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ temp ontology/traits.build.html ontology/traits.build.rmarkdown +ontology/index.html diff --git a/_pkgdown.yml b/_pkgdown.yml index b82a10d0..22e0dcd6 100644 --- a/_pkgdown.yml +++ b/_pkgdown.yml @@ -23,7 +23,7 @@ navbar: href: https://traitecoevo.github.io/traits.build-book/ - text: Ontology icon: fa-book - href: ontology/traits.build.html + href: ontology/index.html - text: News href: news/index.html right: diff --git a/docs/404.html b/docs/404.html index c9b50039..0ec8b4be 100644 --- a/docs/404.html +++ b/docs/404.html @@ -60,7 +60,7 @@
  • - + Ontology diff --git a/docs/LICENSE-text.html b/docs/LICENSE-text.html index 91d5a2a1..332d3aa6 100644 --- a/docs/LICENSE-text.html +++ b/docs/LICENSE-text.html @@ -44,7 +44,7 @@
  • - + Ontology diff --git a/docs/authors.html b/docs/authors.html index bcad1fa1..4ec75369 100644 --- a/docs/authors.html +++ b/docs/authors.html @@ -44,7 +44,7 @@
  • - + Ontology diff --git a/docs/index.html b/docs/index.html index e20c88fb..7d34c365 100644 --- a/docs/index.html +++ b/docs/index.html @@ -61,7 +61,7 @@
  • - + Ontology diff --git a/docs/news/index.html b/docs/news/index.html index 6361abcf..ddcfeaf4 100644 --- a/docs/news/index.html +++ b/docs/news/index.html @@ -44,7 +44,7 @@
  • - + Ontology diff --git a/docs/ontology/build_triples.csv b/docs/ontology/build_triples.csv index aa9192b6..a5f7f172 100644 --- a/docs/ontology/build_triples.csv +++ b/docs/ontology/build_triples.csv @@ -8,7 +8,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,"""traits table""@en",.,http://www.w3.org/2000/01/rdf-schema#label,traits table,traits.build-traits,label,traits table,traits table ,,"""A table containing measurements of traits.""@en",.,http://purl.org/dc/terms/description,A table containing measurements of traits.,traits.build-traits,description,A table containing measurements of traits.,traits table ,,"""Includes information that must be recorded at the Measurement or Observation level.""@en",.,http://www.w3.org/2000/01/rdf-schema#comment,Includes information that must be recorded at the Measurement or Observation level.,traits.build-traits,comment,Includes information that must be recorded at the Measurement or Observation level.,traits table -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,traits.build-traits,created,02/01/24,traits table +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,traits.build-traits,created,01 February 2024,traits table ,,,.,http://www.w3.org/2002/07/owl#sameAs,http://terminologies.gfbio.org/terms/ETS/Traitdata,traits.build-traits,sameAs,Traitdata,traits table ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,traits.build-traits,is in scheme,traits.build database,traits table ,,"""contexts table""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,contexts table,traits.build-contexts,preferred label,contexts table,contexts table @@ -16,7 +16,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://semanticscience.org/resource/SIO_000602,http://semanticscience.org/resource/SIO_000754,traits.build-contexts,computational entity,database table,contexts table ,,"""contexts table""@en",.,http://www.w3.org/2000/01/rdf-schema#label,contexts table,traits.build-contexts,label,contexts table,contexts table ,,"""A table containing observations of contextual characteristics associated with information in `traits`. Cross referencing between the two dataframes is possible using combinations of the variables `dataset_id`, `link_id`, and `link_vals`.""@en",.,http://purl.org/dc/terms/description,"A table containing observations of contextual characteristics associated with information in `traits`. Cross referencing between the two dataframes is possible using combinations of the variables `dataset_id`, `link_id`, and `link_vals`.",traits.build-contexts,description,"A table containing observations of contextual characteristics associated with information in `traits`. Cross referencing between the two dataframes is possible using combinations of the variables `dataset_id`, `link_id`, and `link_vals`.",contexts table -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,traits.build-contexts,created,02/01/24,contexts table +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,traits.build-contexts,created,01 February 2024,contexts table ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,traits.build-contexts,is in scheme,traits.build database,contexts table ,,"""locations table""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,locations table,traits.build-locations,preferred label,locations table,locations table ,,"""locations""@en",.,http://www.w3.org/2004/02/skos/core#altLabel,locations,traits.build-locations,alternative label,locations,locations table @@ -25,7 +25,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,"""locations table""@en",.,http://www.w3.org/2000/01/rdf-schema#label,locations table,traits.build-locations,label,locations table,locations table ,,"""A table containing observations of location/site characteristics associated with information in `traits`. Cross referencing between the two dataframes is possible using combinations of the variables `dataset_id`, `location_name`.""@en",.,http://purl.org/dc/terms/description,"A table containing observations of location/site characteristics associated with information in `traits`. Cross referencing between the two dataframes is possible using combinations of the variables `dataset_id`, `location_name`.",traits.build-locations,description,"A table containing observations of location/site characteristics associated with information in `traits`. Cross referencing between the two dataframes is possible using combinations of the variables `dataset_id`, `location_name`.",locations table ,,"""Includes information about Location properties.""@en",.,http://www.w3.org/2000/01/rdf-schema#comment,Includes information about Location properties.,traits.build-locations,comment,Includes information about Location properties.,locations table -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,traits.build-locations,created,02/01/24,locations table +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,traits.build-locations,created,01 February 2024,locations table ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,traits.build-locations,is in scheme,traits.build database,locations table ,,"""methods table""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,methods table,traits.build-methods,preferred label,methods table,methods table ,,"""methods""@en",.,http://www.w3.org/2004/02/skos/core#altLabel,methods,traits.build-methods,alternative label,methods,methods table @@ -33,21 +33,21 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://www.w3.org/2004/02/skos/core#relatedMatch,http://terminologies.gfbio.org/terms/ETS/MeasurementOrFact,traits.build-methods,has related match,MeasurementOrFact,methods table ,,"""methods table""@en",.,http://www.w3.org/2000/01/rdf-schema#label,methods table,traits.build-methods,label,methods table,methods table ,,"""A table containing details on methods with which data were collected, including time frame and source. Cross referencing with the `traits` table is possible using combinations of the variables `dataset_id`, `trait_name`.""@en",.,http://purl.org/dc/terms/description,"A table containing details on methods with which data were collected, including time frame and source. Cross referencing with the `traits` table is possible using combinations of the variables `dataset_id`, `trait_name`.",traits.build-methods,description,"A table containing details on methods with which data were collected, including time frame and source. Cross referencing with the `traits` table is possible using combinations of the variables `dataset_id`, `trait_name`.",methods table -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,traits.build-methods,created,02/01/24,methods table +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,traits.build-methods,created,01 February 2024,methods table ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,traits.build-methods,is in scheme,traits.build database,methods table ,,"""excluded data table""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,excluded data table,traits.build-excluded_data,preferred label,excluded data table,excluded data table ,,"""excluded_data""@en",.,http://www.w3.org/2004/02/skos/core#altLabel,excluded_data,traits.build-excluded_data,alternative label,excluded_data,excluded data table ,,,.,http://semanticscience.org/resource/SIO_000602,http://semanticscience.org/resource/SIO_000754,traits.build-excluded_data,computational entity,database table,excluded data table ,,"""excluded data table""@en",.,http://www.w3.org/2000/01/rdf-schema#label,excluded data table,traits.build-excluded_data,label,excluded data table,excluded data table ,,"""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.""@en",.,http://purl.org/dc/terms/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.",traits.build-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.",excluded data table -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,traits.build-excluded_data,created,02/01/24,excluded data table +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,traits.build-excluded_data,created,01 February 2024,excluded data table ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,traits.build-excluded_data,is in scheme,traits.build database,excluded data table ,,"""taxonomic updates table""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,taxonomic updates table,traits.build-taxonomic_updates,preferred label,taxonomic updates table,taxonomic updates table ,,"""taxonomic_updates""@en",.,http://www.w3.org/2004/02/skos/core#altLabel,taxonomic_updates,traits.build-taxonomic_updates,alternative label,taxonomic_updates,taxonomic updates table ,,,.,http://semanticscience.org/resource/SIO_000602,http://semanticscience.org/resource/SIO_000754,traits.build-taxonomic_updates,computational entity,database table,taxonomic updates table ,,"""taxonomic updates table""@en",.,http://www.w3.org/2000/01/rdf-schema#label,taxonomic updates table,traits.build-taxonomic_updates,label,taxonomic updates table,taxonomic updates table ,,"""A table of all taxonomic changes implemented in the construction of AusTraits. Changes are determined by comparing the originally submitted taxon name against the taxonomic names listed in the taxonomic reference files, best placed in a subfolder in the `config` folder . Cross referencing with the `traits` table is possible using combinations of the variables `dataset_id` and `taxon_name`.""@en",.,http://purl.org/dc/terms/description,"A table of all taxonomic changes implemented in the construction of AusTraits. Changes are determined by comparing the originally submitted taxon name against the taxonomic names listed in the taxonomic reference files, best placed in a subfolder in the `config` folder . Cross referencing with the `traits` table is possible using combinations of the variables `dataset_id` and `taxon_name`.",traits.build-taxonomic_updates,description,"A table of all taxonomic changes implemented in the construction of AusTraits. Changes are determined by comparing the originally submitted taxon name against the taxonomic names listed in the taxonomic reference files, best placed in a subfolder in the `config` folder . Cross referencing with the `traits` table is possible using combinations of the variables `dataset_id` and `taxon_name`.",taxonomic updates table -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,traits.build-taxonomic_updates,created,02/01/24,taxonomic updates table +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,traits.build-taxonomic_updates,created,01 February 2024,taxonomic updates table ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,traits.build-taxonomic_updates,is in scheme,traits.build database,taxonomic updates table ,,"""taxa table""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,taxa table,traits.build-taxa,preferred label,taxa table,taxa table ,,"""taxa""@en",.,http://www.w3.org/2004/02/skos/core#altLabel,taxa,traits.build-taxa,alternative label,taxa,taxa table @@ -55,7 +55,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://semanticscience.org/resource/SIO_000602,http://semanticscience.org/resource/SIO_000754,traits.build-taxa,computational entity,database table,taxa table ,,"""taxa table""@en",.,http://www.w3.org/2000/01/rdf-schema#label,taxa table,traits.build-taxa,label,taxa table,taxa table ,,"""A table containing details on taxa associated with information in `traits`. Whenever possible, this information is sourced from curated taxon lists that include identifiers for each taxon. The information compiled in this table is released under a CC-BY3 license. Cross referencing between the two dataframes is possible using combinations of the variable `taxon_name`.""@en",.,http://purl.org/dc/terms/description,"A table containing details on taxa associated with information in `traits`. Whenever possible, this information is sourced from curated taxon lists that include identifiers for each taxon. The information compiled in this table is released under a CC-BY3 license. Cross referencing between the two dataframes is possible using combinations of the variable `taxon_name`.",traits.build-taxa,description,"A table containing details on taxa associated with information in `traits`. Whenever possible, this information is sourced from curated taxon lists that include identifiers for each taxon. The information compiled in this table is released under a CC-BY3 license. Cross referencing between the two dataframes is possible using combinations of the variable `taxon_name`.",taxa table -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,traits.build-taxa,created,02/01/24,taxa table +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,traits.build-taxa,created,01 February 2024,taxa table ,,,.,http://www.w3.org/2002/07/owl#sameAs,http://terminologies.gfbio.org/terms/ETS/Taxon,traits.build-taxa,sameAs,Taxon,taxa table ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,traits.build-taxa,is in scheme,traits.build database,taxa table ,,"""contributors table""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,contributors table,traits.build-contributors,preferred label,contributors table,contributors table @@ -63,14 +63,14 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://semanticscience.org/resource/SIO_000602,http://semanticscience.org/resource/SIO_000754,traits.build-contributors,computational entity,database table,contributors table ,,"""contributors table""@en",.,http://www.w3.org/2000/01/rdf-schema#label,contributors table,traits.build-contributors,label,contributors table,contributors table ,,"""A table of people contributing to each study.""@en",.,http://purl.org/dc/terms/description,A table of people contributing to each study.,traits.build-contributors,description,A table of people contributing to each study.,contributors table -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,traits.build-contributors,created,02/01/24,contributors table +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,traits.build-contributors,created,01 February 2024,contributors table ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,traits.build-contributors,is in scheme,traits.build database,contributors table ,,"""sources table""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,sources table,traits.build-sources,preferred label,sources table,sources table ,,"""sources""@en",.,http://www.w3.org/2004/02/skos/core#altLabel,sources,traits.build-sources,alternative label,sources,sources table ,,,.,http://semanticscience.org/resource/SIO_000602,http://semanticscience.org/resource/SIO_000754,traits.build-sources,computational entity,database table,sources table ,,"""sources table""@en",.,http://www.w3.org/2000/01/rdf-schema#label,sources table,traits.build-sources,label,sources table,sources table ,,"""A list containing citation details for all database sources.""@en",.,http://purl.org/dc/terms/description,A list containing citation details for all database sources.,traits.build-sources,description,A list containing citation details for all database sources.,sources table -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,traits.build-sources,created,02/01/24,sources table +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,traits.build-sources,created,01 February 2024,sources table ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,traits.build-sources,is in scheme,traits.build database,sources table ,,"""definitions table""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,definitions table,traits.build-definitions,preferred label,definitions table,definitions table ,,"""definitions""@en",.,http://www.w3.org/2004/02/skos/core#altLabel,definitions,traits.build-definitions,alternative label,definitions,definitions table @@ -78,7 +78,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://semanticscience.org/resource/SIO_000602,http://semanticscience.org/resource/SIO_000754,traits.build-definitions,computational entity,database table,definitions table ,,"""definitions table""@en",.,http://www.w3.org/2000/01/rdf-schema#label,definitions table,traits.build-definitions,label,definitions table,definitions table ,,"""A list containing trait concept descriptions used to build the database.""@en",.,http://purl.org/dc/terms/description,A list containing trait concept descriptions used to build the database.,traits.build-definitions,description,A list containing trait concept descriptions used to build the database.,definitions table -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,traits.build-definitions,created,02/01/24,definitions table +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,traits.build-definitions,created,01 February 2024,definitions table ,,,.,http://www.w3.org/2002/07/owl#sameAs,http://terminologies.gfbio.org/terms/ETS/Traitdata,traits.build-definitions,sameAs,Traitdata,definitions table ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,traits.build-definitions,is in scheme,traits.build database,definitions table ,,"""schema""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,schema,traits.build-schema,preferred label,schema,schema @@ -86,7 +86,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://semanticscience.org/resource/SIO_000602,http://semanticscience.org/resource/SIO_001330,traits.build-schema,computational entity,metadata,schema ,,"""schema""@en",.,http://www.w3.org/2000/01/rdf-schema#label,schema,traits.build-schema,label,schema,schema ,,"""A copy of the schema for all tables and terms. Information included here was used to process data and generate any documentation for the study.""@en",.,http://purl.org/dc/terms/description,A copy of the schema for all tables and terms. Information included here was used to process data and generate any documentation for the study.,traits.build-schema,description,A copy of the schema for all tables and terms. Information included here was used to process data and generate any documentation for the study.,schema -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,traits.build-schema,created,02/01/24,schema +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,traits.build-schema,created,01 February 2024,schema ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,traits.build-schema,is in scheme,traits.build database,schema ,,"""metadata table""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,metadata table,traits.build-metadata,preferred label,metadata table,metadata table ,,"""metadata""@en",.,http://www.w3.org/2004/02/skos/core#altLabel,metadata,traits.build-metadata,alternative label,metadata,metadata table @@ -94,14 +94,14 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://www.w3.org/2004/02/skos/core#closeMatch,http://terminologies.gfbio.org/terms/ETS/Metadata,traits.build-metadata,has close match,Metadata,metadata table ,,"""metadata table""@en",.,http://www.w3.org/2000/01/rdf-schema#label,metadata table,traits.build-metadata,label,metadata table,metadata table ,,"""A list containing database metadata.""@en",.,http://purl.org/dc/terms/description,A list containing database metadata.,traits.build-metadata,description,A list containing database metadata.,metadata table -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,traits.build-metadata,created,02/01/24,metadata table +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,traits.build-metadata,created,01 February 2024,metadata table ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,traits.build-metadata,is in scheme,traits.build database,metadata table ,,"""build info""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,build info,traits.build-build_info,preferred label,build info,build info ,,"""build_info""@en",.,http://www.w3.org/2004/02/skos/core#altLabel,build_info,traits.build-build_info,alternative label,build_info,build info ,,,.,http://semanticscience.org/resource/SIO_000602,http://semanticscience.org/resource/SIO_001330,traits.build-build_info,computational entity,metadata,build info ,,"""build info""@en",.,http://www.w3.org/2000/01/rdf-schema#label,build info,traits.build-build_info,label,build info,build info ,,"""A description of the computing environment used to create this version of the dataset, including version number, git commit and R session_info.""@en",.,http://purl.org/dc/terms/description,"A description of the computing environment used to create this version of the dataset, including version number, git commit and R session_info.",traits.build-build_info,description,"A description of the computing environment used to create this version of the dataset, including version number, git commit and R session_info.",build info -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,traits.build-build_info,created,02/01/24,build info +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,traits.build-build_info,created,01 February 2024,build info ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,traits.build-build_info,is in scheme,traits.build database,build info ,,"""dataset""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,dataset,dataset,preferred label,dataset,dataset ,,"""dataset""@en",.,http://www.w3.org/2004/02/skos/core#altLabel,dataset,dataset,alternative label,dataset,dataset @@ -110,7 +110,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,"""dataset""@en",.,http://www.w3.org/2000/01/rdf-schema#label,dataset,dataset,label,dataset,dataset ,,,.,http://semanticscience.org/resource/SIO_000673,https://w3id.org/traits.build/dataset_id,dataset,has unique identifier,dataset id,dataset ,,"""13 relational tables and lists containing all data about a dataset.""@en",.,http://purl.org/dc/terms/description,13 relational tables and lists containing all data about a dataset.,dataset,description,13 relational tables and lists containing all data about a dataset.,dataset -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,dataset,created,02/01/24,dataset +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,dataset,created,01 February 2024,dataset ,,,.,http://www.w3.org/2002/07/owl#sameAs,http://ecoinformatics.org/oboe/oboe.1.2/oboe-core.owl#ObservationCollection,dataset,sameAs,Observation Collection,dataset ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,dataset,is in scheme,traits.build database,dataset ,,"""observation""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,observation,observation,preferred label,observation,observation @@ -121,7 +121,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://semanticscience.org/resource/SIO_000673,https://w3id.org/traits.build/observation_id,observation,has unique identifier,observation id,observation ,,"""An Observation is a collection of measurements made at a single point in time. In traits.build it is the subset of rows within the traits data that are made on the same entity and share the same observation_id.""@en",.,http://purl.org/dc/terms/description,An Observation is a collection of measurements made at a single point in time. In traits.build it is the subset of rows within the traits data that are made on the same entity and share the same observation_id.,observation,description,An Observation is a collection of measurements made at a single point in time. In traits.build it is the subset of rows within the traits data that are made on the same entity and share the same observation_id.,observation ,,"""An observation is an assertion that an entity (e.g., biological organisms, geographic locations, or environmental features, among others) was observed by an observer. An observation primarily serves to group a set of measurements together into a single "observation event". Observations are often made within a broader context. The context of an observation is given by other observations, implying that an observed entity (and specifically each corresponding measurement) contextualizes another observed entity (and its corresponding measurements). For example, an observation associated with a location may serve as context for an observation associated with an organism. In this case, the observed characteristic values of the location (such as humidity) are assumed constant for the corresponding measurements of the organism.""@en",.,http://www.w3.org/2000/01/rdf-schema#comment,"An observation is an assertion that an entity (e.g., biological organisms, geographic locations, or environmental features, among others) was observed by an observer. An observation primarily serves to group a set of measurements together into a single "observation event". Observations are often made within a broader context. The context of an observation is given by other observations, implying that an observed entity (and specifically each corresponding measurement) contextualizes another observed entity (and its corresponding measurements). For example, an observation associated with a location may serve as context for an observation associated with an organism. In this case, the observed characteristic values of the location (such as humidity) are assumed constant for the corresponding measurements of the organism.",observation,comment,"An observation is an assertion that an entity (e.g., biological organisms, geographic locations, or environmental features, among others) was observed by an observer. An observation primarily serves to group a set of measurements together into a single "observation event". Observations are often made within a broader context. The context of an observation is given by other observations, implying that an observed entity (and specifically each corresponding measurement) contextualizes another observed entity (and its corresponding measurements). For example, an observation associated with a location may serve as context for an observation associated with an organism. In this case, the observed characteristic values of the location (such as humidity) are assumed constant for the corresponding measurements of the organism.",observation -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,observation,created,02/01/24,observation +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,observation,created,01 February 2024,observation ,,,.,http://www.w3.org/2002/07/owl#sameAs,http://ecoinformatics.org/oboe/oboe.1.2/oboe-core.owl#Observation,observation,sameAs,Observation,observation ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,observation,is in scheme,traits.build database,observation ,,"""observations from dataset""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,observations from dataset,observations_from_dataset,preferred label,observations from dataset,observations from dataset @@ -138,7 +138,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://semanticscience.org/resource/SIO_000673,https://w3id.org/traits.build/dataset_id,observations_from_dataset,has unique identifier,dataset id,observations from dataset ,,,.,http://ecoinformatics.org/oboe/oboe.1.2/oboe-core.owl#ofEntity,https://w3id.org/traits.build/dataset,observations_from_dataset,of entity,dataset,observations from dataset ,,"""Observation collection encompassing all observations that comprise a dataset.""@en",.,http://purl.org/dc/terms/description,Observation collection encompassing all observations that comprise a dataset.,observations_from_dataset,description,Observation collection encompassing all observations that comprise a dataset.,observations from dataset -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,observations_from_dataset,created,02/01/24,observations from dataset +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,observations_from_dataset,created,01 February 2024,observations from dataset ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,observations_from_dataset,is in scheme,traits.build database,observations from dataset ,,"""observations from source""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,observations from source,observations_from_source,preferred label,observations from source,observations from source ,,"""observations_from_source""@en",.,http://www.w3.org/2004/02/skos/core#altLabel,observations_from_source,observations_from_source,alternative label,observations_from_source,observations from source @@ -154,7 +154,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://semanticscience.org/resource/SIO_000673,https://w3id.org/traits.build/source_id,observations_from_source,has unique identifier,source id,observations from source ,,,.,http://ecoinformatics.org/oboe/oboe.1.2/oboe-core.owl#ofEntity,https://w3id.org/traits.build/source_primary_citation,observations_from_source,of entity,source primary citation,observations from source ,,"""Observation collection encompassing all observations for a single published or unpublished source.""@en",.,http://purl.org/dc/terms/description,Observation collection encompassing all observations for a single published or unpublished source.,observations_from_source,description,Observation collection encompassing all observations for a single published or unpublished source.,observations from source -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,observations_from_source,created,02/01/24,observations from source +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,observations_from_source,created,01 February 2024,observations from source ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,observations_from_source,is in scheme,traits.build database,observations from source ,,"""observations of taxon""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,observations of taxon,observations_of_taxon,preferred label,observations of taxon,observations of taxon ,,"""observations_of_taxon""@en",.,http://www.w3.org/2004/02/skos/core#altLabel,observations_of_taxon,observations_of_taxon,alternative label,observations_of_taxon,observations of taxon @@ -166,7 +166,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://ecoinformatics.org/oboe/oboe.1.2/oboe-core.owl#ofEntity,https://w3id.org/traits.build/taxon,observations_of_taxon,of entity,taxon,observations of taxon ,,"""Observation collection encompassing all observations on a single taxon within a single dataset.""@en",.,http://purl.org/dc/terms/description,Observation collection encompassing all observations on a single taxon within a single dataset.,observations_of_taxon,description,Observation collection encompassing all observations on a single taxon within a single dataset.,observations of taxon ,,"""An observation collection is a container for a set of observations.""@en",.,http://www.w3.org/2000/01/rdf-schema#comment,An observation collection is a container for a set of observations.,observations_of_taxon,comment,An observation collection is a container for a set of observations.,observations of taxon -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,observations_of_taxon,created,02/01/24,observations of taxon +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,observations_of_taxon,created,01 February 2024,observations of taxon ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,observations_of_taxon,is in scheme,traits.build database,observations of taxon ,,"""observations at location""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,observations at location,observations_at_location,preferred label,observations at location,observations at location ,,"""observations_at_location""@en",.,http://www.w3.org/2004/02/skos/core#altLabel,observations_at_location,observations_at_location,alternative label,observations_at_location,observations at location @@ -180,7 +180,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://ecoinformatics.org/oboe/oboe.1.2/oboe-core.owl#ofEntity,https://w3id.org/traits.build/population,observations_at_location,of entity,population,observations at location ,,,.,http://ecoinformatics.org/oboe/oboe.1.2/oboe-core.owl#ofEntity,https://w3id.org/traits.build/individual,observations_at_location,of entity,individual,observations at location ,,"""Observation collection of location properties and organismal traits at a single location.""@en",.,http://purl.org/dc/terms/description,Observation collection of location properties and organismal traits at a single location.,observations_at_location,description,Observation collection of location properties and organismal traits at a single location.,observations at location -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,observations_at_location,created,02/01/24,observations at location +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,observations_at_location,created,01 February 2024,observations at location ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,observations_at_location,is in scheme,traits.build database,observations at location ,,"""observation of location""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,observation of location,observation_of_location,preferred label,observation of location,observation of location ,,"""observation_of_location""@en",.,http://www.w3.org/2004/02/skos/core#altLabel,observation_of_location,observation_of_location,alternative label,observation_of_location,observation of location @@ -191,7 +191,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://semanticscience.org/resource/SIO_000673,https://w3id.org/traits.build/location_id,observation_of_location,has unique identifier,location id,observation of location ,,,.,http://ecoinformatics.org/oboe/oboe.1.2/oboe-core.owl#ofEntity,https://w3id.org/traits.build/location,observation_of_location,of entity,location,observation of location ,,"""Observation of location properties at a single location.""@en",.,http://purl.org/dc/terms/description,Observation of location properties at a single location.,observation_of_location,description,Observation of location properties at a single location.,observation of location -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,observation_of_location,created,02/01/24,observation of location +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,observation_of_location,created,01 February 2024,observation of location ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,observation_of_location,is in scheme,traits.build database,observation of location ,,"""observations of population""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,observations of population,observations_of_population,preferred label,observations of population,observations of population ,,"""observations_of_population""@en",.,http://www.w3.org/2004/02/skos/core#altLabel,observations_of_population,observations_of_population,alternative label,observations_of_population,observations of population @@ -202,7 +202,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://semanticscience.org/resource/SIO_000673,https://w3id.org/traits.build/population_id,observations_of_population,has unique identifier,population id,observations of population ,,,.,http://ecoinformatics.org/oboe/oboe.1.2/oboe-core.owl#ofEntity,https://w3id.org/traits.build/population,observations_of_population,of entity,population,observations of population ,,"""Observation collection encompassing all observations on a single population.""@en",.,http://purl.org/dc/terms/description,Observation collection encompassing all observations on a single population.,observations_of_population,description,Observation collection encompassing all observations on a single population.,observations of population -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,observations_of_population,created,02/01/24,observations of population +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,observations_of_population,created,01 February 2024,observations of population ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,observations_of_population,is in scheme,traits.build database,observations of population ,,"""observations of individual""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,observations of individual,observations_of_individual,preferred label,observations of individual,observations of individual ,,"""observations_of_individual""@en",.,http://www.w3.org/2004/02/skos/core#altLabel,observations_of_individual,observations_of_individual,alternative label,observations_of_individual,observations of individual @@ -213,7 +213,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://semanticscience.org/resource/SIO_000673,https://w3id.org/traits.build/individual_id,observations_of_individual,has unique identifier,individual id,observations of individual ,,,.,http://ecoinformatics.org/oboe/oboe.1.2/oboe-core.owl#ofEntity,https://w3id.org/traits.build/individual,observations_of_individual,of entity,individual,observations of individual ,,"""Observation collection encompassing all observations on a single individual.""@en",.,http://purl.org/dc/terms/description,Observation collection encompassing all observations on a single individual.,observations_of_individual,description,Observation collection encompassing all observations on a single individual.,observations of individual -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,observations_of_individual,created,02/01/24,observations of individual +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,observations_of_individual,created,01 February 2024,observations of individual ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,observations_of_individual,is in scheme,traits.build database,observations of individual ,,"""observation of a treatment context""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,observation of a treatment context,observation_of_treatment_context,preferred label,observation of a treatment context,observation of a treatment context ,,"""observation_of_treatment_context""@en",.,http://www.w3.org/2004/02/skos/core#altLabel,observation_of_treatment_context,observation_of_treatment_context,alternative label,observation_of_treatment_context,observation of a treatment context @@ -226,7 +226,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://ecoinformatics.org/oboe/oboe.1.2/oboe-core.owl#ofEntity,https://w3id.org/traits.build/treatment,observation_of_treatment_context,of entity,treatment context,observation of a treatment context ,,"""Observation where entity is a context indicating experimental manipulations that might affect the trait values measured on an individual, population or species-level entities.""@en",.,http://purl.org/dc/terms/description,"Observation where entity is a context indicating experimental manipulations that might affect the trait values measured on an individual, population or species-level entities.",observation_of_treatment_context,description,"Observation where entity is a context indicating experimental manipulations that might affect the trait values measured on an individual, population or species-level entities.",observation of a treatment context ,,"""Examples include growing temperature, growing CO2 concentrations, and nutrient amendments.""@en",.,http://www.w3.org/2000/01/rdf-schema#comment,"Examples include growing temperature, growing CO2 concentrations, and nutrient amendments.",observation_of_treatment_context,comment,"Examples include growing temperature, growing CO2 concentrations, and nutrient amendments.",observation of a treatment context -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,observation_of_treatment_context,created,02/01/24,observation of a treatment context +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,observation_of_treatment_context,created,01 February 2024,observation of a treatment context ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,observation_of_treatment_context,is in scheme,traits.build database,observation of a treatment context ,,"""observation of plot context""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,observation of plot context,observation_of_plot_context,preferred label,observation of plot context,observation of plot context ,,"""observation_of_plot_context""@en",.,http://www.w3.org/2004/02/skos/core#altLabel,observation_of_plot_context,observation_of_plot_context,alternative label,observation_of_plot_context,observation of plot context @@ -238,7 +238,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://ecoinformatics.org/oboe/oboe.1.2/oboe-core.owl#characteristicFor,https://w3id.org/traits.build/plot_context_property,observation_of_plot_context,characteristic for,plot context property,observation of plot context ,,,.,http://ecoinformatics.org/oboe/oboe.1.2/oboe-core.owl#ofEntity,https://w3id.org/traits.build/plot,observation_of_plot_context,of entity,plot context,observation of plot context ,,"""Observation where entity is a category of context indicating variation across plots at a single location might affect the trait values measured on individual or population-level entities.""@en",.,http://purl.org/dc/terms/description,Observation where entity is a category of context indicating variation across plots at a single location might affect the trait values measured on individual or population-level entities.,observation_of_plot_context,description,Observation where entity is a category of context indicating variation across plots at a single location might affect the trait values measured on individual or population-level entities.,observation of plot context -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,observation_of_plot_context,created,02/01/24,observation of plot context +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,observation_of_plot_context,created,01 February 2024,observation of plot context ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,observation_of_plot_context,is in scheme,traits.build database,observation of plot context ,,"""observation of entity context""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,observation of entity context,observation_of_entity_context,preferred label,observation of entity context,observation of entity context ,,"""observation_of_entity_context""@en",.,http://www.w3.org/2004/02/skos/core#altLabel,observation_of_entity_context,observation_of_entity_context,alternative label,observation_of_entity_context,observation of entity context @@ -252,7 +252,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://ecoinformatics.org/oboe/oboe.1.2/oboe-core.owl#ofEntity,https://w3id.org/traits.build/population,observation_of_entity_context,of entity,population,observation of entity context ,,,.,http://ecoinformatics.org/oboe/oboe.1.2/oboe-core.owl#ofEntity,https://w3id.org/traits.build/taxon,observation_of_entity_context,of entity,taxon,observation of entity context ,,"""Observation where entity is a category of context indicating repeat observations have been made on an individual, population or species-level entity across time which might affect the entity's measured trait values.""@en",.,http://purl.org/dc/terms/description,"Observation where entity is a category of context indicating repeat observations have been made on an individual, population or species-level entity across time which might affect the entity's measured trait values.",observation_of_entity_context,description,"Observation where entity is a category of context indicating repeat observations have been made on an individual, population or species-level entity across time which might affect the entity's measured trait values.",observation of entity context -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,observation_of_entity_context,created,02/01/24,observation of entity context +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,observation_of_entity_context,created,01 February 2024,observation of entity context ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,observation_of_entity_context,is in scheme,traits.build database,observation of entity context ,,"""observation of temporal context""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,observation of temporal context,observation_of_temporal_context,preferred label,observation of temporal context,observation of temporal context ,,"""observation_of_temporal_context""@en",.,http://www.w3.org/2004/02/skos/core#altLabel,observation_of_temporal_context,observation_of_temporal_context,alternative label,observation_of_temporal_context,observation of temporal context @@ -265,7 +265,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://ecoinformatics.org/oboe/oboe.1.2/oboe-core.owl#ofEntity,https://w3id.org/traits.build/temporal_context,observation_of_temporal_context,of entity,temporal context,observation of temporal context ,,"""Observation where entity is a category of context indicating repeat observations have been made on a plot, which might affect the trait values measured on individual or population-level entities.""@en",.,http://purl.org/dc/terms/description,"Observation where entity is a category of context indicating repeat observations have been made on a plot, which might affect the trait values measured on individual or population-level entities.",observation_of_temporal_context,description,"Observation where entity is a category of context indicating repeat observations have been made on a plot, which might affect the trait values measured on individual or population-level entities.",observation of temporal context ,,"""Examples of temporal contexts are `sampling season`, `sampling time of day`, and sequential `observation numbers` without any linked categorical description.""@en",.,http://www.w3.org/2000/01/rdf-schema#comment,"Examples of temporal contexts are `sampling season`, `sampling time of day`, and sequential `observation numbers` without any linked categorical description.",observation_of_temporal_context,comment,"Examples of temporal contexts are `sampling season`, `sampling time of day`, and sequential `observation numbers` without any linked categorical description.",observation of temporal context -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,observation_of_temporal_context,created,02/01/24,observation of temporal context +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,observation_of_temporal_context,created,01 February 2024,observation of temporal context ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,observation_of_temporal_context,is in scheme,traits.build database,observation of temporal context ,,"""measurement""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,measurement,measurement,preferred label,measurement,measurement ,,"""measurement""@en",.,http://www.w3.org/2004/02/skos/core#altLabel,measurement,measurement,alternative label,measurement,measurement @@ -273,7 +273,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://semanticscience.org/resource/SIO_000602,http://semanticscience.org/resource/SIO_001187,measurement,computational entity,database row,measurement ,,"""measurement""@en",.,http://www.w3.org/2000/01/rdf-schema#label,measurement,measurement,label,measurement,measurement ,,"""A measurement is an assertion that a characteristic of an entity had a particular value with respect to an observation event.""@en",.,http://purl.org/dc/terms/description,A measurement is an assertion that a characteristic of an entity had a particular value with respect to an observation event.,measurement,description,A measurement is an assertion that a characteristic of an entity had a particular value with respect to an observation event.,measurement -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,measurement,created,02/01/24,measurement +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,measurement,created,01 February 2024,measurement ,,,.,http://www.w3.org/2002/07/owl#sameAs,http://ecoinformatics.org/oboe/oboe.1.2/oboe-core.owl#Measurement,measurement,sameAs,Measurement,measurement ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,measurement,is in scheme,traits.build database,measurement ,,"""trait measurement""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,trait measurement,trait_measurement,preferred label,trait measurement,trait measurement @@ -290,7 +290,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,"""trait measurement""@en",.,http://www.w3.org/2000/01/rdf-schema#label,trait measurement,trait_measurement,label,trait measurement,trait measurement ,,,.,http://ecoinformatics.org/oboe/oboe.1.2/oboe-core.owl#hasValue,https://w3id.org/traits.build/trait_value,trait_measurement,has value,value,trait measurement ,,"""A measurement made on a trait.""@en",.,http://purl.org/dc/terms/description,A measurement made on a trait.,trait_measurement,description,A measurement made on a trait.,trait measurement -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,trait_measurement,created,02/01/24,trait measurement +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,trait_measurement,created,01 February 2024,trait measurement ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,trait_measurement,is in scheme,traits.build database,trait measurement ,,"""measurement of location property""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,measurement of location property,measurement_of_location_property,preferred label,measurement of location property,measurement of location property ,,"""measurement_of_location_property""@en",.,http://www.w3.org/2004/02/skos/core#altLabel,measurement_of_location_property,measurement_of_location_property,alternative label,measurement_of_location_property,measurement of location property @@ -301,7 +301,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,"""measurement of location property""@en",.,http://www.w3.org/2000/01/rdf-schema#label,measurement of location property,measurement_of_location_property,label,measurement of location property,measurement of location property ,,,.,http://ecoinformatics.org/oboe/oboe.1.2/oboe-core.owl#hasValue,https://w3id.org/traits.build/locations_value,measurement_of_location_property,has value,location property value,measurement of location property ,,"""A measurement made on a location property.""@en",.,http://purl.org/dc/terms/description,A measurement made on a location property.,measurement_of_location_property,description,A measurement made on a location property.,measurement of location property -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,measurement_of_location_property,created,02/01/24,measurement of location property +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,measurement_of_location_property,created,01 February 2024,measurement of location property ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,measurement_of_location_property,is in scheme,traits.build database,measurement of location property ,,"""measurement of treatment context property""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,measurement of treatment context property,measurement_of_treatment_context_property,preferred label,measurement of treatment context property,measurement of treatment context property ,,"""measurement_of_treatment_context_property""@en",.,http://www.w3.org/2004/02/skos/core#altLabel,measurement_of_treatment_context_property,measurement_of_treatment_context_property,alternative label,measurement_of_treatment_context_property,measurement of treatment context property @@ -312,7 +312,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://semanticscience.org/resource/SIO_000673,https://w3id.org/traits.build/treatment_context_id,measurement_of_treatment_context_property,has unique identifier,treatment context id,measurement of treatment context property ,,,.,http://ecoinformatics.org/oboe/oboe.1.2/oboe-core.owl#hasValue,https://w3id.org/traits.build/contexts_value,measurement_of_treatment_context_property,has value,context property value,measurement of treatment context property ,,"""A measurement made on a treatment context property.""@en",.,http://purl.org/dc/terms/description,A measurement made on a treatment context property.,measurement_of_treatment_context_property,description,A measurement made on a treatment context property.,measurement of treatment context property -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,measurement_of_treatment_context_property,created,02/01/24,measurement of treatment context property +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,measurement_of_treatment_context_property,created,01 February 2024,measurement of treatment context property ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,measurement_of_treatment_context_property,is in scheme,traits.build database,measurement of treatment context property ,,"""measurement of plot context property""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,measurement of plot context property,measurement_of_plot_context_property,preferred label,measurement of plot context property,measurement of plot context property ,,"""measurement_of_plot_context_property""@en",.,http://www.w3.org/2004/02/skos/core#altLabel,measurement_of_plot_context_property,measurement_of_plot_context_property,alternative label,measurement_of_plot_context_property,measurement of plot context property @@ -322,7 +322,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,"""measurement of plot context property""@en",.,http://www.w3.org/2000/01/rdf-schema#label,measurement of plot context property,measurement_of_plot_context_property,label,measurement of plot context property,measurement of plot context property ,,,.,http://semanticscience.org/resource/SIO_000673,https://w3id.org/traits.build/plot_context_id,measurement_of_plot_context_property,has unique identifier,plot context id,measurement of plot context property ,,"""A measurement made on a plot context property.""@en",.,http://purl.org/dc/terms/description,A measurement made on a plot context property.,measurement_of_plot_context_property,description,A measurement made on a plot context property.,measurement of plot context property -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,measurement_of_plot_context_property,created,02/01/24,measurement of plot context property +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,measurement_of_plot_context_property,created,01 February 2024,measurement of plot context property ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,measurement_of_plot_context_property,is in scheme,traits.build database,measurement of plot context property ,,"""measurement of entity context property""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,measurement of entity context property,measurement_of_entity_context_property,preferred label,measurement of entity context property,measurement of entity context property ,,"""measurement_of_entity_context_property""@en",.,http://www.w3.org/2004/02/skos/core#altLabel,measurement_of_entity_context_property,measurement_of_entity_context_property,alternative label,measurement_of_entity_context_property,measurement of entity context property @@ -332,7 +332,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,"""measurement of entity context property""@en",.,http://www.w3.org/2000/01/rdf-schema#label,measurement of entity context property,measurement_of_entity_context_property,label,measurement of entity context property,measurement of entity context property ,,,.,http://semanticscience.org/resource/SIO_000673,https://w3id.org/traits.build/entity_context_id,measurement_of_entity_context_property,has unique identifier,entity context id,measurement of entity context property ,,"""A measurement made on an entity context property.""@en",.,http://purl.org/dc/terms/description,A measurement made on an entity context property.,measurement_of_entity_context_property,description,A measurement made on an entity context property.,measurement of entity context property -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,measurement_of_entity_context_property,created,02/01/24,measurement of entity context property +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,measurement_of_entity_context_property,created,01 February 2024,measurement of entity context property ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,measurement_of_entity_context_property,is in scheme,traits.build database,measurement of entity context property ,,"""measurement of temporal context property""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,measurement of temporal context property,measurement_of_temporal_context_property,preferred label,measurement of temporal context property,measurement of temporal context property ,,"""measurement_of_temporal_context_property""@en",.,http://www.w3.org/2004/02/skos/core#altLabel,measurement_of_temporal_context_property,measurement_of_temporal_context_property,alternative label,measurement_of_temporal_context_property,measurement of temporal context property @@ -342,7 +342,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,"""measurement of temporal context property""@en",.,http://www.w3.org/2000/01/rdf-schema#label,measurement of temporal context property,measurement_of_temporal_context_property,label,measurement of temporal context property,measurement of temporal context property ,,,.,http://semanticscience.org/resource/SIO_000673,https://w3id.org/traits.build/temporal_context_id,measurement_of_temporal_context_property,has unique identifier,temporal context id,measurement of temporal context property ,,"""A measurement made on a temporal context property.""@en",.,http://purl.org/dc/terms/description,A measurement made on a temporal context property.,measurement_of_temporal_context_property,description,A measurement made on a temporal context property.,measurement of temporal context property -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,measurement_of_temporal_context_property,created,02/01/24,measurement of temporal context property +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,measurement_of_temporal_context_property,created,01 February 2024,measurement of temporal context property ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,measurement_of_temporal_context_property,is in scheme,traits.build database,measurement of temporal context property ,,"""entity""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,entity,entity,preferred label,entity,entity ,,"""entity""@en",.,http://www.w3.org/2004/02/skos/core#altLabel,entity,entity,alternative label,entity,entity @@ -350,7 +350,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://semanticscience.org/resource/SIO_000602,http://semanticscience.org/resource/SIO_000756,entity,computational entity,database entry,entity ,,"""entity""@en",.,http://www.w3.org/2000/01/rdf-schema#label,entity,entity,label,entity,entity ,,"""An entity is an object (e.g., a tree, a community, an ecological process). Entities constitute the foci of observations, i.e., every observation is of exactly one entity.""@en",.,http://purl.org/dc/terms/description,"An entity is an object (e.g., a tree, a community, an ecological process). Entities constitute the foci of observations, i.e., every observation is of exactly one entity.",entity,description,"An entity is an object (e.g., a tree, a community, an ecological process). Entities constitute the foci of observations, i.e., every observation is of exactly one entity.",entity -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,entity,created,02/01/24,entity +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,entity,created,01 February 2024,entity ,,,.,http://www.w3.org/2002/07/owl#sameAs,http://ecoinformatics.org/oboe/oboe.1.2/oboe-core.owl#Entity,entity,sameAs,Entity,entity ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,entity,is in scheme,traits.build database,entity ,,"""individual""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,individual,individual,preferred label,individual,individual @@ -361,7 +361,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://ecoinformatics.org/oboe/oboe.1.2/oboe-core.owl#hasContext,https://w3id.org/traits.build/life_stage,individual,has context,life stage,individual ,,"""individual""@en",.,http://www.w3.org/2000/01/rdf-schema#label,individual,individual,label,individual,individual ,,"""An individual living organism.""@en",.,http://purl.org/dc/terms/description,An individual living organism.,individual,description,An individual living organism.,individual -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,individual,created,02/01/24,individual +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,individual,created,01 February 2024,individual ,,,.,http://www.w3.org/2002/07/owl#sameAs,http://purl.obolibrary.org/obo/OBI_0100026,individual,sameAs,organism,individual ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,individual,is in scheme,traits.build database,individual ,,"""population""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,population,population,preferred label,population,population @@ -372,7 +372,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://ecoinformatics.org/oboe/oboe.1.2/oboe-core.owl#hasContext,https://w3id.org/traits.build/life_stage,population,has context,life stage,population ,,"""population""@en",.,http://www.w3.org/2000/01/rdf-schema#label,population,population,label,population,population ,,"""A collection of organisms, all of the same species, that live in the same place.""@en",.,http://purl.org/dc/terms/description,"A collection of organisms, all of the same species, that live in the same place.",population,description,"A collection of organisms, all of the same species, that live in the same place.",population -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,population,created,02/01/24,population +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,population,created,01 February 2024,population ,,,.,http://www.w3.org/2002/07/owl#sameAs,http://purl.obolibrary.org/obo/PCO_0000001,population,sameAs,population,population ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,population,is in scheme,traits.build database,population ,,"""taxon""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,taxon,taxon,preferred label,taxon,taxon @@ -381,7 +381,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://semanticscience.org/resource/SIO_000602,http://semanticscience.org/resource/SIO_000756,taxon,computational entity,database entry,taxon ,,"""taxon""@en",.,http://www.w3.org/2000/01/rdf-schema#label,taxon,taxon,label,taxon,taxon ,,"""A circumscribed set of organisms.""@en",.,http://purl.org/dc/terms/description,A circumscribed set of organisms.,taxon,description,A circumscribed set of organisms.,taxon -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,taxon,created,02/01/24,taxon +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,taxon,created,01 February 2024,taxon ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,taxon,is in scheme,traits.build database,taxon ,,"""location""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,location,location,preferred label,location,location ,,"""location""@en",.,http://www.w3.org/2004/02/skos/core#altLabel,location,location,alternative label,location,location @@ -391,7 +391,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,"""location""@en",.,http://www.w3.org/2000/01/rdf-schema#label,location,location,label,location,location ,,,.,http://semanticscience.org/resource/SIO_000673,https://w3id.org/traits.build/location_id,location,has unique identifier,location id,location ,,"""A spatial region or named place.""@en",.,http://purl.org/dc/terms/description,A spatial region or named place.,location,description,A spatial region or named place.,location -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,location,created,02/01/24,location +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,location,created,01 February 2024,location ,,,.,http://www.w3.org/2002/07/owl#sameAs,http://purl.org/dc/terms/location,location,sameAs,location,location ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,location,is in scheme,traits.build database,location ,,"""context""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,context,context,preferred label,context,context @@ -400,7 +400,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://semanticscience.org/resource/SIO_000602,http://semanticscience.org/resource/SIO_000756,context,computational entity,database entry,context ,,"""context""@en",.,http://www.w3.org/2000/01/rdf-schema#label,context,context,label,context,context ,,"""The situation within which a trait measurement is made, which can help explain the measured trait value.""@en",.,http://purl.org/dc/terms/description,"The situation within which a trait measurement is made, which can help explain the measured trait value.",context,description,"The situation within which a trait measurement is made, which can help explain the measured trait value.",context -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,context,created,02/01/24,context +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,context,created,01 February 2024,context ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,context,is in scheme,traits.build database,context ,,"""plot context""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,plot context,plot,preferred label,plot context,plot context ,,"""plot""@en",.,http://www.w3.org/2004/02/skos/core#altLabel,plot,plot,alternative label,plot,plot context @@ -409,7 +409,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://semanticscience.org/resource/SIO_000602,http://semanticscience.org/resource/SIO_000756,plot,computational entity,database entry,plot context ,,"""plot context""@en",.,http://www.w3.org/2000/01/rdf-schema#label,plot context,plot,label,plot context,plot context ,,"""A subdivision of a location, designated because some properties differ across plots within a location, which might cause differences in measured trait values between plots.""@en",.,http://purl.org/dc/terms/description,"A subdivision of a location, designated because some properties differ across plots within a location, which might cause differences in measured trait values between plots.",plot,description,"A subdivision of a location, designated because some properties differ across plots within a location, which might cause differences in measured trait values between plots.",plot context -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,plot,created,02/01/24,plot context +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,plot,created,01 February 2024,plot context ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,plot,is in scheme,traits.build database,plot context ,,"""treatment context""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,treatment context,treatment,preferred label,treatment context,treatment context ,,"""treatment""@en",.,http://www.w3.org/2004/02/skos/core#altLabel,treatment,treatment,alternative label,treatment,treatment context @@ -418,7 +418,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://semanticscience.org/resource/SIO_000602,http://semanticscience.org/resource/SIO_000756,treatment,computational entity,database entry,treatment context ,,"""treatment context""@en",.,http://www.w3.org/2000/01/rdf-schema#label,treatment context,treatment,label,treatment context,treatment context ,,"""An experimental manipulation that subjects different individuals or populations to different conditions, which can lead to differences in measured trait values across treatments.""@en",.,http://purl.org/dc/terms/description,"An experimental manipulation that subjects different individuals or populations to different conditions, which can lead to differences in measured trait values across treatments.",treatment,description,"An experimental manipulation that subjects different individuals or populations to different conditions, which can lead to differences in measured trait values across treatments.",treatment context -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,treatment,created,02/01/24,treatment context +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,treatment,created,01 February 2024,treatment context ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,treatment,is in scheme,traits.build database,treatment context ,,"""temporal context""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,temporal context,temporal_context,preferred label,temporal context,temporal context ,,"""temporal_context""@en",.,http://www.w3.org/2004/02/skos/core#altLabel,temporal_context,temporal_context,alternative label,temporal_context,temporal context @@ -427,7 +427,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://semanticscience.org/resource/SIO_000602,http://semanticscience.org/resource/SIO_000756,temporal_context,computational entity,database entry,temporal context ,,"""temporal context""@en",.,http://www.w3.org/2000/01/rdf-schema#label,temporal context,temporal_context,label,temporal context,temporal context ,,"""A situation or process that varies across time and might cause the measured trait values of individuals or populations to change across time.""@en",.,http://purl.org/dc/terms/description,A situation or process that varies across time and might cause the measured trait values of individuals or populations to change across time.,temporal_context,description,A situation or process that varies across time and might cause the measured trait values of individuals or populations to change across time.,temporal context -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,temporal_context,created,02/01/24,temporal context +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,temporal_context,created,01 February 2024,temporal context ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,temporal_context,is in scheme,traits.build database,temporal context ,,"""method context""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,method context,method_context,preferred label,method context,method context ,,"""method_context""@en",.,http://www.w3.org/2004/02/skos/core#altLabel,method_context,method_context,alternative label,method_context,method context @@ -436,7 +436,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://semanticscience.org/resource/SIO_000602,http://semanticscience.org/resource/SIO_000756,method_context,computational entity,database entry,method context ,,"""method context""@en",.,http://www.w3.org/2000/01/rdf-schema#label,method context,method_context,label,method context,method context ,,"""A compment of a trait measurement protocol that is changed between individual trait measurements and might cause the measured trait values of individuals or populations to change.""@en",.,http://purl.org/dc/terms/description,A compment of a trait measurement protocol that is changed between individual trait measurements and might cause the measured trait values of individuals or populations to change.,method_context,description,A compment of a trait measurement protocol that is changed between individual trait measurements and might cause the measured trait values of individuals or populations to change.,method context -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,method_context,created,02/01/24,method context +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,method_context,created,01 February 2024,method context ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,method_context,is in scheme,traits.build database,method context ,,"""dataset id""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,dataset id,dataset_id,preferred label,dataset id,dataset id ,,"""dataset_id""@en",.,http://www.w3.org/2004/02/skos/core#altLabel,dataset_id,dataset_id,alternative label,dataset_id,dataset id @@ -452,7 +452,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,"""dataset id""@en",.,http://www.w3.org/2000/01/rdf-schema#label,dataset id,dataset_id,label,dataset id,dataset id ,,,.,http://semanticscience.org/resource/SIO_000674,https://w3id.org/traits.build/observations_from_dataset,dataset_id,is unique identifier for,observations from dataset,dataset id ,,"""Primary identifier for each study contributed to AusTraits, most often these are scientific papers, books, or online resources. By default this should be the name of the first author and year of publication, e.g. `Falster_2005`.""@en",.,http://purl.org/dc/terms/description,"Primary identifier for each study contributed to AusTraits, most often these are scientific papers, books, or online resources. By default this should be the name of the first author and year of publication, e.g. `Falster_2005`.",dataset_id,description,"Primary identifier for each study contributed to AusTraits, most often these are scientific papers, books, or online resources. By default this should be the name of the first author and year of publication, e.g. `Falster_2005`.",dataset id -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,dataset_id,created,02/01/24,dataset id +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,dataset_id,created,01 February 2024,dataset id ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,dataset_id,is in scheme,traits.build database,dataset id ,,"""taxon name""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,taxon name,taxon_name,preferred label,taxon name,taxon name ,,"""taxon_name""@en",.,http://www.w3.org/2004/02/skos/core#altLabel,taxon_name,taxon_name,alternative label,taxon_name,taxon name @@ -473,7 +473,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://semanticscience.org/resource/SIO_000641,https://w3id.org/traits.build/original_name,taxon_name,has basis,original taxon name,taxon name ,,"""Scientific name of the taxon on which traits were sampled, without authorship. When possible, this is the currently accepted (botanical) or valid (zoological) scientific name, but might also be a higher taxonomic level.""@en",.,http://purl.org/dc/terms/description,"Scientific name of the taxon on which traits were sampled, without authorship. When possible, this is the currently accepted (botanical) or valid (zoological) scientific name, but might also be a higher taxonomic level.",taxon_name,description,"Scientific name of the taxon on which traits were sampled, without authorship. When possible, this is the currently accepted (botanical) or valid (zoological) scientific name, but might also be a higher taxonomic level.",taxon name ,,,.,http://www.w3.org/1999/02/22-rdf-syntax-ns#datatype,http://www.w3.org/2001/XMLSchema#string,taxon_name,datatype,string,taxon name -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,taxon_name,created,02/01/24,taxon name +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,taxon_name,created,01 February 2024,taxon name ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,taxon_name,is in scheme,traits.build database,taxon name ,,"""observation id""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,observation id,observation_id,preferred label,observation id,observation id ,,"""observation_id""@en",.,http://www.w3.org/2004/02/skos/core#altLabel,observation_id,observation_id,alternative label,observation_id,observation id @@ -483,7 +483,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,"""observation id""@en",.,http://www.w3.org/2000/01/rdf-schema#label,observation id,observation_id,label,observation id,observation id ,,,.,http://semanticscience.org/resource/SIO_000674,https://w3id.org/traits.build/observation,observation_id,is unique identifier for,observation,observation id ,,"""A unique integral identifier for the observation, where an observation is all measurements made on an individual at a single point in time. It is important for joining traits coming from the same `observation_id`. Within each dataset, observation_id's are unique combinations of `taxon_name`, `population_id`, `individual_id`, and `temporal_context_id`.""@en",.,http://purl.org/dc/terms/description,"A unique integral identifier for the observation, where an observation is all measurements made on an individual at a single point in time. It is important for joining traits coming from the same `observation_id`. Within each dataset, observation_id's are unique combinations of `taxon_name`, `population_id`, `individual_id`, and `temporal_context_id`.",observation_id,description,"A unique integral identifier for the observation, where an observation is all measurements made on an individual at a single point in time. It is important for joining traits coming from the same `observation_id`. Within each dataset, observation_id's are unique combinations of `taxon_name`, `population_id`, `individual_id`, and `temporal_context_id`.",observation id -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,observation_id,created,02/01/24,observation id +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,observation_id,created,01 February 2024,observation id ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,observation_id,is in scheme,traits.build database,observation id ,,"""trait name""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,trait name,trait_name,preferred label,trait name,trait name ,,"""trait_name""@en",.,http://www.w3.org/2004/02/skos/core#altLabel,trait_name,trait_name,alternative label,trait_name,trait name @@ -495,7 +495,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://rs.tdwg.org/dwc/terms/attributes/organizedInClass,https://w3id.org/traits.build/traits.build-definitions,trait_name,organizedInClass,definitions table,trait name ,,"""trait name""@en",.,http://www.w3.org/2000/01/rdf-schema#label,trait name,trait_name,label,trait name,trait name ,,"""Name of the trait sampled. Allowable values specified in the table `definitions`.""@en",.,http://purl.org/dc/terms/description,Name of the trait sampled. Allowable values specified in the table `definitions`.,trait_name,description,Name of the trait sampled. Allowable values specified in the table `definitions`.,trait name -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,trait_name,created,02/01/24,trait name +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,trait_name,created,01 February 2024,trait name ,,,.,http://www.w3.org/2002/07/owl#sameAs,http://www.w3.org/2004/02/skos/core#altLabel,trait_name,sameAs,alternative label,trait name ,,,.,http://www.w3.org/2002/07/owl#sameAs,http://www.w3.org/2000/01/rdf-schema#label,trait_name,sameAs,label,trait name ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,trait_name,is in scheme,traits.build database,trait name @@ -508,7 +508,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://rs.tdwg.org/dwc/terms/attributes/organizedInClass,https://w3id.org/traits.build/traits.build-traits,trait_value,organizedInClass,traits table,value ,,"""value""@en",.,http://www.w3.org/2000/01/rdf-schema#label,value,trait_value,label,value,value ,,"""The measured value of a trait.""@en",.,http://purl.org/dc/terms/description,The measured value of a trait.,trait_value,description,The measured value of a trait.,value -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,trait_value,created,02/01/24,value +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,trait_value,created,01 February 2024,value ,,,.,http://www.w3.org/2002/07/owl#sameAs,http://terminologies.gfbio.org/terms/ETS/traitValue,trait_value,sameAs,traitValue,value ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,trait_value,is in scheme,traits.build database,value ,,"""unit""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,unit,unit,preferred label,unit,unit @@ -519,7 +519,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://rs.tdwg.org/dwc/terms/attributes/organizedInClass,https://w3id.org/traits.build/traits.build-traits,unit,organizedInClass,traits table,unit ,,"""unit""@en",.,http://www.w3.org/2000/01/rdf-schema#label,unit,unit,label,unit,unit ,,"""Units of the sampled trait value after aligning with AusTraits standards.""@en",.,http://purl.org/dc/terms/description,Units of the sampled trait value after aligning with AusTraits standards.,unit,description,Units of the sampled trait value after aligning with AusTraits standards.,unit -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,unit,created,02/01/24,unit +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,unit,created,01 February 2024,unit ,,,.,http://www.w3.org/2002/07/owl#sameAs,http://ecoinformatics.org/oboe/oboe.1.2/oboe-core.owl#Unit,unit,sameAs,Unit,unit ,,,.,http://www.w3.org/2002/07/owl#sameAs,http://terminologies.gfbio.org/terms/ETS/traitUnit,unit,sameAs,traitUnit,unit ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,unit,is in scheme,traits.build database,unit @@ -530,7 +530,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,"""entity type""@en",.,http://www.w3.org/2000/01/rdf-schema#label,entity type,entity_type,label,entity type,entity type ,,"""A categorical variable specifying the entity corresponding to the trait values recorded.""@en",.,http://purl.org/dc/terms/description,A categorical variable specifying the entity corresponding to the trait values recorded.,entity_type,description,A categorical variable specifying the entity corresponding to the trait values recorded.,entity type ,,,.,http://www.w3.org/1999/02/22-rdf-syntax-ns#datatype,http://www.w3.org/2001/XMLSchema#string,entity_type,datatype,string,entity type -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,entity_type,created,02/01/24,entity type +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,entity_type,created,01 February 2024,entity type ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,entity_type,is in scheme,traits.build database,entity type ,,"""value type""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,value type,value_type,preferred label,value type,value type ,,"""value_type""@en",.,http://www.w3.org/2004/02/skos/core#altLabel,value_type,value_type,alternative label,value_type,value type @@ -540,7 +540,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,"""value type""@en",.,http://www.w3.org/2000/01/rdf-schema#label,value type,value_type,label,value type,value type ,,"""A categorical variable describing the statistical nature of the trait value recorded.""@en",.,http://purl.org/dc/terms/description,A categorical variable describing the statistical nature of the trait value recorded.,value_type,description,A categorical variable describing the statistical nature of the trait value recorded.,value type ,,,.,http://www.w3.org/1999/02/22-rdf-syntax-ns#datatype,http://www.w3.org/2001/XMLSchema#string,value_type,datatype,string,value type -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,value_type,created,02/01/24,value type +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,value_type,created,01 February 2024,value type ,,,.,http://www.w3.org/2002/07/owl#sameAs,http://ecoinformatics.org/oboe/oboe.1.2/oboe-core.owl#BaseCharacteristicQualifier,value_type,sameAs,Base Characteristic Qualifier,value type ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,value_type,is in scheme,traits.build database,value type ,,"""basis of value""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,basis of value,basis_of_value,preferred label,basis of value,basis of value @@ -551,7 +551,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,"""basis of value""@en",.,http://www.w3.org/2000/01/rdf-schema#label,basis of value,basis_of_value,label,basis of value,basis of value ,,"""A categorical variable describing how the trait value was obtained.""@en",.,http://purl.org/dc/terms/description,A categorical variable describing how the trait value was obtained.,basis_of_value,description,A categorical variable describing how the trait value was obtained.,basis of value ,,,.,http://www.w3.org/1999/02/22-rdf-syntax-ns#datatype,http://www.w3.org/2001/XMLSchema#string,basis_of_value,datatype,string,basis of value -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,basis_of_value,created,02/01/24,basis of value +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,basis_of_value,created,01 February 2024,basis of value ,,,.,http://www.w3.org/2002/07/owl#sameAs,http://ecoinformatics.org/oboe/oboe.1.2/oboe-core.owl#MeasurementType,basis_of_value,sameAs,Measurement Type,basis of value ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,basis_of_value,is in scheme,traits.build database,basis of value ,,"""replicates""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,replicates,replicates,preferred label,replicates,replicates @@ -562,6 +562,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,"""replicates""@en",.,http://www.w3.org/2000/01/rdf-schema#label,replicates,replicates,label,replicates,replicates ,,"""Number of replicate measurements that comprise a recorded trait measurement. A numeric value (or range) is ideal and appropriate if the value type is a `mean`, `median`, `min` or  `max`. For these value types, if replication is unknown the entry should be `unknown`. If the value type is `raw_value` the replicate value should be 1. If the trait is categorical or the value indicates a measurement for an entire species (or other taxon) replicate value should be `.na`.""@en",.,http://purl.org/dc/terms/description,"Number of replicate measurements that comprise a recorded trait measurement. A numeric value (or range) is ideal and appropriate if the value type is a `mean`, `median`, `min` or  `max`. For these value types, if replication is unknown the entry should be `unknown`. If the value type is `raw_value` the replicate value should be 1. If the trait is categorical or the value indicates a measurement for an entire species (or other taxon) replicate value should be `.na`.",replicates,description,"Number of replicate measurements that comprise a recorded trait measurement. A numeric value (or range) is ideal and appropriate if the value type is a `mean`, `median`, `min` or  `max`. For these value types, if replication is unknown the entry should be `unknown`. If the value type is `raw_value` the replicate value should be 1. If the trait is categorical or the value indicates a measurement for an entire species (or other taxon) replicate value should be `.na`.",replicates ,,,.,http://www.w3.org/1999/02/22-rdf-syntax-ns#datatype,http://www.w3.org/2001/XMLSchema#int,replicates,datatype,integer,replicates +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,replicates,created,01 February 2024,replicates ,,,.,http://www.w3.org/2002/07/owl#sameAs,http://terminologies.gfbio.org/terms/ETS/individualCount,replicates,sameAs,individualCount,replicates ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,replicates,is in scheme,traits.build database,replicates ,,"""basis of record""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,basis of record,basis_of_record,preferred label,basis of record,basis of record @@ -572,7 +573,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,"""basis of record""@en",.,http://www.w3.org/2000/01/rdf-schema#label,basis of record,basis_of_record,label,basis of record,basis of record ,,"""A categorical variable specifying from which kind of specimen traits were recorded.""@en",.,http://purl.org/dc/terms/description,A categorical variable specifying from which kind of specimen traits were recorded.,basis_of_record,description,A categorical variable specifying from which kind of specimen traits were recorded.,basis of record ,,,.,http://www.w3.org/1999/02/22-rdf-syntax-ns#datatype,http://www.w3.org/2001/XMLSchema#string,basis_of_record,datatype,string,basis of record -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,basis_of_record,created,02/01/24,basis of record +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,basis_of_record,created,01 February 2024,basis of record ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,basis_of_record,is in scheme,traits.build database,basis of record ,,"""life stage""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,life stage,life_stage,preferred label,life stage,life stage ,,"""life_stage""@en",.,http://www.w3.org/2004/02/skos/core#altLabel,life_stage,life_stage,alternative label,life_stage,life stage @@ -585,7 +586,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://ecoinformatics.org/oboe/oboe.1.2/oboe-core.owl#characteristicFor,https://w3id.org/traits.build/observation_of_entity_context,life_stage,characteristic for,observation of entity context,life stage ,,"""A field to indicate the life stage or age class of the entity measured. Standard values are `adult`, `sapling`, `seedling` and `juvenile`.""@en",.,http://purl.org/dc/terms/description,"A field to indicate the life stage or age class of the entity measured. Standard values are `adult`, `sapling`, `seedling` and `juvenile`.",life_stage,description,"A field to indicate the life stage or age class of the entity measured. Standard values are `adult`, `sapling`, `seedling` and `juvenile`.",life stage ,,,.,http://www.w3.org/1999/02/22-rdf-syntax-ns#datatype,http://www.w3.org/2001/XMLSchema#string,life_stage,datatype,string,life stage -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,life_stage,created,02/01/24,life stage +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,life_stage,created,01 February 2024,life stage ,,,.,http://www.w3.org/2002/07/owl#sameAs,http://rs.tdwg.org/dwc/terms/lifeStage,life_stage,sameAs,lifeStage,life stage ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,life_stage,is in scheme,traits.build database,life stage ,,"""population id""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,population id,population_id,preferred label,population id,population id @@ -597,6 +598,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://semanticscience.org/resource/SIO_000674,https://w3id.org/traits.build/observations_of_population,population_id,is unique identifier for,observations of population,population id ,,"""A unique integer identifier for a population, where a population is defined as individuals growing in the same location (location_id /location_name) and plot (plot_context_id, a context category) and being subjected to the same treatment (treatment_context_id, a context category).""@en",.,http://purl.org/dc/terms/description,"A unique integer identifier for a population, where a population is defined as individuals growing in the same location (location_id /location_name) and plot (plot_context_id, a context category) and being subjected to the same treatment (treatment_context_id, a context category).",population_id,description,"A unique integer identifier for a population, where a population is defined as individuals growing in the same location (location_id /location_name) and plot (plot_context_id, a context category) and being subjected to the same treatment (treatment_context_id, a context category).",population id ,,,.,http://www.w3.org/1999/02/22-rdf-syntax-ns#datatype,http://www.w3.org/2001/XMLSchema#int,population_id,datatype,integer,population id +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,population_id,created,01 February 2024,population id ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,population_id,is in scheme,traits.build database,population id ,,"""individual id""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,individual id,individual_id,preferred label,individual id,individual id ,,"""individual_id""@en",.,http://www.w3.org/2004/02/skos/core#altLabel,individual_id,individual_id,alternative label,individual_id,individual id @@ -607,6 +609,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://semanticscience.org/resource/SIO_000674,https://w3id.org/traits.build/observations_of_individual,individual_id,is unique identifier for,observations of individual,individual id ,,"""A unique integer identifier for an individual, with individuals numbered sequentially within each dataset by taxon by population grouping. Most often each row of data represents an individual, but in some datasets trait data collected on a single individual is presented across multiple rows of data, such as if the same trait is measured using different methods or the same individual is measured repeatedly across time.""@en",.,http://purl.org/dc/terms/description,"A unique integer identifier for an individual, with individuals numbered sequentially within each dataset by taxon by population grouping. Most often each row of data represents an individual, but in some datasets trait data collected on a single individual is presented across multiple rows of data, such as if the same trait is measured using different methods or the same individual is measured repeatedly across time.",individual_id,description,"A unique integer identifier for an individual, with individuals numbered sequentially within each dataset by taxon by population grouping. Most often each row of data represents an individual, but in some datasets trait data collected on a single individual is presented across multiple rows of data, such as if the same trait is measured using different methods or the same individual is measured repeatedly across time.",individual id ,,,.,http://www.w3.org/1999/02/22-rdf-syntax-ns#datatype,http://www.w3.org/2001/XMLSchema#int,individual_id,datatype,integer,individual id +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,individual_id,created,01 February 2024,individual id ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,individual_id,is in scheme,traits.build database,individual id ,,"""repeat measurements id""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,repeat measurements id,repeat_measurements_id,preferred label,repeat measurements id,repeat measurements id ,,"""repeat_measurements_id""@en",.,http://www.w3.org/2004/02/skos/core#altLabel,repeat_measurements_id,repeat_measurements_id,alternative label,repeat_measurements_id,repeat measurements id @@ -618,6 +621,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://semanticscience.org/resource/SIO_000674,https://w3id.org/traits.build/collection_date,repeat_measurements_id,is unique identifier for,collection date,repeat measurements id ,,"""A unique integer identifier for repeat measurements of a trait that comprise a single observation, such as a response curve.""@en",.,http://purl.org/dc/terms/description,"A unique integer identifier for repeat measurements of a trait that comprise a single observation, such as a response curve.",repeat_measurements_id,description,"A unique integer identifier for repeat measurements of a trait that comprise a single observation, such as a response curve.",repeat measurements id ,,,.,http://www.w3.org/1999/02/22-rdf-syntax-ns#datatype,http://www.w3.org/2001/XMLSchema#int,repeat_measurements_id,datatype,integer,repeat measurements id +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,repeat_measurements_id,created,01 February 2024,repeat measurements id ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,repeat_measurements_id,is in scheme,traits.build database,repeat measurements id ,,"""source id""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,source id,source_id,preferred label,source id,source id ,,"""source_id""@en",.,http://www.w3.org/2004/02/skos/core#altLabel,source_id,source_id,alternative label,source_id,source id @@ -629,7 +633,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://semanticscience.org/resource/SIO_000674,https://w3id.org/traits.build/observations_from_source,source_id,is unique identifier for,observations from source,source id ,,"""For datasets that are compilations, an identifier for the original data source.""@en",.,http://purl.org/dc/terms/description,"For datasets that are compilations, an identifier for the original data source.",source_id,description,"For datasets that are compilations, an identifier for the original data source.",source id ,,,.,http://www.w3.org/1999/02/22-rdf-syntax-ns#datatype,http://www.w3.org/2001/XMLSchema#string,source_id,datatype,string,source id -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,source_id,created,02/01/24,source id +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,source_id,created,01 February 2024,source id ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,source_id,is in scheme,traits.build database,source id ,,"""location id""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,location id,location_id,preferred label,location id,location id ,,"""location_id""@en",.,http://www.w3.org/2004/02/skos/core#altLabel,location_id,location_id,alternative label,location_id,location id @@ -641,55 +645,66 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://semanticscience.org/resource/SIO_000674,https://w3id.org/traits.build/observations_at_location,location_id,is unique identifier for,observations at location,location id ,,"""A unique integer identifier for a location, with locations numbered sequentially within a dataset. The identifier links to specific information in the location table.""@en",.,http://purl.org/dc/terms/description,"A unique integer identifier for a location, with locations numbered sequentially within a dataset. The identifier links to specific information in the location table.",location_id,description,"A unique integer identifier for a location, with locations numbered sequentially within a dataset. The identifier links to specific information in the location table.",location id ,,,.,http://www.w3.org/1999/02/22-rdf-syntax-ns#datatype,http://www.w3.org/2001/XMLSchema#int,location_id,datatype,integer,location id +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,location_id,created,01 February 2024,location id ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,location_id,is in scheme,traits.build database,location id ,,"""treatment context id""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,treatment context id,treatment_context_id,preferred label,treatment context id,treatment context id ,,"""treatment_context_id""@en",.,http://www.w3.org/2004/02/skos/core#altLabel,treatment_context_id,treatment_context_id,alternative label,treatment_context_id,treatment context id ,,,.,http://www.w3.org/2004/02/skos/core#broader,http://ecoinformatics.org/oboe/oboe.1.2/oboe-characteristics.owl#Identifier,treatment_context_id,has broader,Identifier,treatment context id ,,,.,http://semanticscience.org/resource/SIO_000602,http://semanticscience.org/resource/SIO_000757,treatment_context_id,computational entity,database column,treatment context id ,,,.,http://rs.tdwg.org/dwc/terms/attributes/organizedInClass,https://w3id.org/traits.build/traits.build-traits,treatment_context_id,organizedInClass,traits table,treatment context id +,,,.,http://rs.tdwg.org/dwc/terms/attributes/organizedInClass,https://w3id.org/traits.build/traits.build-contexts,treatment_context_id,organizedInClass,contexts table,treatment context id ,,"""treatment context id""@en",.,http://www.w3.org/2000/01/rdf-schema#label,treatment context id,treatment_context_id,label,treatment context id,treatment context id ,,,.,http://semanticscience.org/resource/SIO_000674,https://w3id.org/traits.build/measurement_of_treatment_context_property,treatment_context_id,is unique identifier for,measurement of treatment context property,treatment context id ,,"""A unique integer identifier for a treatment, where a treatment is any experimental manipulation to an organism's growing/living conditions. The identifier links to specific information in the context table.""@en",.,http://purl.org/dc/terms/description,"A unique integer identifier for a treatment, where a treatment is any experimental manipulation to an organism's growing/living conditions. The identifier links to specific information in the context table.",treatment_context_id,description,"A unique integer identifier for a treatment, where a treatment is any experimental manipulation to an organism's growing/living conditions. The identifier links to specific information in the context table.",treatment context id ,,,.,http://www.w3.org/1999/02/22-rdf-syntax-ns#datatype,http://www.w3.org/2001/XMLSchema#int,treatment_context_id,datatype,integer,treatment context id +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,treatment_context_id,created,01 February 2024,treatment context id ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,treatment_context_id,is in scheme,traits.build database,treatment context id ,,"""plot context id""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,plot context id,plot_context_id,preferred label,plot context id,plot context id ,,"""plot_context_id""@en",.,http://www.w3.org/2004/02/skos/core#altLabel,plot_context_id,plot_context_id,alternative label,plot_context_id,plot context id ,,,.,http://www.w3.org/2004/02/skos/core#broader,http://ecoinformatics.org/oboe/oboe.1.2/oboe-characteristics.owl#Identifier,plot_context_id,has broader,Identifier,plot context id ,,,.,http://semanticscience.org/resource/SIO_000602,http://semanticscience.org/resource/SIO_000757,plot_context_id,computational entity,database column,plot context id ,,,.,http://rs.tdwg.org/dwc/terms/attributes/organizedInClass,https://w3id.org/traits.build/traits.build-traits,plot_context_id,organizedInClass,traits table,plot context id +,,,.,http://rs.tdwg.org/dwc/terms/attributes/organizedInClass,https://w3id.org/traits.build/traits.build-contexts,plot_context_id,organizedInClass,contexts table,plot context id ,,"""plot context id""@en",.,http://www.w3.org/2000/01/rdf-schema#label,plot context id,plot_context_id,label,plot context id,plot context id ,,,.,http://semanticscience.org/resource/SIO_000674,https://w3id.org/traits.build/measurement_of_plot_context_property,plot_context_id,is unique identifier for,measurement of plot context property,plot context id ,,"""A unique integer identifier for a plot, where a plot is a distinct collection of organisms within a single geographic location, such as plants growing on different aspects or blocks in an experiment. The identifier links to specific information in the context table.""@en",.,http://purl.org/dc/terms/description,"A unique integer identifier for a plot, where a plot is a distinct collection of organisms within a single geographic location, such as plants growing on different aspects or blocks in an experiment. The identifier links to specific information in the context table.",plot_context_id,description,"A unique integer identifier for a plot, where a plot is a distinct collection of organisms within a single geographic location, such as plants growing on different aspects or blocks in an experiment. The identifier links to specific information in the context table.",plot context id ,,,.,http://www.w3.org/1999/02/22-rdf-syntax-ns#datatype,http://www.w3.org/2001/XMLSchema#int,plot_context_id,datatype,integer,plot context id +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,plot_context_id,created,01 February 2024,plot context id ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,plot_context_id,is in scheme,traits.build database,plot context id ,,"""entity context id""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,entity context id,entity_context_id,preferred label,entity context id,entity context id ,,"""entity_context_id""@en",.,http://www.w3.org/2004/02/skos/core#altLabel,entity_context_id,entity_context_id,alternative label,entity_context_id,entity context id ,,,.,http://www.w3.org/2004/02/skos/core#broader,http://ecoinformatics.org/oboe/oboe.1.2/oboe-characteristics.owl#Identifier,entity_context_id,has broader,Identifier,entity context id ,,,.,http://semanticscience.org/resource/SIO_000602,http://semanticscience.org/resource/SIO_000757,entity_context_id,computational entity,database column,entity context id ,,,.,http://rs.tdwg.org/dwc/terms/attributes/organizedInClass,https://w3id.org/traits.build/traits.build-traits,entity_context_id,organizedInClass,traits table,entity context id +,,,.,http://rs.tdwg.org/dwc/terms/attributes/organizedInClass,https://w3id.org/traits.build/traits.build-contexts,entity_context_id,organizedInClass,contexts table,entity context id ,,"""entity context id""@en",.,http://www.w3.org/2000/01/rdf-schema#label,entity context id,entity_context_id,label,entity context id,entity context id ,,,.,http://semanticscience.org/resource/SIO_000674,https://w3id.org/traits.build/measurement_of_entity_context_property,entity_context_id,is unique identifier for,measurement of entity context property,entity context id ,,"""A unique integer identifier indicating specific contextual properties of an individual, possibly including the individual's sex or caste (for social insects).""@en",.,http://purl.org/dc/terms/description,"A unique integer identifier indicating specific contextual properties of an individual, possibly including the individual's sex or caste (for social insects).",entity_context_id,description,"A unique integer identifier indicating specific contextual properties of an individual, possibly including the individual's sex or caste (for social insects).",entity context id ,,,.,http://www.w3.org/1999/02/22-rdf-syntax-ns#datatype,http://www.w3.org/2001/XMLSchema#int,entity_context_id,datatype,integer,entity context id +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,entity_context_id,created,01 February 2024,entity context id ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,entity_context_id,is in scheme,traits.build database,entity context id ,,"""temporal context id""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,temporal context id,temporal_context_id,preferred label,temporal context id,temporal context id ,,"""temporal_context_id""@en",.,http://www.w3.org/2004/02/skos/core#altLabel,temporal_context_id,temporal_context_id,alternative label,temporal_context_id,temporal context id ,,,.,http://www.w3.org/2004/02/skos/core#broader,http://ecoinformatics.org/oboe/oboe.1.2/oboe-characteristics.owl#Identifier,temporal_context_id,has broader,Identifier,temporal context id ,,,.,http://semanticscience.org/resource/SIO_000602,http://semanticscience.org/resource/SIO_000757,temporal_context_id,computational entity,database column,temporal context id ,,,.,http://rs.tdwg.org/dwc/terms/attributes/organizedInClass,https://w3id.org/traits.build/traits.build-traits,temporal_context_id,organizedInClass,traits table,temporal context id +,,,.,http://rs.tdwg.org/dwc/terms/attributes/organizedInClass,https://w3id.org/traits.build/traits.build-contexts,temporal_context_id,organizedInClass,contexts table,temporal context id ,,"""temporal context id""@en",.,http://www.w3.org/2000/01/rdf-schema#label,temporal context id,temporal_context_id,label,temporal context id,temporal context id ,,,.,http://semanticscience.org/resource/SIO_000674,https://w3id.org/traits.build/measurement_of_temporal_context_property,temporal_context_id,is unique identifier for,measurement of temporal context property,temporal context id ,,"""A unique integer identifier assigned where repeat observations are made on the same individual (or population, or taxon) across time. The identifier links to specific information in the context table.""@en",.,http://purl.org/dc/terms/description,"A unique integer identifier assigned where repeat observations are made on the same individual (or population, or taxon) across time. The identifier links to specific information in the context table.",temporal_context_id,description,"A unique integer identifier assigned where repeat observations are made on the same individual (or population, or taxon) across time. The identifier links to specific information in the context table.",temporal context id ,,,.,http://www.w3.org/1999/02/22-rdf-syntax-ns#datatype,http://www.w3.org/2001/XMLSchema#int,temporal_context_id,datatype,integer,temporal context id +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,temporal_context_id,created,01 February 2024,temporal context id ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,temporal_context_id,is in scheme,traits.build database,temporal context id ,,"""method context id""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,method context id,method_context_id,preferred label,method context id,method context id ,,"""method_context_id""@en",.,http://www.w3.org/2004/02/skos/core#altLabel,method_context_id,method_context_id,alternative label,method_context_id,method context id ,,,.,http://www.w3.org/2004/02/skos/core#broader,http://ecoinformatics.org/oboe/oboe.1.2/oboe-characteristics.owl#Identifier,method_context_id,has broader,Identifier,method context id ,,,.,http://semanticscience.org/resource/SIO_000602,http://semanticscience.org/resource/SIO_000757,method_context_id,computational entity,database column,method context id ,,,.,http://rs.tdwg.org/dwc/terms/attributes/organizedInClass,https://w3id.org/traits.build/traits.build-traits,method_context_id,organizedInClass,traits table,method context id +,,,.,http://rs.tdwg.org/dwc/terms/attributes/organizedInClass,https://w3id.org/traits.build/traits.build-contexts,method_context_id,organizedInClass,contexts table,method context id ,,"""method context id""@en",.,http://www.w3.org/2000/01/rdf-schema#label,method context id,method_context_id,label,method context id,method context id ,,"""A unique integer identifier indicating a trait is measured multiple times on the same entity, with different methods used for each entry. This field is only used if a single trait is measured using multiple methods within the same dataset. The identifier links to specific information in the context table.""@en",.,http://purl.org/dc/terms/description,"A unique integer identifier indicating a trait is measured multiple times on the same entity, with different methods used for each entry. This field is only used if a single trait is measured using multiple methods within the same dataset. The identifier links to specific information in the context table.",method_context_id,description,"A unique integer identifier indicating a trait is measured multiple times on the same entity, with different methods used for each entry. This field is only used if a single trait is measured using multiple methods within the same dataset. The identifier links to specific information in the context table.",method context id ,,,.,http://www.w3.org/1999/02/22-rdf-syntax-ns#datatype,http://www.w3.org/2001/XMLSchema#int,method_context_id,datatype,integer,method context id +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,method_context_id,created,01 February 2024,method context id ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,method_context_id,is in scheme,traits.build database,method context id ,,"""collection date""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,collection date,collection_date,preferred label,collection date,collection date ,,"""collection_date""@en",.,http://www.w3.org/2004/02/skos/core#altLabel,collection_date,collection_date,alternative label,collection_date,collection date @@ -702,7 +717,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://ecoinformatics.org/oboe/oboe.1.2/oboe-core.owl#characteristicFor,https://w3id.org/traits.build/observation,collection_date,characteristic for,observation,collection date ,,"""Date sample was taken, in the format `yyyy-mm-dd`, `yyyy-mm` or `yyyy`, depending on the resoluton specified. Alternatively an overall range for the study can be indicating, with the starting and ending sample date sepatated by a `/`, as in 2010-10/2011-03""@en",.,http://purl.org/dc/terms/description,"Date sample was taken, in the format `yyyy-mm-dd`, `yyyy-mm` or `yyyy`, depending on the resoluton specified. Alternatively an overall range for the study can be indicating, with the starting and ending sample date sepatated by a `/`, as in 2010-10/2011-03",collection_date,description,"Date sample was taken, in the format `yyyy-mm-dd`, `yyyy-mm` or `yyyy`, depending on the resoluton specified. Alternatively an overall range for the study can be indicating, with the starting and ending sample date sepatated by a `/`, as in 2010-10/2011-03",collection date ,,,.,http://www.w3.org/1999/02/22-rdf-syntax-ns#datatype,http://www.w3.org/2001/XMLSchema#date,collection_date,datatype,date,collection date -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,collection_date,created,02/01/24,collection date +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,collection_date,created,01 February 2024,collection date ,,,.,http://www.w3.org/2002/07/owl#sameAs,http://terminologies.gfbio.org/terms/ETS/eventDate,collection_date,sameAs,eventDate,collection date ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,collection_date,is in scheme,traits.build database,collection date ,,"""measurement remarks""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,measurement remarks,measurement_remarks,preferred label,measurement remarks,measurement remarks @@ -713,7 +728,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,"""measurement remarks""@en",.,http://www.w3.org/2000/01/rdf-schema#label,measurement remarks,measurement_remarks,label,measurement remarks,measurement remarks ,,"""Brief comments or notes accompanying the trait measurement.""@en",.,http://purl.org/dc/terms/description,Brief comments or notes accompanying the trait measurement.,measurement_remarks,description,Brief comments or notes accompanying the trait measurement.,measurement remarks ,,,.,http://www.w3.org/1999/02/22-rdf-syntax-ns#datatype,http://www.w3.org/2001/XMLSchema#string,measurement_remarks,datatype,string,measurement remarks -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,measurement_remarks,created,02/01/24,measurement remarks +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,measurement_remarks,created,01 February 2024,measurement remarks ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,measurement_remarks,is in scheme,traits.build database,measurement remarks ,,"""method id""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,method id,method_id,preferred label,method id,method id ,,"""method_id""@en",.,http://www.w3.org/2004/02/skos/core#altLabel,method_id,method_id,alternative label,method_id,method id @@ -726,6 +741,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://semanticscience.org/resource/SIO_001096,https://w3id.org/traits.build/methods_methods,method_id,is specialisation of,methods,method id ,,"""A unique integer identifier to distinguish between multiple sets of methods used to measure a single trait within the same dataset. The identifier links to specific information in the methods table.""@en",.,http://purl.org/dc/terms/description,A unique integer identifier to distinguish between multiple sets of methods used to measure a single trait within the same dataset. The identifier links to specific information in the methods table.,method_id,description,A unique integer identifier to distinguish between multiple sets of methods used to measure a single trait within the same dataset. The identifier links to specific information in the methods table.,method id ,,,.,http://www.w3.org/1999/02/22-rdf-syntax-ns#datatype,http://www.w3.org/2001/XMLSchema#int,method_id,datatype,integer,method id +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,method_id,created,01 February 2024,method id ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,method_id,is in scheme,traits.build database,method id ,,"""original taxon name""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,original taxon name,original_name,preferred label,original taxon name,original taxon name ,,"""original_name""@en",.,http://www.w3.org/2004/02/skos/core#altLabel,original_name,original_name,alternative label,original_name,original taxon name @@ -737,7 +753,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,"""original taxon name""@en",.,http://www.w3.org/2000/01/rdf-schema#label,original taxon name,original_name,label,original taxon name,original taxon name ,,"""Name given to taxon in the original data supplied by the authors.""@en",.,http://purl.org/dc/terms/description,Name given to taxon in the original data supplied by the authors.,original_name,description,Name given to taxon in the original data supplied by the authors.,original taxon name ,,,.,http://www.w3.org/1999/02/22-rdf-syntax-ns#datatype,http://www.w3.org/2001/XMLSchema#string,original_name,datatype,string,original taxon name -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,original_name,created,02/01/24,original taxon name +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,original_name,created,01 February 2024,original taxon name ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,original_name,is in scheme,traits.build database,original taxon name ,,"""location name""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,location name,location_name,preferred label,location name,location name ,,"""location_name""@en",.,http://www.w3.org/2004/02/skos/core#altLabel,location_name,location_name,alternative label,location_name,location name @@ -748,7 +764,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,"""location name""@en",.,http://www.w3.org/2000/01/rdf-schema#label,location name,location_name,label,location name,location name ,,"""The location name used by the data contributor or a generic location name designated by AusTraits when one is not provided.""@en",.,http://purl.org/dc/terms/description,The location name used by the data contributor or a generic location name designated by AusTraits when one is not provided.,location_name,description,The location name used by the data contributor or a generic location name designated by AusTraits when one is not provided.,location name ,,,.,http://www.w3.org/1999/02/22-rdf-syntax-ns#datatype,http://www.w3.org/2001/XMLSchema#string,location_name,datatype,string,location name -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,location_name,created,02/01/24,location name +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,location_name,created,01 February 2024,location name ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,location_name,is in scheme,traits.build database,location name ,,"""location property""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,location property,location_property,preferred label,location property,location property ,,"""location_property""@en",.,http://www.w3.org/2004/02/skos/core#altLabel,location_property,location_property,alternative label,location_property,location property @@ -760,7 +776,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://ecoinformatics.org/oboe/oboe.1.2/oboe-core.owl#hasValue,https://w3id.org/traits.build/locations_value,location_property,has value,location property value,location property ,,"""The location characteristic being recorded. The name should include units of measurement, e.g. `MAT (C)`. Ideally we have at least the following variables for each location, `longitude (deg)`, `latitude (deg)`, `description`.""@en",.,http://purl.org/dc/terms/description,"The location characteristic being recorded. The name should include units of measurement, e.g. `MAT (C)`. Ideally we have at least the following variables for each location, `longitude (deg)`, `latitude (deg)`, `description`.",location_property,description,"The location characteristic being recorded. The name should include units of measurement, e.g. `MAT (C)`. Ideally we have at least the following variables for each location, `longitude (deg)`, `latitude (deg)`, `description`.",location property ,,,.,http://www.w3.org/1999/02/22-rdf-syntax-ns#datatype,http://www.w3.org/2001/XMLSchema#string,location_property,datatype,string,location property -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,location_property,created,02/01/24,location property +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,location_property,created,01 February 2024,location property ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,location_property,is in scheme,traits.build database,location property ,,"""location property value""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,location property value,locations_value,preferred label,location property value,location property value ,,"""value""@en",.,http://www.w3.org/2004/02/skos/core#altLabel,value,locations_value,alternative label,value,location property value @@ -771,7 +787,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,"""location property value""@en",.,http://www.w3.org/2000/01/rdf-schema#label,location property value,locations_value,label,location property value,location property value ,,"""The measured value of a location property.""@en",.,http://purl.org/dc/terms/description,The measured value of a location property.,locations_value,description,The measured value of a location property.,location property value ,,,.,http://www.w3.org/1999/02/22-rdf-syntax-ns#datatype,http://www.w3.org/2001/XMLSchema#string,locations_value,datatype,string,location property value -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,locations_value,created,02/01/24,location property value +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,locations_value,created,01 February 2024,location property value ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,locations_value,is in scheme,traits.build database,location property value ,,"""latitude (deg)""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,latitude (deg),latitude,preferred label,latitude (deg),latitude (deg) ,,"""latitude""@en",.,http://www.w3.org/2004/02/skos/core#altLabel,latitude,latitude,alternative label,latitude,latitude (deg) @@ -785,7 +801,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://ecoinformatics.org/oboe/oboe.1.2/oboe-core.owl#characteristicFor,https://w3id.org/traits.build/location,latitude,characteristic for,location,latitude (deg) ,,"""The geographic latitude (in decimal degrees, using the spatial reference system given in geodeticDatum) of the geographic center of a Location. Positive values are north of the Equator, negative values are south of it. Legal values lie between -90 and 90, inclusive.""@en",.,http://purl.org/dc/terms/description,"The geographic latitude (in decimal degrees, using the spatial reference system given in geodeticDatum) of the geographic center of a Location. Positive values are north of the Equator, negative values are south of it. Legal values lie between -90 and 90, inclusive.",latitude,description,"The geographic latitude (in decimal degrees, using the spatial reference system given in geodeticDatum) of the geographic center of a Location. Positive values are north of the Equator, negative values are south of it. Legal values lie between -90 and 90, inclusive.",latitude (deg) ,,,.,http://www.w3.org/1999/02/22-rdf-syntax-ns#datatype,http://www.w3.org/2001/XMLSchema#decimal,latitude,datatype,decimal,latitude (deg) -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,latitude,created,02/01/24,latitude (deg) +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,latitude,created,01 February 2024,latitude (deg) ,,,.,http://www.w3.org/2002/07/owl#sameAs,http://rs.tdwg.org/dwc/terms/decimalLatitude,latitude,sameAs,decimalLatitude,latitude (deg) ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,latitude,is in scheme,traits.build database,latitude (deg) ,,"""longitude (deg)""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,longitude (deg),longitude,preferred label,longitude (deg),longitude (deg) @@ -800,7 +816,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://ecoinformatics.org/oboe/oboe.1.2/oboe-core.owl#characteristicFor,https://w3id.org/traits.build/location,longitude,characteristic for,location,longitude (deg) ,,"""The geographic longitude (in decimal degrees, using the spatial reference system given in dwc:geodeticDatum) of the geographic center of a dcterms:Location. Positive values are east of the Greenwich Meridian, negative values are west of it. Legal values lie between -180 and 180, inclusive.""@en",.,http://purl.org/dc/terms/description,"The geographic longitude (in decimal degrees, using the spatial reference system given in dwc:geodeticDatum) of the geographic center of a dcterms:Location. Positive values are east of the Greenwich Meridian, negative values are west of it. Legal values lie between -180 and 180, inclusive.",longitude,description,"The geographic longitude (in decimal degrees, using the spatial reference system given in dwc:geodeticDatum) of the geographic center of a dcterms:Location. Positive values are east of the Greenwich Meridian, negative values are west of it. Legal values lie between -180 and 180, inclusive.",longitude (deg) ,,,.,http://www.w3.org/1999/02/22-rdf-syntax-ns#datatype,http://www.w3.org/2001/XMLSchema#decimal,longitude,datatype,decimal,longitude (deg) -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,longitude,created,02/01/24,longitude (deg) +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,longitude,created,01 February 2024,longitude (deg) ,,,.,http://www.w3.org/2002/07/owl#sameAs,http://rs.tdwg.org/dwc/terms/decimalLongitude,longitude,sameAs,decimalLongitude,longitude (deg) ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,longitude,is in scheme,traits.build database,longitude (deg) ,,"""elevation (m)""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,elevation (m),elevation,preferred label,elevation (m),elevation (m) @@ -815,7 +831,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://ecoinformatics.org/oboe/oboe.1.2/oboe-core.owl#characteristicFor,https://w3id.org/traits.build/location,elevation,characteristic for,location,elevation (m) ,,"""The elevation above mean sea level in meters.""@en",.,http://purl.org/dc/terms/description,The elevation above mean sea level in meters.,elevation,description,The elevation above mean sea level in meters.,elevation (m) ,,,.,http://www.w3.org/1999/02/22-rdf-syntax-ns#datatype,http://www.w3.org/2001/XMLSchema#decimal,elevation,datatype,decimal,elevation (m) -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,elevation,created,02/01/24,elevation (m) +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,elevation,created,01 February 2024,elevation (m) ,,,.,http://www.w3.org/2002/07/owl#sameAs,http://rs.tdwg.org/dwc/terms/verbatimElevation,elevation,sameAs,verbatimElevation,elevation (m) ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,elevation,is in scheme,traits.build database,elevation (m) ,,"""context property""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,context property,context_property,preferred label,context property,context property @@ -829,7 +845,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://ecoinformatics.org/oboe/oboe.1.2/oboe-core.owl#characteristicFor,https://w3id.org/traits.build/context,context_property,characteristic for,context,context property ,,"""The contextual characteristic being recorded. If applicable, name should include units of measurement, e.g. `CO2 concentration (ppm)`.""@en",.,http://purl.org/dc/terms/description,"The contextual characteristic being recorded. If applicable, name should include units of measurement, e.g. `CO2 concentration (ppm)`.",context_property,description,"The contextual characteristic being recorded. If applicable, name should include units of measurement, e.g. `CO2 concentration (ppm)`.",context property ,,,.,http://www.w3.org/1999/02/22-rdf-syntax-ns#datatype,http://www.w3.org/2001/XMLSchema#string,context_property,datatype,string,context property -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,context_property,created,02/01/24,context property +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,context_property,created,01 February 2024,context property ,,,.,http://www.w3.org/2002/07/owl#sameAs,https://w3id.org/traits.build/contexts_value,context_property,sameAs,context property value,context property ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,context_property,is in scheme,traits.build database,context property ,,"""treatment context property""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,treatment context property,treatment_context_property,preferred label,treatment context property,treatment context property @@ -843,7 +859,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://semanticscience.org/resource/SIO_001096,https://w3id.org/traits.build/context_property,treatment_context_property,is specialisation of,context property,treatment context property ,,"""A context characteristic indicating stratified treatments that might affect the trait values measured on an individual or population-level entity.""@en",.,http://purl.org/dc/terms/description,A context characteristic indicating stratified treatments that might affect the trait values measured on an individual or population-level entity.,treatment_context_property,description,A context characteristic indicating stratified treatments that might affect the trait values measured on an individual or population-level entity.,treatment context property ,,,.,http://www.w3.org/1999/02/22-rdf-syntax-ns#datatype,http://www.w3.org/2001/XMLSchema#string,treatment_context_property,datatype,string,treatment context property -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,treatment_context_property,created,02/01/24,treatment context property +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,treatment_context_property,created,01 February 2024,treatment context property ,,,.,http://www.w3.org/2002/07/owl#sameAs,https://w3id.org/traits.build/contexts_value,treatment_context_property,sameAs,context property value,treatment context property ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,treatment_context_property,is in scheme,traits.build database,treatment context property ,,"""plot context property""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,plot context property,plot_context_property,preferred label,plot context property,plot context property @@ -857,7 +873,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://semanticscience.org/resource/SIO_001096,https://w3id.org/traits.build/context_property,plot_context_property,is specialisation of,context property,plot context property ,,"""A context characteristic indicating stratified variation within a location that might affect the trait values measured on an individual or population-level entity.""@en",.,http://purl.org/dc/terms/description,A context characteristic indicating stratified variation within a location that might affect the trait values measured on an individual or population-level entity.,plot_context_property,description,A context characteristic indicating stratified variation within a location that might affect the trait values measured on an individual or population-level entity.,plot context property ,,,.,http://www.w3.org/1999/02/22-rdf-syntax-ns#datatype,http://www.w3.org/2001/XMLSchema#string,plot_context_property,datatype,string,plot context property -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,plot_context_property,created,02/01/24,plot context property +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,plot_context_property,created,01 February 2024,plot context property ,,,.,http://www.w3.org/2002/07/owl#sameAs,https://w3id.org/traits.build/contexts_value,plot_context_property,sameAs,context property value,plot context property ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,plot_context_property,is in scheme,traits.build database,plot context property ,,"""entity context property""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,entity context property,entity_context_property,preferred label,entity context property,entity context property @@ -871,7 +887,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://semanticscience.org/resource/SIO_001096,https://w3id.org/traits.build/context_property,entity_context_property,is specialisation of,context property,entity context property ,,"""A context characteristic indicating stratified variation across individuals or populations might affect the trait values measured.""@en",.,http://purl.org/dc/terms/description,A context characteristic indicating stratified variation across individuals or populations might affect the trait values measured.,entity_context_property,description,A context characteristic indicating stratified variation across individuals or populations might affect the trait values measured.,entity context property ,,,.,http://www.w3.org/1999/02/22-rdf-syntax-ns#datatype,http://www.w3.org/2001/XMLSchema#string,entity_context_property,datatype,string,entity context property -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,entity_context_property,created,02/01/24,entity context property +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,entity_context_property,created,01 February 2024,entity context property ,,,.,http://www.w3.org/2002/07/owl#sameAs,https://w3id.org/traits.build/contexts_value,entity_context_property,sameAs,context property value,entity context property ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,entity_context_property,is in scheme,traits.build database,entity context property ,,"""temporal context property""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,temporal context property,temporal_context_property,preferred label,temporal context property,temporal context property @@ -885,7 +901,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://semanticscience.org/resource/SIO_001096,https://w3id.org/traits.build/context_property,temporal_context_property,is specialisation of,context property,temporal context property ,,"""A context characteristic indicating stratified variation across time might affect the trait values measured.""@en",.,http://purl.org/dc/terms/description,A context characteristic indicating stratified variation across time might affect the trait values measured.,temporal_context_property,description,A context characteristic indicating stratified variation across time might affect the trait values measured.,temporal context property ,,,.,http://www.w3.org/1999/02/22-rdf-syntax-ns#datatype,http://www.w3.org/2001/XMLSchema#string,temporal_context_property,datatype,string,temporal context property -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,temporal_context_property,created,02/01/24,temporal context property +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,temporal_context_property,created,01 February 2024,temporal context property ,,,.,http://www.w3.org/2002/07/owl#sameAs,https://w3id.org/traits.build/contexts_value,temporal_context_property,sameAs,context property value,temporal context property ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,temporal_context_property,is in scheme,traits.build database,temporal context property ,,"""method context property""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,method context property,method_context_property,preferred label,method context property,method context property @@ -899,7 +915,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://semanticscience.org/resource/SIO_001096,https://w3id.org/traits.build/context_property,method_context_property,is specialisation of,context property,method context property ,,"""A context characteristic indicating stratified variation in the protocol used to measure traits might affect the trait values measured.""@en",.,http://purl.org/dc/terms/description,A context characteristic indicating stratified variation in the protocol used to measure traits might affect the trait values measured.,method_context_property,description,A context characteristic indicating stratified variation in the protocol used to measure traits might affect the trait values measured.,method context property ,,,.,http://www.w3.org/1999/02/22-rdf-syntax-ns#datatype,http://www.w3.org/2001/XMLSchema#string,method_context_property,datatype,string,method context property -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,method_context_property,created,02/01/24,method context property +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,method_context_property,created,01 February 2024,method context property ,,,.,http://www.w3.org/2002/07/owl#sameAs,https://w3id.org/traits.build/contexts_value,method_context_property,sameAs,context property value,method context property ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,method_context_property,is in scheme,traits.build database,method context property ,,"""context property category""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,context property category,contexts_category,preferred label,context property category,context property category @@ -911,7 +927,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://semanticscience.org/resource/SIO_000254,https://w3id.org/traits.build/context_property,contexts_category,is annotation of,context property,context property category ,,"""The category of context property, with options being `plot`, `treatment`, `individual_context`, `temporal` and `method`.""@en",.,http://purl.org/dc/terms/description,"The category of context property, with options being `plot`, `treatment`, `individual_context`, `temporal` and `method`.",contexts_category,description,"The category of context property, with options being `plot`, `treatment`, `individual_context`, `temporal` and `method`.",context property category ,,,.,http://www.w3.org/1999/02/22-rdf-syntax-ns#datatype,http://www.w3.org/2001/XMLSchema#string,contexts_category,datatype,string,context property category -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,contexts_category,created,02/01/24,context property category +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,contexts_category,created,01 February 2024,context property category ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,contexts_category,is in scheme,traits.build database,context property category ,,"""context property value""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,context property value,contexts_value,preferred label,context property value,context property value ,,"""value""@en",.,http://www.w3.org/2004/02/skos/core#altLabel,value,contexts_value,alternative label,value,context property value @@ -923,7 +939,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,"""context property value""@en",.,http://www.w3.org/2000/01/rdf-schema#label,context property value,contexts_value,label,context property value,context property value ,,"""The measured value of a context property.""@en",.,http://purl.org/dc/terms/description,The measured value of a context property.,contexts_value,description,The measured value of a context property.,context property value ,,,.,http://www.w3.org/1999/02/22-rdf-syntax-ns#datatype,http://www.w3.org/2001/XMLSchema#string,contexts_value,datatype,string,context property value -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,contexts_value,created,02/01/24,context property value +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,contexts_value,created,01 February 2024,context property value ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,contexts_value,is in scheme,traits.build database,context property value ,,"""context property value description""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,context property value description,contexts_description,preferred label,context property value description,context property value description ,,"""description""@en",.,http://www.w3.org/2004/02/skos/core#altLabel,description,contexts_description,alternative label,description,context property value description @@ -934,7 +950,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://semanticscience.org/resource/SIO_000628,https://w3id.org/traits.build/context_property,contexts_description,refers to,context property,context property value description ,,"""Description of a specific context property value.""@en",.,http://purl.org/dc/terms/description,Description of a specific context property value.,contexts_description,description,Description of a specific context property value.,context property value description ,,,.,http://www.w3.org/1999/02/22-rdf-syntax-ns#datatype,http://www.w3.org/2001/XMLSchema#string,contexts_description,datatype,string,context property value description -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,contexts_description,created,02/01/24,context property value description +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,contexts_description,created,01 February 2024,context property value description ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,contexts_description,is in scheme,traits.build database,context property value description ,,"""context propety link id""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,context propety link id,contexts_link_id,preferred label,context propety link id,context propety link id ,,"""link_id""@en",.,http://www.w3.org/2004/02/skos/core#altLabel,link_id,contexts_link_id,alternative label,link_id,context propety link id @@ -949,6 +965,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://semanticscience.org/resource/SIO_000628,https://w3id.org/traits.build/method_context_id,contexts_link_id,refers to,method context id,context propety link id ,,"""Variable indicating which identifier column in the traits table contains the specified `link_vals`.""@en",.,http://purl.org/dc/terms/description,Variable indicating which identifier column in the traits table contains the specified `link_vals`.,contexts_link_id,description,Variable indicating which identifier column in the traits table contains the specified `link_vals`.,context propety link id ,,,.,http://www.w3.org/1999/02/22-rdf-syntax-ns#datatype,http://www.w3.org/2001/XMLSchema#int,contexts_link_id,datatype,integer,context propety link id +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,contexts_link_id,created,01 February 2024,context propety link id ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,contexts_link_id,is in scheme,traits.build database,context propety link id ,,"""context propety link vals""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,context propety link vals,contexts_link_vals,preferred label,context propety link vals,context propety link vals ,,"""link_vals""@en",.,http://www.w3.org/2004/02/skos/core#altLabel,link_vals,contexts_link_vals,alternative label,link_vals,context propety link vals @@ -963,6 +980,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://semanticscience.org/resource/SIO_000674,https://w3id.org/traits.build/method_context_property,contexts_link_vals,is unique identifier for,method context property,context propety link vals ,,"""Unique integer identifiers that link between identifier columns in the `traits` table and the contextual properties/values in the `contexts` table.""@en",.,http://purl.org/dc/terms/description,Unique integer identifiers that link between identifier columns in the `traits` table and the contextual properties/values in the `contexts` table.,contexts_link_vals,description,Unique integer identifiers that link between identifier columns in the `traits` table and the contextual properties/values in the `contexts` table.,context propety link vals ,,,.,http://www.w3.org/1999/02/22-rdf-syntax-ns#datatype,http://www.w3.org/2001/XMLSchema#int,contexts_link_vals,datatype,integer,context propety link vals +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,contexts_link_vals,created,01 February 2024,context propety link vals ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,contexts_link_vals,is in scheme,traits.build database,context propety link vals ,,"""methods""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,methods,methods_methods,preferred label,methods,methods ,,"""methods""@en",.,http://www.w3.org/2004/02/skos/core#altLabel,methods,methods_methods,alternative label,methods,methods @@ -973,7 +991,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,"""methods""@en",.,http://www.w3.org/2000/01/rdf-schema#label,methods,methods_methods,label,methods,methods ,,"""A textual description of the methods used to collect the trait data. Whenever available, methods are taken near-verbatim from the referenced source. Methods can include descriptions such as 'measured on botanical collections', 'data from the literature', or a detailed description of the field or lab methods used to collect the data.""@en",.,http://purl.org/dc/terms/description,"A textual description of the methods used to collect the trait data. Whenever available, methods are taken near-verbatim from the referenced source. Methods can include descriptions such as 'measured on botanical collections', 'data from the literature', or a detailed description of the field or lab methods used to collect the data.",methods_methods,description,"A textual description of the methods used to collect the trait data. Whenever available, methods are taken near-verbatim from the referenced source. Methods can include descriptions such as 'measured on botanical collections', 'data from the literature', or a detailed description of the field or lab methods used to collect the data.",methods ,,,.,http://www.w3.org/1999/02/22-rdf-syntax-ns#datatype,http://www.w3.org/2001/XMLSchema#string,methods_methods,datatype,string,methods -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,methods_methods,created,02/01/24,methods +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,methods_methods,created,01 February 2024,methods ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,methods_methods,is in scheme,traits.build database,methods ,,"""dataset description""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,dataset description,methods_description,preferred label,dataset description,dataset description ,,"""description""@en",.,http://www.w3.org/2004/02/skos/core#altLabel,description,methods_description,alternative label,description,dataset description @@ -985,7 +1003,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://semanticscience.org/resource/SIO_000628,https://w3id.org/traits.build/methods_methods,methods_description,refers to,methods,dataset description ,,"""A 1-2 sentence description of the purpose of the study.""@en",.,http://purl.org/dc/terms/description,A 1-2 sentence description of the purpose of the study.,methods_description,description,A 1-2 sentence description of the purpose of the study.,dataset description ,,,.,http://www.w3.org/1999/02/22-rdf-syntax-ns#datatype,http://www.w3.org/2001/XMLSchema#string,methods_description,datatype,string,dataset description -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,methods_description,created,02/01/24,dataset description +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,methods_description,created,01 February 2024,dataset description ,,,.,http://www.w3.org/2002/07/owl#sameAs,http://terminologies.gfbio.org/terms/ETS/datasetDescription,methods_description,sameAs,datasetDescription,dataset description ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,methods_description,is in scheme,traits.build database,dataset description ,,"""dataset sampling strategy""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,dataset sampling strategy,sampling_strategy,preferred label,dataset sampling strategy,dataset sampling strategy @@ -997,7 +1015,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://semanticscience.org/resource/SIO_000628,https://w3id.org/traits.build/observations_from_dataset,sampling_strategy,refers to,observations from dataset,dataset sampling strategy ,,"""When available, this information is lifted verbatim from a published manuscript. For preserved specimens, this field ideally indicates which records were 'sampled' to measure a specific trait.""@en",.,http://purl.org/dc/terms/description,"When available, this information is lifted verbatim from a published manuscript. For preserved specimens, this field ideally indicates which records were 'sampled' to measure a specific trait.",sampling_strategy,description,"When available, this information is lifted verbatim from a published manuscript. For preserved specimens, this field ideally indicates which records were 'sampled' to measure a specific trait.",dataset sampling strategy ,,,.,http://www.w3.org/1999/02/22-rdf-syntax-ns#datatype,http://www.w3.org/2001/XMLSchema#string,sampling_strategy,datatype,string,dataset sampling strategy -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,sampling_strategy,created,02/01/24,dataset sampling strategy +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,sampling_strategy,created,01 February 2024,dataset sampling strategy ,,,.,http://www.w3.org/2002/07/owl#sameAs,http://rs.tdwg.org/dwc/terms/samplingProtocol,sampling_strategy,sameAs,samplingProtocol,dataset sampling strategy ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,sampling_strategy,is in scheme,traits.build database,dataset sampling strategy ,,"""source primary key""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,source primary key,source_primary_key,preferred label,source primary key,source primary key @@ -1010,7 +1028,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://semanticscience.org/resource/SIO_000674,https://w3id.org/traits.build/source_primary_citation,source_primary_key,is unique identifier for,source primary citation,source primary key ,,"""Citation key for the primary source in `sources`. The key is typically formatted as `Surname_year`.""@en",.,http://purl.org/dc/terms/description,Citation key for the primary source in `sources`. The key is typically formatted as `Surname_year`.,source_primary_key,description,Citation key for the primary source in `sources`. The key is typically formatted as `Surname_year`.,source primary key ,,,.,http://www.w3.org/1999/02/22-rdf-syntax-ns#datatype,http://www.w3.org/2001/XMLSchema#string,source_primary_key,datatype,string,source primary key -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,source_primary_key,created,02/01/24,source primary key +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,source_primary_key,created,01 February 2024,source primary key ,,,.,http://www.w3.org/2002/07/owl#sameAs,https://w3id.org/traits.build/dataset_id,source_primary_key,sameAs,dataset id,source primary key ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,source_primary_key,is in scheme,traits.build database,source primary key ,,"""source primary citation""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,source primary citation,source_primary_citation,preferred label,source primary citation,source primary citation @@ -1023,7 +1041,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://semanticscience.org/resource/SIO_000673,https://w3id.org/traits.build/source_primary_key,source_primary_citation,has unique identifier,source primary key,source primary citation ,,"""Citation for the primary source. This detail is generated from the primary source in the metadata.""@en",.,http://purl.org/dc/terms/description,Citation for the primary source. This detail is generated from the primary source in the metadata.,source_primary_citation,description,Citation for the primary source. This detail is generated from the primary source in the metadata.,source primary citation ,,,.,http://www.w3.org/1999/02/22-rdf-syntax-ns#datatype,http://www.w3.org/2001/XMLSchema#string,source_primary_citation,datatype,string,source primary citation -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,source_primary_citation,created,02/01/24,source primary citation +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,source_primary_citation,created,01 February 2024,source primary citation ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,source_primary_citation,is in scheme,traits.build database,source primary citation ,,"""source secondary key""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,source secondary key,source_secondary_key,preferred label,source secondary key,source secondary key ,,"""source_secondary_key""@en",.,http://www.w3.org/2004/02/skos/core#altLabel,source_secondary_key,source_secondary_key,alternative label,source_secondary_key,source secondary key @@ -1034,7 +1052,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://semanticscience.org/resource/SIO_000674,https://w3id.org/traits.build/source_secondary_citation,source_secondary_key,is unique identifier for,source secondary citation,source secondary key ,,"""Citation key for the secondary source in `sources`. The key is typically formatted as `Surname_year`.""@en",.,http://purl.org/dc/terms/description,Citation key for the secondary source in `sources`. The key is typically formatted as `Surname_year`.,source_secondary_key,description,Citation key for the secondary source in `sources`. The key is typically formatted as `Surname_year`.,source secondary key ,,,.,http://www.w3.org/1999/02/22-rdf-syntax-ns#datatype,http://www.w3.org/2001/XMLSchema#string,source_secondary_key,datatype,string,source secondary key -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,source_secondary_key,created,02/01/24,source secondary key +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,source_secondary_key,created,01 February 2024,source secondary key ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,source_secondary_key,is in scheme,traits.build database,source secondary key ,,"""source secondary citation""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,source secondary citation,source_secondary_citation,preferred label,source secondary citation,source secondary citation ,,"""source_secondary_citation""@en",.,http://www.w3.org/2004/02/skos/core#altLabel,source_secondary_citation,source_secondary_citation,alternative label,source_secondary_citation,source secondary citation @@ -1046,7 +1064,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://semanticscience.org/resource/SIO_000673,https://w3id.org/traits.build/source_secondary_key,source_secondary_citation,has unique identifier,source secondary key,source secondary citation ,,"""Citations for the secondary source. This detail is generated from the secondary source in the metadata.""@en",.,http://purl.org/dc/terms/description,Citations for the secondary source. This detail is generated from the secondary source in the metadata.,source_secondary_citation,description,Citations for the secondary source. This detail is generated from the secondary source in the metadata.,source secondary citation ,,,.,http://www.w3.org/1999/02/22-rdf-syntax-ns#datatype,http://www.w3.org/2001/XMLSchema#string,source_secondary_citation,datatype,string,source secondary citation -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,source_secondary_citation,created,02/01/24,source secondary citation +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,source_secondary_citation,created,01 February 2024,source secondary citation ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,source_secondary_citation,is in scheme,traits.build database,source secondary citation ,,"""source original dataset key""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,source original dataset key,source_original_dataset_key,preferred label,source original dataset key,source original dataset key ,,"""source_original_dataset_key""@en",.,http://www.w3.org/2004/02/skos/core#altLabel,source_original_dataset_key,source_original_dataset_key,alternative label,source_original_dataset_key,source original dataset key @@ -1058,7 +1076,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://semanticscience.org/resource/SIO_000674,https://w3id.org/traits.build/source_original_dataset_citation,source_original_dataset_key,is unique identifier for,source original dataset citation,source original dataset key ,,"""Citation key for the original dataset_id in sources, for compilations. The key is typically formatted as `Surname_year`.""@en",.,http://purl.org/dc/terms/description,"Citation key for the original dataset_id in sources, for compilations. The key is typically formatted as `Surname_year`.",source_original_dataset_key,description,"Citation key for the original dataset_id in sources, for compilations. The key is typically formatted as `Surname_year`.",source original dataset key ,,,.,http://www.w3.org/1999/02/22-rdf-syntax-ns#datatype,http://www.w3.org/2001/XMLSchema#string,source_original_dataset_key,datatype,string,source original dataset key -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,source_original_dataset_key,created,02/01/24,source original dataset key +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,source_original_dataset_key,created,01 February 2024,source original dataset key ,,,.,http://www.w3.org/2002/07/owl#sameAs,https://w3id.org/traits.build/source_id,source_original_dataset_key,sameAs,source id,source original dataset key ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,source_original_dataset_key,is in scheme,traits.build database,source original dataset key ,,"""source original dataset citation""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,source original dataset citation,source_original_dataset_citation,preferred label,source original dataset citation,source original dataset citation @@ -1071,7 +1089,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://semanticscience.org/resource/SIO_000673,https://w3id.org/traits.build/source_original_dataset_key,source_original_dataset_citation,has unique identifier,source original dataset key,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.""@en",.,http://purl.org/dc/terms/description,"Citations for the original dataset_id in sources, for compilationse. This detail is generated from the original source in the metadata.",source_original_dataset_citation,description,"Citations for the original dataset_id in sources, for compilationse. This detail is generated from the original source in the metadata.",source original dataset citation ,,,.,http://www.w3.org/1999/02/22-rdf-syntax-ns#datatype,http://www.w3.org/2001/XMLSchema#string,source_original_dataset_citation,datatype,string,source original dataset citation -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,source_original_dataset_citation,created,02/01/24,source original dataset citation +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,source_original_dataset_citation,created,01 February 2024,source original dataset citation ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,source_original_dataset_citation,is in scheme,traits.build database,source original dataset citation ,,"""contributor""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,contributor,contributor,preferred label,contributor,contributor ,,"""contributor""@en",.,http://www.w3.org/2004/02/skos/core#altLabel,contributor,contributor,alternative label,contributor,contributor @@ -1083,7 +1101,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://semanticscience.org/resource/SIO_000628,https://w3id.org/traits.build/observations_from_dataset,contributor,refers to,observations from dataset,contributor ,,"""A person contributing to a dataset.""@en",.,http://purl.org/dc/terms/description,A person contributing to a dataset.,contributor,description,A person contributing to a dataset.,contributor ,,,.,http://www.w3.org/1999/02/22-rdf-syntax-ns#datatype,http://www.w3.org/2001/XMLSchema#string,contributor,datatype,string,contributor -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,contributor,created,02/01/24,contributor +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,contributor,created,01 February 2024,contributor ,,,.,http://www.w3.org/2002/07/owl#sameAs,http://purl.org/dc/terms/contributor,contributor,sameAs,contributor,contributor ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,contributor,is in scheme,traits.build database,contributor ,,"""assistants""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,assistants,assistants,preferred label,assistants,assistants @@ -1096,7 +1114,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://semanticscience.org/resource/SIO_001096,https://w3id.org/traits.build/contributor,assistants,is specialisation of,contributor,assistants ,,"""People who played a more minor role in data collection for the study.""@en",.,http://purl.org/dc/terms/description,People who played a more minor role in data collection for the study.,assistants,description,People who played a more minor role in data collection for the study.,assistants ,,,.,http://www.w3.org/1999/02/22-rdf-syntax-ns#datatype,http://www.w3.org/2001/XMLSchema#string,assistants,datatype,string,assistants -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,assistants,created,02/01/24,assistants +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,assistants,created,01 February 2024,assistants ,,,.,http://www.w3.org/2002/07/owl#sameAs,http://vocab.fairdatacollective.org/gdmt/RelatedPerson,assistants,sameAs,Related Person,assistants ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,assistants,is in scheme,traits.build database,assistants ,,"""dataset curators""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,dataset curators,dataset_curators,preferred label,dataset curators,dataset curators @@ -1109,7 +1127,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://semanticscience.org/resource/SIO_001096,https://w3id.org/traits.build/contributor,dataset_curators,is specialisation of,contributor,dataset curators ,,"""Database team member(s) who contacted the data collectors and added the study to the database repository.""@en",.,http://purl.org/dc/terms/description,Database team member(s) who contacted the data collectors and added the study to the database repository.,dataset_curators,description,Database team member(s) who contacted the data collectors and added the study to the database repository.,dataset curators ,,,.,http://www.w3.org/1999/02/22-rdf-syntax-ns#datatype,http://www.w3.org/2001/XMLSchema#string,dataset_curators,datatype,string,dataset curators -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,dataset_curators,created,02/01/24,dataset curators +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,dataset_curators,created,01 February 2024,dataset curators ,,,.,http://www.w3.org/2002/07/owl#sameAs,http://vocab.fairdatacollective.org/gdmt/DataCurator,dataset_curators,sameAs,Data Curator,dataset curators ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,dataset_curators,is in scheme,traits.build database,dataset curators ,,"""data collectors""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,data collectors,data_collectors,preferred label,data collectors,data collectors @@ -1128,7 +1146,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://semanticscience.org/resource/SIO_001096,https://w3id.org/traits.build/contributor,data_collectors,is specialisation of,contributor,data collectors ,,"""Person contributing to a dataset as a data collector.""@en",.,http://purl.org/dc/terms/description,Person contributing to a dataset as a data collector.,data_collectors,description,Person contributing to a dataset as a data collector.,data collectors ,,,.,http://www.w3.org/1999/02/22-rdf-syntax-ns#datatype,http://www.w3.org/2001/XMLSchema#string,data_collectors,datatype,string,data collectors -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,data_collectors,created,02/01/24,data collectors +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,data_collectors,created,01 February 2024,data collectors ,,,.,http://www.w3.org/2002/07/owl#sameAs,http://vocab.fairdatacollective.org/gdmt/DataCollector,data_collectors,sameAs,Data Collector,data collectors ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,data_collectors,is in scheme,traits.build database,data collectors ,,"""last name""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,last name,last_name,preferred label,last name,last name @@ -1141,7 +1159,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://semanticscience.org/resource/SIO_000674,https://w3id.org/traits.build/contributor,last_name,is unique identifier for,contributor,last name ,,"""Last name of the data collector.""@en",.,http://purl.org/dc/terms/description,Last name of the data collector.,last_name,description,Last name of the data collector.,last name ,,,.,http://www.w3.org/1999/02/22-rdf-syntax-ns#datatype,http://www.w3.org/2001/XMLSchema#Name,last_name,datatype,Name,last name -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,last_name,created,02/01/24,last name +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,last_name,created,01 February 2024,last name ,,,.,http://www.w3.org/2002/07/owl#sameAs,http://purl.obolibrary.org/obo/IAO_0020017,last_name,sameAs,family name,last name ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,last_name,is in scheme,traits.build database,last name ,,"""given name""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,given name,given_name,preferred label,given name,given name @@ -1154,7 +1172,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://semanticscience.org/resource/SIO_000674,https://w3id.org/traits.build/contributor,given_name,is unique identifier for,contributor,given name ,,"""Given names of the data collector.""@en",.,http://purl.org/dc/terms/description,Given names of the data collector.,given_name,description,Given names of the data collector.,given name ,,,.,http://www.w3.org/1999/02/22-rdf-syntax-ns#datatype,http://www.w3.org/2001/XMLSchema#Name,given_name,datatype,Name,given name -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,given_name,created,02/01/24,given name +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,given_name,created,01 February 2024,given name ,,,.,http://www.w3.org/2002/07/owl#sameAs,http://purl.obolibrary.org/obo/IAO_0020016,given_name,sameAs,given name,given name ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,given_name,is in scheme,traits.build database,given name ,,"""ORCID identifier""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,ORCID identifier,ORCID,preferred label,ORCID identifier,ORCID identifier @@ -1167,7 +1185,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://semanticscience.org/resource/SIO_000674,https://w3id.org/traits.build/contributor,ORCID,is unique identifier for,contributor,ORCID identifier ,,"""ORCID (Open Researcher and Contributor ID) for the data collector, if available.""@en",.,http://purl.org/dc/terms/description,"ORCID (Open Researcher and Contributor ID) for the data collector, if available.",ORCID,description,"ORCID (Open Researcher and Contributor ID) for the data collector, if available.",ORCID identifier ,,,.,http://www.w3.org/1999/02/22-rdf-syntax-ns#datatype,http://www.w3.org/2001/XMLSchema#anyURI,ORCID,datatype,anyURI,ORCID identifier -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,ORCID,created,02/01/24,ORCID identifier +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,ORCID,created,01 February 2024,ORCID identifier ,,,.,http://www.w3.org/2002/07/owl#sameAs,http://purl.obolibrary.org/obo/IAO_0000708,ORCID,sameAs,ORCID identifier,ORCID identifier ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,ORCID,is in scheme,traits.build database,ORCID identifier ,,"""affiliation""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,affiliation,affiliation,preferred label,affiliation,affiliation @@ -1179,7 +1197,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://semanticscience.org/resource/SIO_000254,https://w3id.org/traits.build/contributor,affiliation,is annotation of,contributor,affiliation ,,"""Affiliation of data collector.""@en",.,http://purl.org/dc/terms/description,Affiliation of data collector.,affiliation,description,Affiliation of data collector.,affiliation ,,,.,http://www.w3.org/1999/02/22-rdf-syntax-ns#datatype,http://www.w3.org/2001/XMLSchema#string,affiliation,datatype,string,affiliation -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,affiliation,created,02/01/24,affiliation +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,affiliation,created,01 February 2024,affiliation ,,,.,http://www.w3.org/2002/07/owl#sameAs,http://vocab.fairdatacollective.org/gdmt/hasContributorAffiliation,affiliation,sameAs,has Contributor Affiliation,affiliation ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,affiliation,is in scheme,traits.build database,affiliation ,,"""additional role""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,additional role,additional_role,preferred label,additional role,additional role @@ -1191,23 +1209,9 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://semanticscience.org/resource/SIO_000254,https://w3id.org/traits.build/contributor,additional_role,is annotation of,contributor,additional role ,,"""Any additional roles the data collector had in the study, a field most frequently used to identify which data contributor is the contact person for the dataset.""@en",.,http://purl.org/dc/terms/description,"Any additional roles the data collector had in the study, a field most frequently used to identify which data contributor is the contact person for the dataset.",additional_role,description,"Any additional roles the data collector had in the study, a field most frequently used to identify which data contributor is the contact person for the dataset.",additional role ,,,.,http://www.w3.org/1999/02/22-rdf-syntax-ns#datatype,http://www.w3.org/2001/XMLSchema#string,additional_role,datatype,string,additional role -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,additional_role,created,02/01/24,additional role +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,additional_role,created,01 February 2024,additional role ,,,.,http://www.w3.org/2002/07/owl#sameAs,http://vocab.fairdatacollective.org/gdmt/ContributorRole,additional_role,sameAs,Contributor Role,additional role ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,additional_role,is in scheme,traits.build database,additional role -,,"""original name""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,original name,original_name,preferred label,original name,original taxon name -,,"""original_name""@en",.,http://www.w3.org/2004/02/skos/core#altLabel,original_name,original_name,alternative label,original_name,original taxon name -,,,.,http://www.w3.org/2004/02/skos/core#broader,http://www.w3.org/2000/01/rdf-schema#label,original_name,has broader,label,original taxon name -,,,.,http://www.w3.org/2004/02/skos/core#broader,http://www.w3.org/2004/02/skos/core#prefLabel,original_name,has broader,preferred label,original taxon name -,,,.,http://semanticscience.org/resource/SIO_000602,http://semanticscience.org/resource/SIO_000757,original_name,computational entity,database column,original taxon name -,,,.,http://rs.tdwg.org/dwc/terms/attributes/organizedInClass,https://w3id.org/traits.build/traits.build-taxonomic_updates,original_name,organizedInClass,taxonomic updates table,original taxon name -,,"""original name""@en",.,http://www.w3.org/2000/01/rdf-schema#label,original name,original_name,label,original name,original taxon name -,,,.,http://semanticscience.org/resource/SIO_000672,https://w3id.org/traits.build/taxon,original_name,is identifier for,taxon,original taxon name -,,,.,http://semanticscience.org/resource/SIO_000642,https://w3id.org/traits.build/aligned_name,original_name,is base for,aligned name,original taxon name -,,,.,http://semanticscience.org/resource/SIO_000642,https://w3id.org/traits.build/taxon_name,original_name,is base for,taxon name,original taxon name -,,"""Name given to taxon in the original data supplied by the authors.""@en",.,http://purl.org/dc/terms/description,Name given to taxon in the original data supplied by the authors.,original_name,description,Name given to taxon in the original data supplied by the authors.,original taxon name -,,,.,http://www.w3.org/1999/02/22-rdf-syntax-ns#datatype,http://www.w3.org/2001/XMLSchema#string,original_name,datatype,string,original taxon name -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,original_name,created,02/01/24,original taxon name -,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,original_name,is in scheme,traits.build database,original taxon name ,,"""taxonomic dataset""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,taxonomic dataset,taxonomic_dataset,preferred label,taxonomic dataset,taxonomic dataset ,,"""taxonomic_dataset""@en",.,http://www.w3.org/2004/02/skos/core#altLabel,taxonomic_dataset,taxonomic_dataset,alternative label,taxonomic_dataset,taxonomic dataset ,,,.,http://www.w3.org/2004/02/skos/core#exactMatch,http://rs.tdwg.org/dwc/terms/nomenclaturalCode,taxonomic_dataset,has exact match,nomenclaturalCode,taxonomic dataset @@ -1217,7 +1221,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://semanticscience.org/resource/SIO_000224,https://w3id.org/traits.build/taxon_name,taxonomic_dataset,is property of,taxon name,taxonomic dataset ,,"""Name of the taxonomy (tree) that contains this concept. ie. APC, AusMoss etc.""@en",.,http://purl.org/dc/terms/description,"Name of the taxonomy (tree) that contains this concept. ie. APC, AusMoss etc.",taxonomic_dataset,description,"Name of the taxonomy (tree) that contains this concept. ie. APC, AusMoss etc.",taxonomic dataset ,,,.,http://www.w3.org/1999/02/22-rdf-syntax-ns#datatype,http://www.w3.org/2001/XMLSchema#string,taxonomic_dataset,datatype,string,taxonomic dataset -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,taxonomic_dataset,created,02/01/24,taxonomic dataset +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,taxonomic_dataset,created,01 February 2024,taxonomic dataset ,,,.,http://www.w3.org/2002/07/owl#sameAs,http://rs.tdwg.org/dwc/terms/nomenclaturalCode,taxonomic_dataset,sameAs,nomenclaturalCode,taxonomic dataset ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,taxonomic_dataset,is in scheme,traits.build database,taxonomic dataset ,,"""taxon rank""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,taxon rank,taxon_rank,preferred label,taxon rank,taxon rank @@ -1230,7 +1234,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,"""The taxonomic rank of the most specific name in the scientific name.""@en",.,http://purl.org/dc/terms/description,The taxonomic rank of the most specific name in the scientific name.,taxon_rank,description,The taxonomic rank of the most specific name in the scientific name.,taxon rank ,,"""This is to clarify cases where information is not given on a species level.""@en",.,http://www.w3.org/2000/01/rdf-schema#comment,This is to clarify cases where information is not given on a species level.,taxon_rank,comment,This is to clarify cases where information is not given on a species level.,taxon rank ,,,.,http://www.w3.org/1999/02/22-rdf-syntax-ns#datatype,http://www.w3.org/2001/XMLSchema#string,taxon_rank,datatype,string,taxon rank -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,taxon_rank,created,02/01/24,taxon rank +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,taxon_rank,created,01 February 2024,taxon rank ,,,.,http://www.w3.org/2002/07/owl#sameAs,http://rs.tdwg.org/dwc/terms/taxonRank,taxon_rank,sameAs,taxonRank,taxon rank ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,taxon_rank,is in scheme,traits.build database,taxon rank ,,"""trinomial""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,trinomial,trinomial,preferred label,trinomial,trinomial @@ -1244,7 +1248,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://semanticscience.org/resource/SIO_000672,https://w3id.org/traits.build/taxon,trinomial,is identifier for,taxon,trinomial ,,"""The infraspecific taxon name match for an original name. This column is assigned `na` for taxon name that are at a broader taxonomic_resolution.""@en",.,http://purl.org/dc/terms/description,The infraspecific taxon name match for an original name. This column is assigned `na` for taxon name that are at a broader taxonomic_resolution.,trinomial,description,The infraspecific taxon name match for an original name. This column is assigned `na` for taxon name that are at a broader taxonomic_resolution.,trinomial ,,,.,http://www.w3.org/1999/02/22-rdf-syntax-ns#datatype,http://www.w3.org/2001/XMLSchema#string,trinomial,datatype,string,trinomial -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,trinomial,created,02/01/24,trinomial +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,trinomial,created,01 February 2024,trinomial ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,trinomial,is in scheme,traits.build database,trinomial ,,"""binomial""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,binomial,binomial,preferred label,binomial,binomial ,,"""binomial""@en",.,http://www.w3.org/2004/02/skos/core#altLabel,binomial,binomial,alternative label,binomial,binomial @@ -1257,7 +1261,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://semanticscience.org/resource/SIO_000672,https://w3id.org/traits.build/taxon,binomial,is identifier for,taxon,binomial ,,"""The species-level taxon name match for an original name. This column is assigned `na` for taxon name that are at a broader taxonomic_resolution.""@en",.,http://purl.org/dc/terms/description,The species-level taxon name match for an original name. This column is assigned `na` for taxon name that are at a broader taxonomic_resolution.,binomial,description,The species-level taxon name match for an original name. This column is assigned `na` for taxon name that are at a broader taxonomic_resolution.,binomial ,,,.,http://www.w3.org/1999/02/22-rdf-syntax-ns#datatype,http://www.w3.org/2001/XMLSchema#string,binomial,datatype,string,binomial -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,binomial,created,02/01/24,binomial +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,binomial,created,01 February 2024,binomial ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,binomial,is in scheme,traits.build database,binomial ,,"""genus""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,genus,genus,preferred label,genus,genus ,,"""genus""@en",.,http://www.w3.org/2004/02/skos/core#altLabel,genus,genus,alternative label,genus,genus @@ -1270,7 +1274,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://semanticscience.org/resource/SIO_000672,https://w3id.org/traits.build/taxon,genus,is identifier for,taxon,genus ,,"""Genus of the taxon without authorship.""@en",.,http://purl.org/dc/terms/description,Genus of the taxon without authorship.,genus,description,Genus of the taxon without authorship.,genus ,,,.,http://www.w3.org/1999/02/22-rdf-syntax-ns#datatype,http://www.w3.org/2001/XMLSchema#string,genus,datatype,string,genus -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,genus,created,02/01/24,genus +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,genus,created,01 February 2024,genus ,,,.,http://www.w3.org/2002/07/owl#sameAs,http://rs.tdwg.org/dwc/terms/genus,genus,sameAs,genus,genus ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,genus,is in scheme,traits.build database,genus ,,"""family""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,family,family,preferred label,family,family @@ -1284,7 +1288,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://semanticscience.org/resource/SIO_000672,https://w3id.org/traits.build/taxon,family,is identifier for,taxon,family ,,"""Family of the taxon.""@en",.,http://purl.org/dc/terms/description,Family of the taxon.,family,description,Family of the taxon.,family ,,,.,http://www.w3.org/1999/02/22-rdf-syntax-ns#datatype,http://www.w3.org/2001/XMLSchema#string,family,datatype,string,family -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,family,created,02/01/24,family +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,family,created,01 February 2024,family ,,,.,http://www.w3.org/2002/07/owl#sameAs,http://rs.tdwg.org/dwc/terms/family,family,sameAs,family,family ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,family,is in scheme,traits.build database,family ,,"""taxon distribution""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,taxon distribution,taxon_distribution,preferred label,taxon distribution,taxon distribution @@ -1295,7 +1299,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://semanticscience.org/resource/SIO_000224,https://w3id.org/traits.build/taxon,taxon_distribution,is property of,taxon,taxon distribution ,,"""Known distribution of the taxon, by Australian state.""@en",.,http://purl.org/dc/terms/description,"Known distribution of the taxon, by Australian state.",taxon_distribution,description,"Known distribution of the taxon, by Australian state.",taxon distribution ,,,.,http://www.w3.org/1999/02/22-rdf-syntax-ns#datatype,http://www.w3.org/2001/XMLSchema#string,taxon_distribution,datatype,string,taxon distribution -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,taxon_distribution,created,02/01/24,taxon distribution +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,taxon_distribution,created,01 February 2024,taxon distribution ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,taxon_distribution,is in scheme,traits.build database,taxon distribution ,,"""establishment means""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,establishment means,establishment_means,preferred label,establishment means,establishment means ,,"""establishment_means""@en",.,http://www.w3.org/2004/02/skos/core#altLabel,establishment_means,establishment_means,alternative label,establishment_means,establishment means @@ -1306,7 +1310,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://semanticscience.org/resource/SIO_000224,https://w3id.org/traits.build/taxon,establishment_means,is property of,taxon,establishment means ,,"""Statement about whether an organism or organisms have been introduced to a given place and time through the direct or indirect activity of modern humans.""@en",.,http://purl.org/dc/terms/description,Statement about whether an organism or organisms have been introduced to a given place and time through the direct or indirect activity of modern humans.,establishment_means,description,Statement about whether an organism or organisms have been introduced to a given place and time through the direct or indirect activity of modern humans.,establishment means ,,,.,http://www.w3.org/1999/02/22-rdf-syntax-ns#datatype,http://www.w3.org/2001/XMLSchema#string,establishment_means,datatype,string,establishment means -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,establishment_means,created,02/01/24,establishment means +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,establishment_means,created,01 February 2024,establishment means ,,,.,http://www.w3.org/2002/07/owl#sameAs,http://rs.tdwg.org/dwc/terms/establishmentMeans,establishment_means,sameAs,establishmentMeans,establishment means ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,establishment_means,is in scheme,traits.build database,establishment means ,,"""taxonomic status""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,taxonomic status,taxonomic_status,preferred label,taxonomic status,taxonomic status @@ -1318,7 +1322,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://semanticscience.org/resource/SIO_000224,https://w3id.org/traits.build/taxon_name,taxonomic_status,is property of,taxon name,taxonomic status ,,"""The status of the use of the scientificName as a label for the taxon in regard to the 'accepted (or valid) taxonomy'. The assigned taxonomic status must be linked to a specific taxonomic reference that defines the concept.""@en",.,http://purl.org/dc/terms/description,The status of the use of the scientificName as a label for the taxon in regard to the 'accepted (or valid) taxonomy'. The assigned taxonomic status must be linked to a specific taxonomic reference that defines the concept.,taxonomic_status,description,The status of the use of the scientificName as a label for the taxon in regard to the 'accepted (or valid) taxonomy'. The assigned taxonomic status must be linked to a specific taxonomic reference that defines the concept.,taxonomic status ,,,.,http://www.w3.org/1999/02/22-rdf-syntax-ns#datatype,http://www.w3.org/2001/XMLSchema#string,taxonomic_status,datatype,string,taxonomic status -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,taxonomic_status,created,02/01/24,taxonomic status +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,taxonomic_status,created,01 February 2024,taxonomic status ,,,.,http://www.w3.org/2002/07/owl#sameAs,http://rs.tdwg.org/dwc/terms/taxonomicStatus,taxonomic_status,sameAs,taxonomicStatus,taxonomic status ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,taxonomic_status,is in scheme,traits.build database,taxonomic status ,,"""scientific name""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,scientific name,scientific_name,preferred label,scientific name,scientific name @@ -1331,7 +1335,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://semanticscience.org/resource/SIO_000674,https://w3id.org/traits.build/taxon,scientific_name,is unique identifier for,taxon,scientific name ,,"""The full scientific name, with authorship and date information if known.""@en",.,http://purl.org/dc/terms/description,"The full scientific name, with authorship and date information if known.",scientific_name,description,"The full scientific name, with authorship and date information if known.",scientific name ,,,.,http://www.w3.org/1999/02/22-rdf-syntax-ns#datatype,http://www.w3.org/2001/XMLSchema#string,scientific_name,datatype,string,scientific name -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,scientific_name,created,02/01/24,scientific name +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,scientific_name,created,01 February 2024,scientific name ,,,.,http://www.w3.org/2002/07/owl#sameAs,http://rs.tdwg.org/dwc/terms/scientificName,scientific_name,sameAs,scientificName,scientific name ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,scientific_name,is in scheme,traits.build database,scientific name ,,"""taxon id""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,taxon id,taxon_id,preferred label,taxon id,taxon id @@ -1344,7 +1348,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://semanticscience.org/resource/SIO_000674,https://w3id.org/traits.build/taxon_name,taxon_id,is unique identifier for,taxon name,taxon id ,,"""An identifier for the set of taxon information (data associated with the taxon class). May be a global unique identifier or an identifier specific to the data set. Must be resolvable within this dataset.""@en",.,http://purl.org/dc/terms/description,An identifier for the set of taxon information (data associated with the taxon class). May be a global unique identifier or an identifier specific to the data set. Must be resolvable within this dataset.,taxon_id,description,An identifier for the set of taxon information (data associated with the taxon class). May be a global unique identifier or an identifier specific to the data set. Must be resolvable within this dataset.,taxon id ,,,.,http://www.w3.org/1999/02/22-rdf-syntax-ns#datatype,http://www.w3.org/2001/XMLSchema#anyURI,taxon_id,datatype,anyURI,taxon id -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,taxon_id,created,02/01/24,taxon id +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,taxon_id,created,01 February 2024,taxon id ,,,.,http://www.w3.org/2002/07/owl#sameAs,http://rs.tdwg.org/dwc/terms/taxonID,taxon_id,sameAs,taxonID,taxon id ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,taxon_id,is in scheme,traits.build database,taxon id ,,"""scientific name id""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,scientific name id,scientific_name_id,preferred label,scientific name id,scientific name id @@ -1357,7 +1361,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://semanticscience.org/resource/SIO_000674,https://w3id.org/traits.build/scientific_name,scientific_name_id,is unique identifier for,scientific name,scientific name id ,,"""An identifier for the set of taxon information (data associated with the taxon class). May be a global unique identifier or an identifier specific to the data set. Must be resolvable within this dataset.""@en",.,http://purl.org/dc/terms/description,An identifier for the set of taxon information (data associated with the taxon class). May be a global unique identifier or an identifier specific to the data set. Must be resolvable within this dataset.,scientific_name_id,description,An identifier for the set of taxon information (data associated with the taxon class). May be a global unique identifier or an identifier specific to the data set. Must be resolvable within this dataset.,scientific name id ,,,.,http://www.w3.org/1999/02/22-rdf-syntax-ns#datatype,http://www.w3.org/2001/XMLSchema#anyURI,scientific_name_id,datatype,anyURI,scientific name id -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,scientific_name_id,created,02/01/24,scientific name id +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,scientific_name_id,created,01 February 2024,scientific name id ,,,.,http://www.w3.org/2002/07/owl#sameAs,http://rs.tdwg.org/dwc/terms/scientificNameID,scientific_name_id,sameAs,scientificNameID,scientific name id ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,scientific_name_id,is in scheme,traits.build database,scientific name id ,,"""taxon""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,taxon,taxon,preferred label,taxon,taxon @@ -1380,7 +1384,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://semanticscience.org/resource/SIO_000223,https://w3id.org/traits.build/establishment_means,taxon,has property,establishment means,taxon ,,"""A group of organisms assumed to form a homogeneous unit with regard to associated trait measurements.""@en",.,http://purl.org/dc/terms/description,A group of organisms assumed to form a homogeneous unit with regard to associated trait measurements.,taxon,description,A group of organisms assumed to form a homogeneous unit with regard to associated trait measurements.,taxon ,,,.,http://www.w3.org/1999/02/22-rdf-syntax-ns#datatype,http://www.w3.org/2001/XMLSchema#string,taxon,datatype,string,taxon -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,taxon,created,02/01/24,taxon +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,taxon,created,01 February 2024,taxon ,,,.,http://www.w3.org/2002/07/owl#sameAs,http://rs.tdwg.org/dwc/terms/Taxon,taxon,sameAs,Taxon,taxon ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,taxon,is in scheme,traits.build database,taxon ,,"""aligned name""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,aligned name,aligned_name,preferred label,aligned name,aligned name @@ -1395,7 +1399,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://semanticscience.org/resource/SIO_000641,https://w3id.org/traits.build/original_name,aligned_name,has basis,original taxon name,aligned name ,,"""The taxon name without authorship after implementing automated syntax standardisation and spelling changes as well as manually encoded syntax alignments for this taxon in the metadata file for the corresponding `dataset_id`. This name has not yet been matched to the currently accepted (botanical) or valid (zoological) taxon name in cases where there are taxonomic synonyms, isonyms, orthographic variants, etc.""@en",.,http://purl.org/dc/terms/description,"The taxon name without authorship after implementing automated syntax standardisation and spelling changes as well as manually encoded syntax alignments for this taxon in the metadata file for the corresponding `dataset_id`. This name has not yet been matched to the currently accepted (botanical) or valid (zoological) taxon name in cases where there are taxonomic synonyms, isonyms, orthographic variants, etc.",aligned_name,description,"The taxon name without authorship after implementing automated syntax standardisation and spelling changes as well as manually encoded syntax alignments for this taxon in the metadata file for the corresponding `dataset_id`. This name has not yet been matched to the currently accepted (botanical) or valid (zoological) taxon name in cases where there are taxonomic synonyms, isonyms, orthographic variants, etc.",aligned name ,,,.,http://www.w3.org/1999/02/22-rdf-syntax-ns#datatype,http://www.w3.org/2001/XMLSchema#string,aligned_name,datatype,string,aligned name -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,aligned_name,created,02/01/24,aligned name +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,aligned_name,created,01 February 2024,aligned name ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,aligned_name,is in scheme,traits.build database,aligned name ,,"""taxonomic resolution""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,taxonomic resolution,taxonomic_resolution,preferred label,taxonomic resolution,taxonomic resolution ,,"""taxonomic_resolution""@en",.,http://www.w3.org/2004/02/skos/core#altLabel,taxonomic_resolution,taxonomic_resolution,alternative label,taxonomic_resolution,taxonomic resolution @@ -1406,7 +1410,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://semanticscience.org/resource/SIO_000224,https://w3id.org/traits.build/aligned_name,taxonomic_resolution,is property of,aligned name,taxonomic resolution ,,"""The rank of the most specific taxon name (or scientific name) to which a submitted orignal name resolves.""@en",.,http://purl.org/dc/terms/description,The rank of the most specific taxon name (or scientific name) to which a submitted orignal name resolves.,taxonomic_resolution,description,The rank of the most specific taxon name (or scientific name) to which a submitted orignal name resolves.,taxonomic resolution ,,,.,http://www.w3.org/1999/02/22-rdf-syntax-ns#datatype,http://www.w3.org/2001/XMLSchema#string,taxonomic_resolution,datatype,string,taxonomic resolution -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,taxonomic_resolution,created,02/01/24,taxonomic resolution +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,taxonomic_resolution,created,01 February 2024,taxonomic resolution ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,taxonomic_resolution,is in scheme,traits.build database,taxonomic resolution ,,"""trait concept""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,trait concept,trait,preferred label,trait concept,trait concept ,,"""trait""@en",.,http://www.w3.org/2004/02/skos/core#altLabel,trait,trait,alternative label,trait,trait concept @@ -1424,7 +1428,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://semanticscience.org/resource/SIO_000223,https://w3id.org/traits.build/type,trait,has property,type,trait concept ,,"""A collection of trait values pertaining to a distinct characteristic of a specific part of an organism (cell, tissue, organ, or whole organism).""@en",.,http://purl.org/dc/terms/description,"A collection of trait values pertaining to a distinct characteristic of a specific part of an organism (cell, tissue, organ, or whole organism).",trait,description,"A collection of trait values pertaining to a distinct characteristic of a specific part of an organism (cell, tissue, organ, or whole organism).",trait concept ,,,.,http://www.w3.org/1999/02/22-rdf-syntax-ns#datatype,http://www.w3.org/2001/XMLSchema#string,trait,datatype,string,trait concept -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,trait,created,02/01/24,trait concept +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,trait,created,01 February 2024,trait concept ,,,.,http://www.w3.org/2002/07/owl#sameAs,http://ecoinformatics.org/oboe/oboe.1.2/oboe-core.owl#Standard,trait,sameAs,Standard,trait concept ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,trait,is in scheme,traits.build database,trait concept ,,"""trait identifier""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,trait identifier,trait_concept_URI,preferred label,trait identifier,trait identifier @@ -1437,7 +1441,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://semanticscience.org/resource/SIO_000674,https://w3id.org/traits.build/trait,trait_concept_URI,is unique identifier for,trait concept,trait identifier ,,"""Unique identifier of the trait according to a public ontology, or a user-provided thesaurus of traits.""@en",.,http://purl.org/dc/terms/description,"Unique identifier of the trait according to a public ontology, or a user-provided thesaurus of traits.",trait_concept_URI,description,"Unique identifier of the trait according to a public ontology, or a user-provided thesaurus of traits.",trait identifier ,,,.,http://www.w3.org/1999/02/22-rdf-syntax-ns#datatype,http://www.w3.org/2001/XMLSchema#anyURI,trait_concept_URI,datatype,anyURI,trait identifier -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,trait_concept_URI,created,02/01/24,trait identifier +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,trait_concept_URI,created,01 February 2024,trait identifier ,,,.,http://www.w3.org/2002/07/owl#sameAs,http://terminologies.gfbio.org/terms/ETS/traitID,trait_concept_URI,sameAs,traitID,trait identifier ,,,.,http://www.w3.org/2002/07/owl#sameAs,http://purl.org/dc/terms/identifier,trait_concept_URI,sameAs,identifier,trait identifier ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,trait_concept_URI,is in scheme,traits.build database,trait identifier @@ -1452,7 +1456,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://semanticscience.org/resource/SIO_000628,https://w3id.org/traits.build/trait,label,refers to,trait concept,label ,,"""A concise English label for the trait.""@en",.,http://purl.org/dc/terms/description,A concise English label for the trait.,label,description,A concise English label for the trait.,label ,,,.,http://www.w3.org/1999/02/22-rdf-syntax-ns#datatype,http://www.w3.org/2001/XMLSchema#string,label,datatype,string,label -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,label,created,02/01/24,label +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,label,created,01 February 2024,label ,,,.,http://www.w3.org/2002/07/owl#sameAs,http://www.w3.org/2000/01/rdf-schema#label,label,sameAs,label,label ,,,.,http://www.w3.org/2002/07/owl#sameAs,http://www.w3.org/2004/02/skos/core#prefLabel,label,sameAs,preferred label,label ,,,.,http://www.w3.org/2002/07/owl#sameAs,http://terminologies.gfbio.org/terms/ETS/trait,label,sameAs,trait,label @@ -1467,7 +1471,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://semanticscience.org/resource/SIO_000254,https://w3id.org/traits.build/trait,description,is annotation of,trait concept,description ,,"""A short description, generally ranging from 1-3 sentences that clearly indicates the trait’s scope.""@en",.,http://purl.org/dc/terms/description,"A short description, generally ranging from 1-3 sentences that clearly indicates the trait’s scope.",description,description,"A short description, generally ranging from 1-3 sentences that clearly indicates the trait’s scope.",description ,,,.,http://www.w3.org/1999/02/22-rdf-syntax-ns#datatype,http://www.w3.org/2001/XMLSchema#string,description,datatype,string,description -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,description,created,02/01/24,description +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,description,created,01 February 2024,description ,,,.,http://www.w3.org/2002/07/owl#sameAs,http://terminologies.gfbio.org/terms/ETS/traitDescription,description,sameAs,traitDescription,description ,,,.,http://www.w3.org/2002/07/owl#sameAs,http://purl.org/dc/terms/description,description,sameAs,description,description ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,description,is in scheme,traits.build database,description @@ -1481,7 +1485,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://semanticscience.org/resource/SIO_000254,https://w3id.org/traits.build/trait,comments,is annotation of,trait concept,comments ,,"""Additional notes about the scope of the trait or acceptable methods.""@en",.,http://purl.org/dc/terms/description,Additional notes about the scope of the trait or acceptable methods.,comments,description,Additional notes about the scope of the trait or acceptable methods.,comments ,,,.,http://www.w3.org/1999/02/22-rdf-syntax-ns#datatype,http://www.w3.org/2001/XMLSchema#string,comments,datatype,string,comments -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,comments,created,02/01/24,comments +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,comments,created,01 February 2024,comments ,,,.,http://www.w3.org/2002/07/owl#sameAs,http://www.w3.org/2000/01/rdf-schema#comment,comments,sameAs,comment,comments ,,,.,http://www.w3.org/2002/07/owl#sameAs,http://terminologies.gfbio.org/terms/ETS/comments,comments,sameAs,comments,comments ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,comments,is in scheme,traits.build database,comments @@ -1494,7 +1498,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://semanticscience.org/resource/SIO_000224,https://w3id.org/traits.build/trait,allowed_values_max,is property of,trait concept,max allowed values ,,"""An upper boundary for accepted numerical values.""@en",.,http://purl.org/dc/terms/description,An upper boundary for accepted numerical values.,allowed_values_max,description,An upper boundary for accepted numerical values.,max allowed values ,,,.,http://www.w3.org/1999/02/22-rdf-syntax-ns#datatype,http://www.w3.org/2001/XMLSchema#decimal,allowed_values_max,datatype,decimal,max allowed values -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,allowed_values_max,created,02/01/24,max allowed values +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,allowed_values_max,created,01 February 2024,max allowed values ,,,.,http://www.w3.org/2002/07/owl#sameAs,http://terminologies.gfbio.org/terms/ETS/maxAllowedValue,allowed_values_max,sameAs,maxAllowedValue,max allowed values ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,allowed_values_max,is in scheme,traits.build database,max allowed values ,,"""min allowed values""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,min allowed values,allowed_values_min,preferred label,min allowed values,min allowed values @@ -1506,7 +1510,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://semanticscience.org/resource/SIO_000224,https://w3id.org/traits.build/trait,allowed_values_min,is property of,trait concept,min allowed values ,,"""A lower boundary for accepted numerical values.""@en",.,http://purl.org/dc/terms/description,A lower boundary for accepted numerical values.,allowed_values_min,description,A lower boundary for accepted numerical values.,min allowed values ,,,.,http://www.w3.org/1999/02/22-rdf-syntax-ns#datatype,http://www.w3.org/2001/XMLSchema#decimal,allowed_values_min,datatype,decimal,min allowed values -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,allowed_values_min,created,02/01/24,min allowed values +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,allowed_values_min,created,01 February 2024,min allowed values ,,,.,http://www.w3.org/2002/07/owl#sameAs,http://terminologies.gfbio.org/terms/ETS/minAllowedValue,allowed_values_min,sameAs,minAllowedValue,min allowed values ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,allowed_values_min,is in scheme,traits.build database,min allowed values ,,"""units""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,units,units,preferred label,units,units @@ -1518,7 +1522,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://semanticscience.org/resource/SIO_000224,https://w3id.org/traits.build/trait,units,is property of,trait concept,units ,,"""The preferred units for the trait, conforming to the Unified Code for Units of Measure (UCUM). There are often two entries for units, one that is a string and the second which links to a units of measurement axiom.""@en",.,http://purl.org/dc/terms/description,"The preferred units for the trait, conforming to the Unified Code for Units of Measure (UCUM). There are often two entries for units, one that is a string and the second which links to a units of measurement axiom.",units,description,"The preferred units for the trait, conforming to the Unified Code for Units of Measure (UCUM). There are often two entries for units, one that is a string and the second which links to a units of measurement axiom.",units ,,,.,http://www.w3.org/1999/02/22-rdf-syntax-ns#datatype,http://www.w3.org/2001/XMLSchema#string,units,datatype,string,units -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,units,created,02/01/24,units +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,units,created,01 February 2024,units ,,,.,http://www.w3.org/2002/07/owl#sameAs,http://terminologies.gfbio.org/terms/ETS/expectedUnit,units,sameAs,expectedUnit,units ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,units,is in scheme,traits.build database,units ,,"""allowed categorical values""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,allowed categorical values,allowed_values_levels,preferred label,allowed categorical values,allowed categorical values @@ -1531,7 +1535,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://semanticscience.org/resource/SIO_000224,https://w3id.org/traits.build/trait,allowed_values_levels,is property of,trait concept,allowed categorical values ,,"""Allowed trait values for a categorical trait, including a brief description of the value.""@en",.,http://purl.org/dc/terms/description,"Allowed trait values for a categorical trait, including a brief description of the value.",allowed_values_levels,description,"Allowed trait values for a categorical trait, including a brief description of the value.",allowed categorical values ,,,.,http://www.w3.org/1999/02/22-rdf-syntax-ns#datatype,http://www.w3.org/2001/XMLSchema#string,allowed_values_levels,datatype,string,allowed categorical values -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,allowed_values_levels,created,02/01/24,allowed categorical values +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,allowed_values_levels,created,01 February 2024,allowed categorical values ,,,.,http://www.w3.org/2002/07/owl#sameAs,http://www.w3.org/2004/02/skos/core#narrower,allowed_values_levels,sameAs,has narrower,allowed categorical values ,,,.,http://www.w3.org/2002/07/owl#sameAs,http://terminologies.gfbio.org/terms/ETS/factorLevels,allowed_values_levels,sameAs,factorLevels,allowed categorical values ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,allowed_values_levels,is in scheme,traits.build database,allowed categorical values @@ -1544,7 +1548,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://semanticscience.org/resource/SIO_000224,https://w3id.org/traits.build/trait,type,is property of,trait concept,type ,,"""Type of trait, specifying if traits are categorical, numeric, or ordinal.""@en",.,http://purl.org/dc/terms/description,"Type of trait, specifying if traits are categorical, numeric, or ordinal.",type,description,"Type of trait, specifying if traits are categorical, numeric, or ordinal.",type ,,,.,http://www.w3.org/1999/02/22-rdf-syntax-ns#datatype,http://www.w3.org/2001/XMLSchema#string,type,datatype,string,type -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,type,created,02/01/24,type +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,type,created,01 February 2024,type ,,,.,http://www.w3.org/2002/07/owl#sameAs,http://terminologies.gfbio.org/terms/ETS/valueType,type,sameAs,valueType,type ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,type,is in scheme,traits.build database,type ,,"""Identifier""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,Identifier,http://ecoinformatics.org/oboe/oboe.1.2/oboe-characteristics.owl#Identifier,preferred label,Identifier,NA @@ -1959,5 +1963,5 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,"""Daniel Falster""",.,http://purl.org/dc/terms/creator,Daniel Falster,https://w3id.org/traits.build,creator,Daniel Falster,NA ,,"""Elizabeth Wenk""",.,http://purl.org/dc/terms/creator,Elizabeth Wenk,https://w3id.org/traits.build,creator,Elizabeth Wenk,NA ,,"""Sophie Yang""",.,http://purl.org/dc/terms/creator,Sophie Yang,https://w3id.org/traits.build,creator,Sophie Yang,NA -,,"""01/02/24^^""",.,http://purl.org/dc/terms/created,01/02/24,https://w3id.org/traits.build,created,01/02/24,NA +,,"""01 February 2024^^""",.,http://purl.org/dc/terms/created,01 February 2024,https://w3id.org/traits.build,created,01 February 2024,NA ,,,.,http://semanticscience.org/resource/SIO_000602,http://semanticscience.org/resource/SIO_000750,https://w3id.org/traits.build,computational entity,database,NA diff --git a/docs/ontology/index.html b/docs/ontology/index.html index 4568a55a..5a400b7e 100644 --- a/docs/ontology/index.html +++ b/docs/ontology/index.html @@ -2,12 +2,12 @@ - + -The AusTraits Plant Dictionary (APD) Ontology +traits.build Data Model - - - - - - - - - - - - - - - - - - - -
    - -
    - -
    -
    -

    traits.build Data Model

    -
    - - - -
    - - - - -
    - - -
    - -
    -

    Release 0.1.0

    -
    -
    -Latest version: -
    -
    -https://w3id.org/traits.build/index.html -
    -
    -This version: -
    -
    -https://w3id.org/traits.build/release/0.1.0/index.html -
    -
    -Previous version: -
    -
    -https://w3id.org/traits.build/release/0.1.0/index.html -
    -
    -Authors: -
    -
    -Elizabeth Wenk, Daniel Falster -
    -
    -Contributors: -
    -
    -David Coleman Sophie Yang -
    - -
    -Serializations: -
    -
    -JSON-LD N-Triples N-Quads TTL -
    -
    -License: -
    -
    -http://purl.org/NET/rdflicense/cc-by4.0 -
    - - -
    -Source: -
    -
    -

    10.5281/zenodo.8040789

    -

    JSON-LD

    -
    -
    -Contributing: -
    -
    -contributions welcome -
    -
    -Cite as: -
    -
    -XXX -
    -
    - -
    -
    -

    Abstract

    -

    This document presents the traits.build data model (data standard), formally published within the w3id.org/traits.build namespace. The traits.build ontology documents the output structure of a database built using the {traits.build} R package. It terms are both the output variables in each of the databases’s relational tables and additional conceptual terms inherent to the database structure. The ontology describes these terms and the semantic relationships between them. The traits.build data model adheres to the OBOE ontology and draws upon previously published terms whenever possible, especially DarwinCore and the Ecological Trait-data Standard.

    -
    -
    -

    Table of Contents

    -
      -
    1. Introduction
    2. -
    3. traits.build data model: The terms within the formal traits.build ontology
    4. -
    5. Acknowledgements
    6. -
    -
    -
    -

    1. Introduction

    -

    A database must be accompanied by a published data model to be: 1) efficiently and accurately interpreted and used by researchers; and 2) easily integrated with other databases. A published data model should be machine-readable for easy integration into future data products, yet also tractable to human readers. A data model (a.k.a. data standard, ontology) must document the meanings behind each database output variable and should also record the semantic relationships between columns. For instance, within the traits.build ontology, indicating that observation_id is an identifier for a unique observation.

    -

    To the extent possible, a data model should draw upon previously published vocabularies and ontologies, explicitly indicating when terms within the data model are identical to those used by other databases (or other bioinformatics outputs). For instance, the traits.build data standard maps terms related to taxonomy and species occurrences to DarwinCore and terms related to trait measurements to the Ecological Trait-data Standard. The semantic relationships between terms adhere to the OBOE ontology, a generic relational ontology developed explicitly for documenting ecological trait observations and the context properties that are essential to document for ecological data. It further draws upon properties defined by the Semanticscience Integrated Ontology (https://bioportal.bioontology.org/ontologies/SIO) to describe relationships between terms.

    -

    Within the traits.build ontology, there are 5 main categories of terms, differentiated based on whether they are database tables, rows, or columns:

    -
      -
    1. Database tables: The relational tables (traits, contexts, locations, methods, taxa, contributors, taxonomic_updates). These terms are all mapped as having the property computational entity = database table
      -
    2. -
    3. Database table columns: The columns within these relational tables, all mapped as being organised into one (or more) of the tables using dwc-attributes:organisedInClass. These terms are all mapped as having the property computational entity = database column
      -
    4. -
    5. Database table entries: Single, implicitly structured data items in a table. These terms are all types of oboe-core:Entity, objects that are the foci for an oboe-core:observation. These terms are all mapped as having the property computational entity = database entry
      -
    6. -
    7. Clusters of rows within a database table: Collections of rows within a table that represent either observations or observation collections. These terms are all mapped as having the property computational entity = database table.
      -
    8. -
    9. Individual rows within a database table: Individual rows within a table that are measurements. These terms are all mapped as having the property computational entity = database row.
    10. -
    -
    -
    -

    2. Traits.build data model

    -
    -

    Database

    -

    The traits.build resource

    -
    - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Property - -Value -
    -description - -A database of 13 relational tables build using the {traits.build} R-packge for harmonizing trait data. -
    -license - -https://creativecommons.org/licenses/by/4.0/ -
    -publisher - -https://austraits.org/ -
    -type - -concept scheme -
    -label - -traits.build database -
    -title - -traits.build database -
    -preferred label - -traits.build database -
    -has top concept - -traits.build database -
    -creator - -Daniel Falster -
    -creator - -Elizabeth Wenk -
    -creator - -Sophie Yang -
    -created - -01/02/24 -
    -computational entity - -database -
    -
    -
    -
    -

    Database Tables

    -

    The traits.build output tables

    -

    -
    -

    build info

    -
    - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Property - -Value -
    -URI - -traits.build-build_info -
    -preferred label - -build info -
    -alternative label - -build_info -
    -description - -A description of the computing environment used to create this version of the dataset, including version number, git commit and R session_info. -
    -computational entity - -metadata -
    - -
    -is in scheme - -traits.build database -
    -
    -

    -
    -
    -

    contexts table

    -
    - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Property - -Value -
    -URI - -traits.build-contexts -
    -preferred label - -contexts table -
    -alternative label - -contexts -
    -description - -A table containing observations of contextual characteristics associated with information in traits. Cross referencing between the two dataframes is possible using combinations of the variables dataset_id, link_id, and link_vals. -
    -computational entity - -database table -
    -created - -02/01/24 -
    -is in scheme - -traits.build database -
    -
    -

    -
    -
    -

    contributors table

    -
    - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Property - -Value -
    -URI - -traits.build-contributors -
    -preferred label - -contributors table -
    -alternative label - -contributors -
    -description - -A table of people contributing to each study. -
    -computational entity - -database table -
    -created - -02/01/24 -
    -is in scheme - -traits.build database -
    -
    -

    -
    -
    -

    definitions table

    -
    - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Property - -Value -
    -URI - -traits.build-definitions -
    -preferred label - -definitions table -
    -alternative label - -definitions -
    -description - -A list containing trait concept descriptions used to build the database. -
    -computational entity - -database table -
    -has exact match - -
    -created - -02/01/24 -
    -is in scheme - -traits.build database -
    -
    -

    -
    -
    -

    excluded data table

    -
    - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Property - -Value -
    -URI - -traits.build-excluded_data -
    -preferred label - -excluded data table -
    -alternative label - -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. -
    -computational entity - -database table -
    -created - -02/01/24 -
    -is in scheme - -traits.build database -
    -
    -

    -
    -
    -

    locations table

    -
    - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Property - -Value -
    -URI - -traits.build-locations -
    -preferred label - -locations table -
    -alternative label - -locations -
    -description - -A table containing observations of location/site characteristics associated with information in traits. Cross referencing between the two dataframes is possible using combinations of the variables dataset_id, location_name. -
    -comment - -Includes information about Location properties. -
    -computational entity - -database table -
    -has related match - -
    -created - -02/01/24 -
    -is in scheme - -traits.build database -
    -
    -

    -
    -
    -

    metadata table

    -
    - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Property - -Value -
    -URI - -traits.build-metadata -
    -preferred label - -metadata table -
    -alternative label - -metadata -
    -description - -A list containing database metadata. -
    -computational entity - -metadata -
    -has close match - -
    -created - -02/01/24 -
    -is in scheme - -traits.build database -
    -
    -

    -
    -
    -

    methods table

    -
    - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Property - -Value -
    -URI - -traits.build-methods -
    -preferred label - -methods table -
    -alternative label - -methods -
    -description - -A table containing details on methods with which data were collected, including time frame and source. Cross referencing with the traits table is possible using combinations of the variables dataset_id, trait_name. -
    -computational entity - -database table -
    -has related match - -
    -created - -02/01/24 -
    -is in scheme - -traits.build database -
    -
    -

    -
    -
    -

    schema

    -
    - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Property - -Value -
    -URI - -traits.build-schema -
    -preferred label - -schema -
    -alternative label - -schema -
    -description - -A copy of the schema for all tables and terms. Information included here was used to process data and generate any documentation for the study. -
    -computational entity - -metadata -
    - -
    -is in scheme - -traits.build database -
    -
    -

    -
    -
    -

    sources table

    -
    - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Property - -Value -
    -URI - -traits.build-sources -
    -preferred label - -sources table -
    -alternative label - -sources -
    -description - -A list containing citation details for all database sources. -
    -computational entity - -database table -
    -created - -02/01/24 -
    -is in scheme - -traits.build database -
    -
    -

    -
    -
    -

    taxa table

    -
    - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Property - -Value -
    -URI - -traits.build-taxa -
    -preferred label - -taxa table -
    -alternative label - -taxa -
    -description - -A table containing details on taxa associated with information in traits. Whenever possible, this information is sourced from curated taxon lists that include identifiers for each taxon. The information compiled in this table is released under a CC-BY3 license. Cross referencing between the two dataframes is possible using combinations of the variable taxon_name. -
    -computational entity - -database table -
    -has exact match - -
    -created - -02/01/24 -
    -is in scheme - -traits.build database -
    -
    -

    -
    -
    -

    taxonomic updates table

    -
    - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Property - -Value -
    -URI - -traits.build-taxonomic_updates -
    -preferred label - -taxonomic updates table -
    -alternative label - -taxonomic_updates -
    -description - -A table of all taxonomic changes implemented in the construction of AusTraits. Changes are determined by comparing the originally submitted taxon name against the taxonomic names listed in the taxonomic reference files, best placed in a subfolder in the config folder . Cross referencing with the traits table is possible using combinations of the variables dataset_id and taxon_name. -
    -computational entity - -database table -
    -created - -02/01/24 -
    -is in scheme - -traits.build database -
    -
    -

    -
    -
    -

    traits table

    -
    - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Property - -Value -
    -URI - -traits.build-traits -
    -preferred label - -traits table -
    -alternative label - -traits -
    -description - -A table containing measurements of traits. -
    -comment - -Includes information that must be recorded at the Measurement or Observation level. -
    -computational entity - -database table -
    -has exact match - -
    -has related match - -
  • MeasurementOrFact
  • -
  • Occurrence -
  • -created - -02/01/24 -
    -is in scheme - -traits.build database -
    -
    -
    -
    -
    -

    Database Table Columns

    -

    Columns within the traits.build output tables

    -

    -
    -

    contexts table

    -

    -
    -
    -

    context property

    -
    - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Property - -Value -
    -URI - -context_property -
    -preferred label - -context property -
    -alternative label - -context_property -
    -description - -The contextual characteristic being recorded. If applicable, name should include units of measurement, e.g. CO2 concentration (ppm). -
    -computational entity - -database column -
    -organizedInClass - -
    -has exact match - -
  • context property value -
  • -has broader - -
  • Characteristic -
  • -characteristic for - -
  • context -
  • -has annotation - -
  • context property category -
  • -created - -02/01/24 -
    -is in scheme - -traits.build database -
    -datatype - -string -
    -
    -

    -
    -
    -

    context property category

    -
    - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Property - -Value -
    -URI - -contexts_category -
    -preferred label - -context property category -
    -alternative label - -category -
    -description - -The category of context property, with options being plot, treatment, individual_context, temporal and method. -
    -computational entity - -database column -
    -organizedInClass - -
    -has broader - -
  • scope note -
  • -is annotation of - -
  • context property -
  • -created - -02/01/24 -
    -is in scheme - -traits.build database -
    -datatype - -string -
    -
    -

    -
    -
    -

    context property value description

    -
    - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Property - -Value -
    -URI - -contexts_description -
    -preferred label - -context property value description -
    -alternative label - -description -
    -description - -Description of a specific context property value. -
    -computational entity - -database column -
    -organizedInClass - -
    -has broader - -
  • description -
  • -refers to - -
  • context property -
  • -created - -02/01/24 -
    -is in scheme - -traits.build database -
    -datatype - -string -
    -
    -

    -
    - - -
    -

    context property value

    -
    - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Property - -Value -
    -URI - -contexts_value -
    -preferred label - -context property value -
    -alternative label - -value -
    -description - -The measured value of a context property. -
    -computational entity - -database column -
    -organizedInClass - -
    -has broader - -
  • Measured Value
  • -
  • measurementValue -
  • -measurement for - -
  • context property -
  • -created - -02/01/24 -
    -is in scheme - -traits.build database -
    -datatype - -string -
    -
    -

    -
    -
    -

    dataset id

    -
    - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Property - -Value -
    -URI - -dataset_id -
    -preferred label - -dataset id -
    -alternative label - -dataset_id -
    -description - -Primary identifier for each study contributed to AusTraits, most often these are scientific papers, books, or online resources. By default this should be the name of the first author and year of publication, e.g. Falster_2005. -
    -computational entity - -database column -
    -organizedInClass - -
    -has broader - -
  • Identifier -
  • -is unique identifier for - -
  • observations from dataset -
  • -created - -02/01/24 -
    -is in scheme - -traits.build database -
    -
    -

    -
    -
    -

    entity context property

    -
    - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Property - -Value -
    -URI - -entity_context_property -
    -preferred label - -entity context property -
    -alternative label - -entity_context_property -
    -description - -A context characteristic indicating stratified variation across individuals or populations might affect the trait values measured. -
    -computational entity - -database column -
    -organizedInClass - -
    -has exact match - -
  • context property value -
  • -has broader - -
  • Characteristic -
  • -has unique identifier - -
  • entity context id -
  • -is specialisation of - -
  • context property -
  • -created - -02/01/24 -
    -is in scheme - -traits.build database -
    -datatype - -string -
    -
    -

    -
    -
    -

    method context property

    -
    - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Property - -Value -
    -URI - -method_context_property -
    -preferred label - -method context property -
    -alternative label - -method_context_property -
    -description - -A context characteristic indicating stratified variation in the protocol used to measure traits might affect the trait values measured. -
    -computational entity - -database column -
    -organizedInClass - -
    -has exact match - -
  • context property value -
  • -has broader - -
  • Characteristic -
  • -has unique identifier - -
  • method context id -
  • -is specialisation of - -
  • context property -
  • -created - -02/01/24 -
    -is in scheme - -traits.build database -
    -datatype - -string -
    -
    -

    -
    -
    -

    plot context property

    -
    - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Property - -Value -
    -URI - -plot_context_property -
    -preferred label - -plot context property -
    -alternative label - -plot_context_property -
    -description - -A context characteristic indicating stratified variation within a location that might affect the trait values measured on an individual or population-level entity. -
    -computational entity - -database column -
    -organizedInClass - -
    -has exact match - -
  • context property value -
  • -has broader - -
  • Characteristic -
  • -has unique identifier - -
  • plot context id -
  • -is specialisation of - -
  • context property -
  • -created - -02/01/24 -
    -is in scheme - -traits.build database -
    -datatype - -string -
    -
    -

    -
    -
    -

    temporal context property

    -
    - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Property - -Value -
    -URI - -temporal_context_property -
    -preferred label - -temporal context property -
    -alternative label - -temporal_context_property -
    -description - -A context characteristic indicating stratified variation across time might affect the trait values measured. -
    -computational entity - -database column -
    -organizedInClass - -
    -has exact match - -
  • context property value -
  • -has broader - -
  • Characteristic -
  • -has unique identifier - -
  • temporal context id -
  • -is specialisation of - -
  • context property -
  • -created - -02/01/24 -
    -is in scheme - -traits.build database -
    -datatype - -string -
    -
    -

    -
    -
    -

    treatment context property

    -
    - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Property - -Value -
    -URI - -treatment_context_property -
    -preferred label - -treatment context property -
    -alternative label - -treatment_context_property -
    -description - -A context characteristic indicating stratified treatments that might affect the trait values measured on an individual or population-level entity. -
    -computational entity - -database column -
    -organizedInClass - -
    -has exact match - -
  • context property value -
  • -has broader - -
  • Characteristic -
  • -has unique identifier - -
  • treatment context id -
  • -is specialisation of - -
  • context property -
  • -created - -02/01/24 -
    -is in scheme - -traits.build database -
    -datatype - -string -
    -
    -

    -
    -
    -

    contributors table

    -

    -
    -
    -

    additional role

    -
    - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Property - -Value -
    -URI - -additional_role -
    -preferred label - -additional role -
    -alternative label - -additional_role -
    -description - -Any additional roles the data collector had in the study, a field most frequently used to identify which data contributor is the contact person for the dataset. -
    -computational entity - -database column -
    -organizedInClass - -
    -has exact match - -
  • Contributor Role -
  • -is annotation of - -
  • contributor -
  • -created - -02/01/24 -
    -is in scheme - -traits.build database -
    -datatype - -string -
    -
    -

    -
    -
    -

    affiliation

    -
    - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Property - -Value -
    -URI - -affiliation -
    -preferred label - -affiliation -
    -alternative label - -affiliation -
    -description - -Affiliation of data collector. -
    -computational entity - -database column -
    -organizedInClass - -
    -has exact match - -
  • has Contributor Affiliation -
  • -is annotation of - -
  • contributor -
  • -created - -02/01/24 -
    -is in scheme - -traits.build database -
    -datatype - -string -
    -
    -

    -
    -
    -

    contributor

    -
    - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Property - -Value -
    -URI - -contributor -
    -preferred label - -contributor -
    -alternative label - -contributor -
    -description - -A person contributing to a dataset. -
    -computational entity - -database column -
    -organizedInClass - -
    -has exact match - -
  • contributor -
  • -refers to - -
  • observations from dataset -
  • -created - -02/01/24 -
    -is in scheme - -traits.build database -
    -datatype - -string -
    -
    -

    -
    -
    -

    data collector

    -
    - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Property - -Value -
    -URI - -data_collector -
    -preferred label - -data collector -
    -alternative label - -data_collector -
    -description - -Person contributing to a dataset as a data collector. -
    -computational entity - -database column -
    -organizedInClass - -
    -has exact match - -
  • Data Collector -
  • -has broader - -
  • contributor -
  • -has unique identifier - -
  • ORCID identifier
  • -
  • given name
  • -
  • last name -
  • -is specialisation of - -
  • contributor -
  • -has annotation - -
  • affiliation
  • -
  • additional role -
  • -created - -02/01/24 -
    -is in scheme - -traits.build database -
    -datatype - -string -
    -
    -

    -
    -
    -

    dataset id

    -
    - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Property - -Value -
    -URI - -dataset_id -
    -preferred label - -dataset id -
    -alternative label - -dataset_id -
    -description - -Primary identifier for each study contributed to AusTraits, most often these are scientific papers, books, or online resources. By default this should be the name of the first author and year of publication, e.g. Falster_2005. -
    -computational entity - -database column -
    -organizedInClass - -
    -has broader - -
  • Identifier -
  • -is unique identifier for - -
  • observations from dataset -
  • -created - -02/01/24 -
    -is in scheme - -traits.build database -
    -
    -

    -
    -
    -

    given name

    -
    - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Property - -Value -
    -URI - -given_name -
    -preferred label - -given name -
    -alternative label - -given_name -
    -description - -Given names of the data collector. -
    -computational entity - -database column -
    -organizedInClass - -
    -has exact match - -
  • given name -
  • -has broader - -
  • Identifier -
  • -is unique identifier for - -
  • contributor -
  • -created - -02/01/24 -
    -is in scheme - -traits.build database -
    -datatype - -Name -
    -
    -

    -
    -
    -

    last name

    -
    - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Property - -Value -
    -URI - -last_name -
    -preferred label - -last name -
    -alternative label - -last_name -
    -description - -Last name of the data collector. -
    -computational entity - -database column -
    -organizedInClass - -
    -has exact match - -
  • family name -
  • -has broader - -
  • Identifier -
  • -is unique identifier for - -
  • contributor -
  • -created - -02/01/24 -
    -is in scheme - -traits.build database -
    -datatype - -Name -
    -
    -

    -
    -
    -

    ORCID identifier

    -
    - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Property - -Value -
    -URI - -ORCID -
    -preferred label - -ORCID identifier -
    -alternative label - -ORCID -
    -description - -ORCID (Open Researcher and Contributor ID) for the data collector, if available. -
    -computational entity - -database column -
    -organizedInClass - -
    -has exact match - -
  • ORCID identifier -
  • -has broader - -
  • Identifier -
  • -is unique identifier for - -
  • contributor -
  • -created - -02/01/24 -
    -is in scheme - -traits.build database -
    -datatype - -anyURI -
    -
    -

    -
    -
    -

    definitions table

    -

    -
    -
    -

    allowed categorical values

    -
    - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Property - -Value -
    -URI - -allowed_values_levels -
    -preferred label - -allowed categorical values -
    -alternative label - -allowed_values_levels -
    -description - -Allowed trait values for a categorical trait, including a brief description of the value. -
    -computational entity - -database column -
    -organizedInClass - -
    -has exact match - -
  • has narrower
  • -
  • factorLevels -
  • -created - -02/01/24 -
    -is in scheme - -traits.build database -
    -datatype - -string -
    -
    -

    -
    -
    -

    max allowed values

    -
    - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Property - -Value -
    -URI - -allowed_values_max -
    -preferred label - -max allowed values -
    -alternative label - -allowed_values_max -
    -description - -An upper boundary for accepted numerical values. -
    -computational entity - -database column -
    -organizedInClass - -
    -has exact match - -
  • maxAllowedValue -
  • -created - -02/01/24 -
    -is in scheme - -traits.build database -
    -datatype - -decimal -
    -
    -

    -
    -
    -

    min allowed values

    -
    - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Property - -Value -
    -URI - -allowed_values_min -
    -preferred label - -min allowed values -
    -alternative label - -allowed_values_min -
    -description - -A lower boundary for accepted numerical values. -
    -computational entity - -database column -
    -organizedInClass - -
    -has exact match - -
  • minAllowedValue -
  • -created - -02/01/24 -
    -is in scheme - -traits.build database -
    -datatype - -decimal -
    -
    -

    -
    -
    -

    comments

    -
    - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Property - -Value -
    -URI - -comments -
    -preferred label - -comments -
    -alternative label - -comments -
    -description - -Additional notes about the scope of the trait or acceptable methods. -
    -computational entity - -database column -
    -organizedInClass - -
    -has exact match - -
  • comment
  • -
  • comments -
  • -is annotation of - -
  • trait concept -
  • -created - -02/01/24 -
    -is in scheme - -traits.build database -
    -datatype - -string -
    -
    -

    -
    -
    -

    description

    -
    - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Property - -Value -
    -URI - -description -
    -preferred label - -description -
    -alternative label - -description -
    -description - -A short description, generally ranging from 1-3 sentences that clearly indicates the trait’s scope. -
    -computational entity - -database column -
    -organizedInClass - -
    -has exact match - -
  • traitDescription
  • -
  • description -
  • -is annotation of - -
  • trait concept -
  • -created - -02/01/24 -
    -is in scheme - -traits.build database -
    -datatype - -string -
    -
    -

    -
    -
    -

    label

    -
    - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Property - -Value -
    -URI - -label -
    -preferred label - -label -
    -alternative label - -label -
    -description - -A concise English label for the trait. -
    -computational entity - -database column -
    -organizedInClass - -
    -has exact match - -
  • label
  • -
  • preferred label
  • -
  • trait -
  • -refers to - -
  • trait concept -
  • -created - -02/01/24 -
    -is in scheme - -traits.build database -
    -datatype - -string -
    -
    -

    -
    -
    -

    trait concept

    -
    - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Property - -Value -
    -URI - -trait -
    -preferred label - -trait concept -
    -alternative label - -trait -
    -description - -A collection of trait values pertaining to a distinct characteristic of a specific part of an organism (cell, tissue, organ, or whole organism). -
    -computational entity - -database column -
    -organizedInClass - -
    -has exact match - -
  • Standard -
  • -has unique identifier - -
  • trait identifier -
  • -has annotation - -
  • trait name
  • -
  • label -
  • -has property - -
  • max allowed values
  • -
  • min allowed values
  • -
  • allowed categorical values
  • -
  • units
  • -
  • type -
  • -created - -02/01/24 -
    -is in scheme - -traits.build database -
    -datatype - -string -
    -
    -

    -
    -
    -

    trait identifier

    -
    - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Property - -Value -
    -URI - -trait_concept_URI -
    -preferred label - -trait identifier -
    -alternative label - -trait_concept_URI -
    -description - -Unique identifier of the trait according to a public ontology, or a user-provided thesaurus of traits. -
    -computational entity - -database column -
    -organizedInClass - -
    -has exact match - -
  • traitID
  • -
  • identifier -
  • -is unique identifier for - -
  • trait concept -
  • -created - -02/01/24 -
    -is in scheme - -traits.build database -
    -datatype - -anyURI -
    -
    -

    -
    -
    -

    trait name

    -
    - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Property - -Value -
    -URI - -trait_name -
    -preferred label - -trait name -
    -alternative label - -trait_name -
    -description - -Name of the trait sampled. Allowable values specified in the table definitions. -
    -computational entity - -database column -
    -organizedInClass - -
    -has exact match - -
  • alternative label
  • -
  • label -
  • -created - -02/01/24 -
    -is in scheme - -traits.build database -
    -
    -

    -
    -
    -

    type

    -
    - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Property - -Value -
    -URI - -type -
    -preferred label - -type -
    -alternative label - -type -
    -description - -Type of trait, specifying if traits are categorical, numeric, or ordinal. -
    -computational entity - -database column -
    -organizedInClass - -
    -has exact match - -
  • valueType -
  • -created - -02/01/24 -
    -is in scheme - -traits.build database -
    -datatype - -string -
    -
    -

    -
    -
    -

    units

    -
    - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Property - -Value -
    -URI - -units -
    -preferred label - -units -
    -alternative label - -units -
    -description - -The preferred units for the trait, conforming to the Unified Code for Units of Measure (UCUM). There are often two entries for units, one that is a string and the second which links to a units of measurement axiom. -
    -computational entity - -database column -
    -organizedInClass - -
    -has exact match - -
  • expectedUnit -
  • -created - -02/01/24 -
    -is in scheme - -traits.build database -
    -datatype - -string -
    -
    -

    -
    -
    -

    locations table

    -

    -
    -
    -

    dataset id

    -
    - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Property - -Value -
    -URI - -dataset_id -
    -preferred label - -dataset id -
    -alternative label - -dataset_id -
    -description - -Primary identifier for each study contributed to AusTraits, most often these are scientific papers, books, or online resources. By default this should be the name of the first author and year of publication, e.g. Falster_2005. -
    -computational entity - -database column -
    -organizedInClass - -
    -has broader - -
  • Identifier -
  • -is unique identifier for - -
  • observations from dataset -
  • -created - -02/01/24 -
    -is in scheme - -traits.build database -
    -
    -

    -
    -
    -

    elevation (m)

    -
    - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Property - -Value -
    -URI - -elevation -
    -preferred label - -elevation (m) -
    -alternative label - -elevation -
    -description - -The elevation above mean sea level in meters. -
    -computational entity - -database column -
    -organizedInClass - -
    -has exact match - -
  • verbatimElevation -
  • -has broader - -
  • Measured Value
  • -
  • measurementValue -
  • -characteristic for - -
  • location -
  • -is specialisation of - -
  • location property -
  • -created - -02/01/24 -
    -is in scheme - -traits.build database -
    -datatype - -decimal -
    -
    -

    -
    -
    -

    latitude (deg)

    -
    - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Property - -Value -
    -URI - -latitude -
    -preferred label - -latitude (deg) -
    -alternative label - -latitude -
    -description - -The geographic latitude (in decimal degrees, using the spatial reference system given in geodeticDatum) of the geographic center of a Location. Positive values are north of the Equator, negative values are south of it. Legal values lie between -90 and 90, inclusive. -
    -computational entity - -database column -
    -organizedInClass - -
    -has exact match - -
  • decimalLatitude -
  • -has broader - -
  • Measured Value
  • -
  • measurementValue -
  • -characteristic for - -
  • location -
  • -is specialisation of - -
  • location property -
  • -created - -02/01/24 -
    -is in scheme - -traits.build database -
    -datatype - -decimal -
    -
    -

    -
    -
    -

    location id

    -
    - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Property - -Value -
    -URI - -location_id -
    -preferred label - -location id -
    -alternative label - -location_id -
    -description - -A unique integer identifier for a location, with locations numbered sequentially within a dataset. The identifier links to specific information in the location table. -
    -computational entity - -database column -
    -organizedInClass - -
    -has broader - -
  • Identifier -
  • -is unique identifier for - -
  • observations at location -
  • - -
    -is in scheme - -traits.build database -
    -datatype - -integer -
    -
    -

    -
    -
    -

    location name

    -
    - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Property - -Value -
    -URI - -location_name -
    -preferred label - -location name -
    -alternative label - -location_name -
    -description - -The location name used by the data contributor or a generic location name designated by AusTraits when one is not provided. -
    -computational entity - -database column -
    -organizedInClass - -
    -has broader - -
  • label
  • -
  • preferred label -
  • -created - -02/01/24 -
    -is in scheme - -traits.build database -
    -datatype - -string -
    -
    -

    -
    -
    -

    location property

    -
    - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Property - -Value -
    -URI - -location_property -
    -preferred label - -location property -
    -alternative label - -location_property -
    -description - -The location characteristic being recorded. The name should include units of measurement, e.g. MAT (C). Ideally we have at least the following variables for each location, longitude (deg), latitude (deg), description. -
    -computational entity - -database column -
    -organizedInClass - -
    -has broader - -
  • Characteristic -
  • -has value - -
  • location property value -
  • -characteristic for - -
  • location -
  • -created - -02/01/24 -
    -is in scheme - -traits.build database -
    -datatype - -string -
    -
    -

    -
    -
    -

    location property value

    -
    - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Property - -Value -
    -URI - -locations_value -
    -preferred label - -location property value -
    -alternative label - -value -
    -description - -The measured value of a location property. -
    -computational entity - -database column -
    -organizedInClass - -
    -has broader - -
  • Measured Value
  • -
  • measurementValue -
  • -created - -02/01/24 -
    -is in scheme - -traits.build database -
    -datatype - -string -
    -
    -

    -
    -
    -

    longitude (deg)

    -
    - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Property - -Value -
    -URI - -longitude -
    -preferred label - -longitude (deg) -
    -alternative label - -longitude -
    -description - -The geographic longitude (in decimal degrees, using the spatial reference system given in dwc:geodeticDatum) of the geographic center of a dcterms:Location. Positive values are east of the Greenwich Meridian, negative values are west of it. Legal values lie between -180 and 180, inclusive. -
    -computational entity - -database column -
    -organizedInClass - -
    -has exact match - -
  • decimalLongitude -
  • -has broader - -
  • Measured Value
  • -
  • measurementValue -
  • -characteristic for - -
  • location -
  • -is specialisation of - -
  • location property -
  • -created - -02/01/24 -
    -is in scheme - -traits.build database -
    -datatype - -decimal -
    -
    -

    -
    -
    -

    methods table

    -

    -
    -
    -

    assistants

    -
    - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Property - -Value -
    -URI - -assistants -
    -preferred label - -assistants -
    -alternative label - -assistants -
    -description - -People who played a more minor role in data collection for the study. -
    -computational entity - -database column -
    -organizedInClass - -
    -has exact match - -
  • Related Person -
  • -has broader - -
  • contributor -
  • -is specialisation of - -
  • contributor -
  • -created - -02/01/24 -
    -is in scheme - -traits.build database -
    -datatype - -string -
    -
    -

    -
    -
    -

    contributor

    -
    - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Property - -Value -
    -URI - -contributor -
    -preferred label - -contributor -
    -alternative label - -contributor -
    -description - -A person contributing to a dataset. -
    -computational entity - -database column -
    -organizedInClass - -
    -has exact match - -
  • contributor -
  • -refers to - -
  • observations from dataset -
  • -created - -02/01/24 -
    -is in scheme - -traits.build database -
    -datatype - -string -
    -
    -

    -
    -
    -

    data collector

    -
    - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Property - -Value -
    -URI - -data_collector -
    -preferred label - -data collector -
    -alternative label - -data_collector -
    -description - -Person contributing to a dataset as a data collector. -
    -computational entity - -database column -
    -organizedInClass - -
    -has exact match - -
  • Data Collector -
  • -has broader - -
  • contributor -
  • -has unique identifier - -
  • ORCID identifier
  • -
  • given name
  • -
  • last name -
  • -is specialisation of - -
  • contributor -
  • -has annotation - -
  • affiliation
  • -
  • additional role -
  • -created - -02/01/24 -
    -is in scheme - -traits.build database -
    -datatype - -string -
    -
    -

    -
    -
    -

    dataset curators

    -
    - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Property - -Value -
    -URI - -dataset_curators -
    -preferred label - -dataset curators -
    -alternative label - -dataset_curators -
    -description - -Database team member(s) who contacted the data collectors and added the study to the database repository. -
    -computational entity - -database column -
    -organizedInClass - -
    -has exact match - -
  • Data Curator -
  • -has broader - -
  • contributor -
  • -is specialisation of - -
  • contributor -
  • -created - -02/01/24 -
    -is in scheme - -traits.build database -
    -datatype - -string -
    -
    -

    -
    -
    -

    dataset id

    -
    - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Property - -Value -
    -URI - -dataset_id -
    -preferred label - -dataset id -
    -alternative label - -dataset_id -
    -description - -Primary identifier for each study contributed to AusTraits, most often these are scientific papers, books, or online resources. By default this should be the name of the first author and year of publication, e.g. Falster_2005. -
    -computational entity - -database column -
    -organizedInClass - -
    -has broader - -
  • Identifier -
  • -is unique identifier for - -
  • observations from dataset -
  • -created - -02/01/24 -
    -is in scheme - -traits.build database -
    -
    -

    -
    -
    -

    method id

    -
    - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Property - -Value -
    -URI - -method_id -
    -preferred label - -method id -
    -alternative label - -method_id -
    -description - -A unique integer identifier to distinguish between multiple sets of methods used to measure a single trait within the same dataset. The identifier links to specific information in the methods table. -
    -computational entity - -database column -
    -organizedInClass - -
    -has broader - -
  • Identifier -
  • -is unique identifier for - -
  • methods -
  • -is specialisation of - -
  • methods -
  • - -
    -is in scheme - -traits.build database -
    -datatype - -integer -
    -
    -

    -
    -
    -

    dataset description

    -
    - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Property - -Value -
    -URI - -methods_description -
    -preferred label - -dataset description -
    -alternative label - -description -
    -description - -A 1-2 sentence description of the purpose of the study. -
    -computational entity - -database column -
    -organizedInClass - -
    -has exact match - -
  • datasetDescription -
  • -has broader - -
  • description -
  • -refers to - -
  • methods -
  • -created - -02/01/24 -
    -is in scheme - -traits.build database -
    -datatype - -string -
    -
    -

    -
    -
    -

    methods

    -
    - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Property - -Value -
    -URI - -methods_methods -
    -preferred label - -methods -
    -alternative label - -methods -
    -description - -A textual description of the methods used to collect the trait data. Whenever available, methods are taken near-verbatim from the referenced source. Methods can include descriptions such as ‘measured on botanical collections’, ‘data from the literature’, or a detailed description of the field or lab methods used to collect the data. -
    -computational entity - -database column -
    -organizedInClass - -
    -has close match - -
  • Protocol -
  • -has broader - -
  • Protocol -
  • -created - -02/01/24 -
    -is in scheme - -traits.build database -
    -datatype - -string -
    -
    -

    -
    -
    -

    dataset sampling strategy

    -
    - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Property - -Value -
    -URI - -sampling_strategy -
    -preferred label - -dataset sampling strategy -
    -alternative label - -sampling_strategy -
    -description - -When available, this information is lifted verbatim from a published manuscript. For preserved specimens, this field ideally indicates which records were ‘sampled’ to measure a specific trait. -
    -computational entity - -database column -
    -organizedInClass - -
    -has exact match - -
  • samplingProtocol -
  • -refers to - -
  • observations from dataset -
  • -created - -02/01/24 -
    -is in scheme - -traits.build database -
    -datatype - -string -
    -
    -

    -
    -
    -

    source original dataset citation

    -
    - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Property - -Value -
    -URI - -source_original_dataset_citation -
    -preferred label - -source original dataset citation -
    -alternative label - -source_original_dataset_citation -
    -description - -Citations for the original dataset_id in sources, for compilationse. This detail is generated from the original source in the metadata. -
    -computational entity - -database column -
    -organizedInClass - -
    -has broader - -
  • bibliographic citation -
  • -has unique identifier - -
  • source original dataset key -
  • -cites - -
  • observations from source -
  • -created - -02/01/24 -
    -is in scheme - -traits.build database -
    -datatype - -string -
    -
    -

    -
    -
    -

    source original dataset key

    -
    - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Property - -Value -
    -URI - -source_original_dataset_key -
    -preferred label - -source original dataset key -
    -alternative label - -source_original_dataset_key -
    -description - -Citation key for the original dataset_id in sources, for compilations. The key is typically formatted as Surname_year. -
    -computational entity - -database column -
    -organizedInClass - -
    -has exact match - -
  • source id -
  • -has broader - -
  • Identifier -
  • -is unique identifier for - -
  • source original dataset citation -
  • -created - -02/01/24 -
    -is in scheme - -traits.build database -
    -datatype - -string -
    -
    -

    -
    -
    -

    source primary citation

    -
    - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Property - -Value -
    -URI - -source_primary_citation -
    -preferred label - -source primary citation -
    -alternative label - -source_primary_citation -
    -description - -Citation for the primary source. This detail is generated from the primary source in the metadata. -
    -computational entity - -database column -
    -organizedInClass - -
    -has broader - -
  • bibliographic citation -
  • -has unique identifier - -
  • source primary key -
  • -cites - -
  • dataset -
  • -created - -02/01/24 -
    -is in scheme - -traits.build database -
    -datatype - -string -
    -
    -

    -
    -
    -

    source primary key

    -
    - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Property - -Value -
    -URI - -source_primary_key -
    -preferred label - -source primary key -
    -alternative label - -source_primary_key -
    -description - -Citation key for the primary source in sources. The key is typically formatted as Surname_year. -
    -computational entity - -database column -
    -organizedInClass - -
    -has exact match - -
  • dataset id -
  • -has broader - -
  • Identifier -
  • -is unique identifier for - -
  • source primary citation -
  • -created - -02/01/24 -
    -is in scheme - -traits.build database -
    -datatype - -string -
    -
    -

    -
    -
    -

    source secondary citation

    -
    - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Property - -Value -
    -URI - -source_secondary_citation -
    -preferred label - -source secondary citation -
    -alternative label - -source_secondary_citation -
    -description - -Citations for the secondary source. This detail is generated from the secondary source in the metadata. -
    -computational entity - -database column -
    -organizedInClass - -
    -has broader - -
  • bibliographic citation -
  • -has unique identifier - -
  • source secondary key -
  • -cites - -
  • dataset -
  • -created - -02/01/24 -
    -is in scheme - -traits.build database -
    -datatype - -string -
    -
    -

    -
    -
    -

    source secondary key

    -
    - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Property - -Value -
    -URI - -source_secondary_key -
    -preferred label - -source secondary key -
    -alternative label - -source_secondary_key -
    -description - -Citation key for the secondary source in sources. The key is typically formatted as Surname_year. -
    -computational entity - -database column -
    -organizedInClass - -
    -has broader - -
  • Identifier -
  • -is unique identifier for - -
  • source secondary citation -
  • -created - -02/01/24 -
    -is in scheme - -traits.build database -
    -datatype - -string -
    -
    -

    -
    -
    -

    trait name

    -
    - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Property - -Value -
    -URI - -trait_name -
    -preferred label - -trait name -
    -alternative label - -trait_name -
    -description - -Name of the trait sampled. Allowable values specified in the table definitions. -
    -computational entity - -database column -
    -organizedInClass - -
    -has exact match - -
  • alternative label
  • -
  • label -
  • -created - -02/01/24 -
    -is in scheme - -traits.build database -
    -
    -

    -
    -
    -

    sources table

    -

    -
    -
    -

    dataset id

    -
    - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Property - -Value -
    -URI - -dataset_id -
    -preferred label - -dataset id -
    -alternative label - -dataset_id -
    -description - -Primary identifier for each study contributed to AusTraits, most often these are scientific papers, books, or online resources. By default this should be the name of the first author and year of publication, e.g. Falster_2005. -
    -computational entity - -database column -
    -organizedInClass - -
    -has broader - -
  • Identifier -
  • -is unique identifier for - -
  • observations from dataset -
  • -created - -02/01/24 -
    -is in scheme - -traits.build database -
    -
    -

    -
    -
    -

    source id

    -
    - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Property - -Value -
    -URI - -source_id -
    -preferred label - -source id -
    -alternative label - -source_id -
    -description - -For datasets that are compilations, an identifier for the original data source. -
    -computational entity - -database column -
    -organizedInClass - -
    -has broader - -
  • Identifier -
  • -is unique identifier for - -
  • observations from source -
  • -created - -02/01/24 -
    -is in scheme - -traits.build database -
    -datatype - -string -
    -
    -

    -
    -
    -

    taxa table

    -

    -
    -
    -

    binomial

    -
    - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Property - -Value -
    -URI - -binomial -
    -preferred label - -binomial -
    -alternative label - -binomial -
    -description - -The species-level taxon name match for an original name. This column is assigned na for taxon name that are at a broader taxonomic_resolution. -
    -computational entity - -database column -
    -organizedInClass - -
    -has related match - -
  • specificEpithet -
  • -has broader - -
  • label
  • -
  • preferred label -
  • -is identifier for - -
  • taxon -
  • -created - -02/01/24 -
    -is in scheme - -traits.build database -
    -datatype - -string -
    -
    -

    -
    -
    -

    establishment means

    -
    - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Property - -Value -
    -URI - -establishment_means -
    -preferred label - -establishment means -
    -alternative label - -establishment_means -
    -description - -Statement about whether an organism or organisms have been introduced to a given place and time through the direct or indirect activity of modern humans. -
    -computational entity - -database column -
    -organizedInClass - -
    -has exact match - -
  • establishmentMeans -
  • -created - -02/01/24 -
    -is in scheme - -traits.build database -
    -datatype - -string -
    -
    -

    -
    -
    -

    family

    -
    - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Property - -Value -
    -URI - -family -
    -preferred label - -family -
    -alternative label - -family -
    -description - -Family of the taxon. -
    -computational entity - -database column -
    -organizedInClass - -
    -has exact match - -
  • family -
  • -has broader - -
  • label
  • -
  • preferred label -
  • -is identifier for - -
  • taxon -
  • -created - -02/01/24 -
    -is in scheme - -traits.build database -
    -datatype - -string -
    -
    -

    -
    -
    -

    genus

    -
    - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Property - -Value -
    -URI - -genus -
    -preferred label - -genus -
    -alternative label - -genus -
    -description - -Genus of the taxon without authorship. -
    -computational entity - -database column -
    -organizedInClass - -
    -has exact match - -
  • genus -
  • -has broader - -
  • label
  • -
  • preferred label -
  • -is identifier for - -
  • taxon -
  • -created - -02/01/24 -
    -is in scheme - -traits.build database -
    -datatype - -string -
    -
    -

    -
    -
    -

    original taxon name

    -
    - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Property - -Value -
    -URI - -original_name -
    -preferred label preferred label - -original taxon name original name -
    -alternative label alternative label - -original_name original_name -
    -description description - -Name given to taxon in the original data supplied by the authors. Name given to taxon in the original data supplied by the authors. -
    -computational entity computational entity - -database column database column -
    -organizedInClass - -
    -has broader - -
  • label
  • -
  • preferred label
  • -
  • label
  • -
  • preferred label -
  • -is identifier for - -
  • taxon -
  • -is base for - -
  • aligned name
  • -
  • taxon name -
  • -created created - -02/01/24 02/01/24 -
    -is in scheme is in scheme - -traits.build database traits.build database -
    -datatype datatype - -string string -
    -
    -

    -
    -
    -

    scientific name

    -
    - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Property - -Value -
    -URI - -scientific_name -
    -preferred label - -scientific name -
    -alternative label - -scientific_name -
    -description - -The full scientific name, with authorship and date information if known. -
    -computational entity - -database column -
    -organizedInClass - -
    -has exact match - -
  • scientificName -
  • -has unique identifier - -
  • scientific name id -
  • -is unique identifier for - -
  • taxon -
  • -created - -02/01/24 -
    -is in scheme - -traits.build database -
    -datatype - -string -
    -
    -

    -
    -
    -

    scientific name id

    -
    - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Property - -Value -
    -URI - -scientific_name_id -
    -preferred label - -scientific name id -
    -alternative label - -scientific_name_id -
    -description - -An identifier for the set of taxon information (data associated with the taxon class). May be a global unique identifier or an identifier specific to the data set. Must be resolvable within this dataset. -
    -computational entity - -database column -
    -organizedInClass - -
    -has exact match - -
  • scientificNameID -
  • -has broader - -
  • Identifier -
  • -is unique identifier for - -
  • scientific name -
  • -created - -02/01/24 -
    -is in scheme - -traits.build database -
    -datatype - -anyURI -
    -
    -

    -
    -
    -

    taxon

    -
    - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Property - -Value -
    -URI - -taxon -
    -preferred label preferred label - -taxon taxon -
    -alternative label alternative label - -taxon taxon -
    -description description - -A circumscribed set of organisms. A group of organisms assumed to form a homogeneous unit with regard to associated trait measurements. -
    -computational entity computational entity - -database entry database column -
    -organizedInClass - -
    -has exact match - -
  • Taxon -
  • -has broader - -
  • Entity
  • -
  • Characteristic -
  • -has unique identifier - -
  • taxon name
  • -
  • scientific name
  • -
  • scientific name id
  • -
  • taxon id -
  • -has identifier - -
  • original taxon name
  • -
  • trinomial
  • -
  • binomial
  • -
  • genus
  • -
  • family -
  • -has property - -
  • taxon distribution
  • -
  • establishment means -
  • -created created - -02/01/24 02/01/24 -
    -is in scheme is in scheme - -traits.build database traits.build database -
    -datatype - -string -
    -
    -

    -
    -
    -

    taxon distribution

    -
    - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Property - -Value -
    -URI - -taxon_distribution -
    -preferred label - -taxon distribution -
    -alternative label - -taxon_distribution -
    -description - -Known distribution of the taxon, by Australian state. -
    -computational entity - -database column -
    -organizedInClass - -
    -created - -02/01/24 -
    -is in scheme - -traits.build database -
    -datatype - -string -
    -
    -

    -
    -
    -

    taxon id

    -
    - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Property - -Value -
    -URI - -taxon_id -
    -preferred label - -taxon id -
    -alternative label - -taxon_id -
    -description - -An identifier for the set of taxon information (data associated with the taxon class). May be a global unique identifier or an identifier specific to the data set. Must be resolvable within this dataset. -
    -computational entity - -database column -
    -organizedInClass - -
    -has exact match - -
  • taxonID -
  • -has broader - -
  • Identifier -
  • -is unique identifier for - -
  • taxon name -
  • -created - -02/01/24 -
    -is in scheme - -traits.build database -
    -datatype - -anyURI -
    -
    -

    -
    -
    -

    taxon name

    -
    - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Property - -Value -
    -URI - -taxon_name -
    -preferred label - -taxon name -
    -alternative label - -taxon_name -
    -description - -Scientific name of the taxon on which traits were sampled, without authorship. When possible, this is the currently accepted (botanical) or valid (zoological) scientific name, but might also be a higher taxonomic level. -
    -computational entity - -database column -
    -organizedInClass - -
    -has close match - -
  • acceptedNameUsage -
  • -has broader - -
  • label
  • -
  • preferred label -
  • -has unique identifier - -
  • taxon id -
  • -is unique identifier for - -
  • observations of taxon -
  • -has basis - -
  • aligned name
  • -
  • original taxon name -
  • -has property - -
  • taxonomic dataset
  • -
  • taxon rank
  • -
  • taxonomic status -
  • -created - -02/01/24 -
    -is in scheme - -traits.build database -
    -datatype - -string -
    -
    -

    -
    -
    -

    taxon rank

    -
    - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Property - -Value -
    -URI - -taxon_rank -
    -preferred label - -taxon rank -
    -alternative label - -taxon_rank -
    -description - -The taxonomic rank of the most specific name in the scientific name. -
    -comment - -This is to clarify cases where information is not given on a species level. -
    -computational entity - -database column -
    -organizedInClass - -
    -has exact match - -
  • taxonRank -
  • -created - -02/01/24 -
    -is in scheme - -traits.build database -
    -datatype - -string -
    -
    -

    -
    -
    -

    taxonomic dataset

    -
    - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Property - -Value -
    -URI - -taxonomic_dataset -
    -preferred label - -taxonomic dataset -
    -alternative label - -taxonomic_dataset -
    -description - -Name of the taxonomy (tree) that contains this concept. ie. APC, AusMoss etc. -
    -computational entity - -database column -
    -organizedInClass - -
    -has exact match - -
  • nomenclaturalCode -
  • -created - -02/01/24 -
    -is in scheme - -traits.build database -
    -datatype - -string -
    -
    -

    -
    -
    -

    taxonomic status

    -
    - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Property - -Value -
    -URI - -taxonomic_status -
    -preferred label - -taxonomic status -
    -alternative label - -taxonomic_status -
    -description - -The status of the use of the scientificName as a label for the taxon in regard to the ‘accepted (or valid) taxonomy’. The assigned taxonomic status must be linked to a specific taxonomic reference that defines the concept. -
    -computational entity - -database column -
    -organizedInClass - -
    -has exact match - -
  • taxonomicStatus -
  • -created - -02/01/24 -
    -is in scheme - -traits.build database -
    -datatype - -string -
    -
    -

    -
    -
    -

    trinomial

    -
    - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Property - -Value -
    -URI - -trinomial -
    -preferred label - -trinomial -
    -alternative label - -trinomial -
    -description - -The infraspecific taxon name match for an original name. This column is assigned na for taxon name that are at a broader taxonomic_resolution. -
    -computational entity - -database column -
    -organizedInClass - -
    -has related match - -
  • infraspecificEpithet -
  • -has broader - -
  • label
  • -
  • preferred label -
  • -is identifier for - -
  • taxon -
  • -created - -02/01/24 -
    -is in scheme - -traits.build database -
    -datatype - -string -
    -
    -

    -
    -
    -

    taxonomic updates table

    -

    -
    -
    -

    aligned name

    -
    - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Property - -Value -
    -URI - -aligned_name -
    -preferred label - -aligned name -
    -alternative label - -aligned_name -
    -description - -The taxon name without authorship after implementing automated syntax standardisation and spelling changes as well as manually encoded syntax alignments for this taxon in the metadata file for the corresponding dataset_id. This name has not yet been matched to the currently accepted (botanical) or valid (zoological) taxon name in cases where there are taxonomic synonyms, isonyms, orthographic variants, etc. -
    -computational entity - -database column -
    -organizedInClass - -
    -has broader - -
  • label
  • -
  • preferred label -
  • -has basis - -
  • original taxon name -
  • -is base for - -
  • taxon name -
  • -has property - -
  • taxonomic resolution -
  • -created - -02/01/24 -
    -is in scheme - -traits.build database -
    -datatype - -string -
    -
    -

    -
    -
    -

    dataset id

    -
    - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Property - -Value -
    -URI - -dataset_id -
    -preferred label - -dataset id -
    -alternative label - -dataset_id -
    -description - -Primary identifier for each study contributed to AusTraits, most often these are scientific papers, books, or online resources. By default this should be the name of the first author and year of publication, e.g. Falster_2005. -
    -computational entity - -database column -
    -organizedInClass - -
    -has broader - -
  • Identifier -
  • -is unique identifier for - -
  • observations from dataset -
  • -created - -02/01/24 -
    -is in scheme - -traits.build database -
    -
    -

    -
    -
    -

    original taxon name

    -
    - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Property - -Value -
    -URI - -original_name -
    -preferred label preferred label - -original taxon name original name -
    -alternative label alternative label - -original_name original_name -
    -description description - -Name given to taxon in the original data supplied by the authors. Name given to taxon in the original data supplied by the authors. -
    -computational entity computational entity - -database column database column -
    -organizedInClass - -
    -has broader - -
  • label
  • -
  • preferred label
  • -
  • label
  • -
  • preferred label -
  • -is identifier for - -
  • taxon -
  • -is base for - -
  • aligned name
  • -
  • taxon name -
  • -created created - -02/01/24 02/01/24 -
    -is in scheme is in scheme - -traits.build database traits.build database -
    -datatype datatype - -string string -
    -
    -

    -
    -
    -

    taxon name

    -
    - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Property - -Value -
    -URI - -taxon_name -
    -preferred label - -taxon name -
    -alternative label - -taxon_name -
    -description - -Scientific name of the taxon on which traits were sampled, without authorship. When possible, this is the currently accepted (botanical) or valid (zoological) scientific name, but might also be a higher taxonomic level. -
    -computational entity - -database column -
    -organizedInClass - -
    -has close match - -
  • acceptedNameUsage -
  • -has broader - -
  • label
  • -
  • preferred label -
  • -has unique identifier - -
  • taxon id -
  • -is unique identifier for - -
  • observations of taxon -
  • -has basis - -
  • aligned name
  • -
  • original taxon name -
  • -has property - -
  • taxonomic dataset
  • -
  • taxon rank
  • -
  • taxonomic status -
  • -created - -02/01/24 -
    -is in scheme - -traits.build database -
    -datatype - -string -
    -
    -

    -
    -
    -

    taxonomic resolution

    -
    - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Property - -Value -
    -URI - -taxonomic_resolution -
    -preferred label - -taxonomic resolution -
    -alternative label - -taxonomic_resolution -
    -description - -The rank of the most specific taxon name (or scientific name) to which a submitted orignal name resolves. -
    -computational entity - -database column -
    -organizedInClass - -
    -has related match - -
  • taxonRank -
  • -created - -02/01/24 -
    -is in scheme - -traits.build database -
    -datatype - -string -
    -
    -

    -
    -
    -

    traits table

    -

    -
    -
    -

    basis of record

    -
    - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Property - -Value -
    -URI - -basis_of_record -
    -preferred label - -basis of record -
    -alternative label - -basis_of_record -
    -description - -A categorical variable specifying from which kind of specimen traits were recorded. -
    -computational entity - -database column -
    -organizedInClass - -
    -has close match - -
  • basisOfRecord -
  • -created - -02/01/24 -
    -is in scheme - -traits.build database -
    -datatype - -string -
    -
    -

    -
    -
    -

    basis of value

    -
    - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Property - -Value -
    -URI - -basis_of_value -
    -preferred label - -basis of value -
    -alternative label - -basis_of_value -
    -description - -A categorical variable describing how the trait value was obtained. -
    -computational entity - -database column -
    -organizedInClass - -
    -has exact match - -
  • Measurement Type -
  • -created - -02/01/24 -
    -is in scheme - -traits.build database -
    -datatype - -string -
    -
    -

    -
    -
    -

    collection date

    -
    - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Property - -Value -
    -URI - -collection_date -
    -preferred label - -collection date -
    -alternative label - -collection_date -
    -description - -Date sample was taken, in the format yyyy-mm-dd, yyyy-mm or yyyy, depending on the resoluton specified. Alternatively an overall range for the study can be indicating, with the starting and ending sample date sepatated by a /, as in 2010-10/2011-03 -
    -computational entity - -database column -
    -organizedInClass - -
    -has exact match - -
  • eventDate -
  • -has broader - -
  • Measured Value
  • -
  • measurementValue -
  • -characteristic for - -
  • observation -
  • -created - -02/01/24 -
    -is in scheme - -traits.build database -
    -datatype - -date -
    -
    -

    -
    -
    -

    dataset id

    -
    - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Property - -Value -
    -URI - -dataset_id -
    -preferred label - -dataset id -
    -alternative label - -dataset_id -
    -description - -Primary identifier for each study contributed to AusTraits, most often these are scientific papers, books, or online resources. By default this should be the name of the first author and year of publication, e.g. Falster_2005. -
    -computational entity - -database column -
    -organizedInClass - -
    -has broader - -
  • Identifier -
  • -is unique identifier for - -
  • observations from dataset -
  • -created - -02/01/24 -
    -is in scheme - -traits.build database -
    -
    -

    -
    -
    -

    entity context id

    -
    - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Property - -Value -
    -URI - -entity_context_id -
    -preferred label - -entity context id -
    -alternative label - -entity_context_id -
    -description - -A unique integer identifier indicating specific contextual properties of an individual, possibly including the individual’s sex or caste (for social insects). -
    -computational entity - -database column -
    -organizedInClass - -
    -has broader - -
  • Identifier -
  • -is unique identifier for - -
  • measurement of entity context property -
  • - -
    -is in scheme - -traits.build database -
    -datatype - -integer -
    -
    -

    -
    -
    -

    entity type

    -
    - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Property - -Value -
    -URI - -entity_type -
    -preferred label - -entity type -
    -alternative label - -entity_type -
    -description - -A categorical variable specifying the entity corresponding to the trait values recorded. -
    -computational entity - -database column -
    -organizedInClass - -
    -created - -02/01/24 -
    -is in scheme - -traits.build database -
    -datatype - -string -
    -
    -

    -
    -
    -

    individual id

    -
    - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Property - -Value -
    -URI - -individual_id -
    -preferred label - -individual id -
    -alternative label - -individual_id -
    -description - -A unique integer identifier for an individual, with individuals numbered sequentially within each dataset by taxon by population grouping. Most often each row of data represents an individual, but in some datasets trait data collected on a single individual is presented across multiple rows of data, such as if the same trait is measured using different methods or the same individual is measured repeatedly across time. -
    -computational entity - -database column -
    -organizedInClass - -
    -has broader - -
  • Identifier -
  • -is unique identifier for - -
  • observations of individual -
  • - -
    -is in scheme - -traits.build database -
    -datatype - -integer -
    -
    -

    -
    -
    -

    life stage

    -
    - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Property - -Value -
    -URI - -life_stage -
    -preferred label - -life stage -
    -alternative label - -life_stage -
    -description - -A field to indicate the life stage or age class of the entity measured. Standard values are adult, sapling, seedling and juvenile. -
    -computational entity - -database column -
    -organizedInClass - -
    -has exact match - -
  • lifeStage -
  • -has broader - -
  • Measured Value
  • -
  • measurementValue -
  • -characteristic for - -
  • observation of entity context -
  • -created - -02/01/24 -
    -is in scheme - -traits.build database -
    -datatype - -string -
    -
    -

    -
    -
    -

    location id

    -
    - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Property - -Value -
    -URI - -location_id -
    -preferred label - -location id -
    -alternative label - -location_id -
    -description - -A unique integer identifier for a location, with locations numbered sequentially within a dataset. The identifier links to specific information in the location table. -
    -computational entity - -database column -
    -organizedInClass - -
    -has broader - -
  • Identifier -
  • -is unique identifier for - -
  • observations at location -
  • - -
    -is in scheme - -traits.build database -
    -datatype - -integer -
    -
    -

    -
    -
    -

    measurement remarks

    -
    - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Property - -Value -
    -URI - -measurement_remarks -
    -preferred label - -measurement remarks -
    -alternative label - -measurement_remarks -
    -description - -Brief comments or notes accompanying the trait measurement. -
    -computational entity - -database column -
    -organizedInClass - -
    -has broader - -
  • comment -
  • -created - -02/01/24 -
    -is in scheme - -traits.build database -
    -datatype - -string -
    -
    -

    -
    -
    -

    method context id

    -
    - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Property - -Value -
    -URI - -method_context_id -
    -preferred label - -method context id -
    -alternative label - -method_context_id -
    -description - -A unique integer identifier indicating a trait is measured multiple times on the same entity, with different methods used for each entry. This field is only used if a single trait is measured using multiple methods within the same dataset. The identifier links to specific information in the context table. -
    -computational entity - -database column -
    -organizedInClass - -
    -has broader - -
  • Identifier -
  • - -
    -is in scheme - -traits.build database -
    -datatype - -integer -
    -
    -

    -
    -
    -

    method id

    -
    - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Property - -Value -
    -URI - -method_id -
    -preferred label - -method id -
    -alternative label - -method_id -
    -description - -A unique integer identifier to distinguish between multiple sets of methods used to measure a single trait within the same dataset. The identifier links to specific information in the methods table. -
    -computational entity - -database column -
    -organizedInClass - -
    -has broader - -
  • Identifier -
  • -is unique identifier for - -
  • methods -
  • -is specialisation of - -
  • methods -
  • - -
    -is in scheme - -traits.build database -
    -datatype - -integer -
    -
    -

    -
    -
    -

    observation id

    -
    - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Property - -Value -
    -URI - -observation_id -
    -preferred label - -observation id -
    -alternative label - -observation_id -
    -description - -A unique integral identifier for the observation, where an observation is all measurements made on an individual at a single point in time. It is important for joining traits coming from the same observation_id. Within each dataset, observation_id’s are unique combinations of taxon_name, population_id, individual_id, and temporal_context_id. -
    -computational entity - -database column -
    -organizedInClass - -
    -has broader - -
  • Identifier -
  • -is unique identifier for - -
  • observation -
  • -created - -02/01/24 -
    -is in scheme - -traits.build database -
    -
    -

    -
    -
    -

    original taxon name

    -
    - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Property - -Value -
    -URI - -original_name -
    -preferred label preferred label - -original taxon name original name -
    -alternative label alternative label - -original_name original_name -
    -description description - -Name given to taxon in the original data supplied by the authors. Name given to taxon in the original data supplied by the authors. -
    -computational entity computational entity - -database column database column -
    -organizedInClass - -
    -has broader - -
  • label
  • -
  • preferred label
  • -
  • label
  • -
  • preferred label -
  • -is identifier for - -
  • taxon -
  • -is base for - -
  • aligned name
  • -
  • taxon name -
  • -created created - -02/01/24 02/01/24 -
    -is in scheme is in scheme - -traits.build database traits.build database -
    -datatype datatype - -string string -
    -
    -

    -
    -
    -

    plot context id

    -
    - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Property - -Value -
    -URI - -plot_context_id -
    -preferred label - -plot context id -
    -alternative label - -plot_context_id -
    -description - -A unique integer identifier for a plot, where a plot is a distinct collection of organisms within a single geographic location, such as plants growing on different aspects or blocks in an experiment. The identifier links to specific information in the context table. -
    -computational entity - -database column -
    -organizedInClass - -
    -has broader - -
  • Identifier -
  • -is unique identifier for - -
  • measurement of plot context property -
  • - -
    -is in scheme - -traits.build database -
    -datatype - -integer -
    -
    -

    -
    -
    -

    population id

    -
    - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Property - -Value -
    -URI - -population_id -
    -preferred label - -population id -
    -alternative label - -population_id -
    -description - -A unique integer identifier for a population, where a population is defined as individuals growing in the same location (location_id /location_name) and plot (plot_context_id, a context category) and being subjected to the same treatment (treatment_context_id, a context category). -
    -computational entity - -database column -
    -organizedInClass - -
    -has broader - -
  • Identifier -
  • -is unique identifier for - -
  • observations of population -
  • - -
    -is in scheme - -traits.build database -
    -datatype - -integer -
    -
    -

    -
    -
    -

    repeat measurements id

    -
    - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Property - -Value -
    -URI - -repeat_measurements_id -
    -preferred label - -repeat measurements id -
    -alternative label - -repeat_measurements_id -
    -description - -A unique integer identifier for repeat measurements of a trait that comprise a single observation, such as a response curve. -
    -computational entity - -database column -
    -organizedInClass - -
    -has broader - -
  • Identifier -
  • -is unique identifier for - -
  • observations of individual
  • -
  • collection date -
  • - -
    -is in scheme - -traits.build database -
    -datatype - -integer -
    -
    -

    -
    -
    -

    replicates

    -
    - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Property - -Value -
    -URI - -replicates -
    -preferred label - -replicates -
    -alternative label - -replicates -
    -description - -Number of replicate measurements that comprise a recorded trait measurement. A numeric value (or range) is ideal and appropriate if the value type is a mean, median, min or  max. For these value types, if replication is unknown the entry should be unknown. If the value type is raw_value the replicate value should be 1. If the trait is categorical or the value indicates a measurement for an entire species (or other taxon) replicate value should be .na. -
    -computational entity - -database column -
    -organizedInClass - -
    -has exact match - -
  • individualCount -
  • - -
    -is in scheme - -traits.build database -
    -datatype - -integer -
    -
    -

    -
    -
    -

    source id

    -
    - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Property - -Value -
    -URI - -source_id -
    -preferred label - -source id -
    -alternative label - -source_id -
    -description - -For datasets that are compilations, an identifier for the original data source. -
    -computational entity - -database column -
    -organizedInClass - -
    -has broader - -
  • Identifier -
  • -is unique identifier for - -
  • observations from source -
  • -created - -02/01/24 -
    -is in scheme - -traits.build database -
    -datatype - -string -
    -
    -

    -
    -
    -

    taxon name

    -
    - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Property - -Value -
    -URI - -taxon_name -
    -preferred label - -taxon name -
    -alternative label - -taxon_name -
    -description - -Scientific name of the taxon on which traits were sampled, without authorship. When possible, this is the currently accepted (botanical) or valid (zoological) scientific name, but might also be a higher taxonomic level. -
    -computational entity - -database column -
    -organizedInClass - -
    -has close match - -
  • acceptedNameUsage -
  • -has broader - -
  • label
  • -
  • preferred label -
  • -has unique identifier - -
  • taxon id -
  • -is unique identifier for - -
  • observations of taxon -
  • -has basis - -
  • aligned name
  • -
  • original taxon name -
  • -has property - -
  • taxonomic dataset
  • -
  • taxon rank
  • -
  • taxonomic status -
  • -created - -02/01/24 -
    -is in scheme - -traits.build database -
    -datatype - -string -
    -
    -

    -
    -
    -

    temporal context id

    -
    - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Property - -Value -
    -URI - -temporal_context_id -
    -preferred label - -temporal context id -
    -alternative label - -temporal_context_id -
    -description - -A unique integer identifier assigned where repeat observations are made on the same individual (or population, or taxon) across time. The identifier links to specific information in the context table. -
    -computational entity - -database column -
    -organizedInClass - -
    -has broader - -
  • Identifier -
  • -is unique identifier for - -
  • measurement of temporal context property -
  • - -
    -is in scheme - -traits.build database -
    -datatype - -integer -
    -
    -

    -
    -
    -

    trait name

    -
    - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Property - -Value -
    -URI - -trait_name -
    -preferred label - -trait name -
    -alternative label - -trait_name -
    -description - -Name of the trait sampled. Allowable values specified in the table definitions. -
    -computational entity - -database column -
    -organizedInClass - -
    -has exact match - -
  • alternative label
  • -
  • label -
  • -created - -02/01/24 -
    -is in scheme - -traits.build database -
    -
    -

    -
    -
    -

    value

    -
    - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Property - -Value -
    -URI - -trait_value -
    -preferred label - -value -
    -alternative label - -value -
    -description - -The measured value of a trait. -
    -computational entity - -database column -
    -organizedInClass - -
    -has exact match - -
  • traitValue -
  • -has broader - -
  • Measured Value
  • -
  • measurementValue -
  • -created - -02/01/24 -
    -is in scheme - -traits.build database -
    -
    -

    -
    -
    -

    treatment context id

    -
    - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Property - -Value -
    -URI - -treatment_context_id -
    -preferred label - -treatment context id -
    -alternative label - -treatment_context_id -
    -description - -A unique integer identifier for a treatment, where a treatment is any experimental manipulation to an organism’s growing/living conditions. The identifier links to specific information in the context table. -
    -computational entity - -database column -
    -organizedInClass - -
    -has broader - -
  • Identifier -
  • -is unique identifier for - -
  • measurement of treatment context property -
  • - -
    -is in scheme - -traits.build database -
    -datatype - -integer -
    -
    -

    -
    -
    -

    unit

    -
    - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Property - -Value -
    -URI - -unit -
    -preferred label - -unit -
    -alternative label - -unit -
    -description - -Units of the sampled trait value after aligning with AusTraits standards. -
    -computational entity - -database column -
    -organizedInClass - -
    -has exact match - -
  • Unit
  • -
  • traitUnit -
  • -created - -02/01/24 -
    -is in scheme - -traits.build database -
    -
    -

    -
    -
    -

    value type

    -
    - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Property - -Value -
    -URI - -value_type -
    -preferred label - -value type -
    -alternative label - -value_type -
    -description - -A categorical variable describing the statistical nature of the trait value recorded. -
    -computational entity - -database column -
    -organizedInClass - -
    -has exact match - -
  • Base Characteristic Qualifier -
  • -created - -02/01/24 -
    -is in scheme - -traits.build database -
    -datatype - -string -
    -
    -
    -
    -
    -

    Database Table Entries

    -

    Single, implicitly structured data items in a table.

    -

    -
    -

    context

    -
    - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Property - -Value -
    -URI - -context -
    -preferred label - -context -
    -alternative label - -context -
    -description - -The situation within which a trait measurement is made, which can help explain the measured trait value. -
    -computational entity - -database entry -
    -has broader - -
    -created - -02/01/24 -
    -is in scheme - -traits.build database -
    -
    -

    -
    -
    -

    entity

    -
    - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Property - -Value -
    -URI - -entity -
    -preferred label - -entity -
    -alternative label - -entity -
    -description - -An entity is an object (e.g., a tree, a community, an ecological process). Entities constitute the foci of observations, i.e., every observation is of exactly one entity. -
    -computational entity - -database entry -
    -has exact match - -
    -created - -02/01/24 -
    -is in scheme - -traits.build database -
    -
    -

    -
    -
    -

    individual

    -
    - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Property - -Value -
    -URI - -individual -
    -preferred label - -individual -
    -alternative label - -individual -
    -description - -An individual living organism. -
    -computational entity - -database entry -
    -has exact match - -
    -has broader - -
  • Entity -
  • -has context - -
  • life stage -
  • -created - -02/01/24 -
    -is in scheme - -traits.build database -
    -
    -

    -
    -
    -

    location

    -
    - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Property - -Value -
    -URI - -location -
    -preferred label - -location -
    -alternative label - -location -
    -description - -A spatial region or named place. -
    -computational entity - -database entry -
    -has exact match - -
    -has broader - -
  • Entity -
  • -has unique identifier - -
  • location id -
  • -created - -02/01/24 -
    -is in scheme - -traits.build database -
    -
    -

    -
    -
    -

    method context

    -
    - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Property - -Value -
    -URI - -method_context -
    -preferred label - -method context -
    -alternative label - -method_context -
    -description - -A compment of a trait measurement protocol that is changed between individual trait measurements and might cause the measured trait values of individuals or populations to change. -
    -computational entity - -database entry -
    -has broader - -
    -created - -02/01/24 -
    -is in scheme - -traits.build database -
    -
    -

    -
    -
    -

    plot context

    -
    - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Property - -Value -
    -URI - -plot -
    -preferred label - -plot context -
    -alternative label - -plot -
    -description - -A subdivision of a location, designated because some properties differ across plots within a location, which might cause differences in measured trait values between plots. -
    -computational entity - -database entry -
    -has broader - -
    -created - -02/01/24 -
    -is in scheme - -traits.build database -
    -
    -

    -
    -
    -

    population

    -
    - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Property - -Value -
    -URI - -population -
    -preferred label - -population -
    -alternative label - -population -
    -description - -A collection of organisms, all of the same species, that live in the same place. -
    -computational entity - -database entry -
    -has exact match - -
    -has broader - -
  • Entity -
  • -has context - -
  • life stage -
  • -created - -02/01/24 -
    -is in scheme - -traits.build database -
    -
    -

    -
    -
    -

    temporal context

    -
    - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Property - -Value -
    -URI - -temporal_context -
    -preferred label - -temporal context -
    -alternative label - -temporal_context -
    -description - -A situation or process that varies across time and might cause the measured trait values of individuals or populations to change across time. -
    -computational entity - -database entry -
    -has broader - -
    -created - -02/01/24 -
    -is in scheme - -traits.build database -
    -
    -

    -
    -
    -

    treatment context

    -
    - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Property - -Value -
    -URI - -treatment -
    -preferred label - -treatment context -
    -alternative label - -treatment -
    -description - -An experimental manipulation that subjects different individuals or populations to different conditions, which can lead to differences in measured trait values across treatments. -
    -computational entity - -database entry -
    -has broader - -
    -created - -02/01/24 -
    -is in scheme - -traits.build database -
    -
    -
    -
    -
    -

    Rows within a database table

    -

    Rows or clusters of rows within a database table that represent measurements, observations or observation collections.

    -

    -
    -

    dataset

    -
    - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Property - -Value -
    -URI - -dataset -
    -preferred label - -dataset -
    -alternative label - -dataset -
    -description - -13 relational tables and lists containing all data about a dataset. -
    -computational entity - -database -
    -has exact match - -
    -has unique identifier - -
  • dataset id -
  • -created - -02/01/24 -
    -is in scheme - -traits.build database -
    -
    -

    -
    -
    -

    measurement

    -
    - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Property - -Value -
    -URI - -measurement -
    -preferred label - -measurement -
    -alternative label - -measurement -
    -description - -A measurement is an assertion that a characteristic of an entity had a particular value with respect to an observation event. -
    -computational entity - -database row -
    -has exact match - -
    -created - -02/01/24 -
    -is in scheme - -traits.build database -
    -
    -

    -
    -
    -

    measurement of entity context property

    -
    - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Property - -Value -
    -URI - -measurement_of_entity_context_property -
    -preferred label - -measurement of entity context property -
    -alternative label - -measurement_of_entity_context_property -
    -description - -A measurement made on an entity context property. -
    -computational entity - -database row -
    -has broader - -
    -has unique identifier - -
  • entity context id -
  • -measurement for - -
  • observation of entity context -
  • -created - -02/01/24 -
    -is in scheme - -traits.build database -
    -
    -

    -
    -
    -

    measurement of location property

    -
    - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Property - -Value -
    -URI - -measurement_of_location_property -
    -preferred label - -measurement of location property -
    -alternative label - -measurement_of_location_property -
    -description - -A measurement made on a location property. -
    -computational entity - -database row -
    -has broader - -
    -has value - -
  • location property value -
  • -measurement for - -
  • observation of location
  • -
  • observations at location -
  • -created - -02/01/24 -
    -is in scheme - -traits.build database -
    -
    -

    -
    -
    -

    measurement of plot context property

    -
    - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Property - -Value -
    -URI - -measurement_of_plot_context_property -
    -preferred label - -measurement of plot context property -
    -alternative label - -measurement_of_plot_context_property -
    -description - -A measurement made on a plot context property. -
    -computational entity - -database row -
    -has broader - -
    -has unique identifier - -
  • plot context id -
  • -measurement for - -
  • observation of plot context -
  • -created - -02/01/24 -
    -is in scheme - -traits.build database -
    -
    -

    -
    -
    -

    measurement of temporal context property

    -
    - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Property - -Value -
    -URI - -measurement_of_temporal_context_property -
    -preferred label - -measurement of temporal context property -
    -alternative label - -measurement_of_temporal_context_property -
    -description - -A measurement made on a temporal context property. -
    -computational entity - -database row -
    -has broader - -
    -has unique identifier - -
  • temporal context id -
  • -measurement for - -
  • observation of temporal context -
  • -created - -02/01/24 -
    -is in scheme - -traits.build database -
    -
    -

    -
    -
    -

    measurement of treatment context property

    -
    - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Property - -Value -
    -URI - -measurement_of_treatment_context_property -
    -preferred label - -measurement of treatment context property -
    -alternative label - -measurement_of_treatment_context_property -
    -description - -A measurement made on a treatment context property. -
    -computational entity - -database row -
    -has broader - -
    -has unique identifier - -
  • treatment context id -
  • -has value - -
  • context property value -
  • -measurement for - -
  • observation of a treatment context -
  • -created - -02/01/24 -
    -is in scheme - -traits.build database -
    -
    -

    -
    -
    -

    observation

    -
    - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Property - -Value -
    -URI - -observation -
    -preferred label - -observation -
    -alternative label - -observation -
    -description - -An Observation is a collection of measurements made at a single point in time. In traits.build it is the subset of rows within the traits data that are made on the same entity and share the same observation_id. -
    -comment - -An observation is an assertion that an entity (e.g., biological organisms, geographic locations, or environmental features, among others) was observed by an observer. An observation primarily serves to group a set of measurements together into a single "observation event". Observations are often made within a broader context. The context of an observation is given by other observations, implying that an observed entity (and specifically each corresponding measurement) contextualizes another observed entity (and its corresponding measurements). For example, an observation associated with a location may serve as context for an observation associated with an organism. In this case, the observed characteristic values of the location (such as humidity) are assumed constant for the corresponding measurements of the organism. -
    -computational entity - -database table -
    -has exact match - -
    -has unique identifier - -
  • observation id -
  • -created - -02/01/24 -
    -is in scheme - -traits.build database -
    -
    -

    -
    -
    -

    observation of entity context

    -
    - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Property - -Value -
    -URI - -observation_of_entity_context -
    -preferred label - -observation of entity context -
    -alternative label - -observation_of_entity_context -
    -description - -Observation where entity is a category of context indicating repeat observations have been made on an individual, population or species-level entity across time which might affect the entity’s measured trait values. -
    -computational entity - -database table -
    -has broader - -
    -has unique identifier - -
  • entity context id -
  • -of entity - -
  • individual
  • -
  • population
  • -
  • taxon -
  • -has measurement - -
  • measurement of entity context property -
  • -characteristic for - -
  • entity context property -
  • -created - -02/01/24 -
    -is in scheme - -traits.build database -
    -
    -

    -
    -
    -

    observation of location

    -
    - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Property - -Value -
    -URI - -observation_of_location -
    -preferred label - -observation of location -
    -alternative label - -observation_of_location -
    -description - -Observation of location properties at a single location. -
    -computational entity - -database table -
    -has broader - -
    -has unique identifier - -
  • location id -
  • -of entity - -
  • location -
  • -has measurement - -
  • measurement of location property -
  • -created - -02/01/24 -
    -is in scheme - -traits.build database -
    -
    -

    -
    -
    -

    observation of plot context

    -
    - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Property - -Value -
    -URI - -observation_of_plot_context -
    -preferred label - -observation of plot context -
    -alternative label - -observation_of_plot_context -
    -description - -Observation where entity is a category of context indicating variation across plots at a single location might affect the trait values measured on individual or population-level entities. -
    -computational entity - -database table -
    -has broader - -
    -has unique identifier - -
  • plot context id -
  • -of entity - -
  • plot context -
  • -has measurement - -
  • measurement of plot context property -
  • -characteristic for - -
  • plot context property -
  • -created - -02/01/24 -
    -is in scheme - -traits.build database -
    -
    -

    -
    -
    -

    observation of temporal context

    -
    - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Property - -Value -
    -URI - -observation_of_temporal_context -
    -preferred label - -observation of temporal context -
    -alternative label - -observation_of_temporal_context -
    -description - -Observation where entity is a category of context indicating repeat observations have been made on a plot, which might affect the trait values measured on individual or population-level entities. -
    -comment - -Examples of temporal contexts are sampling season, sampling time of day, and sequential observation numbers without any linked categorical description. -
    -computational entity - -database table -
    -has broader - -
    -has unique identifier - -
  • temporal context id -
  • -of entity - -
  • temporal context -
  • -has measurement - -
  • measurement of temporal context property -
  • -characteristic for - -
  • temporal context property -
  • -created - -02/01/24 -
    -is in scheme - -traits.build database -
    -
    -

    -
    -
    -

    observation of a treatment context

    -
    - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Property - -Value -
    -URI - -observation_of_treatment_context -
    -preferred label - -observation of a treatment context -
    -alternative label - -observation_of_treatment_context -
    -description - -Observation where entity is a context indicating experimental manipulations that might affect the trait values measured on an individual, population or species-level entities. -
    -comment - -Examples include growing temperature, growing CO2 concentrations, and nutrient amendments. -
    -computational entity - -database table -
    -has broader - -
    -has unique identifier - -
  • treatment context id -
  • -of entity - -
  • treatment context -
  • -has measurement - -
  • measurement of treatment context property -
  • -characteristic for - -
  • treatment context property -
  • -created - -02/01/24 -
    -is in scheme - -traits.build database -
    -
    -

    -
    -
    -

    observations at location

    -
    - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Property - -Value -
    -URI - -observations_at_location -
    -preferred label - -observations at location -
    -alternative label - -observations_at_location -
    -description - -Observation collection of location properties and organismal traits at a single location. -
    -computational entity - -database table -
    -has broader - -
    -has unique identifier - -
  • location id -
  • -of entity - -
  • location
  • -
  • population
  • -
  • individual -
  • -has measurement - -
  • measurement of location property
  • -
  • trait measurement -
  • -created - -02/01/24 -
    -is in scheme - -traits.build database -
    -
    -

    -
    -
    -

    observations from dataset

    -
    - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Property - -Value -
    -URI - -observations_from_dataset -
    -preferred label - -observations from dataset -
    -alternative label - -observations_from_dataset -
    -description - -Observation collection encompassing all observations that comprise a dataset. -
    -computational entity - -database table -
    -has broader - -
    -has unique identifier - -
  • dataset id -
  • -of entity - -
  • dataset -
  • -has measurement - -
  • trait measurement
  • -
  • measurement of location property
  • -
  • measurement of treatment context property
  • -
  • measurement of plot context property
  • -
  • measurement of entity context property
  • -
  • measurement of temporal context property -
  • -created - -02/01/24 -
    -is in scheme - -traits.build database -
    -
    -

    -
    -
    -

    observations from source

    -
    - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Property - -Value -
    -URI - -observations_from_source -
    -preferred label - -observations from source -
    -alternative label - -observations_from_source -
    -description - -Observation collection encompassing all observations for a single published or unpublished source. -
    -computational entity - -database table -
    -has broader - -
    -has unique identifier - -
  • source id -
  • -of entity - -
  • source primary citation -
  • -has measurement - -
  • trait measurement
  • -
  • measurement of location property
  • -
  • measurement of treatment context property
  • -
  • measurement of plot context property
  • -
  • measurement of entity context property
  • -
  • measurement of temporal context property -
  • -created - -02/01/24 -
    -is in scheme - -traits.build database -
    -
    -

    -
    -
    -

    observations of individual

    -
    - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Property - -Value -
    -URI - -observations_of_individual -
    -preferred label - -observations of individual -
    -alternative label - -observations_of_individual -
    -description - -Observation collection encompassing all observations on a single individual. -
    -computational entity - -database table -
    -has broader - -
    -has unique identifier - -
  • individual id -
  • -of entity - -
  • individual -
  • -has measurement - -
  • trait measurement -
  • -created - -02/01/24 -
    -is in scheme - -traits.build database -
    -
    -

    -
    -
    -

    observations of population

    -
    - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Property - -Value -
    -URI - -observations_of_population -
    -preferred label - -observations of population -
    -alternative label - -observations_of_population -
    -description - -Observation collection encompassing all observations on a single population. -
    -computational entity - -database table -
    -has broader - -
    -has unique identifier - -
  • population id -
  • -of entity - -
  • population -
  • -has measurement - -
  • trait measurement -
  • -created - -02/01/24 -
    -is in scheme - -traits.build database -
    -
    -

    -
    -
    -

    observations of taxon

    -
    - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Property - -Value -
    -URI - -observations_of_taxon -
    -preferred label - -observations of taxon -
    -alternative label - -observations_of_taxon -
    -description - -Observation collection encompassing all observations on a single taxon within a single dataset. -
    -comment - -An observation collection is a container for a set of observations. -
    -computational entity - -database table -
    -has broader - -
    -has unique identifier - -
  • taxon name -
  • -of entity - -
  • taxon -
  • -has measurement - -
  • trait measurement -
  • -created - -02/01/24 -
    -is in scheme - -traits.build database -
    -
    -

    -
    -
    -

    trait measurement

    -
    - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Property - -Value -
    -URI - -trait_measurement -
    -preferred label - -trait measurement -
    -alternative label - -trait_measurement -
    -description - -A measurement made on a trait. -
    -computational entity - -database row -
    -has broader - -
    -has value - -
  • value -
  • -measurement for - -
  • observation
  • -
  • observations from dataset
  • -
  • observations from source
  • -
  • observations of taxon
  • -
  • observations at location
  • -
  • observations of population
  • -
  • observations of individual -
  • -created - -02/01/24 -
    -is in scheme - -traits.build database -
    -
    -
    -
    -
    -
    -

    3. Acknowledgements

    -

    We are grateful to S Cox, J Smillie, K Levett, M Barlow, and C Brady for useful conversations. The AusTraits project received investment (https://doi.org/10.47486/TD044, https://doi.org/10.47486/DP720) from the Australian Research Data Commons (ARDC). The ARDC is funded by the National Collaborative Research Infrastructure Strategy (NCRIS).

    -
    - -
    - - -
    - - - - - \ No newline at end of file diff --git a/docs/ontology/release/0.1.0/traits.build.json b/docs/ontology/release/0.1.0/traits.build.json index 8576c069..1522ed1a 100644 --- a/docs/ontology/release/0.1.0/traits.build.json +++ b/docs/ontology/release/0.1.0/traits.build.json @@ -1862,7 +1862,7 @@ }, { "@id": "https://w3id.org/traits.build", - "http://purl.org/dc/terms/created": "01/02/24^^", + "http://purl.org/dc/terms/created": "01 February 2024^^", "http://purl.org/dc/terms/creator": [ "Sophie Yang", "Elizabeth Wenk", @@ -1904,7 +1904,7 @@ "@id": "https://w3id.org/traits.build/ORCID", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -1951,7 +1951,7 @@ "@id": "https://w3id.org/traits.build/additional_role", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -1995,7 +1995,7 @@ "@id": "https://w3id.org/traits.build/affiliation", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -2039,7 +2039,7 @@ "@id": "https://w3id.org/traits.build/aligned_name", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -2091,7 +2091,7 @@ "@id": "https://w3id.org/traits.build/allowed_values_levels", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -2145,7 +2145,7 @@ "@id": "https://w3id.org/traits.build/allowed_values_max", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -2189,7 +2189,7 @@ "@id": "https://w3id.org/traits.build/allowed_values_min", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -2233,7 +2233,7 @@ "@id": "https://w3id.org/traits.build/assistants", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -2280,7 +2280,7 @@ "@id": "https://w3id.org/traits.build/basis_of_record", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -2318,7 +2318,7 @@ "@id": "https://w3id.org/traits.build/basis_of_value", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -2359,7 +2359,7 @@ "@id": "https://w3id.org/traits.build/binomial", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -2411,7 +2411,7 @@ }, "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -2460,7 +2460,7 @@ "@id": "https://w3id.org/traits.build/comments", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -2514,7 +2514,7 @@ "@id": "https://w3id.org/traits.build/context", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -2549,7 +2549,7 @@ }, "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -2596,7 +2596,7 @@ "@id": "https://w3id.org/traits.build/contexts_category", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -2637,7 +2637,7 @@ "@id": "https://w3id.org/traits.build/contexts_description", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -2676,6 +2676,10 @@ }, { "@id": "https://w3id.org/traits.build/contexts_link_id", + "http://purl.org/dc/terms/created": { + "@type": "xsd:date", + "@value": "01 February 2024" + }, "http://purl.org/dc/terms/description": { "@language": "en", "@value": "Variable indicating which identifier column in the traits table contains the specified `link_vals`." @@ -2727,6 +2731,10 @@ }, { "@id": "https://w3id.org/traits.build/contexts_link_vals", + "http://purl.org/dc/terms/created": { + "@type": "xsd:date", + "@value": "01 February 2024" + }, "http://purl.org/dc/terms/description": { "@language": "en", "@value": "Unique integer identifiers that link between identifier columns in the `traits` table and the contextual properties/values in the `contexts` table." @@ -2783,7 +2791,7 @@ }, "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -2826,7 +2834,7 @@ "@id": "https://w3id.org/traits.build/contributor", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -2872,10 +2880,10 @@ } }, { - "@id": "https://w3id.org/traits.build/data_collector", + "@id": "https://w3id.org/traits.build/data_collectors", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -2919,14 +2927,14 @@ }, "http://www.w3.org/2000/01/rdf-schema#label": { "@language": "en", - "@value": "data collector" + "@value": "data collectors" }, "http://www.w3.org/2002/07/owl#sameAs": { "@id": "http://vocab.fairdatacollective.org/gdmt/DataCollector" }, "http://www.w3.org/2004/02/skos/core#altLabel": { "@language": "en", - "@value": "data_collector" + "@value": "data_collectors" }, "http://www.w3.org/2004/02/skos/core#broader": { "@id": "http://purl.org/dc/terms/contributor" @@ -2939,14 +2947,14 @@ }, "http://www.w3.org/2004/02/skos/core#prefLabel": { "@language": "en", - "@value": "data collector" + "@value": "data collectors" } }, { "@id": "https://w3id.org/traits.build/dataset", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -2984,7 +2992,7 @@ "@id": "https://w3id.org/traits.build/dataset_curators", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -3031,7 +3039,7 @@ "@id": "https://w3id.org/traits.build/dataset_id", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -3089,7 +3097,7 @@ "@id": "https://w3id.org/traits.build/description", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -3146,7 +3154,7 @@ }, "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -3198,7 +3206,7 @@ "@id": "https://w3id.org/traits.build/entity", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -3231,13 +3239,22 @@ }, { "@id": "https://w3id.org/traits.build/entity_context_id", + "http://purl.org/dc/terms/created": { + "@type": "xsd:date", + "@value": "01 February 2024" + }, "http://purl.org/dc/terms/description": { "@language": "en", "@value": "A unique integer identifier indicating specific contextual properties of an individual, possibly including the individual's sex or caste (for social insects)." }, - "http://rs.tdwg.org/dwc/terms/attributes/organizedInClass": { - "@id": "https://w3id.org/traits.build/traits.build-traits" - }, + "http://rs.tdwg.org/dwc/terms/attributes/organizedInClass": [ + { + "@id": "https://w3id.org/traits.build/traits.build-contexts" + }, + { + "@id": "https://w3id.org/traits.build/traits.build-traits" + } + ], "http://semanticscience.org/resource/SIO_000602": { "@id": "http://semanticscience.org/resource/SIO_000757" }, @@ -3270,7 +3287,7 @@ "@id": "https://w3id.org/traits.build/entity_context_property", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -3320,7 +3337,7 @@ "@id": "https://w3id.org/traits.build/entity_type", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -3355,7 +3372,7 @@ "@id": "https://w3id.org/traits.build/establishment_means", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -3399,7 +3416,7 @@ "@id": "https://w3id.org/traits.build/family", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -3451,7 +3468,7 @@ "@id": "https://w3id.org/traits.build/genus", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -3503,7 +3520,7 @@ "@id": "https://w3id.org/traits.build/given_name", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -3553,7 +3570,7 @@ }, "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -3589,6 +3606,10 @@ }, { "@id": "https://w3id.org/traits.build/individual_id", + "http://purl.org/dc/terms/created": { + "@type": "xsd:date", + "@value": "01 February 2024" + }, "http://purl.org/dc/terms/description": { "@language": "en", "@value": "A unique integer identifier for an individual, with individuals numbered sequentially within each dataset by taxon by population grouping. Most often each row of data represents an individual, but in some datasets trait data collected on a single individual is presented across multiple rows of data, such as if the same trait is measured using different methods or the same individual is measured repeatedly across time." @@ -3628,7 +3649,7 @@ "@id": "https://w3id.org/traits.build/label", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -3688,7 +3709,7 @@ "@id": "https://w3id.org/traits.build/last_name", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -3738,7 +3759,7 @@ }, "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -3793,7 +3814,7 @@ }, "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -3842,7 +3863,7 @@ "@id": "https://w3id.org/traits.build/location", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -3881,6 +3902,10 @@ }, { "@id": "https://w3id.org/traits.build/location_id", + "http://purl.org/dc/terms/created": { + "@type": "xsd:date", + "@value": "01 February 2024" + }, "http://purl.org/dc/terms/description": { "@language": "en", "@value": "A unique integer identifier for a location, with locations numbered sequentially within a dataset. The identifier links to specific information in the location table." @@ -3925,7 +3950,7 @@ "@id": "https://w3id.org/traits.build/location_name", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -3974,7 +3999,7 @@ }, "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -4012,7 +4037,7 @@ "@id": "https://w3id.org/traits.build/locations_value", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -4058,7 +4083,7 @@ }, "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -4110,7 +4135,7 @@ "@id": "https://w3id.org/traits.build/measurement", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -4148,7 +4173,7 @@ }, "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -4194,7 +4219,7 @@ ], "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -4229,7 +4254,7 @@ }, "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -4267,7 +4292,7 @@ }, "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -4308,7 +4333,7 @@ }, "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -4343,7 +4368,7 @@ "@id": "https://w3id.org/traits.build/measurement_remarks", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -4381,7 +4406,7 @@ "@id": "https://w3id.org/traits.build/method_context", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -4416,13 +4441,22 @@ }, { "@id": "https://w3id.org/traits.build/method_context_id", + "http://purl.org/dc/terms/created": { + "@type": "xsd:date", + "@value": "01 February 2024" + }, "http://purl.org/dc/terms/description": { "@language": "en", "@value": "A unique integer identifier indicating a trait is measured multiple times on the same entity, with different methods used for each entry. This field is only used if a single trait is measured using multiple methods within the same dataset. The identifier links to specific information in the context table." }, - "http://rs.tdwg.org/dwc/terms/attributes/organizedInClass": { - "@id": "https://w3id.org/traits.build/traits.build-traits" - }, + "http://rs.tdwg.org/dwc/terms/attributes/organizedInClass": [ + { + "@id": "https://w3id.org/traits.build/traits.build-contexts" + }, + { + "@id": "https://w3id.org/traits.build/traits.build-traits" + } + ], "http://semanticscience.org/resource/SIO_000602": { "@id": "http://semanticscience.org/resource/SIO_000757" }, @@ -4452,7 +4486,7 @@ "@id": "https://w3id.org/traits.build/method_context_property", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -4500,6 +4534,10 @@ }, { "@id": "https://w3id.org/traits.build/method_id", + "http://purl.org/dc/terms/created": { + "@type": "xsd:date", + "@value": "01 February 2024" + }, "http://purl.org/dc/terms/description": { "@language": "en", "@value": "A unique integer identifier to distinguish between multiple sets of methods used to measure a single trait within the same dataset. The identifier links to specific information in the methods table." @@ -4547,7 +4585,7 @@ "@id": "https://w3id.org/traits.build/methods_description", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -4594,7 +4632,7 @@ "@id": "https://w3id.org/traits.build/methods_methods", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -4635,7 +4673,7 @@ "@id": "https://w3id.org/traits.build/observation", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -4677,7 +4715,7 @@ "@id": "https://w3id.org/traits.build/observation_id", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -4732,7 +4770,7 @@ ], "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -4773,7 +4811,7 @@ }, "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -4817,7 +4855,7 @@ }, "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -4861,7 +4899,7 @@ }, "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -4909,7 +4947,7 @@ }, "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -4967,7 +5005,7 @@ ], "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -5025,7 +5063,7 @@ }, "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -5083,7 +5121,7 @@ }, "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -5124,7 +5162,7 @@ }, "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -5165,7 +5203,7 @@ }, "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -5206,7 +5244,7 @@ }, "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -5245,16 +5283,13 @@ "@id": "https://w3id.org/traits.build/original_name", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", "@value": "Name given to taxon in the original data supplied by the authors." }, "http://rs.tdwg.org/dwc/terms/attributes/organizedInClass": [ - { - "@id": "https://w3id.org/traits.build/traits.build-taxa" - }, { "@id": "https://w3id.org/traits.build/traits.build-taxonomic_updates" }, @@ -5265,30 +5300,13 @@ "http://semanticscience.org/resource/SIO_000602": { "@id": "http://semanticscience.org/resource/SIO_000757" }, - "http://semanticscience.org/resource/SIO_000642": [ - { - "@id": "https://w3id.org/traits.build/taxon_name" - }, - { - "@id": "https://w3id.org/traits.build/aligned_name" - } - ], - "http://semanticscience.org/resource/SIO_000672": { - "@id": "https://w3id.org/traits.build/taxon" - }, "http://www.w3.org/1999/02/22-rdf-syntax-ns#datatype": { "@id": "http://www.w3.org/2001/XMLSchema#string" }, - "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@language": "en", - "@value": "original name" - }, - { - "@language": "en", - "@value": "original taxon name" - } - ], + "http://www.w3.org/2000/01/rdf-schema#label": { + "@language": "en", + "@value": "original taxon name" + }, "http://www.w3.org/2004/02/skos/core#altLabel": { "@language": "en", "@value": "original_name" @@ -5304,22 +5322,16 @@ "http://www.w3.org/2004/02/skos/core#inScheme": { "@id": "https://w3id.org/traits.build/" }, - "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "original name" - }, - { - "@language": "en", - "@value": "original taxon name" - } - ] + "http://www.w3.org/2004/02/skos/core#prefLabel": { + "@language": "en", + "@value": "original taxon name" + } }, { "@id": "https://w3id.org/traits.build/plot", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -5354,13 +5366,22 @@ }, { "@id": "https://w3id.org/traits.build/plot_context_id", + "http://purl.org/dc/terms/created": { + "@type": "xsd:date", + "@value": "01 February 2024" + }, "http://purl.org/dc/terms/description": { "@language": "en", "@value": "A unique integer identifier for a plot, where a plot is a distinct collection of organisms within a single geographic location, such as plants growing on different aspects or blocks in an experiment. The identifier links to specific information in the context table." }, - "http://rs.tdwg.org/dwc/terms/attributes/organizedInClass": { - "@id": "https://w3id.org/traits.build/traits.build-traits" - }, + "http://rs.tdwg.org/dwc/terms/attributes/organizedInClass": [ + { + "@id": "https://w3id.org/traits.build/traits.build-contexts" + }, + { + "@id": "https://w3id.org/traits.build/traits.build-traits" + } + ], "http://semanticscience.org/resource/SIO_000602": { "@id": "http://semanticscience.org/resource/SIO_000757" }, @@ -5393,7 +5414,7 @@ "@id": "https://w3id.org/traits.build/plot_context_property", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -5446,7 +5467,7 @@ }, "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -5482,6 +5503,10 @@ }, { "@id": "https://w3id.org/traits.build/population_id", + "http://purl.org/dc/terms/created": { + "@type": "xsd:date", + "@value": "01 February 2024" + }, "http://purl.org/dc/terms/description": { "@language": "en", "@value": "A unique integer identifier for a population, where a population is defined as individuals growing in the same location (location_id /location_name) and plot (plot_context_id, a context category) and being subjected to the same treatment (treatment_context_id, a context category)." @@ -5519,6 +5544,10 @@ }, { "@id": "https://w3id.org/traits.build/repeat_measurements_id", + "http://purl.org/dc/terms/created": { + "@type": "xsd:date", + "@value": "01 February 2024" + }, "http://purl.org/dc/terms/description": { "@language": "en", "@value": "A unique integer identifier for repeat measurements of a trait that comprise a single observation, such as a response curve." @@ -5561,6 +5590,10 @@ }, { "@id": "https://w3id.org/traits.build/replicates", + "http://purl.org/dc/terms/created": { + "@type": "xsd:date", + "@value": "01 February 2024" + }, "http://purl.org/dc/terms/description": { "@language": "en", "@value": "Number of replicate measurements that comprise a recorded trait measurement. A numeric value (or range) is ideal and appropriate if the value type is a `mean`, `median`, `min` or  `max`. For these value types, if replication is unknown the entry should be `unknown`. If the value type is `raw_value` the replicate value should be 1. If the trait is categorical or the value indicates a measurement for an entire species (or other taxon) replicate value should be `.na`." @@ -5600,7 +5633,7 @@ "@id": "https://w3id.org/traits.build/sampling_strategy", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -5644,7 +5677,7 @@ "@id": "https://w3id.org/traits.build/scientific_name", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -5691,7 +5724,7 @@ "@id": "https://w3id.org/traits.build/scientific_name_id", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -5738,7 +5771,7 @@ "@id": "https://w3id.org/traits.build/source_id", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -5784,7 +5817,7 @@ "@id": "https://w3id.org/traits.build/source_original_dataset_citation", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -5828,7 +5861,7 @@ "@id": "https://w3id.org/traits.build/source_original_dataset_key", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -5875,7 +5908,7 @@ "@id": "https://w3id.org/traits.build/source_primary_citation", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -5919,7 +5952,7 @@ "@id": "https://w3id.org/traits.build/source_primary_key", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -5966,7 +5999,7 @@ "@id": "https://w3id.org/traits.build/source_secondary_citation", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -6010,7 +6043,7 @@ "@id": "https://w3id.org/traits.build/source_secondary_key", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -6051,7 +6084,7 @@ "@id": "https://w3id.org/traits.build/taxon", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": [ { @@ -6150,7 +6183,7 @@ "@id": "https://w3id.org/traits.build/taxon_distribution", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -6188,7 +6221,7 @@ "@id": "https://w3id.org/traits.build/taxon_id", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -6235,7 +6268,7 @@ "@id": "https://w3id.org/traits.build/taxon_name", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -6314,7 +6347,7 @@ "@id": "https://w3id.org/traits.build/taxon_rank", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -6362,7 +6395,7 @@ "@id": "https://w3id.org/traits.build/taxonomic_dataset", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -6406,7 +6439,7 @@ "@id": "https://w3id.org/traits.build/taxonomic_resolution", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -6447,7 +6480,7 @@ "@id": "https://w3id.org/traits.build/taxonomic_status", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -6491,7 +6524,7 @@ "@id": "https://w3id.org/traits.build/temporal_context", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -6526,13 +6559,22 @@ }, { "@id": "https://w3id.org/traits.build/temporal_context_id", + "http://purl.org/dc/terms/created": { + "@type": "xsd:date", + "@value": "01 February 2024" + }, "http://purl.org/dc/terms/description": { "@language": "en", "@value": "A unique integer identifier assigned where repeat observations are made on the same individual (or population, or taxon) across time. The identifier links to specific information in the context table." }, - "http://rs.tdwg.org/dwc/terms/attributes/organizedInClass": { - "@id": "https://w3id.org/traits.build/traits.build-traits" - }, + "http://rs.tdwg.org/dwc/terms/attributes/organizedInClass": [ + { + "@id": "https://w3id.org/traits.build/traits.build-contexts" + }, + { + "@id": "https://w3id.org/traits.build/traits.build-traits" + } + ], "http://semanticscience.org/resource/SIO_000602": { "@id": "http://semanticscience.org/resource/SIO_000757" }, @@ -6565,7 +6607,7 @@ "@id": "https://w3id.org/traits.build/temporal_context_property", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -6615,7 +6657,7 @@ "@id": "https://w3id.org/traits.build/trait", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -6684,7 +6726,7 @@ "@id": "https://w3id.org/traits.build/trait_concept_URI", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -6764,7 +6806,7 @@ ], "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -6796,7 +6838,7 @@ "@id": "https://w3id.org/traits.build/trait_name", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -6852,7 +6894,7 @@ "@id": "https://w3id.org/traits.build/trait_value", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -6896,6 +6938,10 @@ }, { "@id": "https://w3id.org/traits.build/traits.build-build_info", + "http://purl.org/dc/terms/created": { + "@type": "xsd:date", + "@value": "01 February 2024" + }, "http://purl.org/dc/terms/description": { "@language": "en", "@value": "A description of the computing environment used to create this version of the dataset, including version number, git commit and R session_info." @@ -6923,7 +6969,7 @@ "@id": "https://w3id.org/traits.build/traits.build-contexts", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -6952,7 +6998,7 @@ "@id": "https://w3id.org/traits.build/traits.build-contributors", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -6981,7 +7027,7 @@ "@id": "https://w3id.org/traits.build/traits.build-definitions", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -7016,7 +7062,7 @@ "@id": "https://w3id.org/traits.build/traits.build-excluded_data", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -7045,7 +7091,7 @@ "@id": "https://w3id.org/traits.build/traits.build-locations", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -7081,7 +7127,7 @@ "@id": "https://w3id.org/traits.build/traits.build-metadata", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -7113,7 +7159,7 @@ "@id": "https://w3id.org/traits.build/traits.build-methods", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -7143,6 +7189,10 @@ }, { "@id": "https://w3id.org/traits.build/traits.build-schema", + "http://purl.org/dc/terms/created": { + "@type": "xsd:date", + "@value": "01 February 2024" + }, "http://purl.org/dc/terms/description": { "@language": "en", "@value": "A copy of the schema for all tables and terms. Information included here was used to process data and generate any documentation for the study." @@ -7170,7 +7220,7 @@ "@id": "https://w3id.org/traits.build/traits.build-sources", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -7199,7 +7249,7 @@ "@id": "https://w3id.org/traits.build/traits.build-taxa", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -7234,7 +7284,7 @@ "@id": "https://w3id.org/traits.build/traits.build-taxonomic_updates", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -7263,7 +7313,7 @@ "@id": "https://w3id.org/traits.build/traits.build-traits", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -7310,7 +7360,7 @@ "@id": "https://w3id.org/traits.build/treatment", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -7345,13 +7395,22 @@ }, { "@id": "https://w3id.org/traits.build/treatment_context_id", + "http://purl.org/dc/terms/created": { + "@type": "xsd:date", + "@value": "01 February 2024" + }, "http://purl.org/dc/terms/description": { "@language": "en", "@value": "A unique integer identifier for a treatment, where a treatment is any experimental manipulation to an organism's growing/living conditions. The identifier links to specific information in the context table." }, - "http://rs.tdwg.org/dwc/terms/attributes/organizedInClass": { - "@id": "https://w3id.org/traits.build/traits.build-traits" - }, + "http://rs.tdwg.org/dwc/terms/attributes/organizedInClass": [ + { + "@id": "https://w3id.org/traits.build/traits.build-contexts" + }, + { + "@id": "https://w3id.org/traits.build/traits.build-traits" + } + ], "http://semanticscience.org/resource/SIO_000602": { "@id": "http://semanticscience.org/resource/SIO_000757" }, @@ -7384,7 +7443,7 @@ "@id": "https://w3id.org/traits.build/treatment_context_property", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -7434,7 +7493,7 @@ "@id": "https://w3id.org/traits.build/trinomial", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -7483,7 +7542,7 @@ "@id": "https://w3id.org/traits.build/type", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -7527,7 +7586,7 @@ "@id": "https://w3id.org/traits.build/unit", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -7575,7 +7634,7 @@ "@id": "https://w3id.org/traits.build/units", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -7619,7 +7678,7 @@ "@id": "https://w3id.org/traits.build/value_type", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", diff --git a/docs/ontology/release/0.1.0/traits.build.nq b/docs/ontology/release/0.1.0/traits.build.nq index 77c34dcb..85865c70 100644 --- a/docs/ontology/release/0.1.0/traits.build.nq +++ b/docs/ontology/release/0.1.0/traits.build.nq @@ -7,7 +7,7 @@ "traits table"@en . "A table containing measurements of traits."@en . "Includes information that must be recorded at the Measurement or Observation level."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . . "contexts table"@en . @@ -15,7 +15,7 @@ . "contexts table"@en . "A table containing observations of contextual characteristics associated with information in `traits`. Cross referencing between the two dataframes is possible using combinations of the variables `dataset_id`, `link_id`, and `link_vals`."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . "locations table"@en . "locations"@en . @@ -24,7 +24,7 @@ "locations table"@en . "A table containing observations of location/site characteristics associated with information in `traits`. Cross referencing between the two dataframes is possible using combinations of the variables `dataset_id`, `location_name`."@en . "Includes information about Location properties."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . "methods table"@en . "methods"@en . @@ -32,21 +32,21 @@ . "methods table"@en . "A table containing details on methods with which data were collected, including time frame and source. Cross referencing with the `traits` table is possible using combinations of the variables `dataset_id`, `trait_name`."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . "excluded data table"@en . "excluded_data"@en . . "excluded data table"@en . "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."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . "taxonomic updates table"@en . "taxonomic_updates"@en . . "taxonomic updates table"@en . "A table of all taxonomic changes implemented in the construction of AusTraits. Changes are determined by comparing the originally submitted taxon name against the taxonomic names listed in the taxonomic reference files, best placed in a subfolder in the `config` folder . Cross referencing with the `traits` table is possible using combinations of the variables `dataset_id` and `taxon_name`."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . "taxa table"@en . "taxa"@en . @@ -54,7 +54,7 @@ . "taxa table"@en . "A table containing details on taxa associated with information in `traits`. Whenever possible, this information is sourced from curated taxon lists that include identifiers for each taxon. The information compiled in this table is released under a CC-BY3 license. Cross referencing between the two dataframes is possible using combinations of the variable `taxon_name`."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . . "contributors table"@en . @@ -62,14 +62,14 @@ . "contributors table"@en . "A table of people contributing to each study."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . "sources table"@en . "sources"@en . . "sources table"@en . "A list containing citation details for all database sources."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . "definitions table"@en . "definitions"@en . @@ -77,7 +77,7 @@ . "definitions table"@en . "A list containing trait concept descriptions used to build the database."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . . "schema"@en . @@ -85,6 +85,7 @@ . "schema"@en . "A copy of the schema for all tables and terms. Information included here was used to process data and generate any documentation for the study."@en . + "01 February 2024"^^ . . "metadata table"@en . "metadata"@en . @@ -92,13 +93,14 @@ . "metadata table"@en . "A list containing database metadata."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . "build info"@en . "build_info"@en . . "build info"@en . "A description of the computing environment used to create this version of the dataset, including version number, git commit and R session_info."@en . + "01 February 2024"^^ . . "dataset"@en . "dataset"@en . @@ -107,7 +109,7 @@ "dataset"@en . . "13 relational tables and lists containing all data about a dataset."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . . "observation"@en . @@ -118,7 +120,7 @@ . "An Observation is a collection of measurements made at a single point in time. In traits.build it is the subset of rows within the traits data that are made on the same entity and share the same observation_id."@en . "An observation is an assertion that an entity (e.g., biological organisms, geographic locations, or environmental features, among others) was observed by an observer. An observation primarily serves to group a set of measurements together into a single "observation event". Observations are often made within a broader context. The context of an observation is given by other observations, implying that an observed entity (and specifically each corresponding measurement) contextualizes another observed entity (and its corresponding measurements). For example, an observation associated with a location may serve as context for an observation associated with an organism. In this case, the observed characteristic values of the location (such as humidity) are assumed constant for the corresponding measurements of the organism."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . . "observations from dataset"@en . @@ -135,7 +137,7 @@ . . "Observation collection encompassing all observations that comprise a dataset."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . "observations from source"@en . "observations_from_source"@en . @@ -151,7 +153,7 @@ . . "Observation collection encompassing all observations for a single published or unpublished source."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . "observations of taxon"@en . "observations_of_taxon"@en . @@ -163,7 +165,7 @@ . "Observation collection encompassing all observations on a single taxon within a single dataset."@en . "An observation collection is a container for a set of observations."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . "observations at location"@en . "observations_at_location"@en . @@ -177,7 +179,7 @@ . . "Observation collection of location properties and organismal traits at a single location."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . "observation of location"@en . "observation_of_location"@en . @@ -188,7 +190,7 @@ . . "Observation of location properties at a single location."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . "observations of population"@en . "observations_of_population"@en . @@ -199,7 +201,7 @@ . . "Observation collection encompassing all observations on a single population."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . "observations of individual"@en . "observations_of_individual"@en . @@ -210,7 +212,7 @@ . . "Observation collection encompassing all observations on a single individual."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . "observation of a treatment context"@en . "observation_of_treatment_context"@en . @@ -223,7 +225,7 @@ . "Observation where entity is a context indicating experimental manipulations that might affect the trait values measured on an individual, population or species-level entities."@en . "Examples include growing temperature, growing CO2 concentrations, and nutrient amendments."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . "observation of plot context"@en . "observation_of_plot_context"@en . @@ -235,7 +237,7 @@ . . "Observation where entity is a category of context indicating variation across plots at a single location might affect the trait values measured on individual or population-level entities."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . "observation of entity context"@en . "observation_of_entity_context"@en . @@ -249,7 +251,7 @@ . . "Observation where entity is a category of context indicating repeat observations have been made on an individual, population or species-level entity across time which might affect the entity's measured trait values."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . "observation of temporal context"@en . "observation_of_temporal_context"@en . @@ -262,7 +264,7 @@ . "Observation where entity is a category of context indicating repeat observations have been made on a plot, which might affect the trait values measured on individual or population-level entities."@en . "Examples of temporal contexts are `sampling season`, `sampling time of day`, and sequential `observation numbers` without any linked categorical description."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . "measurement"@en . "measurement"@en . @@ -270,7 +272,7 @@ . "measurement"@en . "A measurement is an assertion that a characteristic of an entity had a particular value with respect to an observation event."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . . "trait measurement"@en . @@ -287,7 +289,7 @@ "trait measurement"@en . . "A measurement made on a trait."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . "measurement of location property"@en . "measurement_of_location_property"@en . @@ -298,7 +300,7 @@ "measurement of location property"@en . . "A measurement made on a location property."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . "measurement of treatment context property"@en . "measurement_of_treatment_context_property"@en . @@ -309,7 +311,7 @@ . . "A measurement made on a treatment context property."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . "measurement of plot context property"@en . "measurement_of_plot_context_property"@en . @@ -319,7 +321,7 @@ "measurement of plot context property"@en . . "A measurement made on a plot context property."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . "measurement of entity context property"@en . "measurement_of_entity_context_property"@en . @@ -329,7 +331,7 @@ "measurement of entity context property"@en . . "A measurement made on an entity context property."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . "measurement of temporal context property"@en . "measurement_of_temporal_context_property"@en . @@ -339,7 +341,7 @@ "measurement of temporal context property"@en . . "A measurement made on a temporal context property."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . "entity"@en . "entity"@en . @@ -347,7 +349,7 @@ . "entity"@en . "An entity is an object (e.g., a tree, a community, an ecological process). Entities constitute the foci of observations, i.e., every observation is of exactly one entity."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . . "individual"@en . @@ -358,7 +360,7 @@ . "individual"@en . "An individual living organism."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . . "population"@en . @@ -369,7 +371,7 @@ . "population"@en . "A collection of organisms, all of the same species, that live in the same place."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . . "taxon"@en . @@ -378,7 +380,7 @@ . "taxon"@en . "A circumscribed set of organisms."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . "location"@en . "location"@en . @@ -388,7 +390,7 @@ "location"@en . . "A spatial region or named place."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . . "context"@en . @@ -397,7 +399,7 @@ . "context"@en . "The situation within which a trait measurement is made, which can help explain the measured trait value."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . "plot context"@en . "plot"@en . @@ -406,7 +408,7 @@ . "plot context"@en . "A subdivision of a location, designated because some properties differ across plots within a location, which might cause differences in measured trait values between plots."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . "treatment context"@en . "treatment"@en . @@ -415,7 +417,7 @@ . "treatment context"@en . "An experimental manipulation that subjects different individuals or populations to different conditions, which can lead to differences in measured trait values across treatments."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . "temporal context"@en . "temporal_context"@en . @@ -424,7 +426,7 @@ . "temporal context"@en . "A situation or process that varies across time and might cause the measured trait values of individuals or populations to change across time."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . "method context"@en . "method_context"@en . @@ -433,7 +435,7 @@ . "method context"@en . "A compment of a trait measurement protocol that is changed between individual trait measurements and might cause the measured trait values of individuals or populations to change."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . "dataset id"@en . "dataset_id"@en . @@ -449,7 +451,7 @@ "dataset id"@en . . "Primary identifier for each study contributed to AusTraits, most often these are scientific papers, books, or online resources. By default this should be the name of the first author and year of publication, e.g. `Falster_2005`."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . "taxon name"@en . "taxon_name"@en . @@ -470,7 +472,7 @@ . "Scientific name of the taxon on which traits were sampled, without authorship. When possible, this is the currently accepted (botanical) or valid (zoological) scientific name, but might also be a higher taxonomic level."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . "observation id"@en . "observation_id"@en . @@ -480,7 +482,7 @@ "observation id"@en . . "A unique integral identifier for the observation, where an observation is all measurements made on an individual at a single point in time. It is important for joining traits coming from the same `observation_id`. Within each dataset, observation_id's are unique combinations of `taxon_name`, `population_id`, `individual_id`, and `temporal_context_id`."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . "trait name"@en . "trait_name"@en . @@ -492,7 +494,7 @@ . "trait name"@en . "Name of the trait sampled. Allowable values specified in the table `definitions`."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . . . @@ -505,7 +507,7 @@ . "value"@en . "The measured value of a trait."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . . "unit"@en . @@ -516,7 +518,7 @@ . "unit"@en . "Units of the sampled trait value after aligning with AusTraits standards."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . . . @@ -527,7 +529,7 @@ "entity type"@en . "A categorical variable specifying the entity corresponding to the trait values recorded."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . "value type"@en . "value_type"@en . @@ -537,7 +539,7 @@ "value type"@en . "A categorical variable describing the statistical nature of the trait value recorded."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . "basis of value"@en . @@ -548,7 +550,7 @@ "basis of value"@en . "A categorical variable describing how the trait value was obtained."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . "replicates"@en . @@ -559,6 +561,7 @@ "replicates"@en . "Number of replicate measurements that comprise a recorded trait measurement. A numeric value (or range) is ideal and appropriate if the value type is a `mean`, `median`, `min` or  `max`. For these value types, if replication is unknown the entry should be `unknown`. If the value type is `raw_value` the replicate value should be 1. If the trait is categorical or the value indicates a measurement for an entire species (or other taxon) replicate value should be `.na`."@en . . + "01 February 2024"^^ . . . "basis of record"@en . @@ -569,7 +572,7 @@ "basis of record"@en . "A categorical variable specifying from which kind of specimen traits were recorded."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . "life stage"@en . "life_stage"@en . @@ -582,7 +585,7 @@ . "A field to indicate the life stage or age class of the entity measured. Standard values are `adult`, `sapling`, `seedling` and `juvenile`."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . "population id"@en . @@ -594,6 +597,7 @@ . "A unique integer identifier for a population, where a population is defined as individuals growing in the same location (location_id /location_name) and plot (plot_context_id, a context category) and being subjected to the same treatment (treatment_context_id, a context category)."@en . . + "01 February 2024"^^ . . "individual id"@en . "individual_id"@en . @@ -604,6 +608,7 @@ . "A unique integer identifier for an individual, with individuals numbered sequentially within each dataset by taxon by population grouping. Most often each row of data represents an individual, but in some datasets trait data collected on a single individual is presented across multiple rows of data, such as if the same trait is measured using different methods or the same individual is measured repeatedly across time."@en . . + "01 February 2024"^^ . . "repeat measurements id"@en . "repeat_measurements_id"@en . @@ -615,6 +620,7 @@ . "A unique integer identifier for repeat measurements of a trait that comprise a single observation, such as a response curve."@en . . + "01 February 2024"^^ . . "source id"@en . "source_id"@en . @@ -626,7 +632,7 @@ . "For datasets that are compilations, an identifier for the original data source."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . "location id"@en . "location_id"@en . @@ -638,55 +644,66 @@ . "A unique integer identifier for a location, with locations numbered sequentially within a dataset. The identifier links to specific information in the location table."@en . . + "01 February 2024"^^ . . "treatment context id"@en . "treatment_context_id"@en . . . . + . "treatment context id"@en . . "A unique integer identifier for a treatment, where a treatment is any experimental manipulation to an organism's growing/living conditions. The identifier links to specific information in the context table."@en . . + "01 February 2024"^^ . . "plot context id"@en . "plot_context_id"@en . . . . + . "plot context id"@en . . "A unique integer identifier for a plot, where a plot is a distinct collection of organisms within a single geographic location, such as plants growing on different aspects or blocks in an experiment. The identifier links to specific information in the context table."@en . . + "01 February 2024"^^ . . "entity context id"@en . "entity_context_id"@en . . . . + . "entity context id"@en . . "A unique integer identifier indicating specific contextual properties of an individual, possibly including the individual's sex or caste (for social insects)."@en . . + "01 February 2024"^^ . . "temporal context id"@en . "temporal_context_id"@en . . . . + . "temporal context id"@en . . "A unique integer identifier assigned where repeat observations are made on the same individual (or population, or taxon) across time. The identifier links to specific information in the context table."@en . . + "01 February 2024"^^ . . "method context id"@en . "method_context_id"@en . . . . + . "method context id"@en . "A unique integer identifier indicating a trait is measured multiple times on the same entity, with different methods used for each entry. This field is only used if a single trait is measured using multiple methods within the same dataset. The identifier links to specific information in the context table."@en . . + "01 February 2024"^^ . . "collection date"@en . "collection_date"@en . @@ -699,7 +716,7 @@ . "Date sample was taken, in the format `yyyy-mm-dd`, `yyyy-mm` or `yyyy`, depending on the resoluton specified. Alternatively an overall range for the study can be indicating, with the starting and ending sample date sepatated by a `/`, as in 2010-10/2011-03"@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . "measurement remarks"@en . @@ -710,7 +727,7 @@ "measurement remarks"@en . "Brief comments or notes accompanying the trait measurement."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . "method id"@en . "method_id"@en . @@ -723,6 +740,7 @@ . "A unique integer identifier to distinguish between multiple sets of methods used to measure a single trait within the same dataset. The identifier links to specific information in the methods table."@en . . + "01 February 2024"^^ . . "original taxon name"@en . "original_name"@en . @@ -734,7 +752,7 @@ "original taxon name"@en . "Name given to taxon in the original data supplied by the authors."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . "location name"@en . "location_name"@en . @@ -745,7 +763,7 @@ "location name"@en . "The location name used by the data contributor or a generic location name designated by AusTraits when one is not provided."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . "location property"@en . "location_property"@en . @@ -757,7 +775,7 @@ . "The location characteristic being recorded. The name should include units of measurement, e.g. `MAT (C)`. Ideally we have at least the following variables for each location, `longitude (deg)`, `latitude (deg)`, `description`."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . "location property value"@en . "value"@en . @@ -768,7 +786,7 @@ "location property value"@en . "The measured value of a location property."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . "latitude (deg)"@en . "latitude"@en . @@ -782,7 +800,7 @@ . "The geographic latitude (in decimal degrees, using the spatial reference system given in geodeticDatum) of the geographic center of a Location. Positive values are north of the Equator, negative values are south of it. Legal values lie between -90 and 90, inclusive."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . "longitude (deg)"@en . @@ -797,7 +815,7 @@ . "The geographic longitude (in decimal degrees, using the spatial reference system given in dwc:geodeticDatum) of the geographic center of a dcterms:Location. Positive values are east of the Greenwich Meridian, negative values are west of it. Legal values lie between -180 and 180, inclusive."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . "elevation (m)"@en . @@ -812,7 +830,7 @@ . "The elevation above mean sea level in meters."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . "context property"@en . @@ -826,7 +844,7 @@ . "The contextual characteristic being recorded. If applicable, name should include units of measurement, e.g. `CO2 concentration (ppm)`."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . "treatment context property"@en . @@ -840,7 +858,7 @@ . "A context characteristic indicating stratified treatments that might affect the trait values measured on an individual or population-level entity."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . "plot context property"@en . @@ -854,7 +872,7 @@ . "A context characteristic indicating stratified variation within a location that might affect the trait values measured on an individual or population-level entity."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . "entity context property"@en . @@ -868,7 +886,7 @@ . "A context characteristic indicating stratified variation across individuals or populations might affect the trait values measured."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . "temporal context property"@en . @@ -882,7 +900,7 @@ . "A context characteristic indicating stratified variation across time might affect the trait values measured."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . "method context property"@en . @@ -896,7 +914,7 @@ . "A context characteristic indicating stratified variation in the protocol used to measure traits might affect the trait values measured."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . "context property category"@en . @@ -908,7 +926,7 @@ . "The category of context property, with options being `plot`, `treatment`, `individual_context`, `temporal` and `method`."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . "context property value"@en . "value"@en . @@ -920,7 +938,7 @@ "context property value"@en . "The measured value of a context property."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . "context property value description"@en . "description"@en . @@ -931,7 +949,7 @@ . "Description of a specific context property value."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . "context propety link id"@en . "link_id"@en . @@ -946,6 +964,7 @@ . "Variable indicating which identifier column in the traits table contains the specified `link_vals`."@en . . + "01 February 2024"^^ . . "context propety link vals"@en . "link_vals"@en . @@ -960,6 +979,7 @@ . "Unique integer identifiers that link between identifier columns in the `traits` table and the contextual properties/values in the `contexts` table."@en . . + "01 February 2024"^^ . . "methods"@en . "methods"@en . @@ -970,7 +990,7 @@ "methods"@en . "A textual description of the methods used to collect the trait data. Whenever available, methods are taken near-verbatim from the referenced source. Methods can include descriptions such as 'measured on botanical collections', 'data from the literature', or a detailed description of the field or lab methods used to collect the data."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . "dataset description"@en . "description"@en . @@ -982,7 +1002,7 @@ . "A 1-2 sentence description of the purpose of the study."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . "dataset sampling strategy"@en . @@ -994,7 +1014,7 @@ . "When available, this information is lifted verbatim from a published manuscript. For preserved specimens, this field ideally indicates which records were 'sampled' to measure a specific trait."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . "source primary key"@en . @@ -1007,7 +1027,7 @@ . "Citation key for the primary source in `sources`. The key is typically formatted as `Surname_year`."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . "source primary citation"@en . @@ -1020,7 +1040,7 @@ . "Citation for the primary source. This detail is generated from the primary source in the metadata."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . "source secondary key"@en . "source_secondary_key"@en . @@ -1031,7 +1051,7 @@ . "Citation key for the secondary source in `sources`. The key is typically formatted as `Surname_year`."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . "source secondary citation"@en . "source_secondary_citation"@en . @@ -1043,7 +1063,7 @@ . "Citations for the secondary source. This detail is generated from the secondary source in the metadata."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . "source original dataset key"@en . "source_original_dataset_key"@en . @@ -1055,7 +1075,7 @@ . "Citation key for the original dataset_id in sources, for compilations. The key is typically formatted as `Surname_year`."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . "source original dataset citation"@en . @@ -1068,7 +1088,7 @@ . "Citations for the original dataset_id in sources, for compilationse. This detail is generated from the original source in the metadata."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . "contributor"@en . "contributor"@en . @@ -1080,7 +1100,7 @@ . "A person contributing to a dataset."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . "assistants"@en . @@ -1093,7 +1113,7 @@ . "People who played a more minor role in data collection for the study."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . "dataset curators"@en . @@ -1106,28 +1126,28 @@ . "Database team member(s) who contacted the data collectors and added the study to the database repository."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . - "data collector"@en . - "data_collector"@en . - . - . - . - . - . - "data collector"@en . - . - . - . - . - . - . - "Person contributing to a dataset as a data collector."@en . - . - "02/01/24"^^ . - . - . + "data collectors"@en . + "data_collectors"@en . + . + . + . + . + . + "data collectors"@en . + . + . + . + . + . + . + "Person contributing to a dataset as a data collector."@en . + . + "01 February 2024"^^ . + . + . "last name"@en . "last_name"@en . . @@ -1138,7 +1158,7 @@ . "Last name of the data collector."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . "given name"@en . @@ -1151,7 +1171,7 @@ . "Given names of the data collector."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . "ORCID identifier"@en . @@ -1164,7 +1184,7 @@ . "ORCID (Open Researcher and Contributor ID) for the data collector, if available."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . "affiliation"@en . @@ -1176,7 +1196,7 @@ . "Affiliation of data collector."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . "additional role"@en . @@ -1188,24 +1208,9 @@ . "Any additional roles the data collector had in the study, a field most frequently used to identify which data contributor is the contact person for the dataset."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . - "original name"@en . - "original_name"@en . - . - . - . - . - . - "original name"@en . - . - . - . - "Name given to taxon in the original data supplied by the authors."@en . - . - "02/01/24"^^ . - . "taxonomic dataset"@en . "taxonomic_dataset"@en . . @@ -1215,7 +1220,7 @@ . "Name of the taxonomy (tree) that contains this concept. ie. APC, AusMoss etc."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . "taxon rank"@en . @@ -1228,7 +1233,7 @@ "The taxonomic rank of the most specific name in the scientific name."@en . "This is to clarify cases where information is not given on a species level."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . "trinomial"@en . @@ -1242,7 +1247,7 @@ . "The infraspecific taxon name match for an original name. This column is assigned `na` for taxon name that are at a broader taxonomic_resolution."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . "binomial"@en . "binomial"@en . @@ -1255,7 +1260,7 @@ . "The species-level taxon name match for an original name. This column is assigned `na` for taxon name that are at a broader taxonomic_resolution."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . "genus"@en . "genus"@en . @@ -1268,7 +1273,7 @@ . "Genus of the taxon without authorship."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . "family"@en . @@ -1282,7 +1287,7 @@ . "Family of the taxon."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . "taxon distribution"@en . @@ -1293,7 +1298,7 @@ . "Known distribution of the taxon, by Australian state."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . "establishment means"@en . "establishment_means"@en . @@ -1304,7 +1309,7 @@ . "Statement about whether an organism or organisms have been introduced to a given place and time through the direct or indirect activity of modern humans."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . "taxonomic status"@en . @@ -1316,7 +1321,7 @@ . "The status of the use of the scientificName as a label for the taxon in regard to the 'accepted (or valid) taxonomy'. The assigned taxonomic status must be linked to a specific taxonomic reference that defines the concept."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . "scientific name"@en . @@ -1329,7 +1334,7 @@ . "The full scientific name, with authorship and date information if known."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . "taxon id"@en . @@ -1342,7 +1347,7 @@ . "An identifier for the set of taxon information (data associated with the taxon class). May be a global unique identifier or an identifier specific to the data set. Must be resolvable within this dataset."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . "scientific name id"@en . @@ -1355,7 +1360,7 @@ . "An identifier for the set of taxon information (data associated with the taxon class). May be a global unique identifier or an identifier specific to the data set. Must be resolvable within this dataset."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . "taxon"@en . @@ -1378,7 +1383,7 @@ . "A group of organisms assumed to form a homogeneous unit with regard to associated trait measurements."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . "aligned name"@en . @@ -1393,7 +1398,7 @@ . "The taxon name without authorship after implementing automated syntax standardisation and spelling changes as well as manually encoded syntax alignments for this taxon in the metadata file for the corresponding `dataset_id`. This name has not yet been matched to the currently accepted (botanical) or valid (zoological) taxon name in cases where there are taxonomic synonyms, isonyms, orthographic variants, etc."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . "taxonomic resolution"@en . "taxonomic_resolution"@en . @@ -1404,7 +1409,7 @@ . "The rank of the most specific taxon name (or scientific name) to which a submitted orignal name resolves."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . "trait concept"@en . "trait"@en . @@ -1422,7 +1427,7 @@ . "A collection of trait values pertaining to a distinct characteristic of a specific part of an organism (cell, tissue, organ, or whole organism)."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . "trait identifier"@en . @@ -1435,7 +1440,7 @@ . "Unique identifier of the trait according to a public ontology, or a user-provided thesaurus of traits."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . . @@ -1450,7 +1455,7 @@ . "A concise English label for the trait."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . . @@ -1465,7 +1470,7 @@ . "A short description, generally ranging from 1-3 sentences that clearly indicates the trait’s scope."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . . @@ -1479,7 +1484,7 @@ . "Additional notes about the scope of the trait or acceptable methods."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . . @@ -1492,7 +1497,7 @@ . "An upper boundary for accepted numerical values."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . "min allowed values"@en . @@ -1504,7 +1509,7 @@ . "A lower boundary for accepted numerical values."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . "units"@en . @@ -1516,7 +1521,7 @@ . "The preferred units for the trait, conforming to the Unified Code for Units of Measure (UCUM). There are often two entries for units, one that is a string and the second which links to a units of measurement axiom."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . "allowed categorical values"@en . @@ -1529,7 +1534,7 @@ . "Allowed trait values for a categorical trait, including a brief description of the value."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . . @@ -1542,7 +1547,7 @@ . "Type of trait, specifying if traits are categorical, numeric, or ordinal."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . "Identifier"@en . @@ -1957,5 +1962,5 @@ "Daniel Falster" . "Elizabeth Wenk" . "Sophie Yang" . - "01/02/24^^" . + "01 February 2024^^" . . diff --git a/docs/ontology/release/0.1.0/traits.build.nt b/docs/ontology/release/0.1.0/traits.build.nt index b935ee6a..31413275 100644 --- a/docs/ontology/release/0.1.0/traits.build.nt +++ b/docs/ontology/release/0.1.0/traits.build.nt @@ -7,7 +7,7 @@ "traits table"@en "A table containing measurements of traits."@en "Includes information that must be recorded at the Measurement or Observation level."@en - "02/01/24"^^ + "01 February 2024"^^ "contexts table"@en @@ -15,7 +15,7 @@ "contexts table"@en "A table containing observations of contextual characteristics associated with information in `traits`. Cross referencing between the two dataframes is possible using combinations of the variables `dataset_id`, `link_id`, and `link_vals`."@en - "02/01/24"^^ + "01 February 2024"^^ "locations table"@en "locations"@en @@ -24,7 +24,7 @@ "locations table"@en "A table containing observations of location/site characteristics associated with information in `traits`. Cross referencing between the two dataframes is possible using combinations of the variables `dataset_id`, `location_name`."@en "Includes information about Location properties."@en - "02/01/24"^^ + "01 February 2024"^^ "methods table"@en "methods"@en @@ -32,21 +32,21 @@ "methods table"@en "A table containing details on methods with which data were collected, including time frame and source. Cross referencing with the `traits` table is possible using combinations of the variables `dataset_id`, `trait_name`."@en - "02/01/24"^^ + "01 February 2024"^^ "excluded data table"@en "excluded_data"@en "excluded data table"@en "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."@en - "02/01/24"^^ + "01 February 2024"^^ "taxonomic updates table"@en "taxonomic_updates"@en "taxonomic updates table"@en "A table of all taxonomic changes implemented in the construction of AusTraits. Changes are determined by comparing the originally submitted taxon name against the taxonomic names listed in the taxonomic reference files, best placed in a subfolder in the `config` folder . Cross referencing with the `traits` table is possible using combinations of the variables `dataset_id` and `taxon_name`."@en - "02/01/24"^^ + "01 February 2024"^^ "taxa table"@en "taxa"@en @@ -54,7 +54,7 @@ "taxa table"@en "A table containing details on taxa associated with information in `traits`. Whenever possible, this information is sourced from curated taxon lists that include identifiers for each taxon. The information compiled in this table is released under a CC-BY3 license. Cross referencing between the two dataframes is possible using combinations of the variable `taxon_name`."@en - "02/01/24"^^ + "01 February 2024"^^ "contributors table"@en @@ -62,14 +62,14 @@ "contributors table"@en "A table of people contributing to each study."@en - "02/01/24"^^ + "01 February 2024"^^ "sources table"@en "sources"@en "sources table"@en "A list containing citation details for all database sources."@en - "02/01/24"^^ + "01 February 2024"^^ "definitions table"@en "definitions"@en @@ -77,7 +77,7 @@ "definitions table"@en "A list containing trait concept descriptions used to build the database."@en - "02/01/24"^^ + "01 February 2024"^^ "schema"@en @@ -85,6 +85,7 @@ "schema"@en "A copy of the schema for all tables and terms. Information included here was used to process data and generate any documentation for the study."@en + "01 February 2024"^^ "metadata table"@en "metadata"@en @@ -92,13 +93,14 @@ "metadata table"@en "A list containing database metadata."@en - "02/01/24"^^ + "01 February 2024"^^ "build info"@en "build_info"@en "build info"@en "A description of the computing environment used to create this version of the dataset, including version number, git commit and R session_info."@en + "01 February 2024"^^ "dataset"@en "dataset"@en @@ -107,7 +109,7 @@ "dataset"@en "13 relational tables and lists containing all data about a dataset."@en - "02/01/24"^^ + "01 February 2024"^^ "observation"@en @@ -118,7 +120,7 @@ "An Observation is a collection of measurements made at a single point in time. In traits.build it is the subset of rows within the traits data that are made on the same entity and share the same observation_id."@en "An observation is an assertion that an entity (e.g., biological organisms, geographic locations, or environmental features, among others) was observed by an observer. An observation primarily serves to group a set of measurements together into a single "observation event". Observations are often made within a broader context. The context of an observation is given by other observations, implying that an observed entity (and specifically each corresponding measurement) contextualizes another observed entity (and its corresponding measurements). For example, an observation associated with a location may serve as context for an observation associated with an organism. In this case, the observed characteristic values of the location (such as humidity) are assumed constant for the corresponding measurements of the organism."@en - "02/01/24"^^ + "01 February 2024"^^ "observations from dataset"@en @@ -135,7 +137,7 @@ "Observation collection encompassing all observations that comprise a dataset."@en - "02/01/24"^^ + "01 February 2024"^^ "observations from source"@en "observations_from_source"@en @@ -151,7 +153,7 @@ "Observation collection encompassing all observations for a single published or unpublished source."@en - "02/01/24"^^ + "01 February 2024"^^ "observations of taxon"@en "observations_of_taxon"@en @@ -163,7 +165,7 @@ "Observation collection encompassing all observations on a single taxon within a single dataset."@en "An observation collection is a container for a set of observations."@en - "02/01/24"^^ + "01 February 2024"^^ "observations at location"@en "observations_at_location"@en @@ -177,7 +179,7 @@ "Observation collection of location properties and organismal traits at a single location."@en - "02/01/24"^^ + "01 February 2024"^^ "observation of location"@en "observation_of_location"@en @@ -188,7 +190,7 @@ "Observation of location properties at a single location."@en - "02/01/24"^^ + "01 February 2024"^^ "observations of population"@en "observations_of_population"@en @@ -199,7 +201,7 @@ "Observation collection encompassing all observations on a single population."@en - "02/01/24"^^ + "01 February 2024"^^ "observations of individual"@en "observations_of_individual"@en @@ -210,7 +212,7 @@ "Observation collection encompassing all observations on a single individual."@en - "02/01/24"^^ + "01 February 2024"^^ "observation of a treatment context"@en "observation_of_treatment_context"@en @@ -223,7 +225,7 @@ "Observation where entity is a context indicating experimental manipulations that might affect the trait values measured on an individual, population or species-level entities."@en "Examples include growing temperature, growing CO2 concentrations, and nutrient amendments."@en - "02/01/24"^^ + "01 February 2024"^^ "observation of plot context"@en "observation_of_plot_context"@en @@ -235,7 +237,7 @@ "Observation where entity is a category of context indicating variation across plots at a single location might affect the trait values measured on individual or population-level entities."@en - "02/01/24"^^ + "01 February 2024"^^ "observation of entity context"@en "observation_of_entity_context"@en @@ -249,7 +251,7 @@ "Observation where entity is a category of context indicating repeat observations have been made on an individual, population or species-level entity across time which might affect the entity's measured trait values."@en - "02/01/24"^^ + "01 February 2024"^^ "observation of temporal context"@en "observation_of_temporal_context"@en @@ -262,7 +264,7 @@ "Observation where entity is a category of context indicating repeat observations have been made on a plot, which might affect the trait values measured on individual or population-level entities."@en "Examples of temporal contexts are `sampling season`, `sampling time of day`, and sequential `observation numbers` without any linked categorical description."@en - "02/01/24"^^ + "01 February 2024"^^ "measurement"@en "measurement"@en @@ -270,7 +272,7 @@ "measurement"@en "A measurement is an assertion that a characteristic of an entity had a particular value with respect to an observation event."@en - "02/01/24"^^ + "01 February 2024"^^ "trait measurement"@en @@ -287,7 +289,7 @@ "trait measurement"@en "A measurement made on a trait."@en - "02/01/24"^^ + "01 February 2024"^^ "measurement of location property"@en "measurement_of_location_property"@en @@ -298,7 +300,7 @@ "measurement of location property"@en "A measurement made on a location property."@en - "02/01/24"^^ + "01 February 2024"^^ "measurement of treatment context property"@en "measurement_of_treatment_context_property"@en @@ -309,7 +311,7 @@ "A measurement made on a treatment context property."@en - "02/01/24"^^ + "01 February 2024"^^ "measurement of plot context property"@en "measurement_of_plot_context_property"@en @@ -319,7 +321,7 @@ "measurement of plot context property"@en "A measurement made on a plot context property."@en - "02/01/24"^^ + "01 February 2024"^^ "measurement of entity context property"@en "measurement_of_entity_context_property"@en @@ -329,7 +331,7 @@ "measurement of entity context property"@en "A measurement made on an entity context property."@en - "02/01/24"^^ + "01 February 2024"^^ "measurement of temporal context property"@en "measurement_of_temporal_context_property"@en @@ -339,7 +341,7 @@ "measurement of temporal context property"@en "A measurement made on a temporal context property."@en - "02/01/24"^^ + "01 February 2024"^^ "entity"@en "entity"@en @@ -347,7 +349,7 @@ "entity"@en "An entity is an object (e.g., a tree, a community, an ecological process). Entities constitute the foci of observations, i.e., every observation is of exactly one entity."@en - "02/01/24"^^ + "01 February 2024"^^ "individual"@en @@ -358,7 +360,7 @@ "individual"@en "An individual living organism."@en - "02/01/24"^^ + "01 February 2024"^^ "population"@en @@ -369,7 +371,7 @@ "population"@en "A collection of organisms, all of the same species, that live in the same place."@en - "02/01/24"^^ + "01 February 2024"^^ "taxon"@en @@ -378,7 +380,7 @@ "taxon"@en "A circumscribed set of organisms."@en - "02/01/24"^^ + "01 February 2024"^^ "location"@en "location"@en @@ -388,7 +390,7 @@ "location"@en "A spatial region or named place."@en - "02/01/24"^^ + "01 February 2024"^^ "context"@en @@ -397,7 +399,7 @@ "context"@en "The situation within which a trait measurement is made, which can help explain the measured trait value."@en - "02/01/24"^^ + "01 February 2024"^^ "plot context"@en "plot"@en @@ -406,7 +408,7 @@ "plot context"@en "A subdivision of a location, designated because some properties differ across plots within a location, which might cause differences in measured trait values between plots."@en - "02/01/24"^^ + "01 February 2024"^^ "treatment context"@en "treatment"@en @@ -415,7 +417,7 @@ "treatment context"@en "An experimental manipulation that subjects different individuals or populations to different conditions, which can lead to differences in measured trait values across treatments."@en - "02/01/24"^^ + "01 February 2024"^^ "temporal context"@en "temporal_context"@en @@ -424,7 +426,7 @@ "temporal context"@en "A situation or process that varies across time and might cause the measured trait values of individuals or populations to change across time."@en - "02/01/24"^^ + "01 February 2024"^^ "method context"@en "method_context"@en @@ -433,7 +435,7 @@ "method context"@en "A compment of a trait measurement protocol that is changed between individual trait measurements and might cause the measured trait values of individuals or populations to change."@en - "02/01/24"^^ + "01 February 2024"^^ "dataset id"@en "dataset_id"@en @@ -449,7 +451,7 @@ "dataset id"@en "Primary identifier for each study contributed to AusTraits, most often these are scientific papers, books, or online resources. By default this should be the name of the first author and year of publication, e.g. `Falster_2005`."@en - "02/01/24"^^ + "01 February 2024"^^ "taxon name"@en "taxon_name"@en @@ -470,7 +472,7 @@ "Scientific name of the taxon on which traits were sampled, without authorship. When possible, this is the currently accepted (botanical) or valid (zoological) scientific name, but might also be a higher taxonomic level."@en - "02/01/24"^^ + "01 February 2024"^^ "observation id"@en "observation_id"@en @@ -480,7 +482,7 @@ "observation id"@en "A unique integral identifier for the observation, where an observation is all measurements made on an individual at a single point in time. It is important for joining traits coming from the same `observation_id`. Within each dataset, observation_id's are unique combinations of `taxon_name`, `population_id`, `individual_id`, and `temporal_context_id`."@en - "02/01/24"^^ + "01 February 2024"^^ "trait name"@en "trait_name"@en @@ -492,7 +494,7 @@ "trait name"@en "Name of the trait sampled. Allowable values specified in the table `definitions`."@en - "02/01/24"^^ + "01 February 2024"^^ @@ -505,7 +507,7 @@ "value"@en "The measured value of a trait."@en - "02/01/24"^^ + "01 February 2024"^^ "unit"@en @@ -516,7 +518,7 @@ "unit"@en "Units of the sampled trait value after aligning with AusTraits standards."@en - "02/01/24"^^ + "01 February 2024"^^ @@ -527,7 +529,7 @@ "entity type"@en "A categorical variable specifying the entity corresponding to the trait values recorded."@en - "02/01/24"^^ + "01 February 2024"^^ "value type"@en "value_type"@en @@ -537,7 +539,7 @@ "value type"@en "A categorical variable describing the statistical nature of the trait value recorded."@en - "02/01/24"^^ + "01 February 2024"^^ "basis of value"@en @@ -548,7 +550,7 @@ "basis of value"@en "A categorical variable describing how the trait value was obtained."@en - "02/01/24"^^ + "01 February 2024"^^ "replicates"@en @@ -559,6 +561,7 @@ "replicates"@en "Number of replicate measurements that comprise a recorded trait measurement. A numeric value (or range) is ideal and appropriate if the value type is a `mean`, `median`, `min` or  `max`. For these value types, if replication is unknown the entry should be `unknown`. If the value type is `raw_value` the replicate value should be 1. If the trait is categorical or the value indicates a measurement for an entire species (or other taxon) replicate value should be `.na`."@en + "01 February 2024"^^ "basis of record"@en @@ -569,7 +572,7 @@ "basis of record"@en "A categorical variable specifying from which kind of specimen traits were recorded."@en - "02/01/24"^^ + "01 February 2024"^^ "life stage"@en "life_stage"@en @@ -582,7 +585,7 @@ "A field to indicate the life stage or age class of the entity measured. Standard values are `adult`, `sapling`, `seedling` and `juvenile`."@en - "02/01/24"^^ + "01 February 2024"^^ "population id"@en @@ -594,6 +597,7 @@ "A unique integer identifier for a population, where a population is defined as individuals growing in the same location (location_id /location_name) and plot (plot_context_id, a context category) and being subjected to the same treatment (treatment_context_id, a context category)."@en + "01 February 2024"^^ "individual id"@en "individual_id"@en @@ -604,6 +608,7 @@ "A unique integer identifier for an individual, with individuals numbered sequentially within each dataset by taxon by population grouping. Most often each row of data represents an individual, but in some datasets trait data collected on a single individual is presented across multiple rows of data, such as if the same trait is measured using different methods or the same individual is measured repeatedly across time."@en + "01 February 2024"^^ "repeat measurements id"@en "repeat_measurements_id"@en @@ -615,6 +620,7 @@ "A unique integer identifier for repeat measurements of a trait that comprise a single observation, such as a response curve."@en + "01 February 2024"^^ "source id"@en "source_id"@en @@ -626,7 +632,7 @@ "For datasets that are compilations, an identifier for the original data source."@en - "02/01/24"^^ + "01 February 2024"^^ "location id"@en "location_id"@en @@ -638,55 +644,66 @@ "A unique integer identifier for a location, with locations numbered sequentially within a dataset. The identifier links to specific information in the location table."@en + "01 February 2024"^^ "treatment context id"@en "treatment_context_id"@en + "treatment context id"@en "A unique integer identifier for a treatment, where a treatment is any experimental manipulation to an organism's growing/living conditions. The identifier links to specific information in the context table."@en + "01 February 2024"^^ "plot context id"@en "plot_context_id"@en + "plot context id"@en "A unique integer identifier for a plot, where a plot is a distinct collection of organisms within a single geographic location, such as plants growing on different aspects or blocks in an experiment. The identifier links to specific information in the context table."@en + "01 February 2024"^^ "entity context id"@en "entity_context_id"@en + "entity context id"@en "A unique integer identifier indicating specific contextual properties of an individual, possibly including the individual's sex or caste (for social insects)."@en + "01 February 2024"^^ "temporal context id"@en "temporal_context_id"@en + "temporal context id"@en "A unique integer identifier assigned where repeat observations are made on the same individual (or population, or taxon) across time. The identifier links to specific information in the context table."@en + "01 February 2024"^^ "method context id"@en "method_context_id"@en + "method context id"@en "A unique integer identifier indicating a trait is measured multiple times on the same entity, with different methods used for each entry. This field is only used if a single trait is measured using multiple methods within the same dataset. The identifier links to specific information in the context table."@en + "01 February 2024"^^ "collection date"@en "collection_date"@en @@ -699,7 +716,7 @@ "Date sample was taken, in the format `yyyy-mm-dd`, `yyyy-mm` or `yyyy`, depending on the resoluton specified. Alternatively an overall range for the study can be indicating, with the starting and ending sample date sepatated by a `/`, as in 2010-10/2011-03"@en - "02/01/24"^^ + "01 February 2024"^^ "measurement remarks"@en @@ -710,7 +727,7 @@ "measurement remarks"@en "Brief comments or notes accompanying the trait measurement."@en - "02/01/24"^^ + "01 February 2024"^^ "method id"@en "method_id"@en @@ -723,6 +740,7 @@ "A unique integer identifier to distinguish between multiple sets of methods used to measure a single trait within the same dataset. The identifier links to specific information in the methods table."@en + "01 February 2024"^^ "original taxon name"@en "original_name"@en @@ -734,7 +752,7 @@ "original taxon name"@en "Name given to taxon in the original data supplied by the authors."@en - "02/01/24"^^ + "01 February 2024"^^ "location name"@en "location_name"@en @@ -745,7 +763,7 @@ "location name"@en "The location name used by the data contributor or a generic location name designated by AusTraits when one is not provided."@en - "02/01/24"^^ + "01 February 2024"^^ "location property"@en "location_property"@en @@ -757,7 +775,7 @@ "The location characteristic being recorded. The name should include units of measurement, e.g. `MAT (C)`. Ideally we have at least the following variables for each location, `longitude (deg)`, `latitude (deg)`, `description`."@en - "02/01/24"^^ + "01 February 2024"^^ "location property value"@en "value"@en @@ -768,7 +786,7 @@ "location property value"@en "The measured value of a location property."@en - "02/01/24"^^ + "01 February 2024"^^ "latitude (deg)"@en "latitude"@en @@ -782,7 +800,7 @@ "The geographic latitude (in decimal degrees, using the spatial reference system given in geodeticDatum) of the geographic center of a Location. Positive values are north of the Equator, negative values are south of it. Legal values lie between -90 and 90, inclusive."@en - "02/01/24"^^ + "01 February 2024"^^ "longitude (deg)"@en @@ -797,7 +815,7 @@ "The geographic longitude (in decimal degrees, using the spatial reference system given in dwc:geodeticDatum) of the geographic center of a dcterms:Location. Positive values are east of the Greenwich Meridian, negative values are west of it. Legal values lie between -180 and 180, inclusive."@en - "02/01/24"^^ + "01 February 2024"^^ "elevation (m)"@en @@ -812,7 +830,7 @@ "The elevation above mean sea level in meters."@en - "02/01/24"^^ + "01 February 2024"^^ "context property"@en @@ -826,7 +844,7 @@ "The contextual characteristic being recorded. If applicable, name should include units of measurement, e.g. `CO2 concentration (ppm)`."@en - "02/01/24"^^ + "01 February 2024"^^ "treatment context property"@en @@ -840,7 +858,7 @@ "A context characteristic indicating stratified treatments that might affect the trait values measured on an individual or population-level entity."@en - "02/01/24"^^ + "01 February 2024"^^ "plot context property"@en @@ -854,7 +872,7 @@ "A context characteristic indicating stratified variation within a location that might affect the trait values measured on an individual or population-level entity."@en - "02/01/24"^^ + "01 February 2024"^^ "entity context property"@en @@ -868,7 +886,7 @@ "A context characteristic indicating stratified variation across individuals or populations might affect the trait values measured."@en - "02/01/24"^^ + "01 February 2024"^^ "temporal context property"@en @@ -882,7 +900,7 @@ "A context characteristic indicating stratified variation across time might affect the trait values measured."@en - "02/01/24"^^ + "01 February 2024"^^ "method context property"@en @@ -896,7 +914,7 @@ "A context characteristic indicating stratified variation in the protocol used to measure traits might affect the trait values measured."@en - "02/01/24"^^ + "01 February 2024"^^ "context property category"@en @@ -908,7 +926,7 @@ "The category of context property, with options being `plot`, `treatment`, `individual_context`, `temporal` and `method`."@en - "02/01/24"^^ + "01 February 2024"^^ "context property value"@en "value"@en @@ -920,7 +938,7 @@ "context property value"@en "The measured value of a context property."@en - "02/01/24"^^ + "01 February 2024"^^ "context property value description"@en "description"@en @@ -931,7 +949,7 @@ "Description of a specific context property value."@en - "02/01/24"^^ + "01 February 2024"^^ "context propety link id"@en "link_id"@en @@ -946,6 +964,7 @@ "Variable indicating which identifier column in the traits table contains the specified `link_vals`."@en + "01 February 2024"^^ "context propety link vals"@en "link_vals"@en @@ -960,6 +979,7 @@ "Unique integer identifiers that link between identifier columns in the `traits` table and the contextual properties/values in the `contexts` table."@en + "01 February 2024"^^ "methods"@en "methods"@en @@ -970,7 +990,7 @@ "methods"@en "A textual description of the methods used to collect the trait data. Whenever available, methods are taken near-verbatim from the referenced source. Methods can include descriptions such as 'measured on botanical collections', 'data from the literature', or a detailed description of the field or lab methods used to collect the data."@en - "02/01/24"^^ + "01 February 2024"^^ "dataset description"@en "description"@en @@ -982,7 +1002,7 @@ "A 1-2 sentence description of the purpose of the study."@en - "02/01/24"^^ + "01 February 2024"^^ "dataset sampling strategy"@en @@ -994,7 +1014,7 @@ "When available, this information is lifted verbatim from a published manuscript. For preserved specimens, this field ideally indicates which records were 'sampled' to measure a specific trait."@en - "02/01/24"^^ + "01 February 2024"^^ "source primary key"@en @@ -1007,7 +1027,7 @@ "Citation key for the primary source in `sources`. The key is typically formatted as `Surname_year`."@en - "02/01/24"^^ + "01 February 2024"^^ "source primary citation"@en @@ -1020,7 +1040,7 @@ "Citation for the primary source. This detail is generated from the primary source in the metadata."@en - "02/01/24"^^ + "01 February 2024"^^ "source secondary key"@en "source_secondary_key"@en @@ -1031,7 +1051,7 @@ "Citation key for the secondary source in `sources`. The key is typically formatted as `Surname_year`."@en - "02/01/24"^^ + "01 February 2024"^^ "source secondary citation"@en "source_secondary_citation"@en @@ -1043,7 +1063,7 @@ "Citations for the secondary source. This detail is generated from the secondary source in the metadata."@en - "02/01/24"^^ + "01 February 2024"^^ "source original dataset key"@en "source_original_dataset_key"@en @@ -1055,7 +1075,7 @@ "Citation key for the original dataset_id in sources, for compilations. The key is typically formatted as `Surname_year`."@en - "02/01/24"^^ + "01 February 2024"^^ "source original dataset citation"@en @@ -1068,7 +1088,7 @@ "Citations for the original dataset_id in sources, for compilationse. This detail is generated from the original source in the metadata."@en - "02/01/24"^^ + "01 February 2024"^^ "contributor"@en "contributor"@en @@ -1080,7 +1100,7 @@ "A person contributing to a dataset."@en - "02/01/24"^^ + "01 February 2024"^^ "assistants"@en @@ -1093,7 +1113,7 @@ "People who played a more minor role in data collection for the study."@en - "02/01/24"^^ + "01 February 2024"^^ "dataset curators"@en @@ -1106,28 +1126,28 @@ "Database team member(s) who contacted the data collectors and added the study to the database repository."@en - "02/01/24"^^ + "01 February 2024"^^ - "data collector"@en - "data_collector"@en - - - - - - "data collector"@en - - - - - - - "Person contributing to a dataset as a data collector."@en - - "02/01/24"^^ - - + "data collectors"@en + "data_collectors"@en + + + + + + "data collectors"@en + + + + + + + "Person contributing to a dataset as a data collector."@en + + "01 February 2024"^^ + + "last name"@en "last_name"@en @@ -1138,7 +1158,7 @@ "Last name of the data collector."@en - "02/01/24"^^ + "01 February 2024"^^ "given name"@en @@ -1151,7 +1171,7 @@ "Given names of the data collector."@en - "02/01/24"^^ + "01 February 2024"^^ "ORCID identifier"@en @@ -1164,7 +1184,7 @@ "ORCID (Open Researcher and Contributor ID) for the data collector, if available."@en - "02/01/24"^^ + "01 February 2024"^^ "affiliation"@en @@ -1176,7 +1196,7 @@ "Affiliation of data collector."@en - "02/01/24"^^ + "01 February 2024"^^ "additional role"@en @@ -1188,24 +1208,9 @@ "Any additional roles the data collector had in the study, a field most frequently used to identify which data contributor is the contact person for the dataset."@en - "02/01/24"^^ + "01 February 2024"^^ - "original name"@en - "original_name"@en - - - - - - "original name"@en - - - - "Name given to taxon in the original data supplied by the authors."@en - - "02/01/24"^^ - "taxonomic dataset"@en "taxonomic_dataset"@en @@ -1215,7 +1220,7 @@ "Name of the taxonomy (tree) that contains this concept. ie. APC, AusMoss etc."@en - "02/01/24"^^ + "01 February 2024"^^ "taxon rank"@en @@ -1228,7 +1233,7 @@ "The taxonomic rank of the most specific name in the scientific name."@en "This is to clarify cases where information is not given on a species level."@en - "02/01/24"^^ + "01 February 2024"^^ "trinomial"@en @@ -1242,7 +1247,7 @@ "The infraspecific taxon name match for an original name. This column is assigned `na` for taxon name that are at a broader taxonomic_resolution."@en - "02/01/24"^^ + "01 February 2024"^^ "binomial"@en "binomial"@en @@ -1255,7 +1260,7 @@ "The species-level taxon name match for an original name. This column is assigned `na` for taxon name that are at a broader taxonomic_resolution."@en - "02/01/24"^^ + "01 February 2024"^^ "genus"@en "genus"@en @@ -1268,7 +1273,7 @@ "Genus of the taxon without authorship."@en - "02/01/24"^^ + "01 February 2024"^^ "family"@en @@ -1282,7 +1287,7 @@ "Family of the taxon."@en - "02/01/24"^^ + "01 February 2024"^^ "taxon distribution"@en @@ -1293,7 +1298,7 @@ "Known distribution of the taxon, by Australian state."@en - "02/01/24"^^ + "01 February 2024"^^ "establishment means"@en "establishment_means"@en @@ -1304,7 +1309,7 @@ "Statement about whether an organism or organisms have been introduced to a given place and time through the direct or indirect activity of modern humans."@en - "02/01/24"^^ + "01 February 2024"^^ "taxonomic status"@en @@ -1316,7 +1321,7 @@ "The status of the use of the scientificName as a label for the taxon in regard to the 'accepted (or valid) taxonomy'. The assigned taxonomic status must be linked to a specific taxonomic reference that defines the concept."@en - "02/01/24"^^ + "01 February 2024"^^ "scientific name"@en @@ -1329,7 +1334,7 @@ "The full scientific name, with authorship and date information if known."@en - "02/01/24"^^ + "01 February 2024"^^ "taxon id"@en @@ -1342,7 +1347,7 @@ "An identifier for the set of taxon information (data associated with the taxon class). May be a global unique identifier or an identifier specific to the data set. Must be resolvable within this dataset."@en - "02/01/24"^^ + "01 February 2024"^^ "scientific name id"@en @@ -1355,7 +1360,7 @@ "An identifier for the set of taxon information (data associated with the taxon class). May be a global unique identifier or an identifier specific to the data set. Must be resolvable within this dataset."@en - "02/01/24"^^ + "01 February 2024"^^ "taxon"@en @@ -1378,7 +1383,7 @@ "A group of organisms assumed to form a homogeneous unit with regard to associated trait measurements."@en - "02/01/24"^^ + "01 February 2024"^^ "aligned name"@en @@ -1393,7 +1398,7 @@ "The taxon name without authorship after implementing automated syntax standardisation and spelling changes as well as manually encoded syntax alignments for this taxon in the metadata file for the corresponding `dataset_id`. This name has not yet been matched to the currently accepted (botanical) or valid (zoological) taxon name in cases where there are taxonomic synonyms, isonyms, orthographic variants, etc."@en - "02/01/24"^^ + "01 February 2024"^^ "taxonomic resolution"@en "taxonomic_resolution"@en @@ -1404,7 +1409,7 @@ "The rank of the most specific taxon name (or scientific name) to which a submitted orignal name resolves."@en - "02/01/24"^^ + "01 February 2024"^^ "trait concept"@en "trait"@en @@ -1422,7 +1427,7 @@ "A collection of trait values pertaining to a distinct characteristic of a specific part of an organism (cell, tissue, organ, or whole organism)."@en - "02/01/24"^^ + "01 February 2024"^^ "trait identifier"@en @@ -1435,7 +1440,7 @@ "Unique identifier of the trait according to a public ontology, or a user-provided thesaurus of traits."@en - "02/01/24"^^ + "01 February 2024"^^ @@ -1450,7 +1455,7 @@ "A concise English label for the trait."@en - "02/01/24"^^ + "01 February 2024"^^ @@ -1465,7 +1470,7 @@ "A short description, generally ranging from 1-3 sentences that clearly indicates the trait’s scope."@en - "02/01/24"^^ + "01 February 2024"^^ @@ -1479,7 +1484,7 @@ "Additional notes about the scope of the trait or acceptable methods."@en - "02/01/24"^^ + "01 February 2024"^^ @@ -1492,7 +1497,7 @@ "An upper boundary for accepted numerical values."@en - "02/01/24"^^ + "01 February 2024"^^ "min allowed values"@en @@ -1504,7 +1509,7 @@ "A lower boundary for accepted numerical values."@en - "02/01/24"^^ + "01 February 2024"^^ "units"@en @@ -1516,7 +1521,7 @@ "The preferred units for the trait, conforming to the Unified Code for Units of Measure (UCUM). There are often two entries for units, one that is a string and the second which links to a units of measurement axiom."@en - "02/01/24"^^ + "01 February 2024"^^ "allowed categorical values"@en @@ -1529,7 +1534,7 @@ "Allowed trait values for a categorical trait, including a brief description of the value."@en - "02/01/24"^^ + "01 February 2024"^^ @@ -1542,7 +1547,7 @@ "Type of trait, specifying if traits are categorical, numeric, or ordinal."@en - "02/01/24"^^ + "01 February 2024"^^ "Identifier"@en @@ -1957,5 +1962,5 @@ "Daniel Falster" "Elizabeth Wenk" "Sophie Yang" - "01/02/24^^" + "01 February 2024^^" diff --git a/docs/ontology/release/0.1.0/traits.build.ttl b/docs/ontology/release/0.1.0/traits.build.ttl index 4c2d7d94..8892b058 100644 --- a/docs/ontology/release/0.1.0/traits.build.ttl +++ b/docs/ontology/release/0.1.0/traits.build.ttl @@ -679,7 +679,7 @@ skos:scopeNote skos:prefLabel "scope note"@en . - dcterms:created "01/02/24^^" ; + dcterms:created "01 February 2024^^" ; dcterms:creator "Daniel Falster", "Elizabeth Wenk", "Sophie Yang" ; dcterms:description "A database of 13 relational tables build using the {traits.build} R-packge for harmonizing trait data." ; dcterms:license ""^^ ; @@ -692,7 +692,7 @@ skos:scopeNote skos:prefLabel "traits.build database"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "ORCID (Open Researcher and Contributor ID) for the data collector, if available."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -707,7 +707,7 @@ skos:scopeNote skos:prefLabel "ORCID identifier"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "Any additional roles the data collector had in the study, a field most frequently used to identify which data contributor is the contact person for the dataset."@en ; dwcattributes:organizedInClass ; SIO:SIO_000254 ; @@ -721,7 +721,7 @@ skos:scopeNote skos:prefLabel "additional role"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "Affiliation of data collector."@en ; dwcattributes:organizedInClass ; SIO:SIO_000254 ; @@ -735,7 +735,7 @@ skos:scopeNote skos:prefLabel "affiliation"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "The taxon name without authorship after implementing automated syntax standardisation and spelling changes as well as manually encoded syntax alignments for this taxon in the metadata file for the corresponding `dataset_id`. This name has not yet been matched to the currently accepted (botanical) or valid (zoological) taxon name in cases where there are taxonomic synonyms, isonyms, orthographic variants, etc."@en ; dwcattributes:organizedInClass ; SIO:SIO_000223 ; @@ -750,7 +750,7 @@ skos:scopeNote skos:prefLabel "aligned name"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "Allowed trait values for a categorical trait, including a brief description of the value."@en ; dwcattributes:organizedInClass ; SIO:SIO_000224 ; @@ -764,7 +764,7 @@ skos:scopeNote skos:prefLabel "allowed categorical values"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "An upper boundary for accepted numerical values."@en ; dwcattributes:organizedInClass ; SIO:SIO_000224 ; @@ -778,7 +778,7 @@ skos:scopeNote skos:prefLabel "max allowed values"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "A lower boundary for accepted numerical values."@en ; dwcattributes:organizedInClass ; SIO:SIO_000224 ; @@ -792,7 +792,7 @@ skos:scopeNote skos:prefLabel "min allowed values"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "People who played a more minor role in data collection for the study."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -807,7 +807,7 @@ skos:scopeNote skos:prefLabel "assistants"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "A categorical variable specifying from which kind of specimen traits were recorded."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -819,7 +819,7 @@ skos:scopeNote skos:prefLabel "basis of record"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "A categorical variable describing how the trait value was obtained."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -832,7 +832,7 @@ skos:scopeNote skos:prefLabel "basis of value"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "The species-level taxon name match for an original name. This column is assigned `na` for taxon name that are at a broader taxonomic_resolution."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -847,7 +847,7 @@ skos:scopeNote oboe:characteristicFor ; - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "Date sample was taken, in the format `yyyy-mm-dd`, `yyyy-mm` or `yyyy`, depending on the resoluton specified. Alternatively an overall range for the study can be indicating, with the starting and ending sample date sepatated by a `/`, as in 2010-10/2011-03"@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -861,7 +861,7 @@ skos:scopeNote skos:prefLabel "collection date"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "Additional notes about the scope of the trait or acceptable methods."@en ; dwcattributes:organizedInClass ; SIO:SIO_000254 ; @@ -875,7 +875,7 @@ skos:scopeNote skos:prefLabel "comments"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "The situation within which a trait measurement is made, which can help explain the measured trait value."@en ; SIO:SIO_000602 SIO:SIO_000756 ; rdfs:label "context"@en ; @@ -886,7 +886,7 @@ skos:scopeNote oboe:characteristicFor ; - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "The contextual characteristic being recorded. If applicable, name should include units of measurement, e.g. `CO2 concentration (ppm)`."@en ; dwcattributes:organizedInClass ; SIO:SIO_000255 ; @@ -901,7 +901,7 @@ skos:scopeNote skos:prefLabel "context property"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "The category of context property, with options being `plot`, `treatment`, `individual_context`, `temporal` and `method`."@en ; dwcattributes:organizedInClass ; SIO:SIO_000254 ; @@ -914,7 +914,7 @@ skos:scopeNote skos:prefLabel "context property category"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "Description of a specific context property value."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -927,6 +927,7 @@ skos:scopeNote skos:prefLabel "context property value description"@en . + dcterms:created "01 February 2024"^^ ; dcterms:description "Variable indicating which identifier column in the traits table contains the specified `link_vals`."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -939,6 +940,7 @@ skos:scopeNote skos:prefLabel "context propety link id"@en . + dcterms:created "01 February 2024"^^ ; dcterms:description "Unique integer identifiers that link between identifier columns in the `traits` table and the contextual properties/values in the `contexts` table."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -952,7 +954,7 @@ skos:scopeNote oboe:measurementFor ; - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "The measured value of a context property."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -964,7 +966,7 @@ skos:scopeNote skos:prefLabel "context property value"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "A person contributing to a dataset."@en ; dwcattributes:organizedInClass , ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -977,8 +979,8 @@ skos:scopeNote skos:inScheme ; skos:prefLabel "contributor"@en . - - dcterms:created "02/01/24"^^ ; + + dcterms:created "01 February 2024"^^ ; dcterms:description "Person contributing to a dataset as a data collector."@en ; dwcattributes:organizedInClass , ; SIO:SIO_000255 , ; @@ -986,16 +988,16 @@ skos:scopeNote SIO:SIO_000673 , , ; SIO:SIO_001096 ; rdf:datatype ; - rdfs:label "data collector"@en ; + rdfs:label "data collectors"@en ; owl:sameAs gdmt:DataCollector ; - skos:altLabel "data_collector"@en ; + skos:altLabel "data_collectors"@en ; skos:broader dcterms:contributor ; skos:exactMatch gdmt:DataCollector ; skos:inScheme ; - skos:prefLabel "data collector"@en . + skos:prefLabel "data collectors"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "13 relational tables and lists containing all data about a dataset."@en ; SIO:SIO_000602 SIO:SIO_000750 ; SIO:SIO_000673 ; @@ -1007,7 +1009,7 @@ skos:scopeNote skos:prefLabel "dataset"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "Database team member(s) who contacted the data collectors and added the study to the database repository."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -1022,7 +1024,7 @@ skos:scopeNote skos:prefLabel "dataset curators"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "Primary identifier for each study contributed to AusTraits, most often these are scientific papers, books, or online resources. By default this should be the name of the first author and year of publication, e.g. `Falster_2005`."@en ; dwcattributes:organizedInClass , , , , , , ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -1034,7 +1036,7 @@ skos:scopeNote skos:prefLabel "dataset id"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "A short description, generally ranging from 1-3 sentences that clearly indicates the trait’s scope."@en ; dwcattributes:organizedInClass ; SIO:SIO_000254 ; @@ -1049,7 +1051,7 @@ skos:scopeNote oboe:characteristicFor ; - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "The elevation above mean sea level in meters."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -1064,7 +1066,7 @@ skos:scopeNote skos:prefLabel "elevation (m)"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "An entity is an object (e.g., a tree, a community, an ecological process). Entities constitute the foci of observations, i.e., every observation is of exactly one entity."@en ; SIO:SIO_000602 SIO:SIO_000756 ; rdfs:label "entity"@en ; @@ -1075,8 +1077,9 @@ skos:scopeNote skos:prefLabel "entity"@en . + dcterms:created "01 February 2024"^^ ; dcterms:description "A unique integer identifier indicating specific contextual properties of an individual, possibly including the individual's sex or caste (for social insects)."@en ; - dwcattributes:organizedInClass ; + dwcattributes:organizedInClass , ; SIO:SIO_000602 SIO:SIO_000757 ; SIO:SIO_000674 ; rdf:datatype ; @@ -1087,7 +1090,7 @@ skos:scopeNote skos:prefLabel "entity context id"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "A context characteristic indicating stratified variation across individuals or populations might affect the trait values measured."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -1103,7 +1106,7 @@ skos:scopeNote skos:prefLabel "entity context property"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "A categorical variable specifying the entity corresponding to the trait values recorded."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -1114,7 +1117,7 @@ skos:scopeNote skos:prefLabel "entity type"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "Statement about whether an organism or organisms have been introduced to a given place and time through the direct or indirect activity of modern humans."@en ; dwcattributes:organizedInClass ; SIO:SIO_000224 ; @@ -1128,7 +1131,7 @@ skos:scopeNote skos:prefLabel "establishment means"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "Family of the taxon."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -1143,7 +1146,7 @@ skos:scopeNote skos:prefLabel "family"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "Genus of the taxon without authorship."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -1158,7 +1161,7 @@ skos:scopeNote skos:prefLabel "genus"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "Given names of the data collector."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -1174,7 +1177,7 @@ skos:scopeNote oboe:hasContext ; - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "An individual living organism."@en ; SIO:SIO_000602 SIO:SIO_000756 ; rdfs:label "individual"@en ; @@ -1186,6 +1189,7 @@ skos:scopeNote skos:prefLabel "individual"@en . + dcterms:created "01 February 2024"^^ ; dcterms:description "A unique integer identifier for an individual, with individuals numbered sequentially within each dataset by taxon by population grouping. Most often each row of data represents an individual, but in some datasets trait data collected on a single individual is presented across multiple rows of data, such as if the same trait is measured using different methods or the same individual is measured repeatedly across time."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -1198,7 +1202,7 @@ skos:scopeNote skos:prefLabel "individual id"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "A concise English label for the trait."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -1212,7 +1216,7 @@ skos:scopeNote skos:prefLabel "label"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "Last name of the data collector."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -1228,7 +1232,7 @@ skos:scopeNote oboe:characteristicFor ; - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "The geographic latitude (in decimal degrees, using the spatial reference system given in geodeticDatum) of the geographic center of a Location. Positive values are north of the Equator, negative values are south of it. Legal values lie between -90 and 90, inclusive."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -1244,7 +1248,7 @@ skos:scopeNote oboe:characteristicFor ; - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "A field to indicate the life stage or age class of the entity measured. Standard values are `adult`, `sapling`, `seedling` and `juvenile`."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -1258,7 +1262,7 @@ skos:scopeNote skos:prefLabel "life stage"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "A spatial region or named place."@en ; SIO:SIO_000602 SIO:SIO_000756 ; SIO:SIO_000673 ; @@ -1271,6 +1275,7 @@ skos:scopeNote skos:prefLabel "location"@en . + dcterms:created "01 February 2024"^^ ; dcterms:description "A unique integer identifier for a location, with locations numbered sequentially within a dataset. The identifier links to specific information in the location table."@en ; dwcattributes:organizedInClass , ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -1283,7 +1288,7 @@ skos:scopeNote skos:prefLabel "location id"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "The location name used by the data contributor or a generic location name designated by AusTraits when one is not provided."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -1297,7 +1302,7 @@ skos:scopeNote oboe:characteristicFor ; oboe:hasValue ; - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "The location characteristic being recorded. The name should include units of measurement, e.g. `MAT (C)`. Ideally we have at least the following variables for each location, `longitude (deg)`, `latitude (deg)`, `description`."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -1309,7 +1314,7 @@ skos:scopeNote skos:prefLabel "location property"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "The measured value of a location property."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -1322,7 +1327,7 @@ skos:scopeNote oboe:characteristicFor ; - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "The geographic longitude (in decimal degrees, using the spatial reference system given in dwc:geodeticDatum) of the geographic center of a dcterms:Location. Positive values are east of the Greenwich Meridian, negative values are west of it. Legal values lie between -180 and 180, inclusive."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -1337,7 +1342,7 @@ skos:scopeNote skos:prefLabel "longitude (deg)"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "A measurement is an assertion that a characteristic of an entity had a particular value with respect to an observation event."@en ; SIO:SIO_000602 SIO:SIO_001187 ; rdfs:label "measurement"@en ; @@ -1349,7 +1354,7 @@ skos:scopeNote oboe:measurementFor ; - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "A measurement made on an entity context property."@en ; SIO:SIO_000602 SIO:SIO_001187 ; SIO:SIO_000673 ; @@ -1362,7 +1367,7 @@ skos:scopeNote oboe:hasValue ; oboe:measurementFor , ; - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "A measurement made on a location property."@en ; SIO:SIO_000602 SIO:SIO_001187 ; rdfs:label "measurement of location property"@en ; @@ -1373,7 +1378,7 @@ skos:scopeNote oboe:measurementFor ; - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "A measurement made on a plot context property."@en ; SIO:SIO_000602 SIO:SIO_001187 ; SIO:SIO_000673 ; @@ -1385,7 +1390,7 @@ skos:scopeNote oboe:measurementFor ; - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "A measurement made on a temporal context property."@en ; SIO:SIO_000602 SIO:SIO_001187 ; SIO:SIO_000673 ; @@ -1398,7 +1403,7 @@ skos:scopeNote oboe:hasValue ; oboe:measurementFor ; - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "A measurement made on a treatment context property."@en ; SIO:SIO_000602 SIO:SIO_001187 ; SIO:SIO_000673 ; @@ -1409,7 +1414,7 @@ skos:scopeNote skos:prefLabel "measurement of treatment context property"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "Brief comments or notes accompanying the trait measurement."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -1421,7 +1426,7 @@ skos:scopeNote skos:prefLabel "measurement remarks"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "A compment of a trait measurement protocol that is changed between individual trait measurements and might cause the measured trait values of individuals or populations to change."@en ; SIO:SIO_000602 SIO:SIO_000756 ; rdfs:label "method context"@en ; @@ -1431,8 +1436,9 @@ skos:scopeNote skos:prefLabel "method context"@en . + dcterms:created "01 February 2024"^^ ; dcterms:description "A unique integer identifier indicating a trait is measured multiple times on the same entity, with different methods used for each entry. This field is only used if a single trait is measured using multiple methods within the same dataset. The identifier links to specific information in the context table."@en ; - dwcattributes:organizedInClass ; + dwcattributes:organizedInClass , ; SIO:SIO_000602 SIO:SIO_000757 ; rdf:datatype ; rdfs:label "method context id"@en ; @@ -1442,7 +1448,7 @@ skos:scopeNote skos:prefLabel "method context id"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "A context characteristic indicating stratified variation in the protocol used to measure traits might affect the trait values measured."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -1458,6 +1464,7 @@ skos:scopeNote skos:prefLabel "method context property"@en . + dcterms:created "01 February 2024"^^ ; dcterms:description "A unique integer identifier to distinguish between multiple sets of methods used to measure a single trait within the same dataset. The identifier links to specific information in the methods table."@en ; dwcattributes:organizedInClass , ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -1471,7 +1478,7 @@ skos:scopeNote skos:prefLabel "method id"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "A 1-2 sentence description of the purpose of the study."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -1486,7 +1493,7 @@ skos:scopeNote skos:prefLabel "dataset description"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "A textual description of the methods used to collect the trait data. Whenever available, methods are taken near-verbatim from the referenced source. Methods can include descriptions such as 'measured on botanical collections', 'data from the literature', or a detailed description of the field or lab methods used to collect the data."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -1499,7 +1506,7 @@ skos:scopeNote skos:prefLabel "methods"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "An Observation is a collection of measurements made at a single point in time. In traits.build it is the subset of rows within the traits data that are made on the same entity and share the same observation_id."@en ; SIO:SIO_000602 SIO:SIO_000754 ; SIO:SIO_000673 ; @@ -1512,7 +1519,7 @@ skos:scopeNote skos:prefLabel "observation"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "A unique integral identifier for the observation, where an observation is all measurements made on an individual at a single point in time. It is important for joining traits coming from the same `observation_id`. Within each dataset, observation_id's are unique combinations of `taxon_name`, `population_id`, `individual_id`, and `temporal_context_id`."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -1527,7 +1534,7 @@ skos:scopeNote oboe:characteristicFor ; oboe:hasMeasurement ; oboe:ofEntity , , ; - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "Observation where entity is a category of context indicating repeat observations have been made on an individual, population or species-level entity across time which might affect the entity's measured trait values."@en ; SIO:SIO_000602 SIO:SIO_000754 ; SIO:SIO_000673 ; @@ -1540,7 +1547,7 @@ skos:scopeNote oboe:hasMeasurement ; oboe:ofEntity ; - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "Observation of location properties at a single location."@en ; SIO:SIO_000602 SIO:SIO_000754 ; SIO:SIO_000673 ; @@ -1554,7 +1561,7 @@ skos:scopeNote oboe:characteristicFor ; oboe:hasMeasurement ; oboe:ofEntity ; - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "Observation where entity is a category of context indicating variation across plots at a single location might affect the trait values measured on individual or population-level entities."@en ; SIO:SIO_000602 SIO:SIO_000754 ; SIO:SIO_000673 ; @@ -1568,7 +1575,7 @@ skos:scopeNote oboe:characteristicFor ; oboe:hasMeasurement ; oboe:ofEntity ; - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "Observation where entity is a category of context indicating repeat observations have been made on a plot, which might affect the trait values measured on individual or population-level entities."@en ; SIO:SIO_000602 SIO:SIO_000754 ; SIO:SIO_000673 ; @@ -1583,7 +1590,7 @@ skos:scopeNote oboe:characteristicFor ; oboe:hasMeasurement ; oboe:ofEntity ; - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "Observation where entity is a context indicating experimental manipulations that might affect the trait values measured on an individual, population or species-level entities."@en ; SIO:SIO_000602 SIO:SIO_000754 ; SIO:SIO_000673 ; @@ -1597,7 +1604,7 @@ skos:scopeNote oboe:hasMeasurement , ; oboe:ofEntity , , ; - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "Observation collection of location properties and organismal traits at a single location."@en ; SIO:SIO_000602 SIO:SIO_000754 ; SIO:SIO_000673 ; @@ -1610,7 +1617,7 @@ skos:scopeNote oboe:hasMeasurement , , , , , ; oboe:ofEntity ; - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "Observation collection encompassing all observations that comprise a dataset."@en ; SIO:SIO_000602 SIO:SIO_000754 ; SIO:SIO_000673 ; @@ -1623,7 +1630,7 @@ skos:scopeNote oboe:hasMeasurement , , , , , ; oboe:ofEntity ; - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "Observation collection encompassing all observations for a single published or unpublished source."@en ; SIO:SIO_000602 SIO:SIO_000754 ; SIO:SIO_000673 ; @@ -1636,7 +1643,7 @@ skos:scopeNote oboe:hasMeasurement ; oboe:ofEntity ; - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "Observation collection encompassing all observations on a single individual."@en ; SIO:SIO_000602 SIO:SIO_000754 ; SIO:SIO_000673 ; @@ -1649,7 +1656,7 @@ skos:scopeNote oboe:hasMeasurement ; oboe:ofEntity ; - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "Observation collection encompassing all observations on a single population."@en ; SIO:SIO_000602 SIO:SIO_000754 ; SIO:SIO_000673 ; @@ -1662,7 +1669,7 @@ skos:scopeNote oboe:hasMeasurement ; oboe:ofEntity ; - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "Observation collection encompassing all observations on a single taxon within a single dataset."@en ; SIO:SIO_000602 SIO:SIO_000754 ; SIO:SIO_000673 ; @@ -1674,21 +1681,19 @@ skos:scopeNote skos:prefLabel "observations of taxon"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "Name given to taxon in the original data supplied by the authors."@en ; - dwcattributes:organizedInClass , , ; + dwcattributes:organizedInClass , ; SIO:SIO_000602 SIO:SIO_000757 ; - SIO:SIO_000642 , ; - SIO:SIO_000672 ; rdf:datatype ; - rdfs:label "original name"@en, "original taxon name"@en ; + rdfs:label "original taxon name"@en ; skos:altLabel "original_name"@en ; skos:broader rdfs:label, skos:prefLabel ; skos:inScheme ; - skos:prefLabel "original name"@en, "original taxon name"@en . + skos:prefLabel "original taxon name"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "A subdivision of a location, designated because some properties differ across plots within a location, which might cause differences in measured trait values between plots."@en ; SIO:SIO_000602 SIO:SIO_000756 ; rdfs:label "plot context"@en ; @@ -1698,8 +1703,9 @@ skos:scopeNote skos:prefLabel "plot context"@en . + dcterms:created "01 February 2024"^^ ; dcterms:description "A unique integer identifier for a plot, where a plot is a distinct collection of organisms within a single geographic location, such as plants growing on different aspects or blocks in an experiment. The identifier links to specific information in the context table."@en ; - dwcattributes:organizedInClass ; + dwcattributes:organizedInClass , ; SIO:SIO_000602 SIO:SIO_000757 ; SIO:SIO_000674 ; rdf:datatype ; @@ -1710,7 +1716,7 @@ skos:scopeNote skos:prefLabel "plot context id"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "A context characteristic indicating stratified variation within a location that might affect the trait values measured on an individual or population-level entity."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -1727,7 +1733,7 @@ skos:scopeNote oboe:hasContext ; - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "A collection of organisms, all of the same species, that live in the same place."@en ; SIO:SIO_000602 SIO:SIO_000756 ; rdfs:label "population"@en ; @@ -1739,6 +1745,7 @@ skos:scopeNote skos:prefLabel "population"@en . + dcterms:created "01 February 2024"^^ ; dcterms:description "A unique integer identifier for a population, where a population is defined as individuals growing in the same location (location_id /location_name) and plot (plot_context_id, a context category) and being subjected to the same treatment (treatment_context_id, a context category)."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -1751,6 +1758,7 @@ skos:scopeNote skos:prefLabel "population id"@en . + dcterms:created "01 February 2024"^^ ; dcterms:description "A unique integer identifier for repeat measurements of a trait that comprise a single observation, such as a response curve."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -1763,6 +1771,7 @@ skos:scopeNote skos:prefLabel "repeat measurements id"@en . + dcterms:created "01 February 2024"^^ ; dcterms:description "Number of replicate measurements that comprise a recorded trait measurement. A numeric value (or range) is ideal and appropriate if the value type is a `mean`, `median`, `min` or  `max`. For these value types, if replication is unknown the entry should be `unknown`. If the value type is `raw_value` the replicate value should be 1. If the trait is categorical or the value indicates a measurement for an entire species (or other taxon) replicate value should be `.na`."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -1775,7 +1784,7 @@ skos:scopeNote skos:prefLabel "replicates"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "When available, this information is lifted verbatim from a published manuscript. For preserved specimens, this field ideally indicates which records were 'sampled' to measure a specific trait."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -1789,7 +1798,7 @@ skos:scopeNote skos:prefLabel "dataset sampling strategy"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "The full scientific name, with authorship and date information if known."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -1804,7 +1813,7 @@ skos:scopeNote skos:prefLabel "scientific name"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "An identifier for the set of taxon information (data associated with the taxon class). May be a global unique identifier or an identifier specific to the data set. Must be resolvable within this dataset."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -1819,7 +1828,7 @@ skos:scopeNote skos:prefLabel "scientific name id"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "For datasets that are compilations, an identifier for the original data source."@en ; dwcattributes:organizedInClass , ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -1832,7 +1841,7 @@ skos:scopeNote skos:prefLabel "source id"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "Citations for the original dataset_id in sources, for compilationse. This detail is generated from the original source in the metadata."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -1846,7 +1855,7 @@ skos:scopeNote skos:prefLabel "source original dataset citation"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "Citation key for the original dataset_id in sources, for compilations. The key is typically formatted as `Surname_year`."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -1861,7 +1870,7 @@ skos:scopeNote skos:prefLabel "source original dataset key"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "Citation for the primary source. This detail is generated from the primary source in the metadata."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -1875,7 +1884,7 @@ skos:scopeNote skos:prefLabel "source primary citation"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "Citation key for the primary source in `sources`. The key is typically formatted as `Surname_year`."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -1890,7 +1899,7 @@ skos:scopeNote skos:prefLabel "source primary key"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "Citations for the secondary source. This detail is generated from the secondary source in the metadata."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -1904,7 +1913,7 @@ skos:scopeNote skos:prefLabel "source secondary citation"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "Citation key for the secondary source in `sources`. The key is typically formatted as `Surname_year`."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -1917,7 +1926,7 @@ skos:scopeNote skos:prefLabel "source secondary key"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "A circumscribed set of organisms."@en, "A group of organisms assumed to form a homogeneous unit with regard to associated trait measurements."@en ; dwcattributes:organizedInClass ; SIO:SIO_000223 , ; @@ -1934,7 +1943,7 @@ skos:scopeNote skos:prefLabel "taxon"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "Known distribution of the taxon, by Australian state."@en ; dwcattributes:organizedInClass ; SIO:SIO_000224 ; @@ -1946,7 +1955,7 @@ skos:scopeNote skos:prefLabel "taxon distribution"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "An identifier for the set of taxon information (data associated with the taxon class). May be a global unique identifier or an identifier specific to the data set. Must be resolvable within this dataset."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -1961,7 +1970,7 @@ skos:scopeNote skos:prefLabel "taxon id"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "Scientific name of the taxon on which traits were sampled, without authorship. When possible, this is the currently accepted (botanical) or valid (zoological) scientific name, but might also be a higher taxonomic level."@en ; dwcattributes:organizedInClass , , ; SIO:SIO_000223 , , ; @@ -1978,7 +1987,7 @@ skos:scopeNote skos:prefLabel "taxon name"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "The taxonomic rank of the most specific name in the scientific name."@en ; dwcattributes:organizedInClass ; SIO:SIO_000224 ; @@ -1993,7 +2002,7 @@ skos:scopeNote skos:prefLabel "taxon rank"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "Name of the taxonomy (tree) that contains this concept. ie. APC, AusMoss etc."@en ; dwcattributes:organizedInClass ; SIO:SIO_000224 ; @@ -2007,7 +2016,7 @@ skos:scopeNote skos:prefLabel "taxonomic dataset"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "The rank of the most specific taxon name (or scientific name) to which a submitted orignal name resolves."@en ; dwcattributes:organizedInClass ; SIO:SIO_000224 ; @@ -2020,7 +2029,7 @@ skos:scopeNote skos:relatedMatch dwc:taxonRank . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "The status of the use of the scientificName as a label for the taxon in regard to the 'accepted (or valid) taxonomy'. The assigned taxonomic status must be linked to a specific taxonomic reference that defines the concept."@en ; dwcattributes:organizedInClass ; SIO:SIO_000224 ; @@ -2034,7 +2043,7 @@ skos:scopeNote skos:prefLabel "taxonomic status"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "A situation or process that varies across time and might cause the measured trait values of individuals or populations to change across time."@en ; SIO:SIO_000602 SIO:SIO_000756 ; rdfs:label "temporal context"@en ; @@ -2044,8 +2053,9 @@ skos:scopeNote skos:prefLabel "temporal context"@en . + dcterms:created "01 February 2024"^^ ; dcterms:description "A unique integer identifier assigned where repeat observations are made on the same individual (or population, or taxon) across time. The identifier links to specific information in the context table."@en ; - dwcattributes:organizedInClass ; + dwcattributes:organizedInClass , ; SIO:SIO_000602 SIO:SIO_000757 ; SIO:SIO_000674 ; rdf:datatype ; @@ -2056,7 +2066,7 @@ skos:scopeNote skos:prefLabel "temporal context id"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "A context characteristic indicating stratified variation across time might affect the trait values measured."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -2072,7 +2082,7 @@ skos:scopeNote skos:prefLabel "temporal context property"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "A collection of trait values pertaining to a distinct characteristic of a specific part of an organism (cell, tissue, organ, or whole organism)."@en ; dwcattributes:organizedInClass ; SIO:SIO_000223 , , , , ; @@ -2088,7 +2098,7 @@ skos:scopeNote skos:prefLabel "trait concept"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "Unique identifier of the trait according to a public ontology, or a user-provided thesaurus of traits."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -2104,7 +2114,7 @@ skos:scopeNote oboe:hasValue ; oboe:measurementFor , , , , , , ; - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "A measurement made on a trait."@en ; SIO:SIO_000602 SIO:SIO_001187 ; rdfs:label "trait measurement"@en ; @@ -2114,7 +2124,7 @@ skos:scopeNote skos:prefLabel "trait measurement"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "Name of the trait sampled. Allowable values specified in the table `definitions`."@en ; dwcattributes:organizedInClass , , ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -2126,7 +2136,7 @@ skos:scopeNote skos:prefLabel "trait name"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "The measured value of a trait."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -2139,6 +2149,7 @@ skos:scopeNote skos:prefLabel "value"@en . + dcterms:created "01 February 2024"^^ ; dcterms:description "A description of the computing environment used to create this version of the dataset, including version number, git commit and R session_info."@en ; SIO:SIO_000602 SIO:SIO_001330 ; rdfs:label "build info"@en ; @@ -2147,7 +2158,7 @@ skos:scopeNote skos:prefLabel "build info"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "A table containing observations of contextual characteristics associated with information in `traits`. Cross referencing between the two dataframes is possible using combinations of the variables `dataset_id`, `link_id`, and `link_vals`."@en ; SIO:SIO_000602 SIO:SIO_000754 ; rdfs:label "contexts table"@en ; @@ -2156,7 +2167,7 @@ skos:scopeNote skos:prefLabel "contexts table"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "A table of people contributing to each study."@en ; SIO:SIO_000602 SIO:SIO_000754 ; rdfs:label "contributors table"@en ; @@ -2165,7 +2176,7 @@ skos:scopeNote skos:prefLabel "contributors table"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "A list containing trait concept descriptions used to build the database."@en ; SIO:SIO_000602 SIO:SIO_000754 ; rdfs:label "definitions table"@en ; @@ -2176,7 +2187,7 @@ skos:scopeNote skos:prefLabel "definitions table"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms: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."@en ; SIO:SIO_000602 SIO:SIO_000754 ; rdfs:label "excluded data table"@en ; @@ -2185,7 +2196,7 @@ skos:scopeNote skos:prefLabel "excluded data table"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "A table containing observations of location/site characteristics associated with information in `traits`. Cross referencing between the two dataframes is possible using combinations of the variables `dataset_id`, `location_name`."@en ; SIO:SIO_000602 SIO:SIO_000754 ; rdfs:comment "Includes information about Location properties."@en ; @@ -2196,7 +2207,7 @@ skos:scopeNote skos:relatedMatch ets:Occurrence . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "A list containing database metadata."@en ; SIO:SIO_000602 SIO:SIO_001330 ; rdfs:label "metadata table"@en ; @@ -2206,7 +2217,7 @@ skos:scopeNote skos:prefLabel "metadata table"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "A table containing details on methods with which data were collected, including time frame and source. Cross referencing with the `traits` table is possible using combinations of the variables `dataset_id`, `trait_name`."@en ; SIO:SIO_000602 SIO:SIO_000754 ; rdfs:label "methods table"@en ; @@ -2216,6 +2227,7 @@ skos:scopeNote skos:relatedMatch ets:MeasurementOrFact . + dcterms:created "01 February 2024"^^ ; dcterms:description "A copy of the schema for all tables and terms. Information included here was used to process data and generate any documentation for the study."@en ; SIO:SIO_000602 SIO:SIO_001330 ; rdfs:label "schema"@en ; @@ -2224,7 +2236,7 @@ skos:scopeNote skos:prefLabel "schema"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "A list containing citation details for all database sources."@en ; SIO:SIO_000602 SIO:SIO_000754 ; rdfs:label "sources table"@en ; @@ -2233,7 +2245,7 @@ skos:scopeNote skos:prefLabel "sources table"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "A table containing details on taxa associated with information in `traits`. Whenever possible, this information is sourced from curated taxon lists that include identifiers for each taxon. The information compiled in this table is released under a CC-BY3 license. Cross referencing between the two dataframes is possible using combinations of the variable `taxon_name`."@en ; SIO:SIO_000602 SIO:SIO_000754 ; rdfs:label "taxa table"@en ; @@ -2244,7 +2256,7 @@ skos:scopeNote skos:prefLabel "taxa table"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "A table of all taxonomic changes implemented in the construction of AusTraits. Changes are determined by comparing the originally submitted taxon name against the taxonomic names listed in the taxonomic reference files, best placed in a subfolder in the `config` folder . Cross referencing with the `traits` table is possible using combinations of the variables `dataset_id` and `taxon_name`."@en ; SIO:SIO_000602 SIO:SIO_000754 ; rdfs:label "taxonomic updates table"@en ; @@ -2253,7 +2265,7 @@ skos:scopeNote skos:prefLabel "taxonomic updates table"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "A table containing measurements of traits."@en ; SIO:SIO_000602 SIO:SIO_000754 ; rdfs:comment "Includes information that must be recorded at the Measurement or Observation level."@en ; @@ -2266,7 +2278,7 @@ skos:scopeNote skos:relatedMatch ets:MeasurementOrFact, ets:Occurrence . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "An experimental manipulation that subjects different individuals or populations to different conditions, which can lead to differences in measured trait values across treatments."@en ; SIO:SIO_000602 SIO:SIO_000756 ; rdfs:label "treatment context"@en ; @@ -2276,8 +2288,9 @@ skos:scopeNote skos:prefLabel "treatment context"@en . + dcterms:created "01 February 2024"^^ ; dcterms:description "A unique integer identifier for a treatment, where a treatment is any experimental manipulation to an organism's growing/living conditions. The identifier links to specific information in the context table."@en ; - dwcattributes:organizedInClass ; + dwcattributes:organizedInClass , ; SIO:SIO_000602 SIO:SIO_000757 ; SIO:SIO_000674 ; rdf:datatype ; @@ -2288,7 +2301,7 @@ skos:scopeNote skos:prefLabel "treatment context id"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "A context characteristic indicating stratified treatments that might affect the trait values measured on an individual or population-level entity."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -2304,7 +2317,7 @@ skos:scopeNote skos:prefLabel "treatment context property"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "The infraspecific taxon name match for an original name. This column is assigned `na` for taxon name that are at a broader taxonomic_resolution."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -2318,7 +2331,7 @@ skos:scopeNote skos:relatedMatch dwc:infraspecificEpithet . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "Type of trait, specifying if traits are categorical, numeric, or ordinal."@en ; dwcattributes:organizedInClass ; SIO:SIO_000224 ; @@ -2332,7 +2345,7 @@ skos:scopeNote skos:prefLabel "type"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "Units of the sampled trait value after aligning with AusTraits standards."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -2344,7 +2357,7 @@ skos:scopeNote skos:prefLabel "unit"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "The preferred units for the trait, conforming to the Unified Code for Units of Measure (UCUM). There are often two entries for units, one that is a string and the second which links to a units of measurement axiom."@en ; dwcattributes:organizedInClass ; SIO:SIO_000224 ; @@ -2358,7 +2371,7 @@ skos:scopeNote skos:prefLabel "units"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "A categorical variable describing the statistical nature of the trait value recorded."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; diff --git a/docs/ontology/release/1.0.0/tmp.html b/docs/ontology/release/1.0.0/tmp.html deleted file mode 100644 index 5defe302..00000000 --- a/docs/ontology/release/1.0.0/tmp.html +++ /dev/null @@ -1,124 +0,0 @@ - - - - - - - -Page not found (404) • traits.build - - - - - - - - - - - -
    -
    - - - - -
    -
    - - -Content not found. Please use links in the navbar. - -
    - - - -
    - - - -
    - -
    -

    -

    Site built with pkgdown 2.0.7.

    -
    - -
    -
    - - - - - - - - diff --git a/docs/ontology/traits.build.json b/docs/ontology/traits.build.json index 14d99208..1522ed1a 100644 --- a/docs/ontology/traits.build.json +++ b/docs/ontology/traits.build.json @@ -1862,7 +1862,7 @@ }, { "@id": "https://w3id.org/traits.build", - "http://purl.org/dc/terms/created": "01/02/24^^", + "http://purl.org/dc/terms/created": "01 February 2024^^", "http://purl.org/dc/terms/creator": [ "Sophie Yang", "Elizabeth Wenk", @@ -1904,7 +1904,7 @@ "@id": "https://w3id.org/traits.build/ORCID", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -1951,7 +1951,7 @@ "@id": "https://w3id.org/traits.build/additional_role", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -1995,7 +1995,7 @@ "@id": "https://w3id.org/traits.build/affiliation", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -2039,7 +2039,7 @@ "@id": "https://w3id.org/traits.build/aligned_name", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -2091,7 +2091,7 @@ "@id": "https://w3id.org/traits.build/allowed_values_levels", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -2145,7 +2145,7 @@ "@id": "https://w3id.org/traits.build/allowed_values_max", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -2189,7 +2189,7 @@ "@id": "https://w3id.org/traits.build/allowed_values_min", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -2233,7 +2233,7 @@ "@id": "https://w3id.org/traits.build/assistants", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -2280,7 +2280,7 @@ "@id": "https://w3id.org/traits.build/basis_of_record", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -2318,7 +2318,7 @@ "@id": "https://w3id.org/traits.build/basis_of_value", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -2359,7 +2359,7 @@ "@id": "https://w3id.org/traits.build/binomial", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -2411,7 +2411,7 @@ }, "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -2460,7 +2460,7 @@ "@id": "https://w3id.org/traits.build/comments", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -2514,7 +2514,7 @@ "@id": "https://w3id.org/traits.build/context", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -2549,7 +2549,7 @@ }, "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -2596,7 +2596,7 @@ "@id": "https://w3id.org/traits.build/contexts_category", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -2637,7 +2637,7 @@ "@id": "https://w3id.org/traits.build/contexts_description", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -2676,6 +2676,10 @@ }, { "@id": "https://w3id.org/traits.build/contexts_link_id", + "http://purl.org/dc/terms/created": { + "@type": "xsd:date", + "@value": "01 February 2024" + }, "http://purl.org/dc/terms/description": { "@language": "en", "@value": "Variable indicating which identifier column in the traits table contains the specified `link_vals`." @@ -2727,6 +2731,10 @@ }, { "@id": "https://w3id.org/traits.build/contexts_link_vals", + "http://purl.org/dc/terms/created": { + "@type": "xsd:date", + "@value": "01 February 2024" + }, "http://purl.org/dc/terms/description": { "@language": "en", "@value": "Unique integer identifiers that link between identifier columns in the `traits` table and the contextual properties/values in the `contexts` table." @@ -2783,7 +2791,7 @@ }, "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -2826,7 +2834,7 @@ "@id": "https://w3id.org/traits.build/contributor", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -2875,7 +2883,7 @@ "@id": "https://w3id.org/traits.build/data_collectors", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -2946,7 +2954,7 @@ "@id": "https://w3id.org/traits.build/dataset", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -2984,7 +2992,7 @@ "@id": "https://w3id.org/traits.build/dataset_curators", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -3031,7 +3039,7 @@ "@id": "https://w3id.org/traits.build/dataset_id", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -3089,7 +3097,7 @@ "@id": "https://w3id.org/traits.build/description", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -3146,7 +3154,7 @@ }, "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -3198,7 +3206,7 @@ "@id": "https://w3id.org/traits.build/entity", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -3231,13 +3239,22 @@ }, { "@id": "https://w3id.org/traits.build/entity_context_id", + "http://purl.org/dc/terms/created": { + "@type": "xsd:date", + "@value": "01 February 2024" + }, "http://purl.org/dc/terms/description": { "@language": "en", "@value": "A unique integer identifier indicating specific contextual properties of an individual, possibly including the individual's sex or caste (for social insects)." }, - "http://rs.tdwg.org/dwc/terms/attributes/organizedInClass": { - "@id": "https://w3id.org/traits.build/traits.build-traits" - }, + "http://rs.tdwg.org/dwc/terms/attributes/organizedInClass": [ + { + "@id": "https://w3id.org/traits.build/traits.build-contexts" + }, + { + "@id": "https://w3id.org/traits.build/traits.build-traits" + } + ], "http://semanticscience.org/resource/SIO_000602": { "@id": "http://semanticscience.org/resource/SIO_000757" }, @@ -3270,7 +3287,7 @@ "@id": "https://w3id.org/traits.build/entity_context_property", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -3320,7 +3337,7 @@ "@id": "https://w3id.org/traits.build/entity_type", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -3355,7 +3372,7 @@ "@id": "https://w3id.org/traits.build/establishment_means", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -3399,7 +3416,7 @@ "@id": "https://w3id.org/traits.build/family", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -3451,7 +3468,7 @@ "@id": "https://w3id.org/traits.build/genus", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -3503,7 +3520,7 @@ "@id": "https://w3id.org/traits.build/given_name", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -3553,7 +3570,7 @@ }, "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -3589,6 +3606,10 @@ }, { "@id": "https://w3id.org/traits.build/individual_id", + "http://purl.org/dc/terms/created": { + "@type": "xsd:date", + "@value": "01 February 2024" + }, "http://purl.org/dc/terms/description": { "@language": "en", "@value": "A unique integer identifier for an individual, with individuals numbered sequentially within each dataset by taxon by population grouping. Most often each row of data represents an individual, but in some datasets trait data collected on a single individual is presented across multiple rows of data, such as if the same trait is measured using different methods or the same individual is measured repeatedly across time." @@ -3628,7 +3649,7 @@ "@id": "https://w3id.org/traits.build/label", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -3688,7 +3709,7 @@ "@id": "https://w3id.org/traits.build/last_name", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -3738,7 +3759,7 @@ }, "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -3793,7 +3814,7 @@ }, "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -3842,7 +3863,7 @@ "@id": "https://w3id.org/traits.build/location", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -3881,6 +3902,10 @@ }, { "@id": "https://w3id.org/traits.build/location_id", + "http://purl.org/dc/terms/created": { + "@type": "xsd:date", + "@value": "01 February 2024" + }, "http://purl.org/dc/terms/description": { "@language": "en", "@value": "A unique integer identifier for a location, with locations numbered sequentially within a dataset. The identifier links to specific information in the location table." @@ -3925,7 +3950,7 @@ "@id": "https://w3id.org/traits.build/location_name", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -3974,7 +3999,7 @@ }, "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -4012,7 +4037,7 @@ "@id": "https://w3id.org/traits.build/locations_value", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -4058,7 +4083,7 @@ }, "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -4110,7 +4135,7 @@ "@id": "https://w3id.org/traits.build/measurement", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -4148,7 +4173,7 @@ }, "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -4194,7 +4219,7 @@ ], "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -4229,7 +4254,7 @@ }, "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -4267,7 +4292,7 @@ }, "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -4308,7 +4333,7 @@ }, "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -4343,7 +4368,7 @@ "@id": "https://w3id.org/traits.build/measurement_remarks", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -4381,7 +4406,7 @@ "@id": "https://w3id.org/traits.build/method_context", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -4416,13 +4441,22 @@ }, { "@id": "https://w3id.org/traits.build/method_context_id", + "http://purl.org/dc/terms/created": { + "@type": "xsd:date", + "@value": "01 February 2024" + }, "http://purl.org/dc/terms/description": { "@language": "en", "@value": "A unique integer identifier indicating a trait is measured multiple times on the same entity, with different methods used for each entry. This field is only used if a single trait is measured using multiple methods within the same dataset. The identifier links to specific information in the context table." }, - "http://rs.tdwg.org/dwc/terms/attributes/organizedInClass": { - "@id": "https://w3id.org/traits.build/traits.build-traits" - }, + "http://rs.tdwg.org/dwc/terms/attributes/organizedInClass": [ + { + "@id": "https://w3id.org/traits.build/traits.build-contexts" + }, + { + "@id": "https://w3id.org/traits.build/traits.build-traits" + } + ], "http://semanticscience.org/resource/SIO_000602": { "@id": "http://semanticscience.org/resource/SIO_000757" }, @@ -4452,7 +4486,7 @@ "@id": "https://w3id.org/traits.build/method_context_property", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -4500,6 +4534,10 @@ }, { "@id": "https://w3id.org/traits.build/method_id", + "http://purl.org/dc/terms/created": { + "@type": "xsd:date", + "@value": "01 February 2024" + }, "http://purl.org/dc/terms/description": { "@language": "en", "@value": "A unique integer identifier to distinguish between multiple sets of methods used to measure a single trait within the same dataset. The identifier links to specific information in the methods table." @@ -4547,7 +4585,7 @@ "@id": "https://w3id.org/traits.build/methods_description", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -4594,7 +4632,7 @@ "@id": "https://w3id.org/traits.build/methods_methods", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -4635,7 +4673,7 @@ "@id": "https://w3id.org/traits.build/observation", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -4677,7 +4715,7 @@ "@id": "https://w3id.org/traits.build/observation_id", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -4732,7 +4770,7 @@ ], "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -4773,7 +4811,7 @@ }, "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -4817,7 +4855,7 @@ }, "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -4861,7 +4899,7 @@ }, "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -4909,7 +4947,7 @@ }, "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -4967,7 +5005,7 @@ ], "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -5025,7 +5063,7 @@ }, "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -5083,7 +5121,7 @@ }, "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -5124,7 +5162,7 @@ }, "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -5165,7 +5203,7 @@ }, "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -5206,7 +5244,7 @@ }, "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -5245,7 +5283,7 @@ "@id": "https://w3id.org/traits.build/original_name", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -5262,30 +5300,13 @@ "http://semanticscience.org/resource/SIO_000602": { "@id": "http://semanticscience.org/resource/SIO_000757" }, - "http://semanticscience.org/resource/SIO_000642": [ - { - "@id": "https://w3id.org/traits.build/taxon_name" - }, - { - "@id": "https://w3id.org/traits.build/aligned_name" - } - ], - "http://semanticscience.org/resource/SIO_000672": { - "@id": "https://w3id.org/traits.build/taxon" - }, "http://www.w3.org/1999/02/22-rdf-syntax-ns#datatype": { "@id": "http://www.w3.org/2001/XMLSchema#string" }, - "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@language": "en", - "@value": "original name" - }, - { - "@language": "en", - "@value": "original taxon name" - } - ], + "http://www.w3.org/2000/01/rdf-schema#label": { + "@language": "en", + "@value": "original taxon name" + }, "http://www.w3.org/2004/02/skos/core#altLabel": { "@language": "en", "@value": "original_name" @@ -5301,22 +5322,16 @@ "http://www.w3.org/2004/02/skos/core#inScheme": { "@id": "https://w3id.org/traits.build/" }, - "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "original name" - }, - { - "@language": "en", - "@value": "original taxon name" - } - ] + "http://www.w3.org/2004/02/skos/core#prefLabel": { + "@language": "en", + "@value": "original taxon name" + } }, { "@id": "https://w3id.org/traits.build/plot", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -5351,13 +5366,22 @@ }, { "@id": "https://w3id.org/traits.build/plot_context_id", + "http://purl.org/dc/terms/created": { + "@type": "xsd:date", + "@value": "01 February 2024" + }, "http://purl.org/dc/terms/description": { "@language": "en", "@value": "A unique integer identifier for a plot, where a plot is a distinct collection of organisms within a single geographic location, such as plants growing on different aspects or blocks in an experiment. The identifier links to specific information in the context table." }, - "http://rs.tdwg.org/dwc/terms/attributes/organizedInClass": { - "@id": "https://w3id.org/traits.build/traits.build-traits" - }, + "http://rs.tdwg.org/dwc/terms/attributes/organizedInClass": [ + { + "@id": "https://w3id.org/traits.build/traits.build-contexts" + }, + { + "@id": "https://w3id.org/traits.build/traits.build-traits" + } + ], "http://semanticscience.org/resource/SIO_000602": { "@id": "http://semanticscience.org/resource/SIO_000757" }, @@ -5390,7 +5414,7 @@ "@id": "https://w3id.org/traits.build/plot_context_property", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -5443,7 +5467,7 @@ }, "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -5479,6 +5503,10 @@ }, { "@id": "https://w3id.org/traits.build/population_id", + "http://purl.org/dc/terms/created": { + "@type": "xsd:date", + "@value": "01 February 2024" + }, "http://purl.org/dc/terms/description": { "@language": "en", "@value": "A unique integer identifier for a population, where a population is defined as individuals growing in the same location (location_id /location_name) and plot (plot_context_id, a context category) and being subjected to the same treatment (treatment_context_id, a context category)." @@ -5516,6 +5544,10 @@ }, { "@id": "https://w3id.org/traits.build/repeat_measurements_id", + "http://purl.org/dc/terms/created": { + "@type": "xsd:date", + "@value": "01 February 2024" + }, "http://purl.org/dc/terms/description": { "@language": "en", "@value": "A unique integer identifier for repeat measurements of a trait that comprise a single observation, such as a response curve." @@ -5558,6 +5590,10 @@ }, { "@id": "https://w3id.org/traits.build/replicates", + "http://purl.org/dc/terms/created": { + "@type": "xsd:date", + "@value": "01 February 2024" + }, "http://purl.org/dc/terms/description": { "@language": "en", "@value": "Number of replicate measurements that comprise a recorded trait measurement. A numeric value (or range) is ideal and appropriate if the value type is a `mean`, `median`, `min` or  `max`. For these value types, if replication is unknown the entry should be `unknown`. If the value type is `raw_value` the replicate value should be 1. If the trait is categorical or the value indicates a measurement for an entire species (or other taxon) replicate value should be `.na`." @@ -5597,7 +5633,7 @@ "@id": "https://w3id.org/traits.build/sampling_strategy", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -5641,7 +5677,7 @@ "@id": "https://w3id.org/traits.build/scientific_name", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -5688,7 +5724,7 @@ "@id": "https://w3id.org/traits.build/scientific_name_id", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -5735,7 +5771,7 @@ "@id": "https://w3id.org/traits.build/source_id", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -5781,7 +5817,7 @@ "@id": "https://w3id.org/traits.build/source_original_dataset_citation", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -5825,7 +5861,7 @@ "@id": "https://w3id.org/traits.build/source_original_dataset_key", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -5872,7 +5908,7 @@ "@id": "https://w3id.org/traits.build/source_primary_citation", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -5916,7 +5952,7 @@ "@id": "https://w3id.org/traits.build/source_primary_key", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -5963,7 +5999,7 @@ "@id": "https://w3id.org/traits.build/source_secondary_citation", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -6007,7 +6043,7 @@ "@id": "https://w3id.org/traits.build/source_secondary_key", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -6048,7 +6084,7 @@ "@id": "https://w3id.org/traits.build/taxon", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": [ { @@ -6147,7 +6183,7 @@ "@id": "https://w3id.org/traits.build/taxon_distribution", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -6185,7 +6221,7 @@ "@id": "https://w3id.org/traits.build/taxon_id", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -6232,7 +6268,7 @@ "@id": "https://w3id.org/traits.build/taxon_name", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -6311,7 +6347,7 @@ "@id": "https://w3id.org/traits.build/taxon_rank", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -6359,7 +6395,7 @@ "@id": "https://w3id.org/traits.build/taxonomic_dataset", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -6403,7 +6439,7 @@ "@id": "https://w3id.org/traits.build/taxonomic_resolution", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -6444,7 +6480,7 @@ "@id": "https://w3id.org/traits.build/taxonomic_status", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -6488,7 +6524,7 @@ "@id": "https://w3id.org/traits.build/temporal_context", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -6523,13 +6559,22 @@ }, { "@id": "https://w3id.org/traits.build/temporal_context_id", + "http://purl.org/dc/terms/created": { + "@type": "xsd:date", + "@value": "01 February 2024" + }, "http://purl.org/dc/terms/description": { "@language": "en", "@value": "A unique integer identifier assigned where repeat observations are made on the same individual (or population, or taxon) across time. The identifier links to specific information in the context table." }, - "http://rs.tdwg.org/dwc/terms/attributes/organizedInClass": { - "@id": "https://w3id.org/traits.build/traits.build-traits" - }, + "http://rs.tdwg.org/dwc/terms/attributes/organizedInClass": [ + { + "@id": "https://w3id.org/traits.build/traits.build-contexts" + }, + { + "@id": "https://w3id.org/traits.build/traits.build-traits" + } + ], "http://semanticscience.org/resource/SIO_000602": { "@id": "http://semanticscience.org/resource/SIO_000757" }, @@ -6562,7 +6607,7 @@ "@id": "https://w3id.org/traits.build/temporal_context_property", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -6612,7 +6657,7 @@ "@id": "https://w3id.org/traits.build/trait", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -6681,7 +6726,7 @@ "@id": "https://w3id.org/traits.build/trait_concept_URI", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -6761,7 +6806,7 @@ ], "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -6793,7 +6838,7 @@ "@id": "https://w3id.org/traits.build/trait_name", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -6849,7 +6894,7 @@ "@id": "https://w3id.org/traits.build/trait_value", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -6895,7 +6940,7 @@ "@id": "https://w3id.org/traits.build/traits.build-build_info", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -6924,7 +6969,7 @@ "@id": "https://w3id.org/traits.build/traits.build-contexts", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -6953,7 +6998,7 @@ "@id": "https://w3id.org/traits.build/traits.build-contributors", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -6982,7 +7027,7 @@ "@id": "https://w3id.org/traits.build/traits.build-definitions", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -7017,7 +7062,7 @@ "@id": "https://w3id.org/traits.build/traits.build-excluded_data", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -7046,7 +7091,7 @@ "@id": "https://w3id.org/traits.build/traits.build-locations", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -7082,7 +7127,7 @@ "@id": "https://w3id.org/traits.build/traits.build-metadata", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -7114,7 +7159,7 @@ "@id": "https://w3id.org/traits.build/traits.build-methods", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -7146,7 +7191,7 @@ "@id": "https://w3id.org/traits.build/traits.build-schema", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -7175,7 +7220,7 @@ "@id": "https://w3id.org/traits.build/traits.build-sources", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -7204,7 +7249,7 @@ "@id": "https://w3id.org/traits.build/traits.build-taxa", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -7239,7 +7284,7 @@ "@id": "https://w3id.org/traits.build/traits.build-taxonomic_updates", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -7268,7 +7313,7 @@ "@id": "https://w3id.org/traits.build/traits.build-traits", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -7315,7 +7360,7 @@ "@id": "https://w3id.org/traits.build/treatment", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -7350,13 +7395,22 @@ }, { "@id": "https://w3id.org/traits.build/treatment_context_id", + "http://purl.org/dc/terms/created": { + "@type": "xsd:date", + "@value": "01 February 2024" + }, "http://purl.org/dc/terms/description": { "@language": "en", "@value": "A unique integer identifier for a treatment, where a treatment is any experimental manipulation to an organism's growing/living conditions. The identifier links to specific information in the context table." }, - "http://rs.tdwg.org/dwc/terms/attributes/organizedInClass": { - "@id": "https://w3id.org/traits.build/traits.build-traits" - }, + "http://rs.tdwg.org/dwc/terms/attributes/organizedInClass": [ + { + "@id": "https://w3id.org/traits.build/traits.build-contexts" + }, + { + "@id": "https://w3id.org/traits.build/traits.build-traits" + } + ], "http://semanticscience.org/resource/SIO_000602": { "@id": "http://semanticscience.org/resource/SIO_000757" }, @@ -7389,7 +7443,7 @@ "@id": "https://w3id.org/traits.build/treatment_context_property", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -7439,7 +7493,7 @@ "@id": "https://w3id.org/traits.build/trinomial", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -7488,7 +7542,7 @@ "@id": "https://w3id.org/traits.build/type", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -7532,7 +7586,7 @@ "@id": "https://w3id.org/traits.build/unit", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -7580,7 +7634,7 @@ "@id": "https://w3id.org/traits.build/units", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -7624,7 +7678,7 @@ "@id": "https://w3id.org/traits.build/value_type", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", diff --git a/docs/ontology/traits.build.nq b/docs/ontology/traits.build.nq index 45ac8dcc..85865c70 100644 --- a/docs/ontology/traits.build.nq +++ b/docs/ontology/traits.build.nq @@ -7,7 +7,7 @@ "traits table"@en . "A table containing measurements of traits."@en . "Includes information that must be recorded at the Measurement or Observation level."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . . "contexts table"@en . @@ -15,7 +15,7 @@ . "contexts table"@en . "A table containing observations of contextual characteristics associated with information in `traits`. Cross referencing between the two dataframes is possible using combinations of the variables `dataset_id`, `link_id`, and `link_vals`."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . "locations table"@en . "locations"@en . @@ -24,7 +24,7 @@ "locations table"@en . "A table containing observations of location/site characteristics associated with information in `traits`. Cross referencing between the two dataframes is possible using combinations of the variables `dataset_id`, `location_name`."@en . "Includes information about Location properties."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . "methods table"@en . "methods"@en . @@ -32,21 +32,21 @@ . "methods table"@en . "A table containing details on methods with which data were collected, including time frame and source. Cross referencing with the `traits` table is possible using combinations of the variables `dataset_id`, `trait_name`."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . "excluded data table"@en . "excluded_data"@en . . "excluded data table"@en . "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."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . "taxonomic updates table"@en . "taxonomic_updates"@en . . "taxonomic updates table"@en . "A table of all taxonomic changes implemented in the construction of AusTraits. Changes are determined by comparing the originally submitted taxon name against the taxonomic names listed in the taxonomic reference files, best placed in a subfolder in the `config` folder . Cross referencing with the `traits` table is possible using combinations of the variables `dataset_id` and `taxon_name`."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . "taxa table"@en . "taxa"@en . @@ -54,7 +54,7 @@ . "taxa table"@en . "A table containing details on taxa associated with information in `traits`. Whenever possible, this information is sourced from curated taxon lists that include identifiers for each taxon. The information compiled in this table is released under a CC-BY3 license. Cross referencing between the two dataframes is possible using combinations of the variable `taxon_name`."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . . "contributors table"@en . @@ -62,14 +62,14 @@ . "contributors table"@en . "A table of people contributing to each study."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . "sources table"@en . "sources"@en . . "sources table"@en . "A list containing citation details for all database sources."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . "definitions table"@en . "definitions"@en . @@ -77,7 +77,7 @@ . "definitions table"@en . "A list containing trait concept descriptions used to build the database."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . . "schema"@en . @@ -85,7 +85,7 @@ . "schema"@en . "A copy of the schema for all tables and terms. Information included here was used to process data and generate any documentation for the study."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . "metadata table"@en . "metadata"@en . @@ -93,14 +93,14 @@ . "metadata table"@en . "A list containing database metadata."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . "build info"@en . "build_info"@en . . "build info"@en . "A description of the computing environment used to create this version of the dataset, including version number, git commit and R session_info."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . "dataset"@en . "dataset"@en . @@ -109,7 +109,7 @@ "dataset"@en . . "13 relational tables and lists containing all data about a dataset."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . . "observation"@en . @@ -120,7 +120,7 @@ . "An Observation is a collection of measurements made at a single point in time. In traits.build it is the subset of rows within the traits data that are made on the same entity and share the same observation_id."@en . "An observation is an assertion that an entity (e.g., biological organisms, geographic locations, or environmental features, among others) was observed by an observer. An observation primarily serves to group a set of measurements together into a single "observation event". Observations are often made within a broader context. The context of an observation is given by other observations, implying that an observed entity (and specifically each corresponding measurement) contextualizes another observed entity (and its corresponding measurements). For example, an observation associated with a location may serve as context for an observation associated with an organism. In this case, the observed characteristic values of the location (such as humidity) are assumed constant for the corresponding measurements of the organism."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . . "observations from dataset"@en . @@ -137,7 +137,7 @@ . . "Observation collection encompassing all observations that comprise a dataset."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . "observations from source"@en . "observations_from_source"@en . @@ -153,7 +153,7 @@ . . "Observation collection encompassing all observations for a single published or unpublished source."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . "observations of taxon"@en . "observations_of_taxon"@en . @@ -165,7 +165,7 @@ . "Observation collection encompassing all observations on a single taxon within a single dataset."@en . "An observation collection is a container for a set of observations."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . "observations at location"@en . "observations_at_location"@en . @@ -179,7 +179,7 @@ . . "Observation collection of location properties and organismal traits at a single location."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . "observation of location"@en . "observation_of_location"@en . @@ -190,7 +190,7 @@ . . "Observation of location properties at a single location."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . "observations of population"@en . "observations_of_population"@en . @@ -201,7 +201,7 @@ . . "Observation collection encompassing all observations on a single population."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . "observations of individual"@en . "observations_of_individual"@en . @@ -212,7 +212,7 @@ . . "Observation collection encompassing all observations on a single individual."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . "observation of a treatment context"@en . "observation_of_treatment_context"@en . @@ -225,7 +225,7 @@ . "Observation where entity is a context indicating experimental manipulations that might affect the trait values measured on an individual, population or species-level entities."@en . "Examples include growing temperature, growing CO2 concentrations, and nutrient amendments."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . "observation of plot context"@en . "observation_of_plot_context"@en . @@ -237,7 +237,7 @@ . . "Observation where entity is a category of context indicating variation across plots at a single location might affect the trait values measured on individual or population-level entities."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . "observation of entity context"@en . "observation_of_entity_context"@en . @@ -251,7 +251,7 @@ . . "Observation where entity is a category of context indicating repeat observations have been made on an individual, population or species-level entity across time which might affect the entity's measured trait values."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . "observation of temporal context"@en . "observation_of_temporal_context"@en . @@ -264,7 +264,7 @@ . "Observation where entity is a category of context indicating repeat observations have been made on a plot, which might affect the trait values measured on individual or population-level entities."@en . "Examples of temporal contexts are `sampling season`, `sampling time of day`, and sequential `observation numbers` without any linked categorical description."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . "measurement"@en . "measurement"@en . @@ -272,7 +272,7 @@ . "measurement"@en . "A measurement is an assertion that a characteristic of an entity had a particular value with respect to an observation event."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . . "trait measurement"@en . @@ -289,7 +289,7 @@ "trait measurement"@en . . "A measurement made on a trait."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . "measurement of location property"@en . "measurement_of_location_property"@en . @@ -300,7 +300,7 @@ "measurement of location property"@en . . "A measurement made on a location property."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . "measurement of treatment context property"@en . "measurement_of_treatment_context_property"@en . @@ -311,7 +311,7 @@ . . "A measurement made on a treatment context property."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . "measurement of plot context property"@en . "measurement_of_plot_context_property"@en . @@ -321,7 +321,7 @@ "measurement of plot context property"@en . . "A measurement made on a plot context property."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . "measurement of entity context property"@en . "measurement_of_entity_context_property"@en . @@ -331,7 +331,7 @@ "measurement of entity context property"@en . . "A measurement made on an entity context property."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . "measurement of temporal context property"@en . "measurement_of_temporal_context_property"@en . @@ -341,7 +341,7 @@ "measurement of temporal context property"@en . . "A measurement made on a temporal context property."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . "entity"@en . "entity"@en . @@ -349,7 +349,7 @@ . "entity"@en . "An entity is an object (e.g., a tree, a community, an ecological process). Entities constitute the foci of observations, i.e., every observation is of exactly one entity."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . . "individual"@en . @@ -360,7 +360,7 @@ . "individual"@en . "An individual living organism."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . . "population"@en . @@ -371,7 +371,7 @@ . "population"@en . "A collection of organisms, all of the same species, that live in the same place."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . . "taxon"@en . @@ -380,7 +380,7 @@ . "taxon"@en . "A circumscribed set of organisms."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . "location"@en . "location"@en . @@ -390,7 +390,7 @@ "location"@en . . "A spatial region or named place."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . . "context"@en . @@ -399,7 +399,7 @@ . "context"@en . "The situation within which a trait measurement is made, which can help explain the measured trait value."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . "plot context"@en . "plot"@en . @@ -408,7 +408,7 @@ . "plot context"@en . "A subdivision of a location, designated because some properties differ across plots within a location, which might cause differences in measured trait values between plots."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . "treatment context"@en . "treatment"@en . @@ -417,7 +417,7 @@ . "treatment context"@en . "An experimental manipulation that subjects different individuals or populations to different conditions, which can lead to differences in measured trait values across treatments."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . "temporal context"@en . "temporal_context"@en . @@ -426,7 +426,7 @@ . "temporal context"@en . "A situation or process that varies across time and might cause the measured trait values of individuals or populations to change across time."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . "method context"@en . "method_context"@en . @@ -435,7 +435,7 @@ . "method context"@en . "A compment of a trait measurement protocol that is changed between individual trait measurements and might cause the measured trait values of individuals or populations to change."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . "dataset id"@en . "dataset_id"@en . @@ -451,7 +451,7 @@ "dataset id"@en . . "Primary identifier for each study contributed to AusTraits, most often these are scientific papers, books, or online resources. By default this should be the name of the first author and year of publication, e.g. `Falster_2005`."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . "taxon name"@en . "taxon_name"@en . @@ -472,7 +472,7 @@ . "Scientific name of the taxon on which traits were sampled, without authorship. When possible, this is the currently accepted (botanical) or valid (zoological) scientific name, but might also be a higher taxonomic level."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . "observation id"@en . "observation_id"@en . @@ -482,7 +482,7 @@ "observation id"@en . . "A unique integral identifier for the observation, where an observation is all measurements made on an individual at a single point in time. It is important for joining traits coming from the same `observation_id`. Within each dataset, observation_id's are unique combinations of `taxon_name`, `population_id`, `individual_id`, and `temporal_context_id`."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . "trait name"@en . "trait_name"@en . @@ -494,7 +494,7 @@ . "trait name"@en . "Name of the trait sampled. Allowable values specified in the table `definitions`."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . . . @@ -507,7 +507,7 @@ . "value"@en . "The measured value of a trait."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . . "unit"@en . @@ -518,7 +518,7 @@ . "unit"@en . "Units of the sampled trait value after aligning with AusTraits standards."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . . . @@ -529,7 +529,7 @@ "entity type"@en . "A categorical variable specifying the entity corresponding to the trait values recorded."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . "value type"@en . "value_type"@en . @@ -539,7 +539,7 @@ "value type"@en . "A categorical variable describing the statistical nature of the trait value recorded."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . "basis of value"@en . @@ -550,7 +550,7 @@ "basis of value"@en . "A categorical variable describing how the trait value was obtained."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . "replicates"@en . @@ -561,6 +561,7 @@ "replicates"@en . "Number of replicate measurements that comprise a recorded trait measurement. A numeric value (or range) is ideal and appropriate if the value type is a `mean`, `median`, `min` or  `max`. For these value types, if replication is unknown the entry should be `unknown`. If the value type is `raw_value` the replicate value should be 1. If the trait is categorical or the value indicates a measurement for an entire species (or other taxon) replicate value should be `.na`."@en . . + "01 February 2024"^^ . . . "basis of record"@en . @@ -571,7 +572,7 @@ "basis of record"@en . "A categorical variable specifying from which kind of specimen traits were recorded."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . "life stage"@en . "life_stage"@en . @@ -584,7 +585,7 @@ . "A field to indicate the life stage or age class of the entity measured. Standard values are `adult`, `sapling`, `seedling` and `juvenile`."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . "population id"@en . @@ -596,6 +597,7 @@ . "A unique integer identifier for a population, where a population is defined as individuals growing in the same location (location_id /location_name) and plot (plot_context_id, a context category) and being subjected to the same treatment (treatment_context_id, a context category)."@en . . + "01 February 2024"^^ . . "individual id"@en . "individual_id"@en . @@ -606,6 +608,7 @@ . "A unique integer identifier for an individual, with individuals numbered sequentially within each dataset by taxon by population grouping. Most often each row of data represents an individual, but in some datasets trait data collected on a single individual is presented across multiple rows of data, such as if the same trait is measured using different methods or the same individual is measured repeatedly across time."@en . . + "01 February 2024"^^ . . "repeat measurements id"@en . "repeat_measurements_id"@en . @@ -617,6 +620,7 @@ . "A unique integer identifier for repeat measurements of a trait that comprise a single observation, such as a response curve."@en . . + "01 February 2024"^^ . . "source id"@en . "source_id"@en . @@ -628,7 +632,7 @@ . "For datasets that are compilations, an identifier for the original data source."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . "location id"@en . "location_id"@en . @@ -640,55 +644,66 @@ . "A unique integer identifier for a location, with locations numbered sequentially within a dataset. The identifier links to specific information in the location table."@en . . + "01 February 2024"^^ . . "treatment context id"@en . "treatment_context_id"@en . . . . + . "treatment context id"@en . . "A unique integer identifier for a treatment, where a treatment is any experimental manipulation to an organism's growing/living conditions. The identifier links to specific information in the context table."@en . . + "01 February 2024"^^ . . "plot context id"@en . "plot_context_id"@en . . . . + . "plot context id"@en . . "A unique integer identifier for a plot, where a plot is a distinct collection of organisms within a single geographic location, such as plants growing on different aspects or blocks in an experiment. The identifier links to specific information in the context table."@en . . + "01 February 2024"^^ . . "entity context id"@en . "entity_context_id"@en . . . . + . "entity context id"@en . . "A unique integer identifier indicating specific contextual properties of an individual, possibly including the individual's sex or caste (for social insects)."@en . . + "01 February 2024"^^ . . "temporal context id"@en . "temporal_context_id"@en . . . . + . "temporal context id"@en . . "A unique integer identifier assigned where repeat observations are made on the same individual (or population, or taxon) across time. The identifier links to specific information in the context table."@en . . + "01 February 2024"^^ . . "method context id"@en . "method_context_id"@en . . . . + . "method context id"@en . "A unique integer identifier indicating a trait is measured multiple times on the same entity, with different methods used for each entry. This field is only used if a single trait is measured using multiple methods within the same dataset. The identifier links to specific information in the context table."@en . . + "01 February 2024"^^ . . "collection date"@en . "collection_date"@en . @@ -701,7 +716,7 @@ . "Date sample was taken, in the format `yyyy-mm-dd`, `yyyy-mm` or `yyyy`, depending on the resoluton specified. Alternatively an overall range for the study can be indicating, with the starting and ending sample date sepatated by a `/`, as in 2010-10/2011-03"@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . "measurement remarks"@en . @@ -712,7 +727,7 @@ "measurement remarks"@en . "Brief comments or notes accompanying the trait measurement."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . "method id"@en . "method_id"@en . @@ -725,6 +740,7 @@ . "A unique integer identifier to distinguish between multiple sets of methods used to measure a single trait within the same dataset. The identifier links to specific information in the methods table."@en . . + "01 February 2024"^^ . . "original taxon name"@en . "original_name"@en . @@ -736,7 +752,7 @@ "original taxon name"@en . "Name given to taxon in the original data supplied by the authors."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . "location name"@en . "location_name"@en . @@ -747,7 +763,7 @@ "location name"@en . "The location name used by the data contributor or a generic location name designated by AusTraits when one is not provided."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . "location property"@en . "location_property"@en . @@ -759,7 +775,7 @@ . "The location characteristic being recorded. The name should include units of measurement, e.g. `MAT (C)`. Ideally we have at least the following variables for each location, `longitude (deg)`, `latitude (deg)`, `description`."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . "location property value"@en . "value"@en . @@ -770,7 +786,7 @@ "location property value"@en . "The measured value of a location property."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . "latitude (deg)"@en . "latitude"@en . @@ -784,7 +800,7 @@ . "The geographic latitude (in decimal degrees, using the spatial reference system given in geodeticDatum) of the geographic center of a Location. Positive values are north of the Equator, negative values are south of it. Legal values lie between -90 and 90, inclusive."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . "longitude (deg)"@en . @@ -799,7 +815,7 @@ . "The geographic longitude (in decimal degrees, using the spatial reference system given in dwc:geodeticDatum) of the geographic center of a dcterms:Location. Positive values are east of the Greenwich Meridian, negative values are west of it. Legal values lie between -180 and 180, inclusive."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . "elevation (m)"@en . @@ -814,7 +830,7 @@ . "The elevation above mean sea level in meters."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . "context property"@en . @@ -828,7 +844,7 @@ . "The contextual characteristic being recorded. If applicable, name should include units of measurement, e.g. `CO2 concentration (ppm)`."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . "treatment context property"@en . @@ -842,7 +858,7 @@ . "A context characteristic indicating stratified treatments that might affect the trait values measured on an individual or population-level entity."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . "plot context property"@en . @@ -856,7 +872,7 @@ . "A context characteristic indicating stratified variation within a location that might affect the trait values measured on an individual or population-level entity."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . "entity context property"@en . @@ -870,7 +886,7 @@ . "A context characteristic indicating stratified variation across individuals or populations might affect the trait values measured."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . "temporal context property"@en . @@ -884,7 +900,7 @@ . "A context characteristic indicating stratified variation across time might affect the trait values measured."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . "method context property"@en . @@ -898,7 +914,7 @@ . "A context characteristic indicating stratified variation in the protocol used to measure traits might affect the trait values measured."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . "context property category"@en . @@ -910,7 +926,7 @@ . "The category of context property, with options being `plot`, `treatment`, `individual_context`, `temporal` and `method`."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . "context property value"@en . "value"@en . @@ -922,7 +938,7 @@ "context property value"@en . "The measured value of a context property."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . "context property value description"@en . "description"@en . @@ -933,7 +949,7 @@ . "Description of a specific context property value."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . "context propety link id"@en . "link_id"@en . @@ -948,6 +964,7 @@ . "Variable indicating which identifier column in the traits table contains the specified `link_vals`."@en . . + "01 February 2024"^^ . . "context propety link vals"@en . "link_vals"@en . @@ -962,6 +979,7 @@ . "Unique integer identifiers that link between identifier columns in the `traits` table and the contextual properties/values in the `contexts` table."@en . . + "01 February 2024"^^ . . "methods"@en . "methods"@en . @@ -972,7 +990,7 @@ "methods"@en . "A textual description of the methods used to collect the trait data. Whenever available, methods are taken near-verbatim from the referenced source. Methods can include descriptions such as 'measured on botanical collections', 'data from the literature', or a detailed description of the field or lab methods used to collect the data."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . "dataset description"@en . "description"@en . @@ -984,7 +1002,7 @@ . "A 1-2 sentence description of the purpose of the study."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . "dataset sampling strategy"@en . @@ -996,7 +1014,7 @@ . "When available, this information is lifted verbatim from a published manuscript. For preserved specimens, this field ideally indicates which records were 'sampled' to measure a specific trait."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . "source primary key"@en . @@ -1009,7 +1027,7 @@ . "Citation key for the primary source in `sources`. The key is typically formatted as `Surname_year`."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . "source primary citation"@en . @@ -1022,7 +1040,7 @@ . "Citation for the primary source. This detail is generated from the primary source in the metadata."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . "source secondary key"@en . "source_secondary_key"@en . @@ -1033,7 +1051,7 @@ . "Citation key for the secondary source in `sources`. The key is typically formatted as `Surname_year`."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . "source secondary citation"@en . "source_secondary_citation"@en . @@ -1045,7 +1063,7 @@ . "Citations for the secondary source. This detail is generated from the secondary source in the metadata."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . "source original dataset key"@en . "source_original_dataset_key"@en . @@ -1057,7 +1075,7 @@ . "Citation key for the original dataset_id in sources, for compilations. The key is typically formatted as `Surname_year`."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . "source original dataset citation"@en . @@ -1070,7 +1088,7 @@ . "Citations for the original dataset_id in sources, for compilationse. This detail is generated from the original source in the metadata."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . "contributor"@en . "contributor"@en . @@ -1082,7 +1100,7 @@ . "A person contributing to a dataset."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . "assistants"@en . @@ -1095,7 +1113,7 @@ . "People who played a more minor role in data collection for the study."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . "dataset curators"@en . @@ -1108,7 +1126,7 @@ . "Database team member(s) who contacted the data collectors and added the study to the database repository."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . "data collectors"@en . @@ -1127,7 +1145,7 @@ . "Person contributing to a dataset as a data collector."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . "last name"@en . @@ -1140,7 +1158,7 @@ . "Last name of the data collector."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . "given name"@en . @@ -1153,7 +1171,7 @@ . "Given names of the data collector."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . "ORCID identifier"@en . @@ -1166,7 +1184,7 @@ . "ORCID (Open Researcher and Contributor ID) for the data collector, if available."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . "affiliation"@en . @@ -1178,7 +1196,7 @@ . "Affiliation of data collector."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . "additional role"@en . @@ -1190,23 +1208,9 @@ . "Any additional roles the data collector had in the study, a field most frequently used to identify which data contributor is the contact person for the dataset."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . - "original name"@en . - "original_name"@en . - . - . - . - . - "original name"@en . - . - . - . - "Name given to taxon in the original data supplied by the authors."@en . - . - "02/01/24"^^ . - . "taxonomic dataset"@en . "taxonomic_dataset"@en . . @@ -1216,7 +1220,7 @@ . "Name of the taxonomy (tree) that contains this concept. ie. APC, AusMoss etc."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . "taxon rank"@en . @@ -1229,7 +1233,7 @@ "The taxonomic rank of the most specific name in the scientific name."@en . "This is to clarify cases where information is not given on a species level."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . "trinomial"@en . @@ -1243,7 +1247,7 @@ . "The infraspecific taxon name match for an original name. This column is assigned `na` for taxon name that are at a broader taxonomic_resolution."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . "binomial"@en . "binomial"@en . @@ -1256,7 +1260,7 @@ . "The species-level taxon name match for an original name. This column is assigned `na` for taxon name that are at a broader taxonomic_resolution."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . "genus"@en . "genus"@en . @@ -1269,7 +1273,7 @@ . "Genus of the taxon without authorship."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . "family"@en . @@ -1283,7 +1287,7 @@ . "Family of the taxon."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . "taxon distribution"@en . @@ -1294,7 +1298,7 @@ . "Known distribution of the taxon, by Australian state."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . "establishment means"@en . "establishment_means"@en . @@ -1305,7 +1309,7 @@ . "Statement about whether an organism or organisms have been introduced to a given place and time through the direct or indirect activity of modern humans."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . "taxonomic status"@en . @@ -1317,7 +1321,7 @@ . "The status of the use of the scientificName as a label for the taxon in regard to the 'accepted (or valid) taxonomy'. The assigned taxonomic status must be linked to a specific taxonomic reference that defines the concept."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . "scientific name"@en . @@ -1330,7 +1334,7 @@ . "The full scientific name, with authorship and date information if known."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . "taxon id"@en . @@ -1343,7 +1347,7 @@ . "An identifier for the set of taxon information (data associated with the taxon class). May be a global unique identifier or an identifier specific to the data set. Must be resolvable within this dataset."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . "scientific name id"@en . @@ -1356,7 +1360,7 @@ . "An identifier for the set of taxon information (data associated with the taxon class). May be a global unique identifier or an identifier specific to the data set. Must be resolvable within this dataset."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . "taxon"@en . @@ -1379,7 +1383,7 @@ . "A group of organisms assumed to form a homogeneous unit with regard to associated trait measurements."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . "aligned name"@en . @@ -1394,7 +1398,7 @@ . "The taxon name without authorship after implementing automated syntax standardisation and spelling changes as well as manually encoded syntax alignments for this taxon in the metadata file for the corresponding `dataset_id`. This name has not yet been matched to the currently accepted (botanical) or valid (zoological) taxon name in cases where there are taxonomic synonyms, isonyms, orthographic variants, etc."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . "taxonomic resolution"@en . "taxonomic_resolution"@en . @@ -1405,7 +1409,7 @@ . "The rank of the most specific taxon name (or scientific name) to which a submitted orignal name resolves."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . "trait concept"@en . "trait"@en . @@ -1423,7 +1427,7 @@ . "A collection of trait values pertaining to a distinct characteristic of a specific part of an organism (cell, tissue, organ, or whole organism)."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . "trait identifier"@en . @@ -1436,7 +1440,7 @@ . "Unique identifier of the trait according to a public ontology, or a user-provided thesaurus of traits."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . . @@ -1451,7 +1455,7 @@ . "A concise English label for the trait."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . . @@ -1466,7 +1470,7 @@ . "A short description, generally ranging from 1-3 sentences that clearly indicates the trait’s scope."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . . @@ -1480,7 +1484,7 @@ . "Additional notes about the scope of the trait or acceptable methods."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . . @@ -1493,7 +1497,7 @@ . "An upper boundary for accepted numerical values."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . "min allowed values"@en . @@ -1505,7 +1509,7 @@ . "A lower boundary for accepted numerical values."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . "units"@en . @@ -1517,7 +1521,7 @@ . "The preferred units for the trait, conforming to the Unified Code for Units of Measure (UCUM). There are often two entries for units, one that is a string and the second which links to a units of measurement axiom."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . "allowed categorical values"@en . @@ -1530,7 +1534,7 @@ . "Allowed trait values for a categorical trait, including a brief description of the value."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . . @@ -1543,7 +1547,7 @@ . "Type of trait, specifying if traits are categorical, numeric, or ordinal."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . "Identifier"@en . @@ -1958,5 +1962,5 @@ "Daniel Falster" . "Elizabeth Wenk" . "Sophie Yang" . - "01/02/24^^" . + "01 February 2024^^" . . diff --git a/docs/ontology/traits.build.nt b/docs/ontology/traits.build.nt index 19cc8bdc..31413275 100644 --- a/docs/ontology/traits.build.nt +++ b/docs/ontology/traits.build.nt @@ -7,7 +7,7 @@ "traits table"@en "A table containing measurements of traits."@en "Includes information that must be recorded at the Measurement or Observation level."@en - "02/01/24"^^ + "01 February 2024"^^ "contexts table"@en @@ -15,7 +15,7 @@ "contexts table"@en "A table containing observations of contextual characteristics associated with information in `traits`. Cross referencing between the two dataframes is possible using combinations of the variables `dataset_id`, `link_id`, and `link_vals`."@en - "02/01/24"^^ + "01 February 2024"^^ "locations table"@en "locations"@en @@ -24,7 +24,7 @@ "locations table"@en "A table containing observations of location/site characteristics associated with information in `traits`. Cross referencing between the two dataframes is possible using combinations of the variables `dataset_id`, `location_name`."@en "Includes information about Location properties."@en - "02/01/24"^^ + "01 February 2024"^^ "methods table"@en "methods"@en @@ -32,21 +32,21 @@ "methods table"@en "A table containing details on methods with which data were collected, including time frame and source. Cross referencing with the `traits` table is possible using combinations of the variables `dataset_id`, `trait_name`."@en - "02/01/24"^^ + "01 February 2024"^^ "excluded data table"@en "excluded_data"@en "excluded data table"@en "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."@en - "02/01/24"^^ + "01 February 2024"^^ "taxonomic updates table"@en "taxonomic_updates"@en "taxonomic updates table"@en "A table of all taxonomic changes implemented in the construction of AusTraits. Changes are determined by comparing the originally submitted taxon name against the taxonomic names listed in the taxonomic reference files, best placed in a subfolder in the `config` folder . Cross referencing with the `traits` table is possible using combinations of the variables `dataset_id` and `taxon_name`."@en - "02/01/24"^^ + "01 February 2024"^^ "taxa table"@en "taxa"@en @@ -54,7 +54,7 @@ "taxa table"@en "A table containing details on taxa associated with information in `traits`. Whenever possible, this information is sourced from curated taxon lists that include identifiers for each taxon. The information compiled in this table is released under a CC-BY3 license. Cross referencing between the two dataframes is possible using combinations of the variable `taxon_name`."@en - "02/01/24"^^ + "01 February 2024"^^ "contributors table"@en @@ -62,14 +62,14 @@ "contributors table"@en "A table of people contributing to each study."@en - "02/01/24"^^ + "01 February 2024"^^ "sources table"@en "sources"@en "sources table"@en "A list containing citation details for all database sources."@en - "02/01/24"^^ + "01 February 2024"^^ "definitions table"@en "definitions"@en @@ -77,7 +77,7 @@ "definitions table"@en "A list containing trait concept descriptions used to build the database."@en - "02/01/24"^^ + "01 February 2024"^^ "schema"@en @@ -85,7 +85,7 @@ "schema"@en "A copy of the schema for all tables and terms. Information included here was used to process data and generate any documentation for the study."@en - "02/01/24"^^ + "01 February 2024"^^ "metadata table"@en "metadata"@en @@ -93,14 +93,14 @@ "metadata table"@en "A list containing database metadata."@en - "02/01/24"^^ + "01 February 2024"^^ "build info"@en "build_info"@en "build info"@en "A description of the computing environment used to create this version of the dataset, including version number, git commit and R session_info."@en - "02/01/24"^^ + "01 February 2024"^^ "dataset"@en "dataset"@en @@ -109,7 +109,7 @@ "dataset"@en "13 relational tables and lists containing all data about a dataset."@en - "02/01/24"^^ + "01 February 2024"^^ "observation"@en @@ -120,7 +120,7 @@ "An Observation is a collection of measurements made at a single point in time. In traits.build it is the subset of rows within the traits data that are made on the same entity and share the same observation_id."@en "An observation is an assertion that an entity (e.g., biological organisms, geographic locations, or environmental features, among others) was observed by an observer. An observation primarily serves to group a set of measurements together into a single "observation event". Observations are often made within a broader context. The context of an observation is given by other observations, implying that an observed entity (and specifically each corresponding measurement) contextualizes another observed entity (and its corresponding measurements). For example, an observation associated with a location may serve as context for an observation associated with an organism. In this case, the observed characteristic values of the location (such as humidity) are assumed constant for the corresponding measurements of the organism."@en - "02/01/24"^^ + "01 February 2024"^^ "observations from dataset"@en @@ -137,7 +137,7 @@ "Observation collection encompassing all observations that comprise a dataset."@en - "02/01/24"^^ + "01 February 2024"^^ "observations from source"@en "observations_from_source"@en @@ -153,7 +153,7 @@ "Observation collection encompassing all observations for a single published or unpublished source."@en - "02/01/24"^^ + "01 February 2024"^^ "observations of taxon"@en "observations_of_taxon"@en @@ -165,7 +165,7 @@ "Observation collection encompassing all observations on a single taxon within a single dataset."@en "An observation collection is a container for a set of observations."@en - "02/01/24"^^ + "01 February 2024"^^ "observations at location"@en "observations_at_location"@en @@ -179,7 +179,7 @@ "Observation collection of location properties and organismal traits at a single location."@en - "02/01/24"^^ + "01 February 2024"^^ "observation of location"@en "observation_of_location"@en @@ -190,7 +190,7 @@ "Observation of location properties at a single location."@en - "02/01/24"^^ + "01 February 2024"^^ "observations of population"@en "observations_of_population"@en @@ -201,7 +201,7 @@ "Observation collection encompassing all observations on a single population."@en - "02/01/24"^^ + "01 February 2024"^^ "observations of individual"@en "observations_of_individual"@en @@ -212,7 +212,7 @@ "Observation collection encompassing all observations on a single individual."@en - "02/01/24"^^ + "01 February 2024"^^ "observation of a treatment context"@en "observation_of_treatment_context"@en @@ -225,7 +225,7 @@ "Observation where entity is a context indicating experimental manipulations that might affect the trait values measured on an individual, population or species-level entities."@en "Examples include growing temperature, growing CO2 concentrations, and nutrient amendments."@en - "02/01/24"^^ + "01 February 2024"^^ "observation of plot context"@en "observation_of_plot_context"@en @@ -237,7 +237,7 @@ "Observation where entity is a category of context indicating variation across plots at a single location might affect the trait values measured on individual or population-level entities."@en - "02/01/24"^^ + "01 February 2024"^^ "observation of entity context"@en "observation_of_entity_context"@en @@ -251,7 +251,7 @@ "Observation where entity is a category of context indicating repeat observations have been made on an individual, population or species-level entity across time which might affect the entity's measured trait values."@en - "02/01/24"^^ + "01 February 2024"^^ "observation of temporal context"@en "observation_of_temporal_context"@en @@ -264,7 +264,7 @@ "Observation where entity is a category of context indicating repeat observations have been made on a plot, which might affect the trait values measured on individual or population-level entities."@en "Examples of temporal contexts are `sampling season`, `sampling time of day`, and sequential `observation numbers` without any linked categorical description."@en - "02/01/24"^^ + "01 February 2024"^^ "measurement"@en "measurement"@en @@ -272,7 +272,7 @@ "measurement"@en "A measurement is an assertion that a characteristic of an entity had a particular value with respect to an observation event."@en - "02/01/24"^^ + "01 February 2024"^^ "trait measurement"@en @@ -289,7 +289,7 @@ "trait measurement"@en "A measurement made on a trait."@en - "02/01/24"^^ + "01 February 2024"^^ "measurement of location property"@en "measurement_of_location_property"@en @@ -300,7 +300,7 @@ "measurement of location property"@en "A measurement made on a location property."@en - "02/01/24"^^ + "01 February 2024"^^ "measurement of treatment context property"@en "measurement_of_treatment_context_property"@en @@ -311,7 +311,7 @@ "A measurement made on a treatment context property."@en - "02/01/24"^^ + "01 February 2024"^^ "measurement of plot context property"@en "measurement_of_plot_context_property"@en @@ -321,7 +321,7 @@ "measurement of plot context property"@en "A measurement made on a plot context property."@en - "02/01/24"^^ + "01 February 2024"^^ "measurement of entity context property"@en "measurement_of_entity_context_property"@en @@ -331,7 +331,7 @@ "measurement of entity context property"@en "A measurement made on an entity context property."@en - "02/01/24"^^ + "01 February 2024"^^ "measurement of temporal context property"@en "measurement_of_temporal_context_property"@en @@ -341,7 +341,7 @@ "measurement of temporal context property"@en "A measurement made on a temporal context property."@en - "02/01/24"^^ + "01 February 2024"^^ "entity"@en "entity"@en @@ -349,7 +349,7 @@ "entity"@en "An entity is an object (e.g., a tree, a community, an ecological process). Entities constitute the foci of observations, i.e., every observation is of exactly one entity."@en - "02/01/24"^^ + "01 February 2024"^^ "individual"@en @@ -360,7 +360,7 @@ "individual"@en "An individual living organism."@en - "02/01/24"^^ + "01 February 2024"^^ "population"@en @@ -371,7 +371,7 @@ "population"@en "A collection of organisms, all of the same species, that live in the same place."@en - "02/01/24"^^ + "01 February 2024"^^ "taxon"@en @@ -380,7 +380,7 @@ "taxon"@en "A circumscribed set of organisms."@en - "02/01/24"^^ + "01 February 2024"^^ "location"@en "location"@en @@ -390,7 +390,7 @@ "location"@en "A spatial region or named place."@en - "02/01/24"^^ + "01 February 2024"^^ "context"@en @@ -399,7 +399,7 @@ "context"@en "The situation within which a trait measurement is made, which can help explain the measured trait value."@en - "02/01/24"^^ + "01 February 2024"^^ "plot context"@en "plot"@en @@ -408,7 +408,7 @@ "plot context"@en "A subdivision of a location, designated because some properties differ across plots within a location, which might cause differences in measured trait values between plots."@en - "02/01/24"^^ + "01 February 2024"^^ "treatment context"@en "treatment"@en @@ -417,7 +417,7 @@ "treatment context"@en "An experimental manipulation that subjects different individuals or populations to different conditions, which can lead to differences in measured trait values across treatments."@en - "02/01/24"^^ + "01 February 2024"^^ "temporal context"@en "temporal_context"@en @@ -426,7 +426,7 @@ "temporal context"@en "A situation or process that varies across time and might cause the measured trait values of individuals or populations to change across time."@en - "02/01/24"^^ + "01 February 2024"^^ "method context"@en "method_context"@en @@ -435,7 +435,7 @@ "method context"@en "A compment of a trait measurement protocol that is changed between individual trait measurements and might cause the measured trait values of individuals or populations to change."@en - "02/01/24"^^ + "01 February 2024"^^ "dataset id"@en "dataset_id"@en @@ -451,7 +451,7 @@ "dataset id"@en "Primary identifier for each study contributed to AusTraits, most often these are scientific papers, books, or online resources. By default this should be the name of the first author and year of publication, e.g. `Falster_2005`."@en - "02/01/24"^^ + "01 February 2024"^^ "taxon name"@en "taxon_name"@en @@ -472,7 +472,7 @@ "Scientific name of the taxon on which traits were sampled, without authorship. When possible, this is the currently accepted (botanical) or valid (zoological) scientific name, but might also be a higher taxonomic level."@en - "02/01/24"^^ + "01 February 2024"^^ "observation id"@en "observation_id"@en @@ -482,7 +482,7 @@ "observation id"@en "A unique integral identifier for the observation, where an observation is all measurements made on an individual at a single point in time. It is important for joining traits coming from the same `observation_id`. Within each dataset, observation_id's are unique combinations of `taxon_name`, `population_id`, `individual_id`, and `temporal_context_id`."@en - "02/01/24"^^ + "01 February 2024"^^ "trait name"@en "trait_name"@en @@ -494,7 +494,7 @@ "trait name"@en "Name of the trait sampled. Allowable values specified in the table `definitions`."@en - "02/01/24"^^ + "01 February 2024"^^ @@ -507,7 +507,7 @@ "value"@en "The measured value of a trait."@en - "02/01/24"^^ + "01 February 2024"^^ "unit"@en @@ -518,7 +518,7 @@ "unit"@en "Units of the sampled trait value after aligning with AusTraits standards."@en - "02/01/24"^^ + "01 February 2024"^^ @@ -529,7 +529,7 @@ "entity type"@en "A categorical variable specifying the entity corresponding to the trait values recorded."@en - "02/01/24"^^ + "01 February 2024"^^ "value type"@en "value_type"@en @@ -539,7 +539,7 @@ "value type"@en "A categorical variable describing the statistical nature of the trait value recorded."@en - "02/01/24"^^ + "01 February 2024"^^ "basis of value"@en @@ -550,7 +550,7 @@ "basis of value"@en "A categorical variable describing how the trait value was obtained."@en - "02/01/24"^^ + "01 February 2024"^^ "replicates"@en @@ -561,6 +561,7 @@ "replicates"@en "Number of replicate measurements that comprise a recorded trait measurement. A numeric value (or range) is ideal and appropriate if the value type is a `mean`, `median`, `min` or  `max`. For these value types, if replication is unknown the entry should be `unknown`. If the value type is `raw_value` the replicate value should be 1. If the trait is categorical or the value indicates a measurement for an entire species (or other taxon) replicate value should be `.na`."@en + "01 February 2024"^^ "basis of record"@en @@ -571,7 +572,7 @@ "basis of record"@en "A categorical variable specifying from which kind of specimen traits were recorded."@en - "02/01/24"^^ + "01 February 2024"^^ "life stage"@en "life_stage"@en @@ -584,7 +585,7 @@ "A field to indicate the life stage or age class of the entity measured. Standard values are `adult`, `sapling`, `seedling` and `juvenile`."@en - "02/01/24"^^ + "01 February 2024"^^ "population id"@en @@ -596,6 +597,7 @@ "A unique integer identifier for a population, where a population is defined as individuals growing in the same location (location_id /location_name) and plot (plot_context_id, a context category) and being subjected to the same treatment (treatment_context_id, a context category)."@en + "01 February 2024"^^ "individual id"@en "individual_id"@en @@ -606,6 +608,7 @@ "A unique integer identifier for an individual, with individuals numbered sequentially within each dataset by taxon by population grouping. Most often each row of data represents an individual, but in some datasets trait data collected on a single individual is presented across multiple rows of data, such as if the same trait is measured using different methods or the same individual is measured repeatedly across time."@en + "01 February 2024"^^ "repeat measurements id"@en "repeat_measurements_id"@en @@ -617,6 +620,7 @@ "A unique integer identifier for repeat measurements of a trait that comprise a single observation, such as a response curve."@en + "01 February 2024"^^ "source id"@en "source_id"@en @@ -628,7 +632,7 @@ "For datasets that are compilations, an identifier for the original data source."@en - "02/01/24"^^ + "01 February 2024"^^ "location id"@en "location_id"@en @@ -640,55 +644,66 @@ "A unique integer identifier for a location, with locations numbered sequentially within a dataset. The identifier links to specific information in the location table."@en + "01 February 2024"^^ "treatment context id"@en "treatment_context_id"@en + "treatment context id"@en "A unique integer identifier for a treatment, where a treatment is any experimental manipulation to an organism's growing/living conditions. The identifier links to specific information in the context table."@en + "01 February 2024"^^ "plot context id"@en "plot_context_id"@en + "plot context id"@en "A unique integer identifier for a plot, where a plot is a distinct collection of organisms within a single geographic location, such as plants growing on different aspects or blocks in an experiment. The identifier links to specific information in the context table."@en + "01 February 2024"^^ "entity context id"@en "entity_context_id"@en + "entity context id"@en "A unique integer identifier indicating specific contextual properties of an individual, possibly including the individual's sex or caste (for social insects)."@en + "01 February 2024"^^ "temporal context id"@en "temporal_context_id"@en + "temporal context id"@en "A unique integer identifier assigned where repeat observations are made on the same individual (or population, or taxon) across time. The identifier links to specific information in the context table."@en + "01 February 2024"^^ "method context id"@en "method_context_id"@en + "method context id"@en "A unique integer identifier indicating a trait is measured multiple times on the same entity, with different methods used for each entry. This field is only used if a single trait is measured using multiple methods within the same dataset. The identifier links to specific information in the context table."@en + "01 February 2024"^^ "collection date"@en "collection_date"@en @@ -701,7 +716,7 @@ "Date sample was taken, in the format `yyyy-mm-dd`, `yyyy-mm` or `yyyy`, depending on the resoluton specified. Alternatively an overall range for the study can be indicating, with the starting and ending sample date sepatated by a `/`, as in 2010-10/2011-03"@en - "02/01/24"^^ + "01 February 2024"^^ "measurement remarks"@en @@ -712,7 +727,7 @@ "measurement remarks"@en "Brief comments or notes accompanying the trait measurement."@en - "02/01/24"^^ + "01 February 2024"^^ "method id"@en "method_id"@en @@ -725,6 +740,7 @@ "A unique integer identifier to distinguish between multiple sets of methods used to measure a single trait within the same dataset. The identifier links to specific information in the methods table."@en + "01 February 2024"^^ "original taxon name"@en "original_name"@en @@ -736,7 +752,7 @@ "original taxon name"@en "Name given to taxon in the original data supplied by the authors."@en - "02/01/24"^^ + "01 February 2024"^^ "location name"@en "location_name"@en @@ -747,7 +763,7 @@ "location name"@en "The location name used by the data contributor or a generic location name designated by AusTraits when one is not provided."@en - "02/01/24"^^ + "01 February 2024"^^ "location property"@en "location_property"@en @@ -759,7 +775,7 @@ "The location characteristic being recorded. The name should include units of measurement, e.g. `MAT (C)`. Ideally we have at least the following variables for each location, `longitude (deg)`, `latitude (deg)`, `description`."@en - "02/01/24"^^ + "01 February 2024"^^ "location property value"@en "value"@en @@ -770,7 +786,7 @@ "location property value"@en "The measured value of a location property."@en - "02/01/24"^^ + "01 February 2024"^^ "latitude (deg)"@en "latitude"@en @@ -784,7 +800,7 @@ "The geographic latitude (in decimal degrees, using the spatial reference system given in geodeticDatum) of the geographic center of a Location. Positive values are north of the Equator, negative values are south of it. Legal values lie between -90 and 90, inclusive."@en - "02/01/24"^^ + "01 February 2024"^^ "longitude (deg)"@en @@ -799,7 +815,7 @@ "The geographic longitude (in decimal degrees, using the spatial reference system given in dwc:geodeticDatum) of the geographic center of a dcterms:Location. Positive values are east of the Greenwich Meridian, negative values are west of it. Legal values lie between -180 and 180, inclusive."@en - "02/01/24"^^ + "01 February 2024"^^ "elevation (m)"@en @@ -814,7 +830,7 @@ "The elevation above mean sea level in meters."@en - "02/01/24"^^ + "01 February 2024"^^ "context property"@en @@ -828,7 +844,7 @@ "The contextual characteristic being recorded. If applicable, name should include units of measurement, e.g. `CO2 concentration (ppm)`."@en - "02/01/24"^^ + "01 February 2024"^^ "treatment context property"@en @@ -842,7 +858,7 @@ "A context characteristic indicating stratified treatments that might affect the trait values measured on an individual or population-level entity."@en - "02/01/24"^^ + "01 February 2024"^^ "plot context property"@en @@ -856,7 +872,7 @@ "A context characteristic indicating stratified variation within a location that might affect the trait values measured on an individual or population-level entity."@en - "02/01/24"^^ + "01 February 2024"^^ "entity context property"@en @@ -870,7 +886,7 @@ "A context characteristic indicating stratified variation across individuals or populations might affect the trait values measured."@en - "02/01/24"^^ + "01 February 2024"^^ "temporal context property"@en @@ -884,7 +900,7 @@ "A context characteristic indicating stratified variation across time might affect the trait values measured."@en - "02/01/24"^^ + "01 February 2024"^^ "method context property"@en @@ -898,7 +914,7 @@ "A context characteristic indicating stratified variation in the protocol used to measure traits might affect the trait values measured."@en - "02/01/24"^^ + "01 February 2024"^^ "context property category"@en @@ -910,7 +926,7 @@ "The category of context property, with options being `plot`, `treatment`, `individual_context`, `temporal` and `method`."@en - "02/01/24"^^ + "01 February 2024"^^ "context property value"@en "value"@en @@ -922,7 +938,7 @@ "context property value"@en "The measured value of a context property."@en - "02/01/24"^^ + "01 February 2024"^^ "context property value description"@en "description"@en @@ -933,7 +949,7 @@ "Description of a specific context property value."@en - "02/01/24"^^ + "01 February 2024"^^ "context propety link id"@en "link_id"@en @@ -948,6 +964,7 @@ "Variable indicating which identifier column in the traits table contains the specified `link_vals`."@en + "01 February 2024"^^ "context propety link vals"@en "link_vals"@en @@ -962,6 +979,7 @@ "Unique integer identifiers that link between identifier columns in the `traits` table and the contextual properties/values in the `contexts` table."@en + "01 February 2024"^^ "methods"@en "methods"@en @@ -972,7 +990,7 @@ "methods"@en "A textual description of the methods used to collect the trait data. Whenever available, methods are taken near-verbatim from the referenced source. Methods can include descriptions such as 'measured on botanical collections', 'data from the literature', or a detailed description of the field or lab methods used to collect the data."@en - "02/01/24"^^ + "01 February 2024"^^ "dataset description"@en "description"@en @@ -984,7 +1002,7 @@ "A 1-2 sentence description of the purpose of the study."@en - "02/01/24"^^ + "01 February 2024"^^ "dataset sampling strategy"@en @@ -996,7 +1014,7 @@ "When available, this information is lifted verbatim from a published manuscript. For preserved specimens, this field ideally indicates which records were 'sampled' to measure a specific trait."@en - "02/01/24"^^ + "01 February 2024"^^ "source primary key"@en @@ -1009,7 +1027,7 @@ "Citation key for the primary source in `sources`. The key is typically formatted as `Surname_year`."@en - "02/01/24"^^ + "01 February 2024"^^ "source primary citation"@en @@ -1022,7 +1040,7 @@ "Citation for the primary source. This detail is generated from the primary source in the metadata."@en - "02/01/24"^^ + "01 February 2024"^^ "source secondary key"@en "source_secondary_key"@en @@ -1033,7 +1051,7 @@ "Citation key for the secondary source in `sources`. The key is typically formatted as `Surname_year`."@en - "02/01/24"^^ + "01 February 2024"^^ "source secondary citation"@en "source_secondary_citation"@en @@ -1045,7 +1063,7 @@ "Citations for the secondary source. This detail is generated from the secondary source in the metadata."@en - "02/01/24"^^ + "01 February 2024"^^ "source original dataset key"@en "source_original_dataset_key"@en @@ -1057,7 +1075,7 @@ "Citation key for the original dataset_id in sources, for compilations. The key is typically formatted as `Surname_year`."@en - "02/01/24"^^ + "01 February 2024"^^ "source original dataset citation"@en @@ -1070,7 +1088,7 @@ "Citations for the original dataset_id in sources, for compilationse. This detail is generated from the original source in the metadata."@en - "02/01/24"^^ + "01 February 2024"^^ "contributor"@en "contributor"@en @@ -1082,7 +1100,7 @@ "A person contributing to a dataset."@en - "02/01/24"^^ + "01 February 2024"^^ "assistants"@en @@ -1095,7 +1113,7 @@ "People who played a more minor role in data collection for the study."@en - "02/01/24"^^ + "01 February 2024"^^ "dataset curators"@en @@ -1108,7 +1126,7 @@ "Database team member(s) who contacted the data collectors and added the study to the database repository."@en - "02/01/24"^^ + "01 February 2024"^^ "data collectors"@en @@ -1127,7 +1145,7 @@ "Person contributing to a dataset as a data collector."@en - "02/01/24"^^ + "01 February 2024"^^ "last name"@en @@ -1140,7 +1158,7 @@ "Last name of the data collector."@en - "02/01/24"^^ + "01 February 2024"^^ "given name"@en @@ -1153,7 +1171,7 @@ "Given names of the data collector."@en - "02/01/24"^^ + "01 February 2024"^^ "ORCID identifier"@en @@ -1166,7 +1184,7 @@ "ORCID (Open Researcher and Contributor ID) for the data collector, if available."@en - "02/01/24"^^ + "01 February 2024"^^ "affiliation"@en @@ -1178,7 +1196,7 @@ "Affiliation of data collector."@en - "02/01/24"^^ + "01 February 2024"^^ "additional role"@en @@ -1190,23 +1208,9 @@ "Any additional roles the data collector had in the study, a field most frequently used to identify which data contributor is the contact person for the dataset."@en - "02/01/24"^^ + "01 February 2024"^^ - "original name"@en - "original_name"@en - - - - - "original name"@en - - - - "Name given to taxon in the original data supplied by the authors."@en - - "02/01/24"^^ - "taxonomic dataset"@en "taxonomic_dataset"@en @@ -1216,7 +1220,7 @@ "Name of the taxonomy (tree) that contains this concept. ie. APC, AusMoss etc."@en - "02/01/24"^^ + "01 February 2024"^^ "taxon rank"@en @@ -1229,7 +1233,7 @@ "The taxonomic rank of the most specific name in the scientific name."@en "This is to clarify cases where information is not given on a species level."@en - "02/01/24"^^ + "01 February 2024"^^ "trinomial"@en @@ -1243,7 +1247,7 @@ "The infraspecific taxon name match for an original name. This column is assigned `na` for taxon name that are at a broader taxonomic_resolution."@en - "02/01/24"^^ + "01 February 2024"^^ "binomial"@en "binomial"@en @@ -1256,7 +1260,7 @@ "The species-level taxon name match for an original name. This column is assigned `na` for taxon name that are at a broader taxonomic_resolution."@en - "02/01/24"^^ + "01 February 2024"^^ "genus"@en "genus"@en @@ -1269,7 +1273,7 @@ "Genus of the taxon without authorship."@en - "02/01/24"^^ + "01 February 2024"^^ "family"@en @@ -1283,7 +1287,7 @@ "Family of the taxon."@en - "02/01/24"^^ + "01 February 2024"^^ "taxon distribution"@en @@ -1294,7 +1298,7 @@ "Known distribution of the taxon, by Australian state."@en - "02/01/24"^^ + "01 February 2024"^^ "establishment means"@en "establishment_means"@en @@ -1305,7 +1309,7 @@ "Statement about whether an organism or organisms have been introduced to a given place and time through the direct or indirect activity of modern humans."@en - "02/01/24"^^ + "01 February 2024"^^ "taxonomic status"@en @@ -1317,7 +1321,7 @@ "The status of the use of the scientificName as a label for the taxon in regard to the 'accepted (or valid) taxonomy'. The assigned taxonomic status must be linked to a specific taxonomic reference that defines the concept."@en - "02/01/24"^^ + "01 February 2024"^^ "scientific name"@en @@ -1330,7 +1334,7 @@ "The full scientific name, with authorship and date information if known."@en - "02/01/24"^^ + "01 February 2024"^^ "taxon id"@en @@ -1343,7 +1347,7 @@ "An identifier for the set of taxon information (data associated with the taxon class). May be a global unique identifier or an identifier specific to the data set. Must be resolvable within this dataset."@en - "02/01/24"^^ + "01 February 2024"^^ "scientific name id"@en @@ -1356,7 +1360,7 @@ "An identifier for the set of taxon information (data associated with the taxon class). May be a global unique identifier or an identifier specific to the data set. Must be resolvable within this dataset."@en - "02/01/24"^^ + "01 February 2024"^^ "taxon"@en @@ -1379,7 +1383,7 @@ "A group of organisms assumed to form a homogeneous unit with regard to associated trait measurements."@en - "02/01/24"^^ + "01 February 2024"^^ "aligned name"@en @@ -1394,7 +1398,7 @@ "The taxon name without authorship after implementing automated syntax standardisation and spelling changes as well as manually encoded syntax alignments for this taxon in the metadata file for the corresponding `dataset_id`. This name has not yet been matched to the currently accepted (botanical) or valid (zoological) taxon name in cases where there are taxonomic synonyms, isonyms, orthographic variants, etc."@en - "02/01/24"^^ + "01 February 2024"^^ "taxonomic resolution"@en "taxonomic_resolution"@en @@ -1405,7 +1409,7 @@ "The rank of the most specific taxon name (or scientific name) to which a submitted orignal name resolves."@en - "02/01/24"^^ + "01 February 2024"^^ "trait concept"@en "trait"@en @@ -1423,7 +1427,7 @@ "A collection of trait values pertaining to a distinct characteristic of a specific part of an organism (cell, tissue, organ, or whole organism)."@en - "02/01/24"^^ + "01 February 2024"^^ "trait identifier"@en @@ -1436,7 +1440,7 @@ "Unique identifier of the trait according to a public ontology, or a user-provided thesaurus of traits."@en - "02/01/24"^^ + "01 February 2024"^^ @@ -1451,7 +1455,7 @@ "A concise English label for the trait."@en - "02/01/24"^^ + "01 February 2024"^^ @@ -1466,7 +1470,7 @@ "A short description, generally ranging from 1-3 sentences that clearly indicates the trait’s scope."@en - "02/01/24"^^ + "01 February 2024"^^ @@ -1480,7 +1484,7 @@ "Additional notes about the scope of the trait or acceptable methods."@en - "02/01/24"^^ + "01 February 2024"^^ @@ -1493,7 +1497,7 @@ "An upper boundary for accepted numerical values."@en - "02/01/24"^^ + "01 February 2024"^^ "min allowed values"@en @@ -1505,7 +1509,7 @@ "A lower boundary for accepted numerical values."@en - "02/01/24"^^ + "01 February 2024"^^ "units"@en @@ -1517,7 +1521,7 @@ "The preferred units for the trait, conforming to the Unified Code for Units of Measure (UCUM). There are often two entries for units, one that is a string and the second which links to a units of measurement axiom."@en - "02/01/24"^^ + "01 February 2024"^^ "allowed categorical values"@en @@ -1530,7 +1534,7 @@ "Allowed trait values for a categorical trait, including a brief description of the value."@en - "02/01/24"^^ + "01 February 2024"^^ @@ -1543,7 +1547,7 @@ "Type of trait, specifying if traits are categorical, numeric, or ordinal."@en - "02/01/24"^^ + "01 February 2024"^^ "Identifier"@en @@ -1958,5 +1962,5 @@ "Daniel Falster" "Elizabeth Wenk" "Sophie Yang" - "01/02/24^^" + "01 February 2024^^" diff --git a/docs/ontology/traits.build.ttl b/docs/ontology/traits.build.ttl index e9213caa..8892b058 100644 --- a/docs/ontology/traits.build.ttl +++ b/docs/ontology/traits.build.ttl @@ -679,7 +679,7 @@ skos:scopeNote skos:prefLabel "scope note"@en . - dcterms:created "01/02/24^^" ; + dcterms:created "01 February 2024^^" ; dcterms:creator "Daniel Falster", "Elizabeth Wenk", "Sophie Yang" ; dcterms:description "A database of 13 relational tables build using the {traits.build} R-packge for harmonizing trait data." ; dcterms:license ""^^ ; @@ -692,7 +692,7 @@ skos:scopeNote skos:prefLabel "traits.build database"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "ORCID (Open Researcher and Contributor ID) for the data collector, if available."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -707,7 +707,7 @@ skos:scopeNote skos:prefLabel "ORCID identifier"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "Any additional roles the data collector had in the study, a field most frequently used to identify which data contributor is the contact person for the dataset."@en ; dwcattributes:organizedInClass ; SIO:SIO_000254 ; @@ -721,7 +721,7 @@ skos:scopeNote skos:prefLabel "additional role"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "Affiliation of data collector."@en ; dwcattributes:organizedInClass ; SIO:SIO_000254 ; @@ -735,7 +735,7 @@ skos:scopeNote skos:prefLabel "affiliation"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "The taxon name without authorship after implementing automated syntax standardisation and spelling changes as well as manually encoded syntax alignments for this taxon in the metadata file for the corresponding `dataset_id`. This name has not yet been matched to the currently accepted (botanical) or valid (zoological) taxon name in cases where there are taxonomic synonyms, isonyms, orthographic variants, etc."@en ; dwcattributes:organizedInClass ; SIO:SIO_000223 ; @@ -750,7 +750,7 @@ skos:scopeNote skos:prefLabel "aligned name"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "Allowed trait values for a categorical trait, including a brief description of the value."@en ; dwcattributes:organizedInClass ; SIO:SIO_000224 ; @@ -764,7 +764,7 @@ skos:scopeNote skos:prefLabel "allowed categorical values"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "An upper boundary for accepted numerical values."@en ; dwcattributes:organizedInClass ; SIO:SIO_000224 ; @@ -778,7 +778,7 @@ skos:scopeNote skos:prefLabel "max allowed values"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "A lower boundary for accepted numerical values."@en ; dwcattributes:organizedInClass ; SIO:SIO_000224 ; @@ -792,7 +792,7 @@ skos:scopeNote skos:prefLabel "min allowed values"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "People who played a more minor role in data collection for the study."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -807,7 +807,7 @@ skos:scopeNote skos:prefLabel "assistants"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "A categorical variable specifying from which kind of specimen traits were recorded."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -819,7 +819,7 @@ skos:scopeNote skos:prefLabel "basis of record"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "A categorical variable describing how the trait value was obtained."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -832,7 +832,7 @@ skos:scopeNote skos:prefLabel "basis of value"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "The species-level taxon name match for an original name. This column is assigned `na` for taxon name that are at a broader taxonomic_resolution."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -847,7 +847,7 @@ skos:scopeNote oboe:characteristicFor ; - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "Date sample was taken, in the format `yyyy-mm-dd`, `yyyy-mm` or `yyyy`, depending on the resoluton specified. Alternatively an overall range for the study can be indicating, with the starting and ending sample date sepatated by a `/`, as in 2010-10/2011-03"@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -861,7 +861,7 @@ skos:scopeNote skos:prefLabel "collection date"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "Additional notes about the scope of the trait or acceptable methods."@en ; dwcattributes:organizedInClass ; SIO:SIO_000254 ; @@ -875,7 +875,7 @@ skos:scopeNote skos:prefLabel "comments"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "The situation within which a trait measurement is made, which can help explain the measured trait value."@en ; SIO:SIO_000602 SIO:SIO_000756 ; rdfs:label "context"@en ; @@ -886,7 +886,7 @@ skos:scopeNote oboe:characteristicFor ; - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "The contextual characteristic being recorded. If applicable, name should include units of measurement, e.g. `CO2 concentration (ppm)`."@en ; dwcattributes:organizedInClass ; SIO:SIO_000255 ; @@ -901,7 +901,7 @@ skos:scopeNote skos:prefLabel "context property"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "The category of context property, with options being `plot`, `treatment`, `individual_context`, `temporal` and `method`."@en ; dwcattributes:organizedInClass ; SIO:SIO_000254 ; @@ -914,7 +914,7 @@ skos:scopeNote skos:prefLabel "context property category"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "Description of a specific context property value."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -927,6 +927,7 @@ skos:scopeNote skos:prefLabel "context property value description"@en . + dcterms:created "01 February 2024"^^ ; dcterms:description "Variable indicating which identifier column in the traits table contains the specified `link_vals`."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -939,6 +940,7 @@ skos:scopeNote skos:prefLabel "context propety link id"@en . + dcterms:created "01 February 2024"^^ ; dcterms:description "Unique integer identifiers that link between identifier columns in the `traits` table and the contextual properties/values in the `contexts` table."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -952,7 +954,7 @@ skos:scopeNote oboe:measurementFor ; - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "The measured value of a context property."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -964,7 +966,7 @@ skos:scopeNote skos:prefLabel "context property value"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "A person contributing to a dataset."@en ; dwcattributes:organizedInClass , ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -978,7 +980,7 @@ skos:scopeNote skos:prefLabel "contributor"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "Person contributing to a dataset as a data collector."@en ; dwcattributes:organizedInClass , ; SIO:SIO_000255 , ; @@ -995,7 +997,7 @@ skos:scopeNote skos:prefLabel "data collectors"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "13 relational tables and lists containing all data about a dataset."@en ; SIO:SIO_000602 SIO:SIO_000750 ; SIO:SIO_000673 ; @@ -1007,7 +1009,7 @@ skos:scopeNote skos:prefLabel "dataset"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "Database team member(s) who contacted the data collectors and added the study to the database repository."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -1022,7 +1024,7 @@ skos:scopeNote skos:prefLabel "dataset curators"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "Primary identifier for each study contributed to AusTraits, most often these are scientific papers, books, or online resources. By default this should be the name of the first author and year of publication, e.g. `Falster_2005`."@en ; dwcattributes:organizedInClass , , , , , , ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -1034,7 +1036,7 @@ skos:scopeNote skos:prefLabel "dataset id"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "A short description, generally ranging from 1-3 sentences that clearly indicates the trait’s scope."@en ; dwcattributes:organizedInClass ; SIO:SIO_000254 ; @@ -1049,7 +1051,7 @@ skos:scopeNote oboe:characteristicFor ; - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "The elevation above mean sea level in meters."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -1064,7 +1066,7 @@ skos:scopeNote skos:prefLabel "elevation (m)"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "An entity is an object (e.g., a tree, a community, an ecological process). Entities constitute the foci of observations, i.e., every observation is of exactly one entity."@en ; SIO:SIO_000602 SIO:SIO_000756 ; rdfs:label "entity"@en ; @@ -1075,8 +1077,9 @@ skos:scopeNote skos:prefLabel "entity"@en . + dcterms:created "01 February 2024"^^ ; dcterms:description "A unique integer identifier indicating specific contextual properties of an individual, possibly including the individual's sex or caste (for social insects)."@en ; - dwcattributes:organizedInClass ; + dwcattributes:organizedInClass , ; SIO:SIO_000602 SIO:SIO_000757 ; SIO:SIO_000674 ; rdf:datatype ; @@ -1087,7 +1090,7 @@ skos:scopeNote skos:prefLabel "entity context id"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "A context characteristic indicating stratified variation across individuals or populations might affect the trait values measured."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -1103,7 +1106,7 @@ skos:scopeNote skos:prefLabel "entity context property"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "A categorical variable specifying the entity corresponding to the trait values recorded."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -1114,7 +1117,7 @@ skos:scopeNote skos:prefLabel "entity type"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "Statement about whether an organism or organisms have been introduced to a given place and time through the direct or indirect activity of modern humans."@en ; dwcattributes:organizedInClass ; SIO:SIO_000224 ; @@ -1128,7 +1131,7 @@ skos:scopeNote skos:prefLabel "establishment means"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "Family of the taxon."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -1143,7 +1146,7 @@ skos:scopeNote skos:prefLabel "family"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "Genus of the taxon without authorship."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -1158,7 +1161,7 @@ skos:scopeNote skos:prefLabel "genus"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "Given names of the data collector."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -1174,7 +1177,7 @@ skos:scopeNote oboe:hasContext ; - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "An individual living organism."@en ; SIO:SIO_000602 SIO:SIO_000756 ; rdfs:label "individual"@en ; @@ -1186,6 +1189,7 @@ skos:scopeNote skos:prefLabel "individual"@en . + dcterms:created "01 February 2024"^^ ; dcterms:description "A unique integer identifier for an individual, with individuals numbered sequentially within each dataset by taxon by population grouping. Most often each row of data represents an individual, but in some datasets trait data collected on a single individual is presented across multiple rows of data, such as if the same trait is measured using different methods or the same individual is measured repeatedly across time."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -1198,7 +1202,7 @@ skos:scopeNote skos:prefLabel "individual id"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "A concise English label for the trait."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -1212,7 +1216,7 @@ skos:scopeNote skos:prefLabel "label"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "Last name of the data collector."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -1228,7 +1232,7 @@ skos:scopeNote oboe:characteristicFor ; - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "The geographic latitude (in decimal degrees, using the spatial reference system given in geodeticDatum) of the geographic center of a Location. Positive values are north of the Equator, negative values are south of it. Legal values lie between -90 and 90, inclusive."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -1244,7 +1248,7 @@ skos:scopeNote oboe:characteristicFor ; - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "A field to indicate the life stage or age class of the entity measured. Standard values are `adult`, `sapling`, `seedling` and `juvenile`."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -1258,7 +1262,7 @@ skos:scopeNote skos:prefLabel "life stage"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "A spatial region or named place."@en ; SIO:SIO_000602 SIO:SIO_000756 ; SIO:SIO_000673 ; @@ -1271,6 +1275,7 @@ skos:scopeNote skos:prefLabel "location"@en . + dcterms:created "01 February 2024"^^ ; dcterms:description "A unique integer identifier for a location, with locations numbered sequentially within a dataset. The identifier links to specific information in the location table."@en ; dwcattributes:organizedInClass , ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -1283,7 +1288,7 @@ skos:scopeNote skos:prefLabel "location id"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "The location name used by the data contributor or a generic location name designated by AusTraits when one is not provided."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -1297,7 +1302,7 @@ skos:scopeNote oboe:characteristicFor ; oboe:hasValue ; - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "The location characteristic being recorded. The name should include units of measurement, e.g. `MAT (C)`. Ideally we have at least the following variables for each location, `longitude (deg)`, `latitude (deg)`, `description`."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -1309,7 +1314,7 @@ skos:scopeNote skos:prefLabel "location property"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "The measured value of a location property."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -1322,7 +1327,7 @@ skos:scopeNote oboe:characteristicFor ; - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "The geographic longitude (in decimal degrees, using the spatial reference system given in dwc:geodeticDatum) of the geographic center of a dcterms:Location. Positive values are east of the Greenwich Meridian, negative values are west of it. Legal values lie between -180 and 180, inclusive."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -1337,7 +1342,7 @@ skos:scopeNote skos:prefLabel "longitude (deg)"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "A measurement is an assertion that a characteristic of an entity had a particular value with respect to an observation event."@en ; SIO:SIO_000602 SIO:SIO_001187 ; rdfs:label "measurement"@en ; @@ -1349,7 +1354,7 @@ skos:scopeNote oboe:measurementFor ; - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "A measurement made on an entity context property."@en ; SIO:SIO_000602 SIO:SIO_001187 ; SIO:SIO_000673 ; @@ -1362,7 +1367,7 @@ skos:scopeNote oboe:hasValue ; oboe:measurementFor , ; - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "A measurement made on a location property."@en ; SIO:SIO_000602 SIO:SIO_001187 ; rdfs:label "measurement of location property"@en ; @@ -1373,7 +1378,7 @@ skos:scopeNote oboe:measurementFor ; - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "A measurement made on a plot context property."@en ; SIO:SIO_000602 SIO:SIO_001187 ; SIO:SIO_000673 ; @@ -1385,7 +1390,7 @@ skos:scopeNote oboe:measurementFor ; - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "A measurement made on a temporal context property."@en ; SIO:SIO_000602 SIO:SIO_001187 ; SIO:SIO_000673 ; @@ -1398,7 +1403,7 @@ skos:scopeNote oboe:hasValue ; oboe:measurementFor ; - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "A measurement made on a treatment context property."@en ; SIO:SIO_000602 SIO:SIO_001187 ; SIO:SIO_000673 ; @@ -1409,7 +1414,7 @@ skos:scopeNote skos:prefLabel "measurement of treatment context property"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "Brief comments or notes accompanying the trait measurement."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -1421,7 +1426,7 @@ skos:scopeNote skos:prefLabel "measurement remarks"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "A compment of a trait measurement protocol that is changed between individual trait measurements and might cause the measured trait values of individuals or populations to change."@en ; SIO:SIO_000602 SIO:SIO_000756 ; rdfs:label "method context"@en ; @@ -1431,8 +1436,9 @@ skos:scopeNote skos:prefLabel "method context"@en . + dcterms:created "01 February 2024"^^ ; dcterms:description "A unique integer identifier indicating a trait is measured multiple times on the same entity, with different methods used for each entry. This field is only used if a single trait is measured using multiple methods within the same dataset. The identifier links to specific information in the context table."@en ; - dwcattributes:organizedInClass ; + dwcattributes:organizedInClass , ; SIO:SIO_000602 SIO:SIO_000757 ; rdf:datatype ; rdfs:label "method context id"@en ; @@ -1442,7 +1448,7 @@ skos:scopeNote skos:prefLabel "method context id"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "A context characteristic indicating stratified variation in the protocol used to measure traits might affect the trait values measured."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -1458,6 +1464,7 @@ skos:scopeNote skos:prefLabel "method context property"@en . + dcterms:created "01 February 2024"^^ ; dcterms:description "A unique integer identifier to distinguish between multiple sets of methods used to measure a single trait within the same dataset. The identifier links to specific information in the methods table."@en ; dwcattributes:organizedInClass , ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -1471,7 +1478,7 @@ skos:scopeNote skos:prefLabel "method id"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "A 1-2 sentence description of the purpose of the study."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -1486,7 +1493,7 @@ skos:scopeNote skos:prefLabel "dataset description"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "A textual description of the methods used to collect the trait data. Whenever available, methods are taken near-verbatim from the referenced source. Methods can include descriptions such as 'measured on botanical collections', 'data from the literature', or a detailed description of the field or lab methods used to collect the data."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -1499,7 +1506,7 @@ skos:scopeNote skos:prefLabel "methods"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "An Observation is a collection of measurements made at a single point in time. In traits.build it is the subset of rows within the traits data that are made on the same entity and share the same observation_id."@en ; SIO:SIO_000602 SIO:SIO_000754 ; SIO:SIO_000673 ; @@ -1512,7 +1519,7 @@ skos:scopeNote skos:prefLabel "observation"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "A unique integral identifier for the observation, where an observation is all measurements made on an individual at a single point in time. It is important for joining traits coming from the same `observation_id`. Within each dataset, observation_id's are unique combinations of `taxon_name`, `population_id`, `individual_id`, and `temporal_context_id`."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -1527,7 +1534,7 @@ skos:scopeNote oboe:characteristicFor ; oboe:hasMeasurement ; oboe:ofEntity , , ; - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "Observation where entity is a category of context indicating repeat observations have been made on an individual, population or species-level entity across time which might affect the entity's measured trait values."@en ; SIO:SIO_000602 SIO:SIO_000754 ; SIO:SIO_000673 ; @@ -1540,7 +1547,7 @@ skos:scopeNote oboe:hasMeasurement ; oboe:ofEntity ; - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "Observation of location properties at a single location."@en ; SIO:SIO_000602 SIO:SIO_000754 ; SIO:SIO_000673 ; @@ -1554,7 +1561,7 @@ skos:scopeNote oboe:characteristicFor ; oboe:hasMeasurement ; oboe:ofEntity ; - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "Observation where entity is a category of context indicating variation across plots at a single location might affect the trait values measured on individual or population-level entities."@en ; SIO:SIO_000602 SIO:SIO_000754 ; SIO:SIO_000673 ; @@ -1568,7 +1575,7 @@ skos:scopeNote oboe:characteristicFor ; oboe:hasMeasurement ; oboe:ofEntity ; - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "Observation where entity is a category of context indicating repeat observations have been made on a plot, which might affect the trait values measured on individual or population-level entities."@en ; SIO:SIO_000602 SIO:SIO_000754 ; SIO:SIO_000673 ; @@ -1583,7 +1590,7 @@ skos:scopeNote oboe:characteristicFor ; oboe:hasMeasurement ; oboe:ofEntity ; - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "Observation where entity is a context indicating experimental manipulations that might affect the trait values measured on an individual, population or species-level entities."@en ; SIO:SIO_000602 SIO:SIO_000754 ; SIO:SIO_000673 ; @@ -1597,7 +1604,7 @@ skos:scopeNote oboe:hasMeasurement , ; oboe:ofEntity , , ; - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "Observation collection of location properties and organismal traits at a single location."@en ; SIO:SIO_000602 SIO:SIO_000754 ; SIO:SIO_000673 ; @@ -1610,7 +1617,7 @@ skos:scopeNote oboe:hasMeasurement , , , , , ; oboe:ofEntity ; - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "Observation collection encompassing all observations that comprise a dataset."@en ; SIO:SIO_000602 SIO:SIO_000754 ; SIO:SIO_000673 ; @@ -1623,7 +1630,7 @@ skos:scopeNote oboe:hasMeasurement , , , , , ; oboe:ofEntity ; - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "Observation collection encompassing all observations for a single published or unpublished source."@en ; SIO:SIO_000602 SIO:SIO_000754 ; SIO:SIO_000673 ; @@ -1636,7 +1643,7 @@ skos:scopeNote oboe:hasMeasurement ; oboe:ofEntity ; - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "Observation collection encompassing all observations on a single individual."@en ; SIO:SIO_000602 SIO:SIO_000754 ; SIO:SIO_000673 ; @@ -1649,7 +1656,7 @@ skos:scopeNote oboe:hasMeasurement ; oboe:ofEntity ; - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "Observation collection encompassing all observations on a single population."@en ; SIO:SIO_000602 SIO:SIO_000754 ; SIO:SIO_000673 ; @@ -1662,7 +1669,7 @@ skos:scopeNote oboe:hasMeasurement ; oboe:ofEntity ; - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "Observation collection encompassing all observations on a single taxon within a single dataset."@en ; SIO:SIO_000602 SIO:SIO_000754 ; SIO:SIO_000673 ; @@ -1674,21 +1681,19 @@ skos:scopeNote skos:prefLabel "observations of taxon"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "Name given to taxon in the original data supplied by the authors."@en ; dwcattributes:organizedInClass , ; SIO:SIO_000602 SIO:SIO_000757 ; - SIO:SIO_000642 , ; - SIO:SIO_000672 ; rdf:datatype ; - rdfs:label "original name"@en, "original taxon name"@en ; + rdfs:label "original taxon name"@en ; skos:altLabel "original_name"@en ; skos:broader rdfs:label, skos:prefLabel ; skos:inScheme ; - skos:prefLabel "original name"@en, "original taxon name"@en . + skos:prefLabel "original taxon name"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "A subdivision of a location, designated because some properties differ across plots within a location, which might cause differences in measured trait values between plots."@en ; SIO:SIO_000602 SIO:SIO_000756 ; rdfs:label "plot context"@en ; @@ -1698,8 +1703,9 @@ skos:scopeNote skos:prefLabel "plot context"@en . + dcterms:created "01 February 2024"^^ ; dcterms:description "A unique integer identifier for a plot, where a plot is a distinct collection of organisms within a single geographic location, such as plants growing on different aspects or blocks in an experiment. The identifier links to specific information in the context table."@en ; - dwcattributes:organizedInClass ; + dwcattributes:organizedInClass , ; SIO:SIO_000602 SIO:SIO_000757 ; SIO:SIO_000674 ; rdf:datatype ; @@ -1710,7 +1716,7 @@ skos:scopeNote skos:prefLabel "plot context id"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "A context characteristic indicating stratified variation within a location that might affect the trait values measured on an individual or population-level entity."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -1727,7 +1733,7 @@ skos:scopeNote oboe:hasContext ; - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "A collection of organisms, all of the same species, that live in the same place."@en ; SIO:SIO_000602 SIO:SIO_000756 ; rdfs:label "population"@en ; @@ -1739,6 +1745,7 @@ skos:scopeNote skos:prefLabel "population"@en . + dcterms:created "01 February 2024"^^ ; dcterms:description "A unique integer identifier for a population, where a population is defined as individuals growing in the same location (location_id /location_name) and plot (plot_context_id, a context category) and being subjected to the same treatment (treatment_context_id, a context category)."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -1751,6 +1758,7 @@ skos:scopeNote skos:prefLabel "population id"@en . + dcterms:created "01 February 2024"^^ ; dcterms:description "A unique integer identifier for repeat measurements of a trait that comprise a single observation, such as a response curve."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -1763,6 +1771,7 @@ skos:scopeNote skos:prefLabel "repeat measurements id"@en . + dcterms:created "01 February 2024"^^ ; dcterms:description "Number of replicate measurements that comprise a recorded trait measurement. A numeric value (or range) is ideal and appropriate if the value type is a `mean`, `median`, `min` or  `max`. For these value types, if replication is unknown the entry should be `unknown`. If the value type is `raw_value` the replicate value should be 1. If the trait is categorical or the value indicates a measurement for an entire species (or other taxon) replicate value should be `.na`."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -1775,7 +1784,7 @@ skos:scopeNote skos:prefLabel "replicates"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "When available, this information is lifted verbatim from a published manuscript. For preserved specimens, this field ideally indicates which records were 'sampled' to measure a specific trait."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -1789,7 +1798,7 @@ skos:scopeNote skos:prefLabel "dataset sampling strategy"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "The full scientific name, with authorship and date information if known."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -1804,7 +1813,7 @@ skos:scopeNote skos:prefLabel "scientific name"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "An identifier for the set of taxon information (data associated with the taxon class). May be a global unique identifier or an identifier specific to the data set. Must be resolvable within this dataset."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -1819,7 +1828,7 @@ skos:scopeNote skos:prefLabel "scientific name id"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "For datasets that are compilations, an identifier for the original data source."@en ; dwcattributes:organizedInClass , ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -1832,7 +1841,7 @@ skos:scopeNote skos:prefLabel "source id"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "Citations for the original dataset_id in sources, for compilationse. This detail is generated from the original source in the metadata."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -1846,7 +1855,7 @@ skos:scopeNote skos:prefLabel "source original dataset citation"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "Citation key for the original dataset_id in sources, for compilations. The key is typically formatted as `Surname_year`."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -1861,7 +1870,7 @@ skos:scopeNote skos:prefLabel "source original dataset key"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "Citation for the primary source. This detail is generated from the primary source in the metadata."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -1875,7 +1884,7 @@ skos:scopeNote skos:prefLabel "source primary citation"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "Citation key for the primary source in `sources`. The key is typically formatted as `Surname_year`."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -1890,7 +1899,7 @@ skos:scopeNote skos:prefLabel "source primary key"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "Citations for the secondary source. This detail is generated from the secondary source in the metadata."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -1904,7 +1913,7 @@ skos:scopeNote skos:prefLabel "source secondary citation"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "Citation key for the secondary source in `sources`. The key is typically formatted as `Surname_year`."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -1917,7 +1926,7 @@ skos:scopeNote skos:prefLabel "source secondary key"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "A circumscribed set of organisms."@en, "A group of organisms assumed to form a homogeneous unit with regard to associated trait measurements."@en ; dwcattributes:organizedInClass ; SIO:SIO_000223 , ; @@ -1934,7 +1943,7 @@ skos:scopeNote skos:prefLabel "taxon"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "Known distribution of the taxon, by Australian state."@en ; dwcattributes:organizedInClass ; SIO:SIO_000224 ; @@ -1946,7 +1955,7 @@ skos:scopeNote skos:prefLabel "taxon distribution"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "An identifier for the set of taxon information (data associated with the taxon class). May be a global unique identifier or an identifier specific to the data set. Must be resolvable within this dataset."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -1961,7 +1970,7 @@ skos:scopeNote skos:prefLabel "taxon id"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "Scientific name of the taxon on which traits were sampled, without authorship. When possible, this is the currently accepted (botanical) or valid (zoological) scientific name, but might also be a higher taxonomic level."@en ; dwcattributes:organizedInClass , , ; SIO:SIO_000223 , , ; @@ -1978,7 +1987,7 @@ skos:scopeNote skos:prefLabel "taxon name"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "The taxonomic rank of the most specific name in the scientific name."@en ; dwcattributes:organizedInClass ; SIO:SIO_000224 ; @@ -1993,7 +2002,7 @@ skos:scopeNote skos:prefLabel "taxon rank"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "Name of the taxonomy (tree) that contains this concept. ie. APC, AusMoss etc."@en ; dwcattributes:organizedInClass ; SIO:SIO_000224 ; @@ -2007,7 +2016,7 @@ skos:scopeNote skos:prefLabel "taxonomic dataset"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "The rank of the most specific taxon name (or scientific name) to which a submitted orignal name resolves."@en ; dwcattributes:organizedInClass ; SIO:SIO_000224 ; @@ -2020,7 +2029,7 @@ skos:scopeNote skos:relatedMatch dwc:taxonRank . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "The status of the use of the scientificName as a label for the taxon in regard to the 'accepted (or valid) taxonomy'. The assigned taxonomic status must be linked to a specific taxonomic reference that defines the concept."@en ; dwcattributes:organizedInClass ; SIO:SIO_000224 ; @@ -2034,7 +2043,7 @@ skos:scopeNote skos:prefLabel "taxonomic status"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "A situation or process that varies across time and might cause the measured trait values of individuals or populations to change across time."@en ; SIO:SIO_000602 SIO:SIO_000756 ; rdfs:label "temporal context"@en ; @@ -2044,8 +2053,9 @@ skos:scopeNote skos:prefLabel "temporal context"@en . + dcterms:created "01 February 2024"^^ ; dcterms:description "A unique integer identifier assigned where repeat observations are made on the same individual (or population, or taxon) across time. The identifier links to specific information in the context table."@en ; - dwcattributes:organizedInClass ; + dwcattributes:organizedInClass , ; SIO:SIO_000602 SIO:SIO_000757 ; SIO:SIO_000674 ; rdf:datatype ; @@ -2056,7 +2066,7 @@ skos:scopeNote skos:prefLabel "temporal context id"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "A context characteristic indicating stratified variation across time might affect the trait values measured."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -2072,7 +2082,7 @@ skos:scopeNote skos:prefLabel "temporal context property"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "A collection of trait values pertaining to a distinct characteristic of a specific part of an organism (cell, tissue, organ, or whole organism)."@en ; dwcattributes:organizedInClass ; SIO:SIO_000223 , , , , ; @@ -2088,7 +2098,7 @@ skos:scopeNote skos:prefLabel "trait concept"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "Unique identifier of the trait according to a public ontology, or a user-provided thesaurus of traits."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -2104,7 +2114,7 @@ skos:scopeNote oboe:hasValue ; oboe:measurementFor , , , , , , ; - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "A measurement made on a trait."@en ; SIO:SIO_000602 SIO:SIO_001187 ; rdfs:label "trait measurement"@en ; @@ -2114,7 +2124,7 @@ skos:scopeNote skos:prefLabel "trait measurement"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "Name of the trait sampled. Allowable values specified in the table `definitions`."@en ; dwcattributes:organizedInClass , , ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -2126,7 +2136,7 @@ skos:scopeNote skos:prefLabel "trait name"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "The measured value of a trait."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -2139,7 +2149,7 @@ skos:scopeNote skos:prefLabel "value"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "A description of the computing environment used to create this version of the dataset, including version number, git commit and R session_info."@en ; SIO:SIO_000602 SIO:SIO_001330 ; rdfs:label "build info"@en ; @@ -2148,7 +2158,7 @@ skos:scopeNote skos:prefLabel "build info"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "A table containing observations of contextual characteristics associated with information in `traits`. Cross referencing between the two dataframes is possible using combinations of the variables `dataset_id`, `link_id`, and `link_vals`."@en ; SIO:SIO_000602 SIO:SIO_000754 ; rdfs:label "contexts table"@en ; @@ -2157,7 +2167,7 @@ skos:scopeNote skos:prefLabel "contexts table"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "A table of people contributing to each study."@en ; SIO:SIO_000602 SIO:SIO_000754 ; rdfs:label "contributors table"@en ; @@ -2166,7 +2176,7 @@ skos:scopeNote skos:prefLabel "contributors table"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "A list containing trait concept descriptions used to build the database."@en ; SIO:SIO_000602 SIO:SIO_000754 ; rdfs:label "definitions table"@en ; @@ -2177,7 +2187,7 @@ skos:scopeNote skos:prefLabel "definitions table"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms: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."@en ; SIO:SIO_000602 SIO:SIO_000754 ; rdfs:label "excluded data table"@en ; @@ -2186,7 +2196,7 @@ skos:scopeNote skos:prefLabel "excluded data table"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "A table containing observations of location/site characteristics associated with information in `traits`. Cross referencing between the two dataframes is possible using combinations of the variables `dataset_id`, `location_name`."@en ; SIO:SIO_000602 SIO:SIO_000754 ; rdfs:comment "Includes information about Location properties."@en ; @@ -2197,7 +2207,7 @@ skos:scopeNote skos:relatedMatch ets:Occurrence . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "A list containing database metadata."@en ; SIO:SIO_000602 SIO:SIO_001330 ; rdfs:label "metadata table"@en ; @@ -2207,7 +2217,7 @@ skos:scopeNote skos:prefLabel "metadata table"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "A table containing details on methods with which data were collected, including time frame and source. Cross referencing with the `traits` table is possible using combinations of the variables `dataset_id`, `trait_name`."@en ; SIO:SIO_000602 SIO:SIO_000754 ; rdfs:label "methods table"@en ; @@ -2217,7 +2227,7 @@ skos:scopeNote skos:relatedMatch ets:MeasurementOrFact . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "A copy of the schema for all tables and terms. Information included here was used to process data and generate any documentation for the study."@en ; SIO:SIO_000602 SIO:SIO_001330 ; rdfs:label "schema"@en ; @@ -2226,7 +2236,7 @@ skos:scopeNote skos:prefLabel "schema"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "A list containing citation details for all database sources."@en ; SIO:SIO_000602 SIO:SIO_000754 ; rdfs:label "sources table"@en ; @@ -2235,7 +2245,7 @@ skos:scopeNote skos:prefLabel "sources table"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "A table containing details on taxa associated with information in `traits`. Whenever possible, this information is sourced from curated taxon lists that include identifiers for each taxon. The information compiled in this table is released under a CC-BY3 license. Cross referencing between the two dataframes is possible using combinations of the variable `taxon_name`."@en ; SIO:SIO_000602 SIO:SIO_000754 ; rdfs:label "taxa table"@en ; @@ -2246,7 +2256,7 @@ skos:scopeNote skos:prefLabel "taxa table"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "A table of all taxonomic changes implemented in the construction of AusTraits. Changes are determined by comparing the originally submitted taxon name against the taxonomic names listed in the taxonomic reference files, best placed in a subfolder in the `config` folder . Cross referencing with the `traits` table is possible using combinations of the variables `dataset_id` and `taxon_name`."@en ; SIO:SIO_000602 SIO:SIO_000754 ; rdfs:label "taxonomic updates table"@en ; @@ -2255,7 +2265,7 @@ skos:scopeNote skos:prefLabel "taxonomic updates table"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "A table containing measurements of traits."@en ; SIO:SIO_000602 SIO:SIO_000754 ; rdfs:comment "Includes information that must be recorded at the Measurement or Observation level."@en ; @@ -2268,7 +2278,7 @@ skos:scopeNote skos:relatedMatch ets:MeasurementOrFact, ets:Occurrence . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "An experimental manipulation that subjects different individuals or populations to different conditions, which can lead to differences in measured trait values across treatments."@en ; SIO:SIO_000602 SIO:SIO_000756 ; rdfs:label "treatment context"@en ; @@ -2278,8 +2288,9 @@ skos:scopeNote skos:prefLabel "treatment context"@en . + dcterms:created "01 February 2024"^^ ; dcterms:description "A unique integer identifier for a treatment, where a treatment is any experimental manipulation to an organism's growing/living conditions. The identifier links to specific information in the context table."@en ; - dwcattributes:organizedInClass ; + dwcattributes:organizedInClass , ; SIO:SIO_000602 SIO:SIO_000757 ; SIO:SIO_000674 ; rdf:datatype ; @@ -2290,7 +2301,7 @@ skos:scopeNote skos:prefLabel "treatment context id"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "A context characteristic indicating stratified treatments that might affect the trait values measured on an individual or population-level entity."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -2306,7 +2317,7 @@ skos:scopeNote skos:prefLabel "treatment context property"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "The infraspecific taxon name match for an original name. This column is assigned `na` for taxon name that are at a broader taxonomic_resolution."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -2320,7 +2331,7 @@ skos:scopeNote skos:relatedMatch dwc:infraspecificEpithet . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "Type of trait, specifying if traits are categorical, numeric, or ordinal."@en ; dwcattributes:organizedInClass ; SIO:SIO_000224 ; @@ -2334,7 +2345,7 @@ skos:scopeNote skos:prefLabel "type"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "Units of the sampled trait value after aligning with AusTraits standards."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -2346,7 +2357,7 @@ skos:scopeNote skos:prefLabel "unit"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "The preferred units for the trait, conforming to the Unified Code for Units of Measure (UCUM). There are often two entries for units, one that is a string and the second which links to a units of measurement axiom."@en ; dwcattributes:organizedInClass ; SIO:SIO_000224 ; @@ -2360,7 +2371,7 @@ skos:scopeNote skos:prefLabel "units"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "A categorical variable describing the statistical nature of the trait value recorded."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; diff --git a/docs/pkgdown.yml b/docs/pkgdown.yml index 88eac4b9..1e0c6b69 100644 --- a/docs/pkgdown.yml +++ b/docs/pkgdown.yml @@ -2,7 +2,7 @@ pandoc: 3.1.1 pkgdown: 2.0.7 pkgdown_sha: ~ articles: {} -last_built: 2024-02-07T07:05Z +last_built: 2024-02-11T22:38Z urls: reference: http://traitecoevo.github.io/traits.build/reference article: http://traitecoevo.github.io/traits.build/articles diff --git a/docs/reference/bib_print.html b/docs/reference/bib_print.html index eaa78ee2..9a92bd67 100644 --- a/docs/reference/bib_print.html +++ b/docs/reference/bib_print.html @@ -44,7 +44,7 @@
  • - + Ontology diff --git a/docs/reference/build_add_version.html b/docs/reference/build_add_version.html index ccaebe46..697d9e4c 100644 --- a/docs/reference/build_add_version.html +++ b/docs/reference/build_add_version.html @@ -44,7 +44,7 @@
  • - + Ontology diff --git a/docs/reference/build_combine.html b/docs/reference/build_combine.html index 127b96d5..55d0bcb2 100644 --- a/docs/reference/build_combine.html +++ b/docs/reference/build_combine.html @@ -45,7 +45,7 @@
  • - + Ontology diff --git a/docs/reference/build_setup_pipeline.html b/docs/reference/build_setup_pipeline.html index 6e964838..7a97725d 100644 --- a/docs/reference/build_setup_pipeline.html +++ b/docs/reference/build_setup_pipeline.html @@ -45,7 +45,7 @@
  • - + Ontology diff --git a/docs/reference/check_pivot_duplicates.html b/docs/reference/check_pivot_duplicates.html index f7034010..0db3706a 100644 --- a/docs/reference/check_pivot_duplicates.html +++ b/docs/reference/check_pivot_duplicates.html @@ -44,7 +44,7 @@
  • - + Ontology diff --git a/docs/reference/check_pivot_wider.html b/docs/reference/check_pivot_wider.html index e0e7b27f..2306670a 100644 --- a/docs/reference/check_pivot_wider.html +++ b/docs/reference/check_pivot_wider.html @@ -44,7 +44,7 @@
  • - + Ontology diff --git a/docs/reference/create_tree_branch.html b/docs/reference/create_tree_branch.html index e425d884..9b84b320 100644 --- a/docs/reference/create_tree_branch.html +++ b/docs/reference/create_tree_branch.html @@ -47,7 +47,7 @@
  • - + Ontology diff --git a/docs/reference/dataset_build.html b/docs/reference/dataset_build.html index 2decc53e..98bb25c5 100644 --- a/docs/reference/dataset_build.html +++ b/docs/reference/dataset_build.html @@ -45,7 +45,7 @@
  • - + Ontology diff --git a/docs/reference/dataset_configure.html b/docs/reference/dataset_configure.html index 9b60c7a9..701b8c38 100644 --- a/docs/reference/dataset_configure.html +++ b/docs/reference/dataset_configure.html @@ -49,7 +49,7 @@
  • - + Ontology diff --git a/docs/reference/dataset_find_taxon.html b/docs/reference/dataset_find_taxon.html index 4cd8d620..eb9be284 100644 --- a/docs/reference/dataset_find_taxon.html +++ b/docs/reference/dataset_find_taxon.html @@ -44,7 +44,7 @@
  • - + Ontology diff --git a/docs/reference/dataset_process.html b/docs/reference/dataset_process.html index d68e7f73..d53871c3 100644 --- a/docs/reference/dataset_process.html +++ b/docs/reference/dataset_process.html @@ -46,7 +46,7 @@
  • - + Ontology diff --git a/docs/reference/dataset_report.html b/docs/reference/dataset_report.html index f5fa5c3b..4e5a82de 100644 --- a/docs/reference/dataset_report.html +++ b/docs/reference/dataset_report.html @@ -45,7 +45,7 @@
  • - + Ontology diff --git a/docs/reference/dataset_test.html b/docs/reference/dataset_test.html index 3093e417..d7ebe88f 100644 --- a/docs/reference/dataset_test.html +++ b/docs/reference/dataset_test.html @@ -44,7 +44,7 @@
  • - + Ontology diff --git a/docs/reference/dataset_test_worker.html b/docs/reference/dataset_test_worker.html index 5a640bc6..afb6b20b 100644 --- a/docs/reference/dataset_test_worker.html +++ b/docs/reference/dataset_test_worker.html @@ -44,7 +44,7 @@
  • - + Ontology diff --git a/docs/reference/dataset_update_taxonomy.html b/docs/reference/dataset_update_taxonomy.html index 4866c677..d7122238 100644 --- a/docs/reference/dataset_update_taxonomy.html +++ b/docs/reference/dataset_update_taxonomy.html @@ -44,7 +44,7 @@
  • - + Ontology diff --git a/docs/reference/db_traits_pivot_longer.html b/docs/reference/db_traits_pivot_longer.html index 703f4881..b5159ad2 100644 --- a/docs/reference/db_traits_pivot_longer.html +++ b/docs/reference/db_traits_pivot_longer.html @@ -47,7 +47,7 @@
  • - + Ontology diff --git a/docs/reference/db_traits_pivot_wider.html b/docs/reference/db_traits_pivot_wider.html index 65e44766..46dfd7d3 100644 --- a/docs/reference/db_traits_pivot_wider.html +++ b/docs/reference/db_traits_pivot_wider.html @@ -48,7 +48,7 @@
  • - + Ontology diff --git a/docs/reference/get_schema.html b/docs/reference/get_schema.html index ef807379..b327764c 100644 --- a/docs/reference/get_schema.html +++ b/docs/reference/get_schema.html @@ -44,7 +44,7 @@
  • - + Ontology diff --git a/docs/reference/get_unit_conversions.html b/docs/reference/get_unit_conversions.html index 8315c863..d767038a 100644 --- a/docs/reference/get_unit_conversions.html +++ b/docs/reference/get_unit_conversions.html @@ -44,7 +44,7 @@
  • - + Ontology diff --git a/docs/reference/index.html b/docs/reference/index.html index 98253ab7..c82c566b 100644 --- a/docs/reference/index.html +++ b/docs/reference/index.html @@ -44,7 +44,7 @@
  • - + Ontology diff --git a/docs/reference/metadata_add_contexts.html b/docs/reference/metadata_add_contexts.html index 1eb93bd9..ea0c19d3 100644 --- a/docs/reference/metadata_add_contexts.html +++ b/docs/reference/metadata_add_contexts.html @@ -47,7 +47,7 @@
  • - + Ontology diff --git a/docs/reference/metadata_add_locations.html b/docs/reference/metadata_add_locations.html index 19fb6d71..1740e8c3 100644 --- a/docs/reference/metadata_add_locations.html +++ b/docs/reference/metadata_add_locations.html @@ -47,7 +47,7 @@
  • - + Ontology diff --git a/docs/reference/metadata_add_source_bibtex.html b/docs/reference/metadata_add_source_bibtex.html index d82d9e42..2010b806 100644 --- a/docs/reference/metadata_add_source_bibtex.html +++ b/docs/reference/metadata_add_source_bibtex.html @@ -44,7 +44,7 @@
  • - + Ontology diff --git a/docs/reference/metadata_add_source_doi.html b/docs/reference/metadata_add_source_doi.html index 971b2b28..ed5dd12d 100644 --- a/docs/reference/metadata_add_source_doi.html +++ b/docs/reference/metadata_add_source_doi.html @@ -45,7 +45,7 @@
  • - + Ontology diff --git a/docs/reference/metadata_add_substitution.html b/docs/reference/metadata_add_substitution.html index eb9ee82d..1e29881f 100644 --- a/docs/reference/metadata_add_substitution.html +++ b/docs/reference/metadata_add_substitution.html @@ -46,7 +46,7 @@
  • - + Ontology diff --git a/docs/reference/metadata_add_substitutions_list.html b/docs/reference/metadata_add_substitutions_list.html index bdc4cca7..77033b65 100644 --- a/docs/reference/metadata_add_substitutions_list.html +++ b/docs/reference/metadata_add_substitutions_list.html @@ -44,7 +44,7 @@
  • - + Ontology diff --git a/docs/reference/metadata_add_substitutions_table.html b/docs/reference/metadata_add_substitutions_table.html index 12eaf0ee..d1b0add1 100644 --- a/docs/reference/metadata_add_substitutions_table.html +++ b/docs/reference/metadata_add_substitutions_table.html @@ -46,7 +46,7 @@
  • - + Ontology diff --git a/docs/reference/metadata_add_taxonomic_change.html b/docs/reference/metadata_add_taxonomic_change.html index 620394ea..4db404bb 100644 --- a/docs/reference/metadata_add_taxonomic_change.html +++ b/docs/reference/metadata_add_taxonomic_change.html @@ -44,7 +44,7 @@
  • - + Ontology diff --git a/docs/reference/metadata_add_taxonomic_changes_list.html b/docs/reference/metadata_add_taxonomic_changes_list.html index bd62c60b..5d4ae6b3 100644 --- a/docs/reference/metadata_add_taxonomic_changes_list.html +++ b/docs/reference/metadata_add_taxonomic_changes_list.html @@ -45,7 +45,7 @@
  • - + Ontology diff --git a/docs/reference/metadata_add_traits.html b/docs/reference/metadata_add_traits.html index 51668703..e6e61e07 100644 --- a/docs/reference/metadata_add_traits.html +++ b/docs/reference/metadata_add_traits.html @@ -45,7 +45,7 @@
  • - + Ontology diff --git a/docs/reference/metadata_check_custom_R_code.html b/docs/reference/metadata_check_custom_R_code.html index c31e3732..25ab5ebd 100644 --- a/docs/reference/metadata_check_custom_R_code.html +++ b/docs/reference/metadata_check_custom_R_code.html @@ -49,7 +49,7 @@
  • - + Ontology diff --git a/docs/reference/metadata_create_template.html b/docs/reference/metadata_create_template.html index 6f505d48..0c7facc8 100644 --- a/docs/reference/metadata_create_template.html +++ b/docs/reference/metadata_create_template.html @@ -44,7 +44,7 @@
  • - + Ontology diff --git a/docs/reference/metadata_exclude_observations.html b/docs/reference/metadata_exclude_observations.html index 713c9c0a..57cbc3f3 100644 --- a/docs/reference/metadata_exclude_observations.html +++ b/docs/reference/metadata_exclude_observations.html @@ -44,7 +44,7 @@
  • - + Ontology diff --git a/docs/reference/metadata_find_taxonomic_change.html b/docs/reference/metadata_find_taxonomic_change.html index 95aa9252..4d76b8cc 100644 --- a/docs/reference/metadata_find_taxonomic_change.html +++ b/docs/reference/metadata_find_taxonomic_change.html @@ -44,7 +44,7 @@
  • - + Ontology diff --git a/docs/reference/metadata_path_dataset_id.html b/docs/reference/metadata_path_dataset_id.html index 0b81ea33..44239db3 100644 --- a/docs/reference/metadata_path_dataset_id.html +++ b/docs/reference/metadata_path_dataset_id.html @@ -44,7 +44,7 @@
  • - + Ontology diff --git a/docs/reference/metadata_remove_taxonomic_change.html b/docs/reference/metadata_remove_taxonomic_change.html index 31a33a00..f089709a 100644 --- a/docs/reference/metadata_remove_taxonomic_change.html +++ b/docs/reference/metadata_remove_taxonomic_change.html @@ -44,7 +44,7 @@
  • - + Ontology diff --git a/docs/reference/metadata_update_taxonomic_change.html b/docs/reference/metadata_update_taxonomic_change.html index 21bfa806..01b96e29 100644 --- a/docs/reference/metadata_update_taxonomic_change.html +++ b/docs/reference/metadata_update_taxonomic_change.html @@ -44,7 +44,7 @@
  • - + Ontology diff --git a/docs/reference/metadata_user_select_column.html b/docs/reference/metadata_user_select_column.html index 90a5b9da..d9fc7035 100644 --- a/docs/reference/metadata_user_select_column.html +++ b/docs/reference/metadata_user_select_column.html @@ -47,7 +47,7 @@
  • - + Ontology diff --git a/docs/reference/metadata_user_select_names.html b/docs/reference/metadata_user_select_names.html index 73e7341f..3c9f7459 100644 --- a/docs/reference/metadata_user_select_names.html +++ b/docs/reference/metadata_user_select_names.html @@ -46,7 +46,7 @@
  • - + Ontology diff --git a/docs/reference/notes_random_string.html b/docs/reference/notes_random_string.html index ba307e9c..64627034 100644 --- a/docs/reference/notes_random_string.html +++ b/docs/reference/notes_random_string.html @@ -45,7 +45,7 @@
  • - + Ontology diff --git a/docs/reference/notetaker_add_note.html b/docs/reference/notetaker_add_note.html index a96bc00d..366fee65 100644 --- a/docs/reference/notetaker_add_note.html +++ b/docs/reference/notetaker_add_note.html @@ -44,7 +44,7 @@
  • - + Ontology diff --git a/docs/reference/notetaker_as_note.html b/docs/reference/notetaker_as_note.html index ab4b1e57..7ba0fc1c 100644 --- a/docs/reference/notetaker_as_note.html +++ b/docs/reference/notetaker_as_note.html @@ -45,7 +45,7 @@
  • - + Ontology diff --git a/docs/reference/notetaker_get_note.html b/docs/reference/notetaker_get_note.html index 2836cbeb..94828a90 100644 --- a/docs/reference/notetaker_get_note.html +++ b/docs/reference/notetaker_get_note.html @@ -45,7 +45,7 @@
  • - + Ontology diff --git a/docs/reference/notetaker_print_all.html b/docs/reference/notetaker_print_all.html index 7571ec8e..2508ec1b 100644 --- a/docs/reference/notetaker_print_all.html +++ b/docs/reference/notetaker_print_all.html @@ -44,7 +44,7 @@
  • - + Ontology diff --git a/docs/reference/notetaker_print_note.html b/docs/reference/notetaker_print_note.html index 4e1bef31..b41e4eae 100644 --- a/docs/reference/notetaker_print_note.html +++ b/docs/reference/notetaker_print_note.html @@ -44,7 +44,7 @@
  • - + Ontology diff --git a/docs/reference/notetaker_print_notes.html b/docs/reference/notetaker_print_notes.html index f2d791b4..230f4f24 100644 --- a/docs/reference/notetaker_print_notes.html +++ b/docs/reference/notetaker_print_notes.html @@ -44,7 +44,7 @@
  • - + Ontology diff --git a/docs/reference/notetaker_start.html b/docs/reference/notetaker_start.html index 9e301a89..228fe4cd 100644 --- a/docs/reference/notetaker_start.html +++ b/docs/reference/notetaker_start.html @@ -44,7 +44,7 @@
  • - + Ontology diff --git a/docs/reference/pipe.html b/docs/reference/pipe.html index 5289a470..90ab2934 100644 --- a/docs/reference/pipe.html +++ b/docs/reference/pipe.html @@ -44,7 +44,7 @@
  • - + Ontology diff --git a/docs/reference/plot_trait_distribution_beeswarm.html b/docs/reference/plot_trait_distribution_beeswarm.html index 5ddb8395..b09e1941 100644 --- a/docs/reference/plot_trait_distribution_beeswarm.html +++ b/docs/reference/plot_trait_distribution_beeswarm.html @@ -44,7 +44,7 @@
  • - + Ontology diff --git a/docs/reference/process_add_all_columns.html b/docs/reference/process_add_all_columns.html index d2b945a0..6df2f485 100644 --- a/docs/reference/process_add_all_columns.html +++ b/docs/reference/process_add_all_columns.html @@ -45,7 +45,7 @@
  • - + Ontology diff --git a/docs/reference/process_convert_units.html b/docs/reference/process_convert_units.html index 78595062..b2ab920f 100644 --- a/docs/reference/process_convert_units.html +++ b/docs/reference/process_convert_units.html @@ -44,7 +44,7 @@
  • - + Ontology diff --git a/docs/reference/process_create_observation_id.html b/docs/reference/process_create_observation_id.html index 911ced43..7d4e4ea8 100644 --- a/docs/reference/process_create_observation_id.html +++ b/docs/reference/process_create_observation_id.html @@ -46,7 +46,7 @@
  • - + Ontology diff --git a/docs/reference/process_custom_code.html b/docs/reference/process_custom_code.html index 18583851..7bf0e31f 100644 --- a/docs/reference/process_custom_code.html +++ b/docs/reference/process_custom_code.html @@ -46,7 +46,7 @@
  • - + Ontology diff --git a/docs/reference/process_flag_excluded_observations.html b/docs/reference/process_flag_excluded_observations.html index e7801a7f..da262ca5 100644 --- a/docs/reference/process_flag_excluded_observations.html +++ b/docs/reference/process_flag_excluded_observations.html @@ -46,7 +46,7 @@
  • - + Ontology diff --git a/docs/reference/process_flag_out_of_range_values.html b/docs/reference/process_flag_out_of_range_values.html index e5d89db0..94ccc1c5 100644 --- a/docs/reference/process_flag_out_of_range_values.html +++ b/docs/reference/process_flag_out_of_range_values.html @@ -45,7 +45,7 @@
  • - + Ontology diff --git a/docs/reference/process_flag_unsupported_characters.html b/docs/reference/process_flag_unsupported_characters.html index 262fa14a..330b2664 100644 --- a/docs/reference/process_flag_unsupported_characters.html +++ b/docs/reference/process_flag_unsupported_characters.html @@ -45,7 +45,7 @@
  • - + Ontology diff --git a/docs/reference/process_flag_unsupported_traits.html b/docs/reference/process_flag_unsupported_traits.html index caab737d..df5fc8ca 100644 --- a/docs/reference/process_flag_unsupported_traits.html +++ b/docs/reference/process_flag_unsupported_traits.html @@ -44,7 +44,7 @@
  • - + Ontology diff --git a/docs/reference/process_flag_unsupported_values.html b/docs/reference/process_flag_unsupported_values.html index 07a4708f..317d7ebe 100644 --- a/docs/reference/process_flag_unsupported_values.html +++ b/docs/reference/process_flag_unsupported_values.html @@ -47,7 +47,7 @@
  • - + Ontology diff --git a/docs/reference/process_format_contexts.html b/docs/reference/process_format_contexts.html index 0d27f747..04c792b2 100644 --- a/docs/reference/process_format_contexts.html +++ b/docs/reference/process_format_contexts.html @@ -44,7 +44,7 @@
  • - + Ontology diff --git a/docs/reference/process_format_contributors.html b/docs/reference/process_format_contributors.html index 2654edf3..d8498096 100644 --- a/docs/reference/process_format_contributors.html +++ b/docs/reference/process_format_contributors.html @@ -44,7 +44,7 @@
  • - + Ontology diff --git a/docs/reference/process_format_locations.html b/docs/reference/process_format_locations.html index 7495643a..7eefe124 100644 --- a/docs/reference/process_format_locations.html +++ b/docs/reference/process_format_locations.html @@ -44,7 +44,7 @@
  • - + Ontology diff --git a/docs/reference/process_generate_id.html b/docs/reference/process_generate_id.html index fd445817..dae5b35f 100644 --- a/docs/reference/process_generate_id.html +++ b/docs/reference/process_generate_id.html @@ -47,7 +47,7 @@
  • - + Ontology diff --git a/docs/reference/process_generate_method_ids.html b/docs/reference/process_generate_method_ids.html index 137c29d7..a35b0c91 100644 --- a/docs/reference/process_generate_method_ids.html +++ b/docs/reference/process_generate_method_ids.html @@ -44,7 +44,7 @@
  • - + Ontology diff --git a/docs/reference/process_parse_data.html b/docs/reference/process_parse_data.html index cb7a95f8..594afeb4 100644 --- a/docs/reference/process_parse_data.html +++ b/docs/reference/process_parse_data.html @@ -47,7 +47,7 @@
  • - + Ontology diff --git a/docs/reference/process_standardise_names.html b/docs/reference/process_standardise_names.html index ea617afd..015e4283 100644 --- a/docs/reference/process_standardise_names.html +++ b/docs/reference/process_standardise_names.html @@ -44,7 +44,7 @@
  • - + Ontology diff --git a/docs/reference/process_taxonomic_updates.html b/docs/reference/process_taxonomic_updates.html index 6685935f..d7731c18 100644 --- a/docs/reference/process_taxonomic_updates.html +++ b/docs/reference/process_taxonomic_updates.html @@ -44,7 +44,7 @@
  • - + Ontology diff --git a/docs/reference/process_unit_conversion_name.html b/docs/reference/process_unit_conversion_name.html index bb3b5d94..44c6f704 100644 --- a/docs/reference/process_unit_conversion_name.html +++ b/docs/reference/process_unit_conversion_name.html @@ -45,7 +45,7 @@
  • - + Ontology diff --git a/docs/reference/read_csv_char.html b/docs/reference/read_csv_char.html index 04063bec..929f57f6 100644 --- a/docs/reference/read_csv_char.html +++ b/docs/reference/read_csv_char.html @@ -45,7 +45,7 @@
  • - + Ontology diff --git a/docs/reference/read_metadata.html b/docs/reference/read_metadata.html index 66dac794..c1d64ef3 100644 --- a/docs/reference/read_metadata.html +++ b/docs/reference/read_metadata.html @@ -44,7 +44,7 @@
  • - + Ontology diff --git a/docs/reference/read_metadata_dataset.html b/docs/reference/read_metadata_dataset.html index 86bb06ff..6eb11b9c 100644 --- a/docs/reference/read_metadata_dataset.html +++ b/docs/reference/read_metadata_dataset.html @@ -44,7 +44,7 @@
  • - + Ontology diff --git a/docs/reference/read_yaml.html b/docs/reference/read_yaml.html index e63a79bf..6289fd24 100644 --- a/docs/reference/read_yaml.html +++ b/docs/reference/read_yaml.html @@ -44,7 +44,7 @@
  • - + Ontology diff --git a/docs/reference/traits.build-package.html b/docs/reference/traits.build-package.html index 412cd479..3599daf5 100644 --- a/docs/reference/traits.build-package.html +++ b/docs/reference/traits.build-package.html @@ -45,7 +45,7 @@
  • - + Ontology diff --git a/docs/reference/util_append_to_list.html b/docs/reference/util_append_to_list.html index 938eaf5c..66380656 100644 --- a/docs/reference/util_append_to_list.html +++ b/docs/reference/util_append_to_list.html @@ -44,7 +44,7 @@
  • - + Ontology diff --git a/docs/reference/util_bib_to_list.html b/docs/reference/util_bib_to_list.html index 22b3b3c0..8f0a9a14 100644 --- a/docs/reference/util_bib_to_list.html +++ b/docs/reference/util_bib_to_list.html @@ -44,7 +44,7 @@
  • - + Ontology diff --git a/docs/reference/util_check_all_values_in.html b/docs/reference/util_check_all_values_in.html index 0bec5641..f533cf38 100644 --- a/docs/reference/util_check_all_values_in.html +++ b/docs/reference/util_check_all_values_in.html @@ -45,7 +45,7 @@
  • - + Ontology diff --git a/docs/reference/util_check_disallowed_chars.html b/docs/reference/util_check_disallowed_chars.html index dcd18800..d3f35da7 100644 --- a/docs/reference/util_check_disallowed_chars.html +++ b/docs/reference/util_check_disallowed_chars.html @@ -45,7 +45,7 @@
  • - + Ontology diff --git a/docs/reference/util_df_convert_character.html b/docs/reference/util_df_convert_character.html index c523b2a7..4e2892e0 100644 --- a/docs/reference/util_df_convert_character.html +++ b/docs/reference/util_df_convert_character.html @@ -44,7 +44,7 @@
  • - + Ontology diff --git a/docs/reference/util_df_to_list.html b/docs/reference/util_df_to_list.html index 3e941ee2..2c5d235e 100644 --- a/docs/reference/util_df_to_list.html +++ b/docs/reference/util_df_to_list.html @@ -44,7 +44,7 @@
  • - + Ontology @@ -133,8 +133,8 @@

    Examples

    #> #> [[1]]$films #> [[1]]$films[[1]] -#> [1] "A New Hope" "The Empire Strikes Back" -#> [3] "Return of the Jedi" "Revenge of the Sith" +#> [1] "The Empire Strikes Back" "Revenge of the Sith" +#> [3] "Return of the Jedi" "A New Hope" #> [5] "The Force Awakens" #> #> @@ -185,9 +185,9 @@

    Examples

    #> #> [[2]]$films #> [[2]]$films[[1]] -#> [1] "A New Hope" "The Empire Strikes Back" -#> [3] "Return of the Jedi" "The Phantom Menace" -#> [5] "Attack of the Clones" "Revenge of the Sith" +#> [1] "The Empire Strikes Back" "Attack of the Clones" +#> [3] "The Phantom Menace" "Revenge of the Sith" +#> [5] "Return of the Jedi" "A New Hope" #> #> #> [[2]]$vehicles @@ -237,9 +237,9 @@

    Examples

    #> #> [[3]]$films #> [[3]]$films[[1]] -#> [1] "A New Hope" "The Empire Strikes Back" -#> [3] "Return of the Jedi" "The Phantom Menace" -#> [5] "Attack of the Clones" "Revenge of the Sith" +#> [1] "The Empire Strikes Back" "Attack of the Clones" +#> [3] "The Phantom Menace" "Revenge of the Sith" +#> [5] "Return of the Jedi" "A New Hope" #> [7] "The Force Awakens" #> #> @@ -290,8 +290,8 @@

    Examples

    #> #> [[4]]$films #> [[4]]$films[[1]] -#> [1] "A New Hope" "The Empire Strikes Back" -#> [3] "Return of the Jedi" "Revenge of the Sith" +#> [1] "The Empire Strikes Back" "Revenge of the Sith" +#> [3] "Return of the Jedi" "A New Hope" #> #> #> [[4]]$vehicles @@ -341,8 +341,8 @@

    Examples

    #> #> [[5]]$films #> [[5]]$films[[1]] -#> [1] "A New Hope" "The Empire Strikes Back" -#> [3] "Return of the Jedi" "Revenge of the Sith" +#> [1] "The Empire Strikes Back" "Revenge of the Sith" +#> [3] "Return of the Jedi" "A New Hope" #> [5] "The Force Awakens" #> #> @@ -393,7 +393,7 @@

    Examples

    #> #> [[6]]$films #> [[6]]$films[[1]] -#> [1] "A New Hope" "Attack of the Clones" "Revenge of the Sith" +#> [1] "Attack of the Clones" "Revenge of the Sith" "A New Hope" #> #> #> [[6]]$vehicles @@ -409,7 +409,7 @@

    Examples

    #> #> [[7]] #> [[7]]$name -#> [1] "Beru Whitesun Lars" +#> [1] "Beru Whitesun lars" #> #> [[7]]$height #> [1] 165 @@ -443,7 +443,7 @@

    Examples

    #> #> [[7]]$films #> [[7]]$films[[1]] -#> [1] "A New Hope" "Attack of the Clones" "Revenge of the Sith" +#> [1] "Attack of the Clones" "Revenge of the Sith" "A New Hope" #> #> #> [[7]]$vehicles @@ -593,9 +593,9 @@

    Examples

    #> #> [[10]]$films #> [[10]]$films[[1]] -#> [1] "A New Hope" "The Empire Strikes Back" -#> [3] "Return of the Jedi" "The Phantom Menace" -#> [5] "Attack of the Clones" "Revenge of the Sith" +#> [1] "The Empire Strikes Back" "Attack of the Clones" +#> [3] "The Phantom Menace" "Revenge of the Sith" +#> [5] "Return of the Jedi" "A New Hope" #> #> #> [[10]]$vehicles @@ -647,7 +647,7 @@

    Examples

    #> #> [[11]]$films #> [[11]]$films[[1]] -#> [1] "The Phantom Menace" "Attack of the Clones" "Revenge of the Sith" +#> [1] "Attack of the Clones" "The Phantom Menace" "Revenge of the Sith" #> #> #> [[11]]$vehicles @@ -657,8 +657,8 @@

    Examples

    #> #> [[11]]$starships #> [[11]]$starships[[1]] -#> [1] "Naboo fighter" "Trade Federation cruiser" -#> [3] "Jedi Interceptor" +#> [1] "Trade Federation cruiser" "Jedi Interceptor" +#> [3] "Naboo fighter" #> #> #> @@ -698,7 +698,7 @@

    Examples

    #> #> [[12]]$films #> [[12]]$films[[1]] -#> [1] "A New Hope" "Revenge of the Sith" +#> [1] "Revenge of the Sith" "A New Hope" #> #> #> [[12]]$vehicles @@ -748,8 +748,8 @@

    Examples

    #> #> [[13]]$films #> [[13]]$films[[1]] -#> [1] "A New Hope" "The Empire Strikes Back" -#> [3] "Return of the Jedi" "Revenge of the Sith" +#> [1] "The Empire Strikes Back" "Revenge of the Sith" +#> [3] "Return of the Jedi" "A New Hope" #> [5] "The Force Awakens" #> #> @@ -800,8 +800,8 @@

    Examples

    #> #> [[14]]$films #> [[14]]$films[[1]] -#> [1] "A New Hope" "The Empire Strikes Back" -#> [3] "Return of the Jedi" "The Force Awakens" +#> [1] "The Empire Strikes Back" "Return of the Jedi" +#> [3] "A New Hope" "The Force Awakens" #> #> #> [[14]]$vehicles @@ -901,7 +901,7 @@

    Examples

    #> #> [[16]]$films #> [[16]]$films[[1]] -#> [1] "A New Hope" "Return of the Jedi" "The Phantom Menace" +#> [1] "The Phantom Menace" "Return of the Jedi" "A New Hope" #> #> #> [[16]]$vehicles @@ -951,8 +951,8 @@

    Examples

    #> #> [[17]]$films #> [[17]]$films[[1]] -#> [1] "A New Hope" "The Empire Strikes Back" -#> [3] "Return of the Jedi" +#> [1] "The Empire Strikes Back" "Return of the Jedi" +#> [3] "A New Hope" #> #> #> [[17]]$vehicles @@ -989,16 +989,16 @@

    Examples

    #> [1] NA #> #> [[18]]$sex -#> [1] NA +#> [1] "male" #> #> [[18]]$gender -#> [1] NA +#> [1] "masculine" #> #> [[18]]$homeworld #> [1] "Bestine IV" #> #> [[18]]$species -#> [1] NA +#> [1] "Human" #> #> [[18]]$films #> [[18]]$films[[1]] @@ -1052,9 +1052,9 @@

    Examples

    #> #> [[19]]$films #> [[19]]$films[[1]] -#> [1] "The Empire Strikes Back" "Return of the Jedi" -#> [3] "The Phantom Menace" "Attack of the Clones" -#> [5] "Revenge of the Sith" +#> [1] "The Empire Strikes Back" "Attack of the Clones" +#> [3] "The Phantom Menace" "Revenge of the Sith" +#> [5] "Return of the Jedi" #> #> #> [[19]]$vehicles @@ -1104,9 +1104,9 @@

    Examples

    #> #> [[20]]$films #> [[20]]$films[[1]] -#> [1] "The Empire Strikes Back" "Return of the Jedi" -#> [3] "The Phantom Menace" "Attack of the Clones" -#> [5] "Revenge of the Sith" +#> [1] "The Empire Strikes Back" "Attack of the Clones" +#> [3] "The Phantom Menace" "Revenge of the Sith" +#> [5] "Return of the Jedi" #> #> #> [[20]]$vehicles @@ -1156,8 +1156,8 @@

    Examples

    #> #> [[21]]$films #> [[21]]$films[[1]] -#> [1] "The Empire Strikes Back" "Return of the Jedi" -#> [3] "Attack of the Clones" +#> [1] "The Empire Strikes Back" "Attack of the Clones" +#> [3] "Return of the Jedi" #> #> #> [[21]]$vehicles @@ -1707,7 +1707,7 @@

    Examples

    #> #> [[32]]$films #> [[32]]$films[[1]] -#> [1] "The Phantom Menace" "Attack of the Clones" "Revenge of the Sith" +#> [1] "Attack of the Clones" "The Phantom Menace" "Revenge of the Sith" #> #> #> [[32]]$vehicles @@ -1773,41 +1773,41 @@

    Examples

    #> #> [[34]] #> [[34]]$name -#> [1] "Padmé Amidala" +#> [1] "Jar Jar Binks" #> #> [[34]]$height -#> [1] 185 +#> [1] 196 #> #> [[34]]$mass -#> [1] 45 +#> [1] 66 #> #> [[34]]$hair_color -#> [1] "brown" +#> [1] "none" #> #> [[34]]$skin_color -#> [1] "light" +#> [1] "orange" #> #> [[34]]$eye_color -#> [1] "brown" +#> [1] "orange" #> #> [[34]]$birth_year -#> [1] 46 +#> [1] 52 #> #> [[34]]$sex -#> [1] "female" +#> [1] "male" #> #> [[34]]$gender -#> [1] "feminine" +#> [1] "masculine" #> #> [[34]]$homeworld #> [1] "Naboo" #> #> [[34]]$species -#> [1] "Human" +#> [1] "Gungan" #> #> [[34]]$films #> [[34]]$films[[1]] -#> [1] "The Phantom Menace" "Attack of the Clones" "Revenge of the Sith" +#> [1] "Attack of the Clones" "The Phantom Menace" #> #> #> [[34]]$vehicles @@ -1817,31 +1817,31 @@

    Examples

    #> #> [[34]]$starships #> [[34]]$starships[[1]] -#> [1] "Naboo fighter" "H-type Nubian yacht" "Naboo star skiff" +#> character(0) #> #> #> #> [[35]] #> [[35]]$name -#> [1] "Jar Jar Binks" +#> [1] "Roos Tarpals" #> #> [[35]]$height -#> [1] 196 +#> [1] 224 #> #> [[35]]$mass -#> [1] 66 +#> [1] 82 #> #> [[35]]$hair_color #> [1] "none" #> #> [[35]]$skin_color -#> [1] "orange" +#> [1] "grey" #> #> [[35]]$eye_color #> [1] "orange" #> #> [[35]]$birth_year -#> [1] 52 +#> [1] NA #> #> [[35]]$sex #> [1] "male" @@ -1857,7 +1857,7 @@

    Examples

    #> #> [[35]]$films #> [[35]]$films[[1]] -#> [1] "The Phantom Menace" "Attack of the Clones" +#> [1] "The Phantom Menace" #> #> #> [[35]]$vehicles @@ -1873,19 +1873,19 @@

    Examples

    #> #> [[36]] #> [[36]]$name -#> [1] "Roos Tarpals" +#> [1] "Rugor Nass" #> #> [[36]]$height -#> [1] 224 +#> [1] 206 #> #> [[36]]$mass -#> [1] 82 +#> [1] NA #> #> [[36]]$hair_color #> [1] "none" #> #> [[36]]$skin_color -#> [1] "grey" +#> [1] "green" #> #> [[36]]$eye_color #> [1] "orange" @@ -1923,37 +1923,37 @@

    Examples

    #> #> [[37]] #> [[37]]$name -#> [1] "Rugor Nass" +#> [1] "Ric Olié" #> #> [[37]]$height -#> [1] 206 +#> [1] 183 #> #> [[37]]$mass #> [1] NA #> #> [[37]]$hair_color -#> [1] "none" +#> [1] "brown" #> #> [[37]]$skin_color -#> [1] "green" +#> [1] "fair" #> #> [[37]]$eye_color -#> [1] "orange" +#> [1] "blue" #> #> [[37]]$birth_year #> [1] NA #> #> [[37]]$sex -#> [1] "male" +#> [1] NA #> #> [[37]]$gender -#> [1] "masculine" +#> [1] NA #> #> [[37]]$homeworld #> [1] "Naboo" #> #> [[37]]$species -#> [1] "Gungan" +#> [1] NA #> #> [[37]]$films #> [[37]]$films[[1]] @@ -1967,28 +1967,28 @@

    Examples

    #> #> [[37]]$starships #> [[37]]$starships[[1]] -#> character(0) +#> [1] "Naboo Royal Starship" #> #> #> #> [[38]] #> [[38]]$name -#> [1] "Ric Olié" +#> [1] "Watto" #> #> [[38]]$height -#> [1] 183 +#> [1] 137 #> #> [[38]]$mass #> [1] NA #> #> [[38]]$hair_color -#> [1] "brown" +#> [1] "black" #> #> [[38]]$skin_color -#> [1] "fair" +#> [1] "blue, grey" #> #> [[38]]$eye_color -#> [1] "blue" +#> [1] "yellow" #> #> [[38]]$birth_year #> [1] NA @@ -2000,14 +2000,14 @@

    Examples

    #> [1] "masculine" #> #> [[38]]$homeworld -#> [1] "Naboo" +#> [1] "Toydaria" #> #> [[38]]$species -#> [1] "Human" +#> [1] "Toydarian" #> #> [[38]]$films #> [[38]]$films[[1]] -#> [1] "The Phantom Menace" +#> [1] "Attack of the Clones" "The Phantom Menace" #> #> #> [[38]]$vehicles @@ -2017,28 +2017,28 @@

    Examples

    #> #> [[38]]$starships #> [[38]]$starships[[1]] -#> [1] "Naboo Royal Starship" +#> character(0) #> #> #> #> [[39]] #> [[39]]$name -#> [1] "Watto" +#> [1] "Sebulba" #> #> [[39]]$height -#> [1] 137 +#> [1] 112 #> #> [[39]]$mass -#> [1] NA +#> [1] 40 #> #> [[39]]$hair_color -#> [1] "black" +#> [1] "none" #> #> [[39]]$skin_color -#> [1] "blue, grey" +#> [1] "grey, red" #> #> [[39]]$eye_color -#> [1] "yellow" +#> [1] "orange" #> #> [[39]]$birth_year #> [1] NA @@ -2050,14 +2050,14 @@

    Examples

    #> [1] "masculine" #> #> [[39]]$homeworld -#> [1] "Toydaria" +#> [1] "Malastare" #> #> [[39]]$species -#> [1] "Toydarian" +#> [1] "Dug" #> #> [[39]]$films #> [[39]]$films[[1]] -#> [1] "The Phantom Menace" "Attack of the Clones" +#> [1] "The Phantom Menace" #> #> #> [[39]]$vehicles @@ -2073,37 +2073,37 @@

    Examples

    #> #> [[40]] #> [[40]]$name -#> [1] "Sebulba" +#> [1] "Quarsh Panaka" #> #> [[40]]$height -#> [1] 112 +#> [1] 183 #> #> [[40]]$mass -#> [1] 40 +#> [1] NA #> #> [[40]]$hair_color -#> [1] "none" +#> [1] "black" #> #> [[40]]$skin_color -#> [1] "grey, red" +#> [1] "dark" #> #> [[40]]$eye_color -#> [1] "orange" +#> [1] "brown" #> #> [[40]]$birth_year -#> [1] NA +#> [1] 62 #> #> [[40]]$sex -#> [1] "male" +#> [1] NA #> #> [[40]]$gender -#> [1] "masculine" +#> [1] NA #> #> [[40]]$homeworld -#> [1] "Malastare" +#> [1] "Naboo" #> #> [[40]]$species -#> [1] "Dug" +#> [1] NA #> #> [[40]]$films #> [[40]]$films[[1]] @@ -2123,10 +2123,10 @@

    Examples

    #> #> [[41]] #> [[41]]$name -#> [1] "Quarsh Panaka" +#> [1] "Shmi Skywalker" #> #> [[41]]$height -#> [1] 183 +#> [1] 163 #> #> [[41]]$mass #> [1] NA @@ -2135,29 +2135,29 @@

    Examples

    #> [1] "black" #> #> [[41]]$skin_color -#> [1] "dark" +#> [1] "fair" #> #> [[41]]$eye_color #> [1] "brown" #> #> [[41]]$birth_year -#> [1] 62 +#> [1] 72 #> #> [[41]]$sex -#> [1] "male" +#> [1] "female" #> #> [[41]]$gender -#> [1] "masculine" +#> [1] "feminine" #> #> [[41]]$homeworld -#> [1] "Naboo" +#> [1] "Tatooine" #> #> [[41]]$species #> [1] "Human" #> #> [[41]]$films #> [[41]]$films[[1]] -#> [1] "The Phantom Menace" +#> [1] "Attack of the Clones" "The Phantom Menace" #> #> #> [[41]]$vehicles @@ -2173,75 +2173,75 @@

    Examples

    #> #> [[42]] #> [[42]]$name -#> [1] "Shmi Skywalker" +#> [1] "Darth Maul" #> #> [[42]]$height -#> [1] 163 +#> [1] 175 #> #> [[42]]$mass -#> [1] NA +#> [1] 80 #> #> [[42]]$hair_color -#> [1] "black" +#> [1] "none" #> #> [[42]]$skin_color -#> [1] "fair" +#> [1] "red" #> #> [[42]]$eye_color -#> [1] "brown" +#> [1] "yellow" #> #> [[42]]$birth_year -#> [1] 72 +#> [1] 54 #> #> [[42]]$sex -#> [1] "female" +#> [1] "male" #> #> [[42]]$gender -#> [1] "feminine" +#> [1] "masculine" #> #> [[42]]$homeworld -#> [1] "Tatooine" +#> [1] "Dathomir" #> #> [[42]]$species -#> [1] "Human" +#> [1] "Zabrak" #> #> [[42]]$films #> [[42]]$films[[1]] -#> [1] "The Phantom Menace" "Attack of the Clones" +#> [1] "The Phantom Menace" #> #> #> [[42]]$vehicles #> [[42]]$vehicles[[1]] -#> character(0) +#> [1] "Sith speeder" #> #> #> [[42]]$starships #> [[42]]$starships[[1]] -#> character(0) +#> [1] "Scimitar" #> #> #> #> [[43]] #> [[43]]$name -#> [1] "Darth Maul" +#> [1] "Bib Fortuna" #> #> [[43]]$height -#> [1] 175 +#> [1] 180 #> #> [[43]]$mass -#> [1] 80 +#> [1] NA #> #> [[43]]$hair_color #> [1] "none" #> #> [[43]]$skin_color -#> [1] "red" +#> [1] "pale" #> #> [[43]]$eye_color -#> [1] "yellow" +#> [1] "pink" #> #> [[43]]$birth_year -#> [1] 54 +#> [1] NA #> #> [[43]]$sex #> [1] "male" @@ -2250,54 +2250,54 @@

    Examples

    #> [1] "masculine" #> #> [[43]]$homeworld -#> [1] "Dathomir" +#> [1] "Ryloth" #> #> [[43]]$species -#> [1] "Zabrak" +#> [1] "Twi'lek" #> #> [[43]]$films #> [[43]]$films[[1]] -#> [1] "The Phantom Menace" +#> [1] "Return of the Jedi" #> #> #> [[43]]$vehicles #> [[43]]$vehicles[[1]] -#> [1] "Sith speeder" +#> character(0) #> #> #> [[43]]$starships #> [[43]]$starships[[1]] -#> [1] "Scimitar" +#> character(0) #> #> #> #> [[44]] #> [[44]]$name -#> [1] "Bib Fortuna" +#> [1] "Ayla Secura" #> #> [[44]]$height -#> [1] 180 +#> [1] 178 #> #> [[44]]$mass -#> [1] NA +#> [1] 55 #> #> [[44]]$hair_color #> [1] "none" #> #> [[44]]$skin_color -#> [1] "pale" +#> [1] "blue" #> #> [[44]]$eye_color -#> [1] "pink" +#> [1] "hazel" #> #> [[44]]$birth_year -#> [1] NA +#> [1] 48 #> #> [[44]]$sex -#> [1] "male" +#> [1] "female" #> #> [[44]]$gender -#> [1] "masculine" +#> [1] "feminine" #> #> [[44]]$homeworld #> [1] "Ryloth" @@ -2307,7 +2307,7 @@

    Examples

    #> #> [[44]]$films #> [[44]]$films[[1]] -#> [1] "Return of the Jedi" +#> [1] "Attack of the Clones" "The Phantom Menace" "Revenge of the Sith" #> #> #> [[44]]$vehicles @@ -2323,41 +2323,41 @@

    Examples

    #> #> [[45]] #> [[45]]$name -#> [1] "Ayla Secura" +#> [1] "Dud Bolt" #> #> [[45]]$height -#> [1] 178 +#> [1] 94 #> #> [[45]]$mass -#> [1] 55 +#> [1] 45 #> #> [[45]]$hair_color #> [1] "none" #> #> [[45]]$skin_color -#> [1] "blue" +#> [1] "blue, grey" #> #> [[45]]$eye_color -#> [1] "hazel" +#> [1] "yellow" #> #> [[45]]$birth_year -#> [1] 48 +#> [1] NA #> #> [[45]]$sex -#> [1] "female" +#> [1] "male" #> #> [[45]]$gender -#> [1] "feminine" +#> [1] "masculine" #> #> [[45]]$homeworld -#> [1] "Ryloth" +#> [1] "Vulpter" #> #> [[45]]$species -#> [1] "Twi'lek" +#> [1] "Vulptereen" #> #> [[45]]$films #> [[45]]$films[[1]] -#> [1] "The Phantom Menace" "Attack of the Clones" "Revenge of the Sith" +#> [1] "The Phantom Menace" #> #> #> [[45]]$vehicles @@ -2373,22 +2373,22 @@

    Examples

    #> #> [[46]] #> [[46]]$name -#> [1] "Ratts Tyerel" +#> [1] "Gasgano" #> #> [[46]]$height -#> [1] 79 +#> [1] 122 #> #> [[46]]$mass -#> [1] 15 +#> [1] NA #> #> [[46]]$hair_color #> [1] "none" #> #> [[46]]$skin_color -#> [1] "grey, blue" +#> [1] "white, blue" #> #> [[46]]$eye_color -#> [1] "unknown" +#> [1] "black" #> #> [[46]]$birth_year #> [1] NA @@ -2400,10 +2400,10 @@

    Examples

    #> [1] "masculine" #> #> [[46]]$homeworld -#> [1] "Aleen Minor" +#> [1] "Troiken" #> #> [[46]]$species -#> [1] "Aleena" +#> [1] "Xexto" #> #> [[46]]$films #> [[46]]$films[[1]] @@ -2423,22 +2423,22 @@

    Examples

    #> #> [[47]] #> [[47]]$name -#> [1] "Dud Bolt" +#> [1] "Ben Quadinaros" #> #> [[47]]$height -#> [1] 94 +#> [1] 163 #> #> [[47]]$mass -#> [1] 45 +#> [1] 65 #> #> [[47]]$hair_color #> [1] "none" #> #> [[47]]$skin_color -#> [1] "blue, grey" +#> [1] "grey, green, yellow" #> #> [[47]]$eye_color -#> [1] "yellow" +#> [1] "orange" #> #> [[47]]$birth_year #> [1] NA @@ -2450,10 +2450,10 @@

    Examples

    #> [1] "masculine" #> #> [[47]]$homeworld -#> [1] "Vulpter" +#> [1] "Tund" #> #> [[47]]$species -#> [1] "Vulptereen" +#> [1] "Toong" #> #> [[47]]$films #> [[47]]$films[[1]] @@ -2473,25 +2473,25 @@

    Examples

    #> #> [[48]] #> [[48]]$name -#> [1] "Gasgano" +#> [1] "Mace Windu" #> #> [[48]]$height -#> [1] 122 +#> [1] 188 #> #> [[48]]$mass -#> [1] NA +#> [1] 84 #> #> [[48]]$hair_color #> [1] "none" #> #> [[48]]$skin_color -#> [1] "white, blue" +#> [1] "dark" #> #> [[48]]$eye_color -#> [1] "black" +#> [1] "brown" #> #> [[48]]$birth_year -#> [1] NA +#> [1] 72 #> #> [[48]]$sex #> [1] "male" @@ -2500,14 +2500,14 @@

    Examples

    #> [1] "masculine" #> #> [[48]]$homeworld -#> [1] "Troiken" +#> [1] "Haruun Kal" #> #> [[48]]$species -#> [1] "Xexto" +#> [1] "Human" #> #> [[48]]$films #> [[48]]$films[[1]] -#> [1] "The Phantom Menace" +#> [1] "Attack of the Clones" "The Phantom Menace" "Revenge of the Sith" #> #> #> [[48]]$vehicles @@ -2523,25 +2523,25 @@

    Examples

    #> #> [[49]] #> [[49]]$name -#> [1] "Ben Quadinaros" +#> [1] "Ki-Adi-Mundi" #> #> [[49]]$height -#> [1] 163 +#> [1] 198 #> #> [[49]]$mass -#> [1] 65 +#> [1] 82 #> #> [[49]]$hair_color -#> [1] "none" +#> [1] "white" #> #> [[49]]$skin_color -#> [1] "grey, green, yellow" +#> [1] "pale" #> #> [[49]]$eye_color -#> [1] "orange" +#> [1] "yellow" #> #> [[49]]$birth_year -#> [1] NA +#> [1] 92 #> #> [[49]]$sex #> [1] "male" @@ -2550,14 +2550,14 @@

    Examples

    #> [1] "masculine" #> #> [[49]]$homeworld -#> [1] "Tund" +#> [1] "Cerea" #> #> [[49]]$species -#> [1] "Toong" +#> [1] "Cerean" #> #> [[49]]$films #> [[49]]$films[[1]] -#> [1] "The Phantom Menace" +#> [1] "Attack of the Clones" "The Phantom Menace" "Revenge of the Sith" #> #> #> [[49]]$vehicles @@ -2573,25 +2573,25 @@

    Examples

    #> #> [[50]] #> [[50]]$name -#> [1] "Mace Windu" +#> [1] "Kit Fisto" #> #> [[50]]$height -#> [1] 188 +#> [1] 196 #> #> [[50]]$mass -#> [1] 84 +#> [1] 87 #> #> [[50]]$hair_color #> [1] "none" #> #> [[50]]$skin_color -#> [1] "dark" +#> [1] "green" #> #> [[50]]$eye_color -#> [1] "brown" +#> [1] "black" #> #> [[50]]$birth_year -#> [1] 72 +#> [1] NA #> #> [[50]]$sex #> [1] "male" @@ -2600,14 +2600,14 @@

    Examples

    #> [1] "masculine" #> #> [[50]]$homeworld -#> [1] "Haruun Kal" +#> [1] "Glee Anselm" #> #> [[50]]$species -#> [1] "Human" +#> [1] "Nautolan" #> #> [[50]]$films #> [[50]]$films[[1]] -#> [1] "The Phantom Menace" "Attack of the Clones" "Revenge of the Sith" +#> [1] "Attack of the Clones" "The Phantom Menace" "Revenge of the Sith" #> #> #> [[50]]$vehicles @@ -2623,25 +2623,25 @@

    Examples

    #> #> [[51]] #> [[51]]$name -#> [1] "Ki-Adi-Mundi" +#> [1] "Eeth Koth" #> #> [[51]]$height -#> [1] 198 +#> [1] 171 #> #> [[51]]$mass -#> [1] 82 +#> [1] NA #> #> [[51]]$hair_color -#> [1] "white" +#> [1] "black" #> #> [[51]]$skin_color -#> [1] "pale" +#> [1] "brown" #> #> [[51]]$eye_color -#> [1] "yellow" +#> [1] "brown" #> #> [[51]]$birth_year -#> [1] 92 +#> [1] NA #> #> [[51]]$sex #> [1] "male" @@ -2650,14 +2650,14 @@

    Examples

    #> [1] "masculine" #> #> [[51]]$homeworld -#> [1] "Cerea" +#> [1] "Iridonia" #> #> [[51]]$species -#> [1] "Cerean" +#> [1] "Zabrak" #> #> [[51]]$films #> [[51]]$films[[1]] -#> [1] "The Phantom Menace" "Attack of the Clones" "Revenge of the Sith" +#> [1] "The Phantom Menace" "Revenge of the Sith" #> #> #> [[51]]$vehicles @@ -2673,41 +2673,41 @@

    Examples

    #> #> [[52]] #> [[52]]$name -#> [1] "Kit Fisto" +#> [1] "Adi Gallia" #> #> [[52]]$height -#> [1] 196 +#> [1] 184 #> #> [[52]]$mass -#> [1] 87 +#> [1] 50 #> #> [[52]]$hair_color #> [1] "none" #> #> [[52]]$skin_color -#> [1] "green" +#> [1] "dark" #> #> [[52]]$eye_color -#> [1] "black" +#> [1] "blue" #> #> [[52]]$birth_year #> [1] NA #> #> [[52]]$sex -#> [1] "male" +#> [1] "female" #> #> [[52]]$gender -#> [1] "masculine" +#> [1] "feminine" #> #> [[52]]$homeworld -#> [1] "Glee Anselm" +#> [1] "Coruscant" #> #> [[52]]$species -#> [1] "Nautolan" +#> [1] "Tholothian" #> #> [[52]]$films #> [[52]]$films[[1]] -#> [1] "The Phantom Menace" "Attack of the Clones" "Revenge of the Sith" +#> [1] "The Phantom Menace" "Revenge of the Sith" #> #> #> [[52]]$vehicles @@ -2723,22 +2723,22 @@

    Examples

    #> #> [[53]] #> [[53]]$name -#> [1] "Eeth Koth" +#> [1] "Saesee Tiin" #> #> [[53]]$height -#> [1] 171 +#> [1] 188 #> #> [[53]]$mass #> [1] NA #> #> [[53]]$hair_color -#> [1] "black" +#> [1] "none" #> #> [[53]]$skin_color -#> [1] "brown" +#> [1] "pale" #> #> [[53]]$eye_color -#> [1] "brown" +#> [1] "orange" #> #> [[53]]$birth_year #> [1] NA @@ -2750,10 +2750,10 @@

    Examples

    #> [1] "masculine" #> #> [[53]]$homeworld -#> [1] "Iridonia" +#> [1] "Iktotch" #> #> [[53]]$species -#> [1] "Zabrak" +#> [1] "Iktotchi" #> #> [[53]]$films #> [[53]]$films[[1]] @@ -2773,41 +2773,41 @@

    Examples

    #> #> [[54]] #> [[54]]$name -#> [1] "Adi Gallia" +#> [1] "Yarael Poof" #> #> [[54]]$height -#> [1] 184 +#> [1] 264 #> #> [[54]]$mass -#> [1] 50 +#> [1] NA #> #> [[54]]$hair_color #> [1] "none" #> #> [[54]]$skin_color -#> [1] "dark" +#> [1] "white" #> #> [[54]]$eye_color -#> [1] "blue" +#> [1] "yellow" #> #> [[54]]$birth_year #> [1] NA #> #> [[54]]$sex -#> [1] "female" +#> [1] "male" #> #> [[54]]$gender -#> [1] "feminine" +#> [1] "masculine" #> #> [[54]]$homeworld -#> [1] "Coruscant" +#> [1] "Quermia" #> #> [[54]]$species -#> [1] "Tholothian" +#> [1] "Quermian" #> #> [[54]]$films #> [[54]]$films[[1]] -#> [1] "The Phantom Menace" "Revenge of the Sith" +#> [1] "The Phantom Menace" #> #> #> [[54]]$vehicles @@ -2823,25 +2823,25 @@

    Examples

    #> #> [[55]] #> [[55]]$name -#> [1] "Saesee Tiin" +#> [1] "Plo Koon" #> #> [[55]]$height #> [1] 188 #> #> [[55]]$mass -#> [1] NA +#> [1] 80 #> #> [[55]]$hair_color #> [1] "none" #> #> [[55]]$skin_color -#> [1] "pale" +#> [1] "orange" #> #> [[55]]$eye_color -#> [1] "orange" +#> [1] "black" #> #> [[55]]$birth_year -#> [1] NA +#> [1] 22 #> #> [[55]]$sex #> [1] "male" @@ -2850,14 +2850,14 @@

    Examples

    #> [1] "masculine" #> #> [[55]]$homeworld -#> [1] "Iktotch" +#> [1] "Dorin" #> #> [[55]]$species -#> [1] "Iktotchi" +#> [1] "Kel Dor" #> #> [[55]]$films #> [[55]]$films[[1]] -#> [1] "The Phantom Menace" "Revenge of the Sith" +#> [1] "Attack of the Clones" "The Phantom Menace" "Revenge of the Sith" #> #> #> [[55]]$vehicles @@ -2867,16 +2867,16 @@

    Examples

    #> #> [[55]]$starships #> [[55]]$starships[[1]] -#> character(0) +#> [1] "Jedi starfighter" #> #> #> #> [[56]] #> [[56]]$name -#> [1] "Yarael Poof" +#> [1] "Mas Amedda" #> #> [[56]]$height -#> [1] 264 +#> [1] 196 #> #> [[56]]$mass #> [1] NA @@ -2885,10 +2885,10 @@

    Examples

    #> [1] "none" #> #> [[56]]$skin_color -#> [1] "white" +#> [1] "blue" #> #> [[56]]$eye_color -#> [1] "yellow" +#> [1] "blue" #> #> [[56]]$birth_year #> [1] NA @@ -2900,14 +2900,14 @@

    Examples

    #> [1] "masculine" #> #> [[56]]$homeworld -#> [1] "Quermia" +#> [1] "Champala" #> #> [[56]]$species -#> [1] "Quermian" +#> [1] "Chagrian" #> #> [[56]]$films #> [[56]]$films[[1]] -#> [1] "The Phantom Menace" +#> [1] "Attack of the Clones" "The Phantom Menace" #> #> #> [[56]]$vehicles @@ -2923,25 +2923,25 @@

    Examples

    #> #> [[57]] #> [[57]]$name -#> [1] "Plo Koon" +#> [1] "Gregar Typho" #> #> [[57]]$height -#> [1] 188 +#> [1] 185 #> #> [[57]]$mass -#> [1] 80 +#> [1] 85 #> #> [[57]]$hair_color -#> [1] "none" +#> [1] "black" #> #> [[57]]$skin_color -#> [1] "orange" +#> [1] "dark" #> #> [[57]]$eye_color -#> [1] "black" +#> [1] "brown" #> #> [[57]]$birth_year -#> [1] 22 +#> [1] NA #> #> [[57]]$sex #> [1] "male" @@ -2950,14 +2950,14 @@

    Examples

    #> [1] "masculine" #> #> [[57]]$homeworld -#> [1] "Dorin" +#> [1] "Naboo" #> #> [[57]]$species -#> [1] "Kel Dor" +#> [1] "Human" #> #> [[57]]$films #> [[57]]$films[[1]] -#> [1] "The Phantom Menace" "Attack of the Clones" "Revenge of the Sith" +#> [1] "Attack of the Clones" #> #> #> [[57]]$vehicles @@ -2967,47 +2967,47 @@

    Examples

    #> #> [[57]]$starships #> [[57]]$starships[[1]] -#> [1] "Jedi starfighter" +#> [1] "Naboo fighter" #> #> #> #> [[58]] #> [[58]]$name -#> [1] "Mas Amedda" +#> [1] "Cordé" #> #> [[58]]$height -#> [1] 196 +#> [1] 157 #> #> [[58]]$mass #> [1] NA #> #> [[58]]$hair_color -#> [1] "none" +#> [1] "brown" #> #> [[58]]$skin_color -#> [1] "blue" +#> [1] "light" #> #> [[58]]$eye_color -#> [1] "blue" +#> [1] "brown" #> #> [[58]]$birth_year #> [1] NA #> #> [[58]]$sex -#> [1] "male" +#> [1] "female" #> #> [[58]]$gender -#> [1] "masculine" +#> [1] "feminine" #> #> [[58]]$homeworld -#> [1] "Champala" +#> [1] "Naboo" #> #> [[58]]$species -#> [1] "Chagrian" +#> [1] "Human" #> #> [[58]]$films #> [[58]]$films[[1]] -#> [1] "The Phantom Menace" "Attack of the Clones" +#> [1] "Attack of the Clones" #> #> #> [[58]]$vehicles @@ -3023,37 +3023,37 @@

    Examples

    #> #> [[59]] #> [[59]]$name -#> [1] "Gregar Typho" +#> [1] "Cliegg Lars" #> #> [[59]]$height -#> [1] 185 +#> [1] 183 #> #> [[59]]$mass -#> [1] 85 +#> [1] NA #> #> [[59]]$hair_color -#> [1] "black" +#> [1] "brown" #> #> [[59]]$skin_color -#> [1] "dark" +#> [1] "fair" #> #> [[59]]$eye_color -#> [1] "brown" +#> [1] "blue" #> #> [[59]]$birth_year -#> [1] NA +#> [1] 82 #> #> [[59]]$sex -#> [1] NA +#> [1] "male" #> #> [[59]]$gender -#> [1] NA +#> [1] "masculine" #> #> [[59]]$homeworld -#> [1] "Naboo" +#> [1] "Tatooine" #> #> [[59]]$species -#> [1] NA +#> [1] "Human" #> #> [[59]]$films #> [[59]]$films[[1]] @@ -3067,47 +3067,47 @@

    Examples

    #> #> [[59]]$starships #> [[59]]$starships[[1]] -#> [1] "Naboo fighter" +#> character(0) #> #> #> #> [[60]] #> [[60]]$name -#> [1] "Cordé" +#> [1] "Poggle the Lesser" #> #> [[60]]$height -#> [1] 157 +#> [1] 183 #> #> [[60]]$mass -#> [1] NA +#> [1] 80 #> #> [[60]]$hair_color -#> [1] "brown" +#> [1] "none" #> #> [[60]]$skin_color -#> [1] "light" +#> [1] "green" #> #> [[60]]$eye_color -#> [1] "brown" +#> [1] "yellow" #> #> [[60]]$birth_year #> [1] NA #> #> [[60]]$sex -#> [1] NA +#> [1] "male" #> #> [[60]]$gender -#> [1] NA +#> [1] "masculine" #> #> [[60]]$homeworld -#> [1] "Naboo" +#> [1] "Geonosis" #> #> [[60]]$species -#> [1] NA +#> [1] "Geonosian" #> #> [[60]]$films #> [[60]]$films[[1]] -#> [1] "Attack of the Clones" +#> [1] "Attack of the Clones" "Revenge of the Sith" #> #> #> [[60]]$vehicles @@ -3123,41 +3123,41 @@

    Examples

    #> #> [[61]] #> [[61]]$name -#> [1] "Cliegg Lars" +#> [1] "Luminara Unduli" #> #> [[61]]$height -#> [1] 183 +#> [1] 170 #> #> [[61]]$mass -#> [1] NA +#> [1] 56.2 #> #> [[61]]$hair_color -#> [1] "brown" +#> [1] "black" #> #> [[61]]$skin_color -#> [1] "fair" +#> [1] "yellow" #> #> [[61]]$eye_color #> [1] "blue" #> #> [[61]]$birth_year -#> [1] 82 +#> [1] 58 #> #> [[61]]$sex -#> [1] "male" +#> [1] "female" #> #> [[61]]$gender -#> [1] "masculine" +#> [1] "feminine" #> #> [[61]]$homeworld -#> [1] "Tatooine" +#> [1] "Mirial" #> #> [[61]]$species -#> [1] "Human" +#> [1] "Mirialan" #> #> [[61]]$films #> [[61]]$films[[1]] -#> [1] "Attack of the Clones" +#> [1] "Attack of the Clones" "Revenge of the Sith" #> #> #> [[61]]$vehicles @@ -3173,41 +3173,41 @@

    Examples

    #> #> [[62]] #> [[62]]$name -#> [1] "Poggle the Lesser" +#> [1] "Barriss Offee" #> #> [[62]]$height -#> [1] 183 +#> [1] 166 #> #> [[62]]$mass -#> [1] 80 +#> [1] 50 #> #> [[62]]$hair_color -#> [1] "none" +#> [1] "black" #> #> [[62]]$skin_color -#> [1] "green" +#> [1] "yellow" #> #> [[62]]$eye_color -#> [1] "yellow" +#> [1] "blue" #> #> [[62]]$birth_year -#> [1] NA +#> [1] 40 #> #> [[62]]$sex -#> [1] "male" +#> [1] "female" #> #> [[62]]$gender -#> [1] "masculine" +#> [1] "feminine" #> #> [[62]]$homeworld -#> [1] "Geonosis" +#> [1] "Mirial" #> #> [[62]]$species -#> [1] "Geonosian" +#> [1] "Mirialan" #> #> [[62]]$films #> [[62]]$films[[1]] -#> [1] "Attack of the Clones" "Revenge of the Sith" +#> [1] "Attack of the Clones" #> #> #> [[62]]$vehicles @@ -3223,25 +3223,25 @@

    Examples

    #> #> [[63]] #> [[63]]$name -#> [1] "Luminara Unduli" +#> [1] "Dormé" #> #> [[63]]$height -#> [1] 170 +#> [1] 165 #> #> [[63]]$mass -#> [1] 56.2 +#> [1] NA #> #> [[63]]$hair_color -#> [1] "black" +#> [1] "brown" #> #> [[63]]$skin_color -#> [1] "yellow" +#> [1] "light" #> #> [[63]]$eye_color -#> [1] "blue" +#> [1] "brown" #> #> [[63]]$birth_year -#> [1] 58 +#> [1] NA #> #> [[63]]$sex #> [1] "female" @@ -3250,14 +3250,14 @@

    Examples

    #> [1] "feminine" #> #> [[63]]$homeworld -#> [1] "Mirial" +#> [1] "Naboo" #> #> [[63]]$species -#> [1] "Mirialan" +#> [1] "Human" #> #> [[63]]$films #> [[63]]$films[[1]] -#> [1] "Attack of the Clones" "Revenge of the Sith" +#> [1] "Attack of the Clones" #> #> #> [[63]]$vehicles @@ -3273,46 +3273,46 @@

    Examples

    #> #> [[64]] #> [[64]]$name -#> [1] "Barriss Offee" +#> [1] "Dooku" #> #> [[64]]$height -#> [1] 166 +#> [1] 193 #> #> [[64]]$mass -#> [1] 50 +#> [1] 80 #> #> [[64]]$hair_color -#> [1] "black" +#> [1] "white" #> #> [[64]]$skin_color -#> [1] "yellow" +#> [1] "fair" #> #> [[64]]$eye_color -#> [1] "blue" +#> [1] "brown" #> #> [[64]]$birth_year -#> [1] 40 +#> [1] 102 #> #> [[64]]$sex -#> [1] "female" +#> [1] "male" #> #> [[64]]$gender -#> [1] "feminine" +#> [1] "masculine" #> #> [[64]]$homeworld -#> [1] "Mirial" +#> [1] "Serenno" #> #> [[64]]$species -#> [1] "Mirialan" +#> [1] "Human" #> #> [[64]]$films #> [[64]]$films[[1]] -#> [1] "Attack of the Clones" +#> [1] "Attack of the Clones" "Revenge of the Sith" #> #> #> [[64]]$vehicles #> [[64]]$vehicles[[1]] -#> character(0) +#> [1] "Flitknot speeder" #> #> #> [[64]]$starships @@ -3323,41 +3323,41 @@

    Examples

    #> #> [[65]] #> [[65]]$name -#> [1] "Dormé" +#> [1] "Bail Prestor Organa" #> #> [[65]]$height -#> [1] 165 +#> [1] 191 #> #> [[65]]$mass #> [1] NA #> #> [[65]]$hair_color -#> [1] "brown" +#> [1] "black" #> #> [[65]]$skin_color -#> [1] "light" +#> [1] "tan" #> #> [[65]]$eye_color #> [1] "brown" #> #> [[65]]$birth_year -#> [1] NA +#> [1] 67 #> #> [[65]]$sex -#> [1] "female" +#> [1] "male" #> #> [[65]]$gender -#> [1] "feminine" +#> [1] "masculine" #> #> [[65]]$homeworld -#> [1] "Naboo" +#> [1] "Alderaan" #> #> [[65]]$species #> [1] "Human" #> #> [[65]]$films #> [[65]]$films[[1]] -#> [1] "Attack of the Clones" +#> [1] "Attack of the Clones" "Revenge of the Sith" #> #> #> [[65]]$vehicles @@ -3373,25 +3373,25 @@

    Examples

    #> #> [[66]] #> [[66]]$name -#> [1] "Dooku" +#> [1] "Jango Fett" #> #> [[66]]$height -#> [1] 193 +#> [1] 183 #> #> [[66]]$mass -#> [1] 80 +#> [1] 79 #> #> [[66]]$hair_color -#> [1] "white" +#> [1] "black" #> #> [[66]]$skin_color -#> [1] "fair" +#> [1] "tan" #> #> [[66]]$eye_color #> [1] "brown" #> #> [[66]]$birth_year -#> [1] 102 +#> [1] 66 #> #> [[66]]$sex #> [1] "male" @@ -3400,19 +3400,19 @@

    Examples

    #> [1] "masculine" #> #> [[66]]$homeworld -#> [1] "Serenno" +#> [1] "Concord Dawn" #> #> [[66]]$species #> [1] "Human" #> #> [[66]]$films #> [[66]]$films[[1]] -#> [1] "Attack of the Clones" "Revenge of the Sith" +#> [1] "Attack of the Clones" #> #> #> [[66]]$vehicles #> [[66]]$vehicles[[1]] -#> [1] "Flitknot speeder" +#> character(0) #> #> #> [[66]]$starships @@ -3423,46 +3423,46 @@

    Examples

    #> #> [[67]] #> [[67]]$name -#> [1] "Bail Prestor Organa" +#> [1] "Zam Wesell" #> #> [[67]]$height -#> [1] 191 +#> [1] 168 #> #> [[67]]$mass -#> [1] NA +#> [1] 55 #> #> [[67]]$hair_color -#> [1] "black" +#> [1] "blonde" #> #> [[67]]$skin_color -#> [1] "tan" +#> [1] "fair, green, yellow" #> #> [[67]]$eye_color -#> [1] "brown" +#> [1] "yellow" #> #> [[67]]$birth_year -#> [1] 67 +#> [1] NA #> #> [[67]]$sex -#> [1] "male" +#> [1] "female" #> #> [[67]]$gender -#> [1] "masculine" +#> [1] "feminine" #> #> [[67]]$homeworld -#> [1] "Alderaan" +#> [1] "Zolan" #> #> [[67]]$species -#> [1] "Human" +#> [1] "Clawdite" #> #> [[67]]$films #> [[67]]$films[[1]] -#> [1] "Attack of the Clones" "Revenge of the Sith" +#> [1] "Attack of the Clones" #> #> #> [[67]]$vehicles #> [[67]]$vehicles[[1]] -#> character(0) +#> [1] "Koro-2 Exodrive airspeeder" #> #> #> [[67]]$starships @@ -3473,25 +3473,25 @@

    Examples

    #> #> [[68]] #> [[68]]$name -#> [1] "Jango Fett" +#> [1] "Dexter Jettster" #> #> [[68]]$height -#> [1] 183 +#> [1] 198 #> #> [[68]]$mass -#> [1] 79 +#> [1] 102 #> #> [[68]]$hair_color -#> [1] "black" +#> [1] "none" #> #> [[68]]$skin_color -#> [1] "tan" +#> [1] "brown" #> #> [[68]]$eye_color -#> [1] "brown" +#> [1] "yellow" #> #> [[68]]$birth_year -#> [1] 66 +#> [1] NA #> #> [[68]]$sex #> [1] "male" @@ -3500,10 +3500,10 @@

    Examples

    #> [1] "masculine" #> #> [[68]]$homeworld -#> [1] "Concord Dawn" +#> [1] "Ojom" #> #> [[68]]$species -#> [1] "Human" +#> [1] "Besalisk" #> #> [[68]]$films #> [[68]]$films[[1]] @@ -3523,37 +3523,37 @@

    Examples

    #> #> [[69]] #> [[69]]$name -#> [1] "Zam Wesell" +#> [1] "Lama Su" #> #> [[69]]$height -#> [1] 168 +#> [1] 229 #> #> [[69]]$mass -#> [1] 55 +#> [1] 88 #> #> [[69]]$hair_color -#> [1] "blonde" +#> [1] "none" #> #> [[69]]$skin_color -#> [1] "fair, green, yellow" +#> [1] "grey" #> #> [[69]]$eye_color -#> [1] "yellow" +#> [1] "black" #> #> [[69]]$birth_year #> [1] NA #> #> [[69]]$sex -#> [1] "female" +#> [1] "male" #> #> [[69]]$gender -#> [1] "feminine" +#> [1] "masculine" #> #> [[69]]$homeworld -#> [1] "Zolan" +#> [1] "Kamino" #> #> [[69]]$species -#> [1] "Clawdite" +#> [1] "Kaminoan" #> #> [[69]]$films #> [[69]]$films[[1]] @@ -3562,7 +3562,7 @@

    Examples

    #> #> [[69]]$vehicles #> [[69]]$vehicles[[1]] -#> [1] "Koro-2 Exodrive airspeeder" +#> character(0) #> #> #> [[69]]$starships @@ -3573,37 +3573,37 @@

    Examples

    #> #> [[70]] #> [[70]]$name -#> [1] "Dexter Jettster" +#> [1] "Taun We" #> #> [[70]]$height -#> [1] 198 +#> [1] 213 #> #> [[70]]$mass -#> [1] 102 +#> [1] NA #> #> [[70]]$hair_color #> [1] "none" #> #> [[70]]$skin_color -#> [1] "brown" +#> [1] "grey" #> #> [[70]]$eye_color -#> [1] "yellow" +#> [1] "black" #> #> [[70]]$birth_year #> [1] NA #> #> [[70]]$sex -#> [1] "male" +#> [1] "female" #> #> [[70]]$gender -#> [1] "masculine" +#> [1] "feminine" #> #> [[70]]$homeworld -#> [1] "Ojom" +#> [1] "Kamino" #> #> [[70]]$species -#> [1] "Besalisk" +#> [1] "Kaminoan" #> #> [[70]]$films #> [[70]]$films[[1]] @@ -3623,37 +3623,37 @@

    Examples

    #> #> [[71]] #> [[71]]$name -#> [1] "Lama Su" +#> [1] "Jocasta Nu" #> #> [[71]]$height -#> [1] 229 +#> [1] 167 #> #> [[71]]$mass -#> [1] 88 +#> [1] NA #> #> [[71]]$hair_color -#> [1] "none" +#> [1] "white" #> #> [[71]]$skin_color -#> [1] "grey" +#> [1] "fair" #> #> [[71]]$eye_color -#> [1] "black" +#> [1] "blue" #> #> [[71]]$birth_year #> [1] NA #> #> [[71]]$sex -#> [1] "male" +#> [1] "female" #> #> [[71]]$gender -#> [1] "masculine" +#> [1] "feminine" #> #> [[71]]$homeworld -#> [1] "Kamino" +#> [1] "Coruscant" #> #> [[71]]$species -#> [1] "Kaminoan" +#> [1] "Human" #> #> [[71]]$films #> [[71]]$films[[1]] @@ -3673,41 +3673,41 @@

    Examples

    #> #> [[72]] #> [[72]]$name -#> [1] "Taun We" +#> [1] "Ratts Tyerell" #> #> [[72]]$height -#> [1] 213 +#> [1] 79 #> #> [[72]]$mass -#> [1] NA +#> [1] 15 #> #> [[72]]$hair_color #> [1] "none" #> #> [[72]]$skin_color -#> [1] "grey" +#> [1] "grey, blue" #> #> [[72]]$eye_color -#> [1] "black" +#> [1] "unknown" #> #> [[72]]$birth_year #> [1] NA #> #> [[72]]$sex -#> [1] "female" +#> [1] "male" #> #> [[72]]$gender -#> [1] "feminine" +#> [1] "masculine" #> #> [[72]]$homeworld -#> [1] "Kamino" +#> [1] "Aleen Minor" #> #> [[72]]$species -#> [1] "Kaminoan" +#> [1] "Aleena" #> #> [[72]]$films #> [[72]]$films[[1]] -#> [1] "Attack of the Clones" +#> [1] "The Phantom Menace" #> #> #> [[72]]$vehicles @@ -3723,41 +3723,41 @@

    Examples

    #> #> [[73]] #> [[73]]$name -#> [1] "Jocasta Nu" +#> [1] "R4-P17" #> #> [[73]]$height -#> [1] 167 +#> [1] 96 #> #> [[73]]$mass #> [1] NA #> #> [[73]]$hair_color -#> [1] "white" +#> [1] "none" #> #> [[73]]$skin_color -#> [1] "fair" +#> [1] "silver, red" #> #> [[73]]$eye_color -#> [1] "blue" +#> [1] "red, blue" #> #> [[73]]$birth_year #> [1] NA #> #> [[73]]$sex -#> [1] "female" +#> [1] "none" #> #> [[73]]$gender #> [1] "feminine" #> #> [[73]]$homeworld -#> [1] "Coruscant" +#> [1] NA #> #> [[73]]$species -#> [1] "Human" +#> [1] "Droid" #> #> [[73]]$films #> [[73]]$films[[1]] -#> [1] "Attack of the Clones" +#> [1] "Attack of the Clones" "Revenge of the Sith" #> #> #> [[73]]$vehicles @@ -3773,41 +3773,41 @@

    Examples

    #> #> [[74]] #> [[74]]$name -#> [1] "R4-P17" +#> [1] "Wat Tambor" #> #> [[74]]$height -#> [1] 96 +#> [1] 193 #> #> [[74]]$mass -#> [1] NA +#> [1] 48 #> #> [[74]]$hair_color #> [1] "none" #> #> [[74]]$skin_color -#> [1] "silver, red" +#> [1] "green, grey" #> #> [[74]]$eye_color -#> [1] "red, blue" +#> [1] "unknown" #> #> [[74]]$birth_year #> [1] NA #> #> [[74]]$sex -#> [1] "none" +#> [1] "male" #> #> [[74]]$gender -#> [1] "feminine" +#> [1] "masculine" #> #> [[74]]$homeworld -#> [1] NA +#> [1] "Skako" #> #> [[74]]$species -#> [1] "Droid" +#> [1] "Skakoan" #> #> [[74]]$films #> [[74]]$films[[1]] -#> [1] "Attack of the Clones" "Revenge of the Sith" +#> [1] "Attack of the Clones" #> #> #> [[74]]$vehicles @@ -3823,22 +3823,22 @@

    Examples

    #> #> [[75]] #> [[75]]$name -#> [1] "Wat Tambor" +#> [1] "San Hill" #> #> [[75]]$height -#> [1] 193 +#> [1] 191 #> #> [[75]]$mass -#> [1] 48 +#> [1] NA #> #> [[75]]$hair_color #> [1] "none" #> #> [[75]]$skin_color -#> [1] "green, grey" +#> [1] "grey" #> #> [[75]]$eye_color -#> [1] "unknown" +#> [1] "gold" #> #> [[75]]$birth_year #> [1] NA @@ -3850,10 +3850,10 @@

    Examples

    #> [1] "masculine" #> #> [[75]]$homeworld -#> [1] "Skako" +#> [1] "Muunilinst" #> #> [[75]]$species -#> [1] "Skakoan" +#> [1] "Muun" #> #> [[75]]$films #> [[75]]$films[[1]] @@ -3873,41 +3873,41 @@

    Examples

    #> #> [[76]] #> [[76]]$name -#> [1] "San Hill" +#> [1] "Shaak Ti" #> #> [[76]]$height -#> [1] 191 +#> [1] 178 #> #> [[76]]$mass -#> [1] NA +#> [1] 57 #> #> [[76]]$hair_color #> [1] "none" #> #> [[76]]$skin_color -#> [1] "grey" +#> [1] "red, blue, white" #> #> [[76]]$eye_color -#> [1] "gold" +#> [1] "black" #> #> [[76]]$birth_year #> [1] NA #> #> [[76]]$sex -#> [1] "male" +#> [1] "female" #> #> [[76]]$gender -#> [1] "masculine" +#> [1] "feminine" #> #> [[76]]$homeworld -#> [1] "Muunilinst" +#> [1] "Shili" #> #> [[76]]$species -#> [1] "Muun" +#> [1] "Togruta" #> #> [[76]]$films #> [[76]]$films[[1]] -#> [1] "Attack of the Clones" +#> [1] "Attack of the Clones" "Revenge of the Sith" #> #> #> [[76]]$vehicles @@ -3923,72 +3923,72 @@

    Examples

    #> #> [[77]] #> [[77]]$name -#> [1] "Shaak Ti" +#> [1] "Grievous" #> #> [[77]]$height -#> [1] 178 +#> [1] 216 #> #> [[77]]$mass -#> [1] 57 +#> [1] 159 #> #> [[77]]$hair_color #> [1] "none" #> #> [[77]]$skin_color -#> [1] "red, blue, white" +#> [1] "brown, white" #> #> [[77]]$eye_color -#> [1] "black" +#> [1] "green, yellow" #> #> [[77]]$birth_year #> [1] NA #> #> [[77]]$sex -#> [1] "female" +#> [1] "male" #> #> [[77]]$gender -#> [1] "feminine" +#> [1] "masculine" #> #> [[77]]$homeworld -#> [1] "Shili" +#> [1] "Kalee" #> #> [[77]]$species -#> [1] "Togruta" +#> [1] "Kaleesh" #> #> [[77]]$films #> [[77]]$films[[1]] -#> [1] "Attack of the Clones" "Revenge of the Sith" +#> [1] "Revenge of the Sith" #> #> #> [[77]]$vehicles #> [[77]]$vehicles[[1]] -#> character(0) +#> [1] "Tsmeu-6 personal wheel bike" #> #> #> [[77]]$starships #> [[77]]$starships[[1]] -#> character(0) +#> [1] "Belbullab-22 starfighter" #> #> #> #> [[78]] #> [[78]]$name -#> [1] "Grievous" +#> [1] "Tarfful" #> #> [[78]]$height -#> [1] 216 +#> [1] 234 #> #> [[78]]$mass -#> [1] 159 +#> [1] 136 #> #> [[78]]$hair_color -#> [1] "none" +#> [1] "brown" #> #> [[78]]$skin_color -#> [1] "brown, white" +#> [1] "brown" #> #> [[78]]$eye_color -#> [1] "green, yellow" +#> [1] "blue" #> #> [[78]]$birth_year #> [1] NA @@ -4000,10 +4000,10 @@

    Examples

    #> [1] "masculine" #> #> [[78]]$homeworld -#> [1] "Kalee" +#> [1] "Kashyyyk" #> #> [[78]]$species -#> [1] "Kaleesh" +#> [1] "Wookiee" #> #> [[78]]$films #> [[78]]$films[[1]] @@ -4012,33 +4012,33 @@

    Examples

    #> #> [[78]]$vehicles #> [[78]]$vehicles[[1]] -#> [1] "Tsmeu-6 personal wheel bike" +#> character(0) #> #> #> [[78]]$starships #> [[78]]$starships[[1]] -#> [1] "Belbullab-22 starfighter" +#> character(0) #> #> #> #> [[79]] #> [[79]]$name -#> [1] "Tarfful" +#> [1] "Raymus Antilles" #> #> [[79]]$height -#> [1] 234 +#> [1] 188 #> #> [[79]]$mass -#> [1] 136 +#> [1] 79 #> #> [[79]]$hair_color #> [1] "brown" #> #> [[79]]$skin_color -#> [1] "brown" +#> [1] "light" #> #> [[79]]$eye_color -#> [1] "blue" +#> [1] "brown" #> #> [[79]]$birth_year #> [1] NA @@ -4050,14 +4050,14 @@

    Examples

    #> [1] "masculine" #> #> [[79]]$homeworld -#> [1] "Kashyyyk" +#> [1] "Alderaan" #> #> [[79]]$species -#> [1] "Wookiee" +#> [1] "Human" #> #> [[79]]$films #> [[79]]$films[[1]] -#> [1] "Revenge of the Sith" +#> [1] "Revenge of the Sith" "A New Hope" #> #> #> [[79]]$vehicles @@ -4073,41 +4073,41 @@

    Examples

    #> #> [[80]] #> [[80]]$name -#> [1] "Raymus Antilles" +#> [1] "Sly Moore" #> #> [[80]]$height -#> [1] 188 +#> [1] 178 #> #> [[80]]$mass -#> [1] 79 +#> [1] 48 #> #> [[80]]$hair_color -#> [1] "brown" +#> [1] "none" #> #> [[80]]$skin_color -#> [1] "light" +#> [1] "pale" #> #> [[80]]$eye_color -#> [1] "brown" +#> [1] "white" #> #> [[80]]$birth_year #> [1] NA #> #> [[80]]$sex -#> [1] "male" +#> [1] NA #> #> [[80]]$gender -#> [1] "masculine" +#> [1] NA #> #> [[80]]$homeworld -#> [1] "Alderaan" +#> [1] "Umbara" #> #> [[80]]$species -#> [1] "Human" +#> [1] NA #> #> [[80]]$films #> [[80]]$films[[1]] -#> [1] "A New Hope" "Revenge of the Sith" +#> [1] "Attack of the Clones" "Revenge of the Sith" #> #> #> [[80]]$vehicles @@ -4123,41 +4123,41 @@

    Examples

    #> #> [[81]] #> [[81]]$name -#> [1] "Sly Moore" +#> [1] "Tion Medon" #> #> [[81]]$height -#> [1] 178 +#> [1] 206 #> #> [[81]]$mass -#> [1] 48 +#> [1] 80 #> #> [[81]]$hair_color #> [1] "none" #> #> [[81]]$skin_color -#> [1] "pale" +#> [1] "grey" #> #> [[81]]$eye_color -#> [1] "white" +#> [1] "black" #> #> [[81]]$birth_year #> [1] NA #> #> [[81]]$sex -#> [1] NA +#> [1] "male" #> #> [[81]]$gender -#> [1] NA +#> [1] "masculine" #> #> [[81]]$homeworld -#> [1] "Umbara" +#> [1] "Utapau" #> #> [[81]]$species -#> [1] NA +#> [1] "Pau'an" #> #> [[81]]$films #> [[81]]$films[[1]] -#> [1] "Attack of the Clones" "Revenge of the Sith" +#> [1] "Revenge of the Sith" #> #> #> [[81]]$vehicles @@ -4173,22 +4173,22 @@

    Examples

    #> #> [[82]] #> [[82]]$name -#> [1] "Tion Medon" +#> [1] "Finn" #> #> [[82]]$height -#> [1] 206 +#> [1] NA #> #> [[82]]$mass -#> [1] 80 +#> [1] NA #> #> [[82]]$hair_color -#> [1] "none" +#> [1] "black" #> #> [[82]]$skin_color -#> [1] "grey" +#> [1] "dark" #> #> [[82]]$eye_color -#> [1] "black" +#> [1] "dark" #> #> [[82]]$birth_year #> [1] NA @@ -4200,14 +4200,14 @@

    Examples

    #> [1] "masculine" #> #> [[82]]$homeworld -#> [1] "Utapau" +#> [1] NA #> #> [[82]]$species -#> [1] "Pau'an" +#> [1] "Human" #> #> [[82]]$films #> [[82]]$films[[1]] -#> [1] "Revenge of the Sith" +#> [1] "The Force Awakens" #> #> #> [[82]]$vehicles @@ -4223,7 +4223,7 @@

    Examples

    #> #> [[83]] #> [[83]]$name -#> [1] "Finn" +#> [1] "Rey" #> #> [[83]]$height #> [1] NA @@ -4232,22 +4232,22 @@

    Examples

    #> [1] NA #> #> [[83]]$hair_color -#> [1] "black" +#> [1] "brown" #> #> [[83]]$skin_color -#> [1] "dark" +#> [1] "light" #> #> [[83]]$eye_color -#> [1] "dark" +#> [1] "hazel" #> #> [[83]]$birth_year #> [1] NA #> #> [[83]]$sex -#> [1] "male" +#> [1] "female" #> #> [[83]]$gender -#> [1] "masculine" +#> [1] "feminine" #> #> [[83]]$homeworld #> [1] NA @@ -4273,7 +4273,7 @@

    Examples

    #> #> [[84]] #> [[84]]$name -#> [1] "Rey" +#> [1] "Poe Dameron" #> #> [[84]]$height #> [1] NA @@ -4288,16 +4288,16 @@

    Examples

    #> [1] "light" #> #> [[84]]$eye_color -#> [1] "hazel" +#> [1] "brown" #> #> [[84]]$birth_year #> [1] NA #> #> [[84]]$sex -#> [1] "female" +#> [1] "male" #> #> [[84]]$gender -#> [1] "feminine" +#> [1] "masculine" #> #> [[84]]$homeworld #> [1] NA @@ -4317,13 +4317,13 @@

    Examples

    #> #> [[84]]$starships #> [[84]]$starships[[1]] -#> character(0) +#> [1] "T-70 X-wing fighter" #> #> #> #> [[85]] #> [[85]]$name -#> [1] "Poe Dameron" +#> [1] "BB8" #> #> [[85]]$height #> [1] NA @@ -4332,19 +4332,19 @@

    Examples

    #> [1] NA #> #> [[85]]$hair_color -#> [1] "brown" +#> [1] "none" #> #> [[85]]$skin_color -#> [1] "light" +#> [1] "none" #> #> [[85]]$eye_color -#> [1] "brown" +#> [1] "black" #> #> [[85]]$birth_year #> [1] NA #> #> [[85]]$sex -#> [1] "male" +#> [1] "none" #> #> [[85]]$gender #> [1] "masculine" @@ -4353,7 +4353,7 @@

    Examples

    #> [1] NA #> #> [[85]]$species -#> [1] "Human" +#> [1] "Droid" #> #> [[85]]$films #> [[85]]$films[[1]] @@ -4367,13 +4367,13 @@

    Examples

    #> #> [[85]]$starships #> [[85]]$starships[[1]] -#> [1] "X-wing" +#> character(0) #> #> #> #> [[86]] #> [[86]]$name -#> [1] "BB8" +#> [1] "Captain Phasma" #> #> [[86]]$height #> [1] NA @@ -4382,28 +4382,28 @@

    Examples

    #> [1] NA #> #> [[86]]$hair_color -#> [1] "none" +#> [1] "unknown" #> #> [[86]]$skin_color -#> [1] "none" +#> [1] "unknown" #> #> [[86]]$eye_color -#> [1] "black" +#> [1] "unknown" #> #> [[86]]$birth_year #> [1] NA #> #> [[86]]$sex -#> [1] "none" +#> [1] NA #> #> [[86]]$gender -#> [1] "masculine" +#> [1] NA #> #> [[86]]$homeworld #> [1] NA #> #> [[86]]$species -#> [1] "Droid" +#> [1] NA #> #> [[86]]$films #> [[86]]$films[[1]] @@ -4423,25 +4423,25 @@

    Examples

    #> #> [[87]] #> [[87]]$name -#> [1] "Captain Phasma" +#> [1] "Padmé Amidala" #> #> [[87]]$height -#> [1] NA +#> [1] 165 #> #> [[87]]$mass -#> [1] NA +#> [1] 45 #> #> [[87]]$hair_color -#> [1] "none" +#> [1] "brown" #> #> [[87]]$skin_color -#> [1] "none" +#> [1] "light" #> #> [[87]]$eye_color -#> [1] "unknown" +#> [1] "brown" #> #> [[87]]$birth_year -#> [1] NA +#> [1] 46 #> #> [[87]]$sex #> [1] "female" @@ -4450,14 +4450,14 @@

    Examples

    #> [1] "feminine" #> #> [[87]]$homeworld -#> [1] NA +#> [1] "Naboo" #> #> [[87]]$species #> [1] "Human" #> #> [[87]]$films #> [[87]]$films[[1]] -#> [1] "The Force Awakens" +#> [1] "Attack of the Clones" "The Phantom Menace" "Revenge of the Sith" #> #> #> [[87]]$vehicles @@ -4467,7 +4467,7 @@

    Examples

    #> #> [[87]]$starships #> [[87]]$starships[[1]] -#> character(0) +#> [1] "H-type Nubian yacht" "Naboo star skiff" "Naboo fighter" #> #> #> diff --git a/docs/reference/util_extract_list_element.html b/docs/reference/util_extract_list_element.html index 4d072590..55e143b6 100644 --- a/docs/reference/util_extract_list_element.html +++ b/docs/reference/util_extract_list_element.html @@ -44,7 +44,7 @@
  • - + Ontology diff --git a/docs/reference/util_get_SHA.html b/docs/reference/util_get_SHA.html index b1db5dd0..25b49071 100644 --- a/docs/reference/util_get_SHA.html +++ b/docs/reference/util_get_SHA.html @@ -46,7 +46,7 @@
  • - + Ontology diff --git a/docs/reference/util_get_version.html b/docs/reference/util_get_version.html index 81ba968d..4ddb4a8f 100644 --- a/docs/reference/util_get_version.html +++ b/docs/reference/util_get_version.html @@ -44,7 +44,7 @@
  • - + Ontology diff --git a/docs/reference/util_kable_styling_html.html b/docs/reference/util_kable_styling_html.html index 68b4166b..80c40eca 100644 --- a/docs/reference/util_kable_styling_html.html +++ b/docs/reference/util_kable_styling_html.html @@ -44,7 +44,7 @@
  • - + Ontology diff --git a/docs/reference/util_list_to_bib.html b/docs/reference/util_list_to_bib.html index 8827933b..3fd9b332 100644 --- a/docs/reference/util_list_to_bib.html +++ b/docs/reference/util_list_to_bib.html @@ -44,7 +44,7 @@
  • - + Ontology diff --git a/docs/reference/util_list_to_df1.html b/docs/reference/util_list_to_df1.html index 87260367..3b762593 100644 --- a/docs/reference/util_list_to_df1.html +++ b/docs/reference/util_list_to_df1.html @@ -44,7 +44,7 @@
  • - + Ontology diff --git a/docs/reference/util_list_to_df2.html b/docs/reference/util_list_to_df2.html index 520f213f..e481d9b2 100644 --- a/docs/reference/util_list_to_df2.html +++ b/docs/reference/util_list_to_df2.html @@ -44,7 +44,7 @@
  • - + Ontology diff --git a/docs/reference/util_replace_null.html b/docs/reference/util_replace_null.html index b004fffa..268e0b88 100644 --- a/docs/reference/util_replace_null.html +++ b/docs/reference/util_replace_null.html @@ -45,7 +45,7 @@
  • - + Ontology diff --git a/docs/reference/util_separate_and_sort.html b/docs/reference/util_separate_and_sort.html index 92d94df8..084c3cf6 100644 --- a/docs/reference/util_separate_and_sort.html +++ b/docs/reference/util_separate_and_sort.html @@ -45,7 +45,7 @@
  • - + Ontology diff --git a/docs/reference/util_standardise_doi.html b/docs/reference/util_standardise_doi.html index 1b55bba5..3b51db35 100644 --- a/docs/reference/util_standardise_doi.html +++ b/docs/reference/util_standardise_doi.html @@ -44,7 +44,7 @@
  • - + Ontology diff --git a/docs/reference/write_metadata.html b/docs/reference/write_metadata.html index 19a9bc66..ac488919 100644 --- a/docs/reference/write_metadata.html +++ b/docs/reference/write_metadata.html @@ -44,7 +44,7 @@
  • - + Ontology diff --git a/docs/reference/write_metadata_dataset.html b/docs/reference/write_metadata_dataset.html index a9c24c63..695f253c 100644 --- a/docs/reference/write_metadata_dataset.html +++ b/docs/reference/write_metadata_dataset.html @@ -47,7 +47,7 @@
  • - + Ontology diff --git a/docs/reference/write_plaintext.html b/docs/reference/write_plaintext.html index 03e0f69c..c7653ce9 100644 --- a/docs/reference/write_plaintext.html +++ b/docs/reference/write_plaintext.html @@ -44,7 +44,7 @@
  • - + Ontology diff --git a/docs/reference/write_yaml.html b/docs/reference/write_yaml.html index bd7aae41..a1d0838e 100644 --- a/docs/reference/write_yaml.html +++ b/docs/reference/write_yaml.html @@ -44,7 +44,7 @@
  • - + Ontology diff --git a/docs/sitemap.xml b/docs/sitemap.xml index 069b7216..c7525b25 100644 --- a/docs/sitemap.xml +++ b/docs/sitemap.xml @@ -3,9 +3,6 @@ http://traitecoevo.github.io/traits.build/404.html - - http://traitecoevo.github.io/traits.build/LICENSE-text.html - http://traitecoevo.github.io/traits.build/authors.html @@ -13,19 +10,16 @@ http://traitecoevo.github.io/traits.build/index.html - http://traitecoevo.github.io/traits.build/news/index.html - - - http://traitecoevo.github.io/traits.build/ontology/index.html + http://traitecoevo.github.io/traits.build/LICENSE-text.html - http://traitecoevo.github.io/traits.build/ontology/release/0.1.0/traits.build.html + http://traitecoevo.github.io/traits.build/news/index.html - http://traitecoevo.github.io/traits.build/ontology/release/1.0.0/tmp.html + http://traitecoevo.github.io/traits.build/ontology/index.html - http://traitecoevo.github.io/traits.build/ontology/traits.build.html + http://traitecoevo.github.io/traits.build/ontology/release/0.1.0/index.html http://traitecoevo.github.io/traits.build/reference/bib_print.html diff --git a/ontology/build_traits.build_ontology.R b/ontology/build_traits.build_ontology.R index bcc69d42..98c25ef9 100644 --- a/ontology/build_traits.build_ontology.R +++ b/ontology/build_traits.build_ontology.R @@ -207,17 +207,20 @@ rdflib::rdf_serialize(true_triples, file.path(output_path, "traits.build.ttl"), ) rdflib::rdf_serialize(true_triples, file.path(output_path, "traits.build.json"), format="jsonld") - # Put a copy of ontology in place found by pkgdown -quarto::quarto_render("ontology/traits.build.qmd", output_format = "html") -version <- rmarkdown::yaml_front_matter("ontology/traits.build.qmd")$params$version +quarto::quarto_render("ontology/index.qmd", output_format = "html") +version <- rmarkdown::yaml_front_matter("ontology/index.qmd")$params$version -file.copy("ontology/traits.build.html", "ontology/output/ontology/traits.build.html", overwrite = TRUE) -unlink("ontology/traits.build.html") +file.copy("ontology/index.html", "ontology/output/ontology/index.html", overwrite = TRUE) +unlink("ontology/index.html") # Copy into folder for specific release -files <- c("traits.build.json", "traits.build.nq", "traits.build.nt", "traits.build.ttl", "traits.build.html") +files <- c("traits.build.json", "traits.build.nq", "traits.build.nt", "traits.build.ttl", "index.html") to_path <- file.path("ontology/output/ontology/release", version) dir.create(to_path, FALSE, TRUE) purrr::walk(files, ~ file.copy(file.path("ontology/output/ontology", .x), file.path(to_path, .x), overwrite = TRUE)) +# **IMPORTANT FINAL STEP** +# After generating the files within the ontology folder, +# a copy of the files needs to be copied across to build the website using: +# pkgdown::build_site() \ No newline at end of file diff --git a/ontology/create_term_table.R b/ontology/create_term_table.R index 6f61a627..d55c2281 100644 --- a/ontology/create_term_table.R +++ b/ontology/create_term_table.R @@ -27,8 +27,10 @@ create_term_table <- function(thisterm, triples) { output <- tibble(name = list(), description = list()) + URI <- make_link(paste0(base_url, thisterm), paste0(base_url, thisterm)) + output <- - add_row(output, "URI", thisterm) + add_row(output, "URI", URI) # label label <- trait_i %>% filter(Predicate_labels == "preferred label") diff --git a/ontology/data/traits.build_ontology.csv b/ontology/data/traits.build_ontology.csv index d1eaade0..2138eeb1 100644 --- a/ontology/data/traits.build_ontology.csv +++ b/ontology/data/traits.build_ontology.csv @@ -1,131 +1,130 @@ Class,prefLabel,altLabel,oboe-core:measurementFor,oboe-core:hasMeasurement,exactMatch,broader,computational_entity,closeMatch,relatedMatch,organizedInClass,hascontext,contextof,label,Cites,refers to,has unique identifier,is unique identifier for,has identifier,is identifier for,has annotation,is annotation of,has property,is property of,is specialisation of,is base for,has basis,oboe-core:characteristicFor,oboe-core:ofEntity,oboe-core:hasValue,dcterms:description,rdfs:comment,rdf:datatype,dcterms:created -traits.build-traits,traits table,traits,,,ets:Traitdata,,SIO:SIO_000754,,ets:MeasurementOrFact; ets:Occurrence,,,,,,,,,,,,,,,,,,,,,A table containing measurements of traits.,Includes information that must be recorded at the Measurement or Observation level.,,02/01/24 -traits.build-contexts,contexts table,contexts,,,,,SIO:SIO_000754,,,,,,,,,,,,,,,,,,,,,,,"A table containing observations of contextual characteristics associated with information in `traits`. Cross referencing between the two dataframes is possible using combinations of the variables `dataset_id`, `link_id`, and `link_vals`.",,,02/01/24 -traits.build-locations,locations table,locations,,,,,SIO:SIO_000754,,ets:Occurrence,,,,,,,,,,,,,,,,,,,,,"A table containing observations of location/site characteristics associated with information in `traits`. Cross referencing between the two dataframes is possible using combinations of the variables `dataset_id`, `location_name`.",Includes information about Location properties.,,02/01/24 -traits.build-methods,methods table,methods,,,,,SIO:SIO_000754,,ets:MeasurementOrFact,,,,,,,,,,,,,,,,,,,,,"A table containing details on methods with which data were collected, including time frame and source. Cross referencing with the `traits` table is possible using combinations of the variables `dataset_id`, `trait_name`.",,,02/01/24 -traits.build-excluded_data,excluded data table,excluded_data,,,,,SIO:SIO_000754,,,,,,,,,,,,,,,,,,,,,,,"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.",,,02/01/24 -traits.build-taxonomic_updates,taxonomic updates table,taxonomic_updates,,,,,SIO:SIO_000754,,,,,,,,,,,,,,,,,,,,,,,"A table of all taxonomic changes implemented in the construction of AusTraits. Changes are determined by comparing the originally submitted taxon name against the taxonomic names listed in the taxonomic reference files, best placed in a subfolder in the `config` folder . Cross referencing with the `traits` table is possible using combinations of the variables `dataset_id` and `taxon_name`.",,,02/01/24 -traits.build-taxa,taxa table,taxa,,,ets:Taxon,,SIO:SIO_000754,,,,,,,,,,,,,,,,,,,,,,,"A table containing details on taxa associated with information in `traits`. Whenever possible, this information is sourced from curated taxon lists that include identifiers for each taxon. The information compiled in this table is released under a CC-BY3 license. Cross referencing between the two dataframes is possible using combinations of the variable `taxon_name`.",,,02/01/24 -traits.build-contributors,contributors table,contributors,,,,,SIO:SIO_000754,,,,,,,,,,,,,,,,,,,,,,,A table of people contributing to each study.,,,02/01/24 -traits.build-sources,sources table,sources,,,,,SIO:SIO_000754,,,,,,,,,,,,,,,,,,,,,,,A list containing citation details for all database sources.,,,02/01/24 -traits.build-definitions,definitions table,definitions,,,ets:Traitdata,,SIO:SIO_000754,,,,,,,,,,,,,,,,,,,,,,,A list containing trait concept descriptions used to build the database.,,,02/01/24 -traits.build-schema,schema,schema,,,,,SIO:SIO_001330,,,,,,,,,,,,,,,,,,,,,,,A copy of the schema for all tables and terms. Information included here was used to process data and generate any documentation for the study.,,,02/01/24 -traits.build-metadata,metadata table,metadata,,,,,SIO:SIO_001330,ets:Metadata,,,,,,,,,,,,,,,,,,,,,,A list containing database metadata.,,,02/01/24 -traits.build-build_info,build info,build_info,,,,,SIO:SIO_001330,,,,,,,,,,,,,,,,,,,,,,,"A description of the computing environment used to create this version of the dataset, including version number, git commit and R session_info.",,,02/01/24 -dataset,dataset,dataset,,,oboe-core:ObservationCollection,,SIO:SIO_000750,,,,,,,,,dataset_id,,,,,,,,,,,,,,13 relational tables and lists containing all data about a dataset.,,,02/01/24 -observation,observation,observation,,,oboe-core:Observation,,SIO:SIO_000754,,,,,,,,,observation_id,,,,,,,,,,,,,,An Observation is a collection of measurements made at a single point in time. In traits.build it is the subset of rows within the traits data that are made on the same entity and share the same observation_id.,"An observation is an assertion that an entity (e.g., biological organisms, geographic locations, or environmental features, among others) was observed by an observer. An observation primarily serves to group a set of measurements together into a single "observation event". Observations are often made within a broader context. The context of an observation is given by other observations, implying that an observed entity (and specifically each corresponding measurement) contextualizes another observed entity (and its corresponding measurements). For example, an observation associated with a location may serve as context for an observation associated with an organism. In this case, the observed characteristic values of the location (such as humidity) are assumed constant for the corresponding measurements of the organism.",,02/01/24 -observations_from_dataset,observations from dataset,observations_from_dataset,,trait_measurement; measurement_of_location_property; measurement_of_treatment_context_property; measurement_of_plot_context_property; measurement_of_entity_context_property; measurement_of_temporal_context_property,,oboe-core:ObservationCollection,SIO:SIO_000754,,,,,,,,,dataset_id,,,,,,,,,,,,dataset,,Observation collection encompassing all observations that comprise a dataset.,,,02/01/24 -observations_from_source,observations from source,observations_from_source,,trait_measurement; measurement_of_location_property; measurement_of_treatment_context_property; measurement_of_plot_context_property; measurement_of_entity_context_property; measurement_of_temporal_context_property,,oboe-core:ObservationCollection,SIO:SIO_000754,,,,,,,,,source_id,,,,,,,,,,,,source_primary_citation,,Observation collection encompassing all observations for a single published or unpublished source.,,,02/01/24 -observations_of_taxon,observations of taxon,observations_of_taxon,,trait_measurement,,oboe-core:ObservationCollection,SIO:SIO_000754,,,,,,,,,taxon_name,,,,,,,,,,,,taxon,,Observation collection encompassing all observations on a single taxon within a single dataset.,An observation collection is a container for a set of observations.,,02/01/24 -observations_at_location,observations at location,observations_at_location,,measurement_of_location_property; trait_measurement,,oboe-core:ObservationCollection,SIO:SIO_000754,,,,,,,,,location_id,,,,,,,,,,,,location; population; individual,,Observation collection of location properties and organismal traits at a single location.,,,02/01/24 -observation_of_location,observation of location,observation_of_location,,measurement_of_location_property,,oboe-core:Observation,SIO:SIO_000754,,,,,,,,,location_id,,,,,,,,,,,,location,,Observation of location properties at a single location.,,,02/01/24 -observations_of_population,observations of population,observations_of_population,,trait_measurement,,oboe-core:ObservationCollection,SIO:SIO_000754,,,,,,,,,population_id,,,,,,,,,,,,population,,Observation collection encompassing all observations on a single population.,,,02/01/24 -observations_of_individual,observations of individual,observations_of_individual,,trait_measurement,,oboe-core:ObservationCollection,SIO:SIO_000754,,,,,,,,,individual_id,,,,,,,,,,,,individual,,Observation collection encompassing all observations on a single individual.,,,02/01/24 -observation_of_treatment_context,observation of a treatment context,observation_of_treatment_context,,measurement_of_treatment_context_property,,oboe-core:Observation,SIO:SIO_000754,,,,,,,,,treatment_context_id,,,,,,,,,,,treatment_context_property,treatment,,"Observation where entity is a context indicating experimental manipulations that might affect the trait values measured on an individual, population or species-level entities.","Examples include growing temperature, growing CO2 concentrations, and nutrient amendments.",,02/01/24 -observation_of_plot_context,observation of plot context,observation_of_plot_context,,measurement_of_plot_context_property,,oboe-core:Observation,SIO:SIO_000754,,,,,,,,,plot_context_id,,,,,,,,,,,plot_context_property,plot,,Observation where entity is a category of context indicating variation across plots at a single location might affect the trait values measured on individual or population-level entities.,,,02/01/24 -observation_of_entity_context,observation of entity context,observation_of_entity_context,,measurement_of_entity_context_property,,oboe-core:Observation,SIO:SIO_000754,,,,,,,,,entity_context_id,,,,,,,,,,,entity_context_property,individual; population; taxon,,"Observation where entity is a category of context indicating repeat observations have been made on an individual, population or species-level entity across time which might affect the entity's measured trait values.",,,02/01/24 -observation_of_temporal_context,observation of temporal context,observation_of_temporal_context,,measurement_of_temporal_context_property,,oboe-core:Observation,SIO:SIO_000754,,,,,,,,,temporal_context_id,,,,,,,,,,,temporal_context_property,temporal_context,,"Observation where entity is a category of context indicating repeat observations have been made on a plot, which might affect the trait values measured on individual or population-level entities.","Examples of temporal contexts are `sampling season`, `sampling time of day`, and sequential `observation numbers` without any linked categorical description.",,02/01/24 -measurement,measurement,measurement,,,oboe-core:Measurement,,SIO:SIO_001187,,,,,,,,,,,,,,,,,,,,,,,A measurement is an assertion that a characteristic of an entity had a particular value with respect to an observation event.,,,02/01/24 -trait_measurement,trait measurement,trait_measurement,observation; observations_from_dataset; observations_from_source; observations_of_taxon; observations_at_location; observations_of_population; observations_of_individual,,,oboe-core:Measurement,SIO:SIO_001187,,,,,,,,,,,,,,,,,,,,,,trait_value,A measurement made on a trait.,,,02/01/24 -measurement_of_location_property,measurement of location property,measurement_of_location_property,observation_of_location; observations_at_location,,,oboe-core:Measurement,SIO:SIO_001187,,,,,,,,,,,,,,,,,,,,,,locations_value,A measurement made on a location property.,,,02/01/24 -measurement_of_treatment_context_property,measurement of treatment context property,measurement_of_treatment_context_property,observation_of_treatment_context,,,oboe-core:Measurement,SIO:SIO_001187,,,,,,,,,treatment_context_id,,,,,,,,,,,,,contexts_value,A measurement made on a treatment context property.,,,02/01/24 -measurement_of_plot_context_property,measurement of plot context property,measurement_of_plot_context_property,observation_of_plot_context,,,oboe-core:Measurement,SIO:SIO_001187,,,,,,,,,plot_context_id,,,,,,,,,,,,,,A measurement made on a plot context property.,,,02/01/24 -measurement_of_entity_context_property,measurement of entity context property,measurement_of_entity_context_property,observation_of_entity_context,,,oboe-core:Measurement,SIO:SIO_001187,,,,,,,,,entity_context_id,,,,,,,,,,,,,,A measurement made on an entity context property.,,,02/01/24 -measurement_of_temporal_context_property,measurement of temporal context property,measurement_of_temporal_context_property,observation_of_temporal_context,,,oboe-core:Measurement,SIO:SIO_001187,,,,,,,,,temporal_context_id,,,,,,,,,,,,,,A measurement made on a temporal context property.,,,02/01/24 -entity,entity,entity,,,oboe-core:Entity,,SIO:SIO_000756,,,,,,,,,,,,,,,,,,,,,,,"An entity is an object (e.g., a tree, a community, an ecological process). Entities constitute the foci of observations, i.e., every observation is of exactly one entity.",,,02/01/24 -individual,individual,individual,,,obo:OBI_0100026,oboe-core:Entity,SIO:SIO_000756,,,,life_stage,,,,,,,,,,,,,,,,,,,An individual living organism.,,,02/01/24 -population,population,population,,,obo:PCO_0000001,oboe-core:Entity,SIO:SIO_000756,,,,life_stage,,,,,,,,,,,,,,,,,,,"A collection of organisms, all of the same species, that live in the same place.",,,02/01/24 -taxon,taxon,taxon,,,,oboe-core:Entity,SIO:SIO_000756,,,,,,,,,,,,,,,,,,,,,,,A circumscribed set of organisms.,,,02/01/24 -location,location,location,,,dcterms:location,oboe-core:Entity,SIO:SIO_000756,,,,,,,,,location_id,,,,,,,,,,,,,,A spatial region or named place.,,,02/01/24 -context,context,context,,,,oboe-core:Entity,SIO:SIO_000756,,,,,,,,,,,,,,,,,,,,,,,"The situation within which a trait measurement is made, which can help explain the measured trait value.",,,02/01/24 -plot,plot context,plot,,,,oboe-core:Entity; traits.build-contexts,SIO:SIO_000756,,,,,,,,,,,,,,,,,,,,,,,"A subdivision of a location, designated because some properties differ across plots within a location, which might cause differences in measured trait values between plots.",,,02/01/24 -treatment,treatment context,treatment,,,,oboe-core:Entity; traits.build-contexts,SIO:SIO_000756,,,,,,,,,,,,,,,,,,,,,,,"An experimental manipulation that subjects different individuals or populations to different conditions, which can lead to differences in measured trait values across treatments.",,,02/01/24 -temporal_context,temporal context,temporal_context,,,,oboe-core:Entity; traits.build-contexts,SIO:SIO_000756,,,,,,,,,,,,,,,,,,,,,,,A situation or process that varies across time and might cause the measured trait values of individuals or populations to change across time.,,,02/01/24 -method_context,method context,method_context,,,,oboe-core:Entity; traits.build-contexts,SIO:SIO_000756,,,,,,,,,,,,,,,,,,,,,,,A compment of a trait measurement protocol that is changed between individual trait measurements and might cause the measured trait values of individuals or populations to change.,,,02/01/24 -dataset_id,dataset id,dataset_id,,,,oboe-core:Identifier,SIO:SIO_000757,,,traits.build-traits; traits.build-locations; traits.build-contexts; traits.build-methods; traits.build-taxonomic_updates; traits.build-contributors; traits.build-sources,,,,,,,observations_from_dataset,,,,,,,,,,,,,"Primary identifier for each study contributed to AusTraits, most often these are scientific papers, books, or online resources. By default this should be the name of the first author and year of publication, e.g. `Falster_2005`.",,,02/01/24 -taxon_name,taxon name,taxon_name,,,,rdfs:label; skos:prefLabel,SIO:SIO_000757,dwc:acceptedNameUsage,,traits.build-traits; traits.build-taxa; traits.build-taxonomic_updates,,,,,,taxon_id,observations_of_taxon,,,,,taxonomic_dataset; taxon_rank; taxonomic_status,,,,aligned_name; original_name,,,,"Scientific name of the taxon on which traits were sampled, without authorship. When possible, this is the currently accepted (botanical) or valid (zoological) scientific name, but might also be a higher taxonomic level.",,http://www.w3.org/2001/XMLSchema#string,02/01/24 -observation_id ,observation id,observation_id ,,,,oboe-core:Identifier,SIO:SIO_000757,,,traits.build-traits,,,,,,,observation,,,,,,,,,,,,,"A unique integral identifier for the observation, where an observation is all measurements made on an individual at a single point in time. It is important for joining traits coming from the same `observation_id`. Within each dataset, observation_id's are unique combinations of `taxon_name`, `population_id`, `individual_id`, and `temporal_context_id`.",,,02/01/24 -trait_name,trait name,trait_name,,,skos:altLabel; rdfs:label,,SIO:SIO_000757,,,traits.build-traits; traits.build-methods; traits.build-definitions,,,,,,,,,,,,,,,,,,,,Name of the trait sampled. Allowable values specified in the table `definitions`.,,,02/01/24 -trait_value,value,value,,,ets:traitValue,oboe-core:MeasuredValue; dwc:measurementValue,SIO:SIO_000757,,,traits.build-traits,,,,,,,,,,,,,,,,,,,,The measured value of a trait.,,,02/01/24 -unit,unit,unit,,,oboe-core:Unit; ets:traitUnit,,SIO:SIO_000757,,,traits.build-traits,,,,,,,,,,,,,,,,,,,,Units of the sampled trait value after aligning with AusTraits standards.,,,02/01/24 -entity_type,entity type,entity_type,,,,,SIO:SIO_000757,,,traits.build-traits,,oboe-core:Entity,,,,,,,,,,,,,,,,,,A categorical variable specifying the entity corresponding to the trait values recorded.,,http://www.w3.org/2001/XMLSchema#string,02/01/24 -value_type,value type,value_type,,,oboe-core:BaseCharacteristicQualifier,,SIO:SIO_000757,,,traits.build-traits,,traits.build-trait_value,,,,,,,,,,,,,,,,,,A categorical variable describing the statistical nature of the trait value recorded.,,http://www.w3.org/2001/XMLSchema#string,02/01/24 -basis_of_value,basis of value,basis_of_value,,,oboe-core:MeasurementType,,SIO:SIO_000757,,,traits.build-traits,,traits.build-trait_value,,,,,,,,,,,,,,,,,,A categorical variable describing how the trait value was obtained.,,http://www.w3.org/2001/XMLSchema#string,02/01/24 -replicates,replicates,replicates,,,ets:individualCount,,SIO:SIO_000757,,,traits.build-traits,,traits.build-trait_value,,,,,,,,,,,,,,,,,,"Number of replicate measurements that comprise a recorded trait measurement. A numeric value (or range) is ideal and appropriate if the value type is a `mean`, `median`, `min` or  `max`. For these value types, if replication is unknown the entry should be `unknown`. If the value type is `raw_value` the replicate value should be 1. If the trait is categorical or the value indicates a measurement for an entire species (or other taxon) replicate value should be `.na`.",,http://www.w3.org/2001/XMLSchema#int, -basis_of_record,basis of record,basis_of_record,,,,,SIO:SIO_000757,dwc:basisOfRecord,,traits.build-traits,,oboe-core:Observation,,,,,,,,,,,,,,,,,,A categorical variable specifying from which kind of specimen traits were recorded.,,http://www.w3.org/2001/XMLSchema#string,02/01/24 -life_stage,life stage,life_stage,,,dwc:lifeStage,oboe-core:MeasuredValue; dwc:measurementValue,SIO:SIO_000757,,,traits.build-traits,,oboe-core:Entity,,,,,,,,,,,,,,,observation_of_entity_context,,,"A field to indicate the life stage or age class of the entity measured. Standard values are `adult`, `sapling`, `seedling` and `juvenile`.",,http://www.w3.org/2001/XMLSchema#string,02/01/24 -population_id,population id,population_id,,,,oboe-core:Identifier,SIO:SIO_000757,,,traits.build-traits,,,,,,,observations_of_population,,,,,,,,,,,,,"A unique integer identifier for a population, where a population is defined as individuals growing in the same location (location_id /location_name) and plot (plot_context_id, a context category) and being subjected to the same treatment (treatment_context_id, a context category).",,http://www.w3.org/2001/XMLSchema#int, -individual_id,individual id,individual_id,,,,oboe-core:Identifier,SIO:SIO_000757,,,traits.build-traits,,,,,,,observations_of_individual,,,,,,,,,,,,,"A unique integer identifier for an individual, with individuals numbered sequentially within each dataset by taxon by population grouping. Most often each row of data represents an individual, but in some datasets trait data collected on a single individual is presented across multiple rows of data, such as if the same trait is measured using different methods or the same individual is measured repeatedly across time.",,http://www.w3.org/2001/XMLSchema#int, -repeat_measurements_id,repeat measurements id,repeat_measurements_id,,,,oboe-core:Identifier,SIO:SIO_000757,,,traits.build-traits,,,,,,,observations_of_individual; collection_date,,,,,,,,,,,,,"A unique integer identifier for repeat measurements of a trait that comprise a single observation, such as a response curve.",,http://www.w3.org/2001/XMLSchema#int, -source_id,source id,source_id,,,,oboe-core:Identifier,SIO:SIO_000757,,,traits.build-traits; traits.build-sources,,,,,,,observations_from_source,,,,,,,,,,,,,"For datasets that are compilations, an identifier for the original data source.",,http://www.w3.org/2001/XMLSchema#string,02/01/24 -location_id,location id,location_id,,,,oboe-core:Identifier,SIO:SIO_000757,,,traits.build-traits; traits.build-locations,,,,,,,observations_at_location,,,,,,,,,,,,,"A unique integer identifier for a location, with locations numbered sequentially within a dataset. The identifier links to specific information in the location table.",,http://www.w3.org/2001/XMLSchema#int, -treatment_context_id,treatment context id,treatment_context_id,,,,oboe-core:Identifier,SIO:SIO_000757,,,traits.build-traits,,traits.build-location_name,,,,,measurement_of_treatment_context_property,,,,,,,,,,,,,"A unique integer identifier for a treatment, where a treatment is any experimental manipulation to an organism's growing/living conditions. The identifier links to specific information in the context table.",,http://www.w3.org/2001/XMLSchema#int, -plot_context_id,plot context id,plot_context_id,,,,oboe-core:Identifier,SIO:SIO_000757,,,traits.build-traits,,traits.build-location_name,,,,,measurement_of_plot_context_property,,,,,,,,,,,,,"A unique integer identifier for a plot, where a plot is a distinct collection of organisms within a single geographic location, such as plants growing on different aspects or blocks in an experiment. The identifier links to specific information in the context table.",,http://www.w3.org/2001/XMLSchema#int, -entity_context_id,entity context id,entity_context_id,,,,oboe-core:Identifier,SIO:SIO_000757,,,traits.build-traits,,traits.build-traits-entity_type,,,,,measurement_of_entity_context_property,,,,,,,,,,,,,"A unique integer identifier indicating specific contextual properties of an individual, possibly including the individual's sex or caste (for social insects).",,http://www.w3.org/2001/XMLSchema#int, -temporal_context_id,temporal context id,temporal_context_id,,,,oboe-core:Identifier,SIO:SIO_000757,,,traits.build-traits,,,,,,,measurement_of_temporal_context_property,,,,,,,,,,,,,"A unique integer identifier assigned where repeat observations are made on the same individual (or population, or taxon) across time. The identifier links to specific information in the context table.",,http://www.w3.org/2001/XMLSchema#int, -method_context_id,method context id,method_context_id,,,,oboe-core:Identifier,SIO:SIO_000757,,,traits.build-traits,,traits.build-methods,,,,,,,,,,,,,,,,,,"A unique integer identifier indicating a trait is measured multiple times on the same entity, with different methods used for each entry. This field is only used if a single trait is measured using multiple methods within the same dataset. The identifier links to specific information in the context table.",,http://www.w3.org/2001/XMLSchema#int, -collection_date,collection date,collection_date,,,ets:eventDate,oboe-core:MeasuredValue; dwc:measurementValue,SIO:SIO_000757,,,traits.build-traits,,,,,,,,,,,,,,,,,observation,,,"Date sample was taken, in the format `yyyy-mm-dd`, `yyyy-mm` or `yyyy`, depending on the resoluton specified. Alternatively an overall range for the study can be indicating, with the starting and ending sample date sepatated by a `/`, as in 2010-10/2011-03",,http://www.w3.org/2001/XMLSchema#date,02/01/24 -measurement_remarks,measurement remarks,measurement_remarks,,,,rdfs:comment,SIO:SIO_000757,,,traits.build-traits,,,,,,,,,,,,,,,,,,,,Brief comments or notes accompanying the trait measurement.,,http://www.w3.org/2001/XMLSchema#string,02/01/24 -method_id,method id,method_id,,,,oboe-core:Identifier,SIO:SIO_000757,,,traits.build-traits; traits.build-methods,,,,,,,methods_methods,,,,,,,methods_methods,,,,,,A unique integer identifier to distinguish between multiple sets of methods used to measure a single trait within the same dataset. The identifier links to specific information in the methods table.,,http://www.w3.org/2001/XMLSchema#int, -original_name ,original taxon name,original_name ,,,,rdfs:label; skos:prefLabel,SIO:SIO_000757,,,traits.build-traits; traits.build-taxonomic_updates,,,,,,,,,,,,,,,,,,,,Name given to taxon in the original data supplied by the authors.,,http://www.w3.org/2001/XMLSchema#string,02/01/24 -location_name,location name,location_name,,,,rdfs:label; skos:prefLabel,SIO:SIO_000757,,,traits.build-locations,,,,,,,,,,,,,,,,,,,,The location name used by the data contributor or a generic location name designated by AusTraits when one is not provided.,,http://www.w3.org/2001/XMLSchema#string,02/01/24 -location_property,location property,location_property,,,,oboe-core:Characteristic,SIO:SIO_000757,,,traits.build-locations,,,,,,,,,,,,,,,,,location,,locations_value,"The location characteristic being recorded. The name should include units of measurement, e.g. `MAT (C)`. Ideally we have at least the following variables for each location, `longitude (deg)`, `latitude (deg)`, `description`.",,http://www.w3.org/2001/XMLSchema#string,02/01/24 -locations_value,location property value,value,,,,oboe-core:MeasuredValue; dwc:measurementValue,SIO:SIO_000757,,,traits.build-locations,,,,,,,,,,,,,,,,,,,,The measured value of a location property.,,http://www.w3.org/2001/XMLSchema#string,02/01/24 -latitude,latitude (deg),latitude,,,dwc:decimalLatitude,oboe-core:MeasuredValue; dwc:measurementValue,SIO:SIO_000757,,,traits.build-locations,,location,,,,,,,,,,,,location_property,,,location,,,"The geographic latitude (in decimal degrees, using the spatial reference system given in geodeticDatum) of the geographic center of a Location. Positive values are north of the Equator, negative values are south of it. Legal values lie between -90 and 90, inclusive.",,http://www.w3.org/2001/XMLSchema#decimal,02/01/24 -longitude,longitude (deg),longitude,,,dwc:decimalLongitude,oboe-core:MeasuredValue; dwc:measurementValue,SIO:SIO_000757,,,traits.build-locations,,location,,,,,,,,,,,,location_property,,,location,,,"The geographic longitude (in decimal degrees, using the spatial reference system given in dwc:geodeticDatum) of the geographic center of a dcterms:Location. Positive values are east of the Greenwich Meridian, negative values are west of it. Legal values lie between -180 and 180, inclusive.",,http://www.w3.org/2001/XMLSchema#decimal,02/01/24 -elevation,elevation (m),elevation,,,dwc:verbatimElevation,oboe-core:MeasuredValue; dwc:measurementValue,SIO:SIO_000757,,,traits.build-locations,,location,,,,,,,,,,,,location_property,,,location,,,The elevation above mean sea level in meters.,,http://www.w3.org/2001/XMLSchema#decimal,02/01/24 -context_property,context property,context_property,,,contexts_value,oboe-core:Characteristic,SIO:SIO_000757,,,traits.build-contexts,,,,,,,,,,contexts_category,,,,,,,context,,,"The contextual characteristic being recorded. If applicable, name should include units of measurement, e.g. `CO2 concentration (ppm)`.",,http://www.w3.org/2001/XMLSchema#string,02/01/24 -treatment_context_property,treatment context property,treatment_context_property,,,contexts_value,oboe-core:Characteristic,SIO:SIO_000757,,,traits.build-contexts,,population,,,,treatment_context_id,,,,,,,,context_property,,,,,,A context characteristic indicating stratified treatments that might affect the trait values measured on an individual or population-level entity.,,http://www.w3.org/2001/XMLSchema#string,02/01/24 -plot_context_property,plot context property,plot_context_property,,,contexts_value,oboe-core:Characteristic,SIO:SIO_000757,,,traits.build-contexts,,population,,,,plot_context_id,,,,,,,,context_property,,,,,,A context characteristic indicating stratified variation within a location that might affect the trait values measured on an individual or population-level entity.,,http://www.w3.org/2001/XMLSchema#string,02/01/24 -entity_context_property,entity context property,entity_context_property,,,contexts_value,oboe-core:Characteristic,SIO:SIO_000757,,,traits.build-contexts,,entity,,,,entity_context_id,,,,,,,,context_property,,,,,,A context characteristic indicating stratified variation across individuals or populations might affect the trait values measured.,,http://www.w3.org/2001/XMLSchema#string,02/01/24 -temporal_context_property,temporal context property,temporal_context_property,,,contexts_value,oboe-core:Characteristic,SIO:SIO_000757,,,traits.build-contexts,,observation,,,,temporal_context_id,,,,,,,,context_property,,,,,,A context characteristic indicating stratified variation across time might affect the trait values measured.,,http://www.w3.org/2001/XMLSchema#string,02/01/24 -method_context_property,method context property,method_context_property,,,contexts_value,oboe-core:Characteristic,SIO:SIO_000757,,,traits.build-contexts,,methods_methods,,,,method_context_id,,,,,,,,context_property,,,,,,A context characteristic indicating stratified variation in the protocol used to measure traits might affect the trait values measured.,,http://www.w3.org/2001/XMLSchema#string,02/01/24 -contexts_category,context property category,category,,,,skos:scopeNote,SIO:SIO_000757,,,traits.build-contexts,,,,,,,,,,,context_property,,,,,,,,,"The category of context property, with options being `plot`, `treatment`, `individual_context`, `temporal` and `method`.",,http://www.w3.org/2001/XMLSchema#string,02/01/24 -contexts_value,context property value,value,context_property,,,oboe-core:MeasuredValue; dwc:measurementValue,SIO:SIO_000757,,,traits.build-contexts,,,,,,,,,,,,,,,,,,,,The measured value of a context property.,,http://www.w3.org/2001/XMLSchema#string,02/01/24 -contexts_description,context property value description,description,,,,dcterms:description,SIO:SIO_000757,,,traits.build-contexts,,,,,context_property,,,,,,,,,,,,,,,Description of a specific context property value.,,http://www.w3.org/2001/XMLSchema#string,02/01/24 -contexts_link_id,context propety link id,link_id,,,,oboe-core:Identifier,SIO:SIO_000757,,,traits.build-contexts,,,,,treatment_context_id; plot_context_id; entity_context_id; temporal_context_id; method_context_id,,,,,,,,,,,,,,,Variable indicating which identifier column in the traits table contains the specified `link_vals`.,,http://www.w3.org/2001/XMLSchema#int, -contexts_link_vals,context propety link vals,link_vals,,,,oboe-core:Identifier,SIO:SIO_000757,,,traits.build-contexts,,,,,,,treatment_context_property; plot_context_property; entity_context_property; temporal_context_property; method_context_property ,,,,,,,,,,,,,Unique integer identifiers that link between identifier columns in the `traits` table and the contextual properties/values in the `contexts` table.,,http://www.w3.org/2001/XMLSchema#int, -methods_methods,methods,methods,,,,oboe-core:Protocol,SIO:SIO_000757,oboe-core:Protocol,,traits.build-methods,,,,,,,,,,,,,,,,,,,,"A textual description of the methods used to collect the trait data. Whenever available, methods are taken near-verbatim from the referenced source. Methods can include descriptions such as 'measured on botanical collections', 'data from the literature', or a detailed description of the field or lab methods used to collect the data.",,http://www.w3.org/2001/XMLSchema#string,02/01/24 -methods_description,dataset description,description,,,ets:datasetDescription,dcterms:description,SIO:SIO_000757,,,traits.build-methods,,,,,methods_methods,,,,,,,,,,,,,,,A 1-2 sentence description of the purpose of the study.,,http://www.w3.org/2001/XMLSchema#string,02/01/24 -sampling_strategy,dataset sampling strategy,sampling_strategy,,,dwc:samplingProtocol,,SIO:SIO_000757,,,traits.build-methods,,,,,observations_from_dataset,,,,,,,,,,,,,,,"When available, this information is lifted verbatim from a published manuscript. For preserved specimens, this field ideally indicates which records were 'sampled' to measure a specific trait.",,http://www.w3.org/2001/XMLSchema#string,02/01/24 -source_primary_key,source primary key,source_primary_key,,,dataset_id,oboe-core:Identifier,SIO:SIO_000757,,,traits.build-methods,,,,,,,source_primary_citation,,,,,,,,,,,,,Citation key for the primary source in `sources`. The key is typically formatted as `Surname_year`.,,http://www.w3.org/2001/XMLSchema#string,02/01/24 -source_primary_citation,source primary citation,source_primary_citation,,,,dcterms:bibliographic citation,SIO:SIO_000757,,,traits.build-methods,,,,dataset,,source_primary_key,,,,,,,,,,,,,,Citation for the primary source. This detail is generated from the primary source in the metadata.,,http://www.w3.org/2001/XMLSchema#string,02/01/24 -source_secondary_key,source secondary key,source_secondary_key,,,,oboe-core:Identifier,SIO:SIO_000757,,,traits.build-methods,,,,,,,source_secondary_citation,,,,,,,,,,,,,Citation key for the secondary source in `sources`. The key is typically formatted as `Surname_year`.,,http://www.w3.org/2001/XMLSchema#string,02/01/24 -source_secondary_citation,source secondary citation,source_secondary_citation,,,,dcterms:bibliographic citation,SIO:SIO_000757,,,traits.build-methods,,,,dataset,,source_secondary_key,,,,,,,,,,,,,,Citations for the secondary source. This detail is generated from the secondary source in the metadata.,,http://www.w3.org/2001/XMLSchema#string,02/01/24 -source_original_dataset_key,source original dataset key,source_original_dataset_key,,,source_id,oboe-core:Identifier,SIO:SIO_000757,,,traits.build-methods,,,,,,,source_original_dataset_citation,,,,,,,,,,,,,"Citation key for the original dataset_id in sources, for compilations. The key is typically formatted as `Surname_year`.",,http://www.w3.org/2001/XMLSchema#string,02/01/24 -source_original_dataset_citation,source original dataset citation,source_original_dataset_citation,,,,dcterms:bibliographic citation,SIO:SIO_000757,,,traits.build-methods,,,,observations_from_source,,source_original_dataset_key,,,,,,,,,,,,,,"Citations for the original dataset_id in sources, for compilationse. This detail is generated from the original source in the metadata.",,http://www.w3.org/2001/XMLSchema#string,02/01/24 -contributor,contributor,contributor,,,dcterms:contributor,,SIO:SIO_000757,,,traits.build-contributors; traits.build-methods,,,,,observations_from_dataset,,,,,,,,,,,,,,,A person contributing to a dataset.,,http://www.w3.org/2001/XMLSchema#string,02/01/24 -assistants,assistants,assistants,,,gdmt:RelatedPerson,dcterms:contributor,SIO:SIO_000757,,,traits.build-methods,,,,,,,,,,,,,,contributor,,,,,,People who played a more minor role in data collection for the study.,,http://www.w3.org/2001/XMLSchema#string,02/01/24 -dataset_curators,dataset curators,dataset_curators,,,gdmt:DataCurator,dcterms:contributor,SIO:SIO_000757,,,traits.build-methods,,,,,,,,,,,,,,contributor,,,,,,Database team member(s) who contacted the data collectors and added the study to the database repository.,,http://www.w3.org/2001/XMLSchema#string,02/01/24 -data_collectors,data collectors,data_collectors,,,gdmt:DataCollector,dcterms:contributor,SIO:SIO_000757,,,traits.build-contributors; traits.build-methods,,,,,,ORCID; given_name; last_name,,,,affiliation; additional_role,,,,contributor,,,,,,Person contributing to a dataset as a data collector.,,http://www.w3.org/2001/XMLSchema#string,02/01/24 -last_name,last name,last_name,,,obo:IAO_0020017,oboe-core:Identifier,SIO:SIO_000757,,,traits.build-contributors,,,,,,,contributor,,,,,,,,,,,,,Last name of the data collector.,,http://www.w3.org/2001/XMLSchema#Name,02/01/24 -given_name,given name,given_name,,,obo:IAO_0020016,oboe-core:Identifier,SIO:SIO_000757,,,traits.build-contributors,,,,,,,contributor,,,,,,,,,,,,,Given names of the data collector.,,http://www.w3.org/2001/XMLSchema#Name,02/01/24 -ORCID,ORCID identifier,ORCID,,,obo:IAO_0000708,oboe-core:Identifier,SIO:SIO_000757,,,traits.build-contributors,,,,,,,contributor,,,,,,,,,,,,,"ORCID (Open Researcher and Contributor ID) for the data collector, if available.",,http://www.w3.org/2001/XMLSchema#anyURI,02/01/24 -affiliation,affiliation,affiliation,,,gdmt:hasContributorAffiliation ,,SIO:SIO_000757,,,traits.build-contributors,,,,,,,,,,,contributor,,,,,,,,,Affiliation of data collector.,,http://www.w3.org/2001/XMLSchema#string,02/01/24 -additional_role,additional role,additional_role,,,gdmt:ContributorRole,,SIO:SIO_000757,,,traits.build-contributors,,,,,,,,,,,contributor,,,,,,,,,"Any additional roles the data collector had in the study, a field most frequently used to identify which data contributor is the contact person for the dataset.",,http://www.w3.org/2001/XMLSchema#string,02/01/24 -original_name,original name,original_name,,,,rdfs:label; skos:prefLabel,SIO:SIO_000757,,,traits.build-taxonomic_updates,,,,,,,,,taxon,,,,,,aligned_name; taxon_name,,,,,Name given to taxon in the original data supplied by the authors.,,http://www.w3.org/2001/XMLSchema#string,02/01/24 -taxonomic_dataset,taxonomic dataset,taxonomic_dataset,,,dwc:nomenclaturalCode,,SIO:SIO_000757,,,traits.build-taxa,,,,,,,,,,,,,taxon_name,,,,,,,"Name of the taxonomy (tree) that contains this concept. ie. APC, AusMoss etc.",,http://www.w3.org/2001/XMLSchema#string,02/01/24 -taxon_rank,taxon rank,taxon_rank,,,dwc:taxonRank,,SIO:SIO_000757,,,traits.build-taxa,,,,,,,,,,,,,taxon_name,,,,,,,The taxonomic rank of the most specific name in the scientific name.,This is to clarify cases where information is not given on a species level.,http://www.w3.org/2001/XMLSchema#string,02/01/24 -trinomial,trinomial,trinomial,,,,rdfs:label; skos:prefLabel,SIO:SIO_000757,,dwc:infraspecificEpithet,traits.build-taxa,,,,,,,,,taxon,,,,,,,,,,,The infraspecific taxon name match for an original name. This column is assigned `na` for taxon name that are at a broader taxonomic_resolution.,,http://www.w3.org/2001/XMLSchema#string,02/01/24 -binomial,binomial,binomial,,,,rdfs:label; skos:prefLabel,SIO:SIO_000757,,dwc:specificEpithet,traits.build-taxa,,,,,,,,,taxon,,,,,,,,,,,The species-level taxon name match for an original name. This column is assigned `na` for taxon name that are at a broader taxonomic_resolution.,,http://www.w3.org/2001/XMLSchema#string,02/01/24 -genus,genus,genus,,,dwc:genus,rdfs:label; skos:prefLabel,SIO:SIO_000757,,,traits.build-taxa,,,,,,,,,taxon,,,,,,,,,,,Genus of the taxon without authorship.,,http://www.w3.org/2001/XMLSchema#string,02/01/24 -family,family,family,,,dwc:family,rdfs:label; skos:prefLabel,SIO:SIO_000757,,,traits.build-taxa,,,,,,,,,taxon,,,,,,,,,,,Family of the taxon.,,http://www.w3.org/2001/XMLSchema#string,02/01/24 -taxon_distribution,taxon distribution,taxon_distribution,,,,,SIO:SIO_000757,,,traits.build-taxa,,,,,,,,,,,,,taxon,,,,,,,"Known distribution of the taxon, by Australian state.",,http://www.w3.org/2001/XMLSchema#string,02/01/24 -establishment_means,establishment means,establishment_means,,,dwc:establishmentMeans,,SIO:SIO_000757,,,traits.build-taxa,,,,,,,,,,,,,taxon,,,,,,,Statement about whether an organism or organisms have been introduced to a given place and time through the direct or indirect activity of modern humans.,,http://www.w3.org/2001/XMLSchema#string,02/01/24 -taxonomic_status,taxonomic status,taxonomic_status,,,dwc:taxonomicStatus,,SIO:SIO_000757,,,traits.build-taxa,,,,,,,,,,,,,taxon_name,,,,,,,The status of the use of the scientificName as a label for the taxon in regard to the 'accepted (or valid) taxonomy'. The assigned taxonomic status must be linked to a specific taxonomic reference that defines the concept.,,http://www.w3.org/2001/XMLSchema#string,02/01/24 -scientific_name,scientific name,scientific_name,,,dwc:scientificName,,SIO:SIO_000757,,,traits.build-taxa,,,,,,scientific_name_id,taxon,,,,,,,,,,,,,"The full scientific name, with authorship and date information if known.",,http://www.w3.org/2001/XMLSchema#string,02/01/24 -taxon_id,taxon id,taxon_id,,,dwc:taxonID,oboe-core:Identifier,SIO:SIO_000757,,,traits.build-taxa,,,,,,,taxon_name,,,,,,,,,,,,,An identifier for the set of taxon information (data associated with the taxon class). May be a global unique identifier or an identifier specific to the data set. Must be resolvable within this dataset.,,http://www.w3.org/2001/XMLSchema#anyURI,02/01/24 -scientific_name_id,scientific name id,scientific_name_id,,,dwc:scientificNameID,oboe-core:Identifier,SIO:SIO_000757,,,traits.build-taxa,,,,,,,scientific_name,,,,,,,,,,,,,An identifier for the set of taxon information (data associated with the taxon class). May be a global unique identifier or an identifier specific to the data set. Must be resolvable within this dataset.,,http://www.w3.org/2001/XMLSchema#anyURI,02/01/24 -taxon,taxon,taxon,,,dwc:Taxon,oboe-core:Characteristic,SIO:SIO_000757,,,traits.build-taxa,,,,,,taxon_name; scientific_name; scientific_name_id; taxon_id,,original_name; trinomial; binomial; genus; family,,,,taxon_distribution; establishment_means,,,,,,,,A group of organisms assumed to form a homogeneous unit with regard to associated trait measurements.,,http://www.w3.org/2001/XMLSchema#string,02/01/24 -aligned_name,aligned name,aligned_name,,,,rdfs:label; skos:prefLabel,SIO:SIO_000757,,,traits.build-taxonomic_updates,,,,,,,,,,,,taxonomic_resolution,,,taxon_name,original_name,,,,"The taxon name without authorship after implementing automated syntax standardisation and spelling changes as well as manually encoded syntax alignments for this taxon in the metadata file for the corresponding `dataset_id`. This name has not yet been matched to the currently accepted (botanical) or valid (zoological) taxon name in cases where there are taxonomic synonyms, isonyms, orthographic variants, etc.",,http://www.w3.org/2001/XMLSchema#string,02/01/24 -taxonomic_resolution,taxonomic resolution,taxonomic_resolution,,,,,SIO:SIO_000757,,dwc:taxonRank,traits.build-taxonomic_updates,,,,,,,,,,,,,aligned_name,,,,,,,The rank of the most specific taxon name (or scientific name) to which a submitted orignal name resolves.,,http://www.w3.org/2001/XMLSchema#string,02/01/24 -trait,trait concept,trait,,,oboe-core:Standard,,SIO:SIO_000757,,,traits.build-definitions,,,,,,trait_concept_URI,,,,trait_name; label,,allowed_values_max; allowed_values_min; allowed_values_levels; units; type,,,,,,,,"A collection of trait values pertaining to a distinct characteristic of a specific part of an organism (cell, tissue, organ, or whole organism).",,http://www.w3.org/2001/XMLSchema#string,02/01/24 -trait_concept_URI,trait identifier,trait_concept_URI,,,ets:traitID; dcterms:identifier,,SIO:SIO_000757,,,traits.build-definitions,,,,,,,trait,,,,,,,,,,,,,"Unique identifier of the trait according to a public ontology, or a user-provided thesaurus of traits.",,http://www.w3.org/2001/XMLSchema#anyURI,02/01/24 -label,label,label,,,rdfs:label; skos:prefLabel; ets:trait,,SIO:SIO_000757,,,traits.build-definitions,,,,,trait,,,,,,,,,,,,,,,A concise English label for the trait.,,http://www.w3.org/2001/XMLSchema#string,02/01/24 -description,description,description,,,ets:traitDescription; dcterms:description,,SIO:SIO_000757,,,traits.build-definitions,,,,,,,,,,,trait,,,,,,,,,"A short description, generally ranging from 1-3 sentences that clearly indicates the trait’s scope. ",,http://www.w3.org/2001/XMLSchema#string,02/01/24 -comments,comments,comments,,,rdfs:comment; ets:comments,,SIO:SIO_000757,,,traits.build-definitions,,,,,,,,,,,trait,,,,,,,,,Additional notes about the scope of the trait or acceptable methods. ,,http://www.w3.org/2001/XMLSchema#string,02/01/24 -allowed_values_max,max allowed values,allowed_values_max,,,ets:maxAllowedValue,,SIO:SIO_000757,,,traits.build-definitions,,,,,,,,,,,,,trait,,,,,,,An upper boundary for accepted numerical values.,,http://www.w3.org/2001/XMLSchema#decimal,02/01/24 -allowed_values_min,min allowed values,allowed_values_min,,,ets:minAllowedValue,,SIO:SIO_000757,,,traits.build-definitions,,,,,,,,,,,,,trait,,,,,,,A lower boundary for accepted numerical values.,,http://www.w3.org/2001/XMLSchema#decimal,02/01/24 -units,units,units,,,ets:expectedUnit,,SIO:SIO_000757,,,traits.build-definitions,,,,,,,,,,,,,trait,,,,,,,"The preferred units for the trait, conforming to the Unified Code for Units of Measure (UCUM). There are often two entries for units, one that is a string and the second which links to a units of measurement axiom.",,http://www.w3.org/2001/XMLSchema#string,02/01/24 -allowed_values_levels,allowed categorical values,allowed_values_levels,,,skos:narrower; ets:factorLevels,,SIO:SIO_000757,,,traits.build-definitions,,,,,,,,,,,,,trait,,,,,,,"Allowed trait values for a categorical trait, including a brief description of the value.",,http://www.w3.org/2001/XMLSchema#string,02/01/24 -type,type,type,,,ets:valueType,,SIO:SIO_000757,,,traits.build-definitions,,,,,,,,,,,,,trait,,,,,,,"Type of trait, specifying if traits are categorical, numeric, or ordinal.",,http://www.w3.org/2001/XMLSchema#string,02/01/24 +traits.build-traits,traits table,traits,,,ets:Traitdata,,SIO:SIO_000754,,ets:MeasurementOrFact; ets:Occurrence,,,,,,,,,,,,,,,,,,,,,A table containing measurements of traits.,Includes information that must be recorded at the Measurement or Observation level.,,01 February 2024 +traits.build-contexts,contexts table,contexts,,,,,SIO:SIO_000754,,,,,,,,,,,,,,,,,,,,,,,"A table containing observations of contextual characteristics associated with information in `traits`. Cross referencing between the two dataframes is possible using combinations of the variables `dataset_id`, `link_id`, and `link_vals`.",,,01 February 2024 +traits.build-locations,locations table,locations,,,,,SIO:SIO_000754,,ets:Occurrence,,,,,,,,,,,,,,,,,,,,,"A table containing observations of location/site characteristics associated with information in `traits`. Cross referencing between the two dataframes is possible using combinations of the variables `dataset_id`, `location_name`.",Includes information about Location properties.,,01 February 2024 +traits.build-methods,methods table,methods,,,,,SIO:SIO_000754,,ets:MeasurementOrFact,,,,,,,,,,,,,,,,,,,,,"A table containing details on methods with which data were collected, including time frame and source. Cross referencing with the `traits` table is possible using combinations of the variables `dataset_id`, `trait_name`.",,,01 February 2024 +traits.build-excluded_data,excluded data table,excluded_data,,,,,SIO:SIO_000754,,,,,,,,,,,,,,,,,,,,,,,"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.",,,01 February 2024 +traits.build-taxonomic_updates,taxonomic updates table,taxonomic_updates,,,,,SIO:SIO_000754,,,,,,,,,,,,,,,,,,,,,,,"A table of all taxonomic changes implemented in the construction of AusTraits. Changes are determined by comparing the originally submitted taxon name against the taxonomic names listed in the taxonomic reference files, best placed in a subfolder in the `config` folder . Cross referencing with the `traits` table is possible using combinations of the variables `dataset_id` and `taxon_name`.",,,01 February 2024 +traits.build-taxa,taxa table,taxa,,,ets:Taxon,,SIO:SIO_000754,,,,,,,,,,,,,,,,,,,,,,,"A table containing details on taxa associated with information in `traits`. Whenever possible, this information is sourced from curated taxon lists that include identifiers for each taxon. The information compiled in this table is released under a CC-BY3 license. Cross referencing between the two dataframes is possible using combinations of the variable `taxon_name`.",,,01 February 2024 +traits.build-contributors,contributors table,contributors,,,,,SIO:SIO_000754,,,,,,,,,,,,,,,,,,,,,,,A table of people contributing to each study.,,,01 February 2024 +traits.build-sources,sources table,sources,,,,,SIO:SIO_000754,,,,,,,,,,,,,,,,,,,,,,,A list containing citation details for all database sources.,,,01 February 2024 +traits.build-definitions,definitions table,definitions,,,ets:Traitdata,,SIO:SIO_000754,,,,,,,,,,,,,,,,,,,,,,,A list containing trait concept descriptions used to build the database.,,,01 February 2024 +traits.build-schema,schema,schema,,,,,SIO:SIO_001330,,,,,,,,,,,,,,,,,,,,,,,A copy of the schema for all tables and terms. Information included here was used to process data and generate any documentation for the study.,,,01 February 2024 +traits.build-metadata,metadata table,metadata,,,,,SIO:SIO_001330,ets:Metadata,,,,,,,,,,,,,,,,,,,,,,A list containing database metadata.,,,01 February 2024 +traits.build-build_info,build info,build_info,,,,,SIO:SIO_001330,,,,,,,,,,,,,,,,,,,,,,,"A description of the computing environment used to create this version of the dataset, including version number, git commit and R session_info.",,,01 February 2024 +dataset,dataset,dataset,,,oboe-core:ObservationCollection,,SIO:SIO_000750,,,,,,,,,dataset_id,,,,,,,,,,,,,,13 relational tables and lists containing all data about a dataset.,,,01 February 2024 +observation,observation,observation,,,oboe-core:Observation,,SIO:SIO_000754,,,,,,,,,observation_id,,,,,,,,,,,,,,An Observation is a collection of measurements made at a single point in time. In traits.build it is the subset of rows within the traits data that are made on the same entity and share the same observation_id.,"An observation is an assertion that an entity (e.g., biological organisms, geographic locations, or environmental features, among others) was observed by an observer. An observation primarily serves to group a set of measurements together into a single "observation event". Observations are often made within a broader context. The context of an observation is given by other observations, implying that an observed entity (and specifically each corresponding measurement) contextualizes another observed entity (and its corresponding measurements). For example, an observation associated with a location may serve as context for an observation associated with an organism. In this case, the observed characteristic values of the location (such as humidity) are assumed constant for the corresponding measurements of the organism.",,01 February 2024 +observations_from_dataset,observations from dataset,observations_from_dataset,,trait_measurement; measurement_of_location_property; measurement_of_treatment_context_property; measurement_of_plot_context_property; measurement_of_entity_context_property; measurement_of_temporal_context_property,,oboe-core:ObservationCollection,SIO:SIO_000754,,,,,,,,,dataset_id,,,,,,,,,,,,dataset,,Observation collection encompassing all observations that comprise a dataset.,,,01 February 2024 +observations_from_source,observations from source,observations_from_source,,trait_measurement; measurement_of_location_property; measurement_of_treatment_context_property; measurement_of_plot_context_property; measurement_of_entity_context_property; measurement_of_temporal_context_property,,oboe-core:ObservationCollection,SIO:SIO_000754,,,,,,,,,source_id,,,,,,,,,,,,source_primary_citation,,Observation collection encompassing all observations for a single published or unpublished source.,,,01 February 2024 +observations_of_taxon,observations of taxon,observations_of_taxon,,trait_measurement,,oboe-core:ObservationCollection,SIO:SIO_000754,,,,,,,,,taxon_name,,,,,,,,,,,,taxon,,Observation collection encompassing all observations on a single taxon within a single dataset.,An observation collection is a container for a set of observations.,,01 February 2024 +observations_at_location,observations at location,observations_at_location,,measurement_of_location_property; trait_measurement,,oboe-core:ObservationCollection,SIO:SIO_000754,,,,,,,,,location_id,,,,,,,,,,,,location; population; individual,,Observation collection of location properties and organismal traits at a single location.,,,01 February 2024 +observation_of_location,observation of location,observation_of_location,,measurement_of_location_property,,oboe-core:Observation,SIO:SIO_000754,,,,,,,,,location_id,,,,,,,,,,,,location,,Observation of location properties at a single location.,,,01 February 2024 +observations_of_population,observations of population,observations_of_population,,trait_measurement,,oboe-core:ObservationCollection,SIO:SIO_000754,,,,,,,,,population_id,,,,,,,,,,,,population,,Observation collection encompassing all observations on a single population.,,,01 February 2024 +observations_of_individual,observations of individual,observations_of_individual,,trait_measurement,,oboe-core:ObservationCollection,SIO:SIO_000754,,,,,,,,,individual_id,,,,,,,,,,,,individual,,Observation collection encompassing all observations on a single individual.,,,01 February 2024 +observation_of_treatment_context,observation of a treatment context,observation_of_treatment_context,,measurement_of_treatment_context_property,,oboe-core:Observation,SIO:SIO_000754,,,,,,,,,treatment_context_id,,,,,,,,,,,treatment_context_property,treatment,,"Observation where entity is a context indicating experimental manipulations that might affect the trait values measured on an individual, population or species-level entities.","Examples include growing temperature, growing CO2 concentrations, and nutrient amendments.",,01 February 2024 +observation_of_plot_context,observation of plot context,observation_of_plot_context,,measurement_of_plot_context_property,,oboe-core:Observation,SIO:SIO_000754,,,,,,,,,plot_context_id,,,,,,,,,,,plot_context_property,plot,,Observation where entity is a category of context indicating variation across plots at a single location might affect the trait values measured on individual or population-level entities.,,,01 February 2024 +observation_of_entity_context,observation of entity context,observation_of_entity_context,,measurement_of_entity_context_property,,oboe-core:Observation,SIO:SIO_000754,,,,,,,,,entity_context_id,,,,,,,,,,,entity_context_property,individual; population; taxon,,"Observation where entity is a category of context indicating repeat observations have been made on an individual, population or species-level entity across time which might affect the entity's measured trait values.",,,01 February 2024 +observation_of_temporal_context,observation of temporal context,observation_of_temporal_context,,measurement_of_temporal_context_property,,oboe-core:Observation,SIO:SIO_000754,,,,,,,,,temporal_context_id,,,,,,,,,,,temporal_context_property,temporal_context,,"Observation where entity is a category of context indicating repeat observations have been made on a plot, which might affect the trait values measured on individual or population-level entities.","Examples of temporal contexts are `sampling season`, `sampling time of day`, and sequential `observation numbers` without any linked categorical description.",,01 February 2024 +measurement,measurement,measurement,,,oboe-core:Measurement,,SIO:SIO_001187,,,,,,,,,,,,,,,,,,,,,,,A measurement is an assertion that a characteristic of an entity had a particular value with respect to an observation event.,,,01 February 2024 +trait_measurement,trait measurement,trait_measurement,observation; observations_from_dataset; observations_from_source; observations_of_taxon; observations_at_location; observations_of_population; observations_of_individual,,,oboe-core:Measurement,SIO:SIO_001187,,,,,,,,,,,,,,,,,,,,,,trait_value,A measurement made on a trait.,,,01 February 2024 +measurement_of_location_property,measurement of location property,measurement_of_location_property,observation_of_location; observations_at_location,,,oboe-core:Measurement,SIO:SIO_001187,,,,,,,,,,,,,,,,,,,,,,locations_value,A measurement made on a location property.,,,01 February 2024 +measurement_of_treatment_context_property,measurement of treatment context property,measurement_of_treatment_context_property,observation_of_treatment_context,,,oboe-core:Measurement,SIO:SIO_001187,,,,,,,,,treatment_context_id,,,,,,,,,,,,,contexts_value,A measurement made on a treatment context property.,,,01 February 2024 +measurement_of_plot_context_property,measurement of plot context property,measurement_of_plot_context_property,observation_of_plot_context,,,oboe-core:Measurement,SIO:SIO_001187,,,,,,,,,plot_context_id,,,,,,,,,,,,,,A measurement made on a plot context property.,,,01 February 2024 +measurement_of_entity_context_property,measurement of entity context property,measurement_of_entity_context_property,observation_of_entity_context,,,oboe-core:Measurement,SIO:SIO_001187,,,,,,,,,entity_context_id,,,,,,,,,,,,,,A measurement made on an entity context property.,,,01 February 2024 +measurement_of_temporal_context_property,measurement of temporal context property,measurement_of_temporal_context_property,observation_of_temporal_context,,,oboe-core:Measurement,SIO:SIO_001187,,,,,,,,,temporal_context_id,,,,,,,,,,,,,,A measurement made on a temporal context property.,,,01 February 2024 +entity,entity,entity,,,oboe-core:Entity,,SIO:SIO_000756,,,,,,,,,,,,,,,,,,,,,,,"An entity is an object (e.g., a tree, a community, an ecological process). Entities constitute the foci of observations, i.e., every observation is of exactly one entity.",,,01 February 2024 +individual,individual,individual,,,obo:OBI_0100026,oboe-core:Entity,SIO:SIO_000756,,,,life_stage,,,,,,,,,,,,,,,,,,,An individual living organism.,,,01 February 2024 +population,population,population,,,obo:PCO_0000001,oboe-core:Entity,SIO:SIO_000756,,,,life_stage,,,,,,,,,,,,,,,,,,,"A collection of organisms, all of the same species, that live in the same place.",,,01 February 2024 +taxon,taxon,taxon,,,,oboe-core:Entity,SIO:SIO_000756,,,,,,,,,,,,,,,,,,,,,,,A circumscribed set of organisms.,,,01 February 2024 +location,location,location,,,dcterms:location,oboe-core:Entity,SIO:SIO_000756,,,,,,,,,location_id,,,,,,,,,,,,,,A spatial region or named place.,,,01 February 2024 +context,context,context,,,,oboe-core:Entity,SIO:SIO_000756,,,,,,,,,,,,,,,,,,,,,,,"The situation within which a trait measurement is made, which can help explain the measured trait value.",,,01 February 2024 +plot,plot context,plot,,,,oboe-core:Entity; traits.build-contexts,SIO:SIO_000756,,,,,,,,,,,,,,,,,,,,,,,"A subdivision of a location, designated because some properties differ across plots within a location, which might cause differences in measured trait values between plots.",,,01 February 2024 +treatment,treatment context,treatment,,,,oboe-core:Entity; traits.build-contexts,SIO:SIO_000756,,,,,,,,,,,,,,,,,,,,,,,"An experimental manipulation that subjects different individuals or populations to different conditions, which can lead to differences in measured trait values across treatments.",,,01 February 2024 +temporal_context,temporal context,temporal_context,,,,oboe-core:Entity; traits.build-contexts,SIO:SIO_000756,,,,,,,,,,,,,,,,,,,,,,,A situation or process that varies across time and might cause the measured trait values of individuals or populations to change across time.,,,01 February 2024 +method_context,method context,method_context,,,,oboe-core:Entity; traits.build-contexts,SIO:SIO_000756,,,,,,,,,,,,,,,,,,,,,,,A compment of a trait measurement protocol that is changed between individual trait measurements and might cause the measured trait values of individuals or populations to change.,,,01 February 2024 +dataset_id,dataset id,dataset_id,,,,oboe-core:Identifier,SIO:SIO_000757,,,traits.build-traits; traits.build-locations; traits.build-contexts; traits.build-methods; traits.build-taxonomic_updates; traits.build-contributors; traits.build-sources,,,,,,,observations_from_dataset,,,,,,,,,,,,,"Primary identifier for each study contributed to AusTraits, most often these are scientific papers, books, or online resources. By default this should be the name of the first author and year of publication, e.g. `Falster_2005`.",,,01 February 2024 +taxon_name,taxon name,taxon_name,,,,rdfs:label; skos:prefLabel,SIO:SIO_000757,dwc:acceptedNameUsage,,traits.build-traits; traits.build-taxa; traits.build-taxonomic_updates,,,,,,taxon_id,observations_of_taxon,,,,,taxonomic_dataset; taxon_rank; taxonomic_status,,,,aligned_name; original_name,,,,"Scientific name of the taxon on which traits were sampled, without authorship. When possible, this is the currently accepted (botanical) or valid (zoological) scientific name, but might also be a higher taxonomic level.",,http://www.w3.org/2001/XMLSchema#string,01 February 2024 +observation_id ,observation id,observation_id ,,,,oboe-core:Identifier,SIO:SIO_000757,,,traits.build-traits,,,,,,,observation,,,,,,,,,,,,,"A unique integral identifier for the observation, where an observation is all measurements made on an individual at a single point in time. It is important for joining traits coming from the same `observation_id`. Within each dataset, observation_id's are unique combinations of `taxon_name`, `population_id`, `individual_id`, and `temporal_context_id`.",,,01 February 2024 +trait_name,trait name,trait_name,,,skos:altLabel; rdfs:label,,SIO:SIO_000757,,,traits.build-traits; traits.build-methods; traits.build-definitions,,,,,,,,,,,,,,,,,,,,Name of the trait sampled. Allowable values specified in the table `definitions`.,,,01 February 2024 +trait_value,value,value,,,ets:traitValue,oboe-core:MeasuredValue; dwc:measurementValue,SIO:SIO_000757,,,traits.build-traits,,,,,,,,,,,,,,,,,,,,The measured value of a trait.,,,01 February 2024 +unit,unit,unit,,,oboe-core:Unit; ets:traitUnit,,SIO:SIO_000757,,,traits.build-traits,,,,,,,,,,,,,,,,,,,,Units of the sampled trait value after aligning with AusTraits standards.,,,01 February 2024 +entity_type,entity type,entity_type,,,,,SIO:SIO_000757,,,traits.build-traits,,oboe-core:Entity,,,,,,,,,,,,,,,,,,A categorical variable specifying the entity corresponding to the trait values recorded.,,http://www.w3.org/2001/XMLSchema#string,01 February 2024 +value_type,value type,value_type,,,oboe-core:BaseCharacteristicQualifier,,SIO:SIO_000757,,,traits.build-traits,,traits.build-trait_value,,,,,,,,,,,,,,,,,,A categorical variable describing the statistical nature of the trait value recorded.,,http://www.w3.org/2001/XMLSchema#string,01 February 2024 +basis_of_value,basis of value,basis_of_value,,,oboe-core:MeasurementType,,SIO:SIO_000757,,,traits.build-traits,,traits.build-trait_value,,,,,,,,,,,,,,,,,,A categorical variable describing how the trait value was obtained.,,http://www.w3.org/2001/XMLSchema#string,01 February 2024 +replicates,replicates,replicates,,,ets:individualCount,,SIO:SIO_000757,,,traits.build-traits,,traits.build-trait_value,,,,,,,,,,,,,,,,,,"Number of replicate measurements that comprise a recorded trait measurement. A numeric value (or range) is ideal and appropriate if the value type is a `mean`, `median`, `min` or  `max`. For these value types, if replication is unknown the entry should be `unknown`. If the value type is `raw_value` the replicate value should be 1. If the trait is categorical or the value indicates a measurement for an entire species (or other taxon) replicate value should be `.na`.",,http://www.w3.org/2001/XMLSchema#int,01 February 2024 +basis_of_record,basis of record,basis_of_record,,,,,SIO:SIO_000757,dwc:basisOfRecord,,traits.build-traits,,oboe-core:Observation,,,,,,,,,,,,,,,,,,A categorical variable specifying from which kind of specimen traits were recorded.,,http://www.w3.org/2001/XMLSchema#string,01 February 2024 +life_stage,life stage,life_stage,,,dwc:lifeStage,oboe-core:MeasuredValue; dwc:measurementValue,SIO:SIO_000757,,,traits.build-traits,,oboe-core:Entity,,,,,,,,,,,,,,,observation_of_entity_context,,,"A field to indicate the life stage or age class of the entity measured. Standard values are `adult`, `sapling`, `seedling` and `juvenile`.",,http://www.w3.org/2001/XMLSchema#string,01 February 2024 +population_id,population id,population_id,,,,oboe-core:Identifier,SIO:SIO_000757,,,traits.build-traits,,,,,,,observations_of_population,,,,,,,,,,,,,"A unique integer identifier for a population, where a population is defined as individuals growing in the same location (location_id /location_name) and plot (plot_context_id, a context category) and being subjected to the same treatment (treatment_context_id, a context category).",,http://www.w3.org/2001/XMLSchema#int,01 February 2024 +individual_id,individual id,individual_id,,,,oboe-core:Identifier,SIO:SIO_000757,,,traits.build-traits,,,,,,,observations_of_individual,,,,,,,,,,,,,"A unique integer identifier for an individual, with individuals numbered sequentially within each dataset by taxon by population grouping. Most often each row of data represents an individual, but in some datasets trait data collected on a single individual is presented across multiple rows of data, such as if the same trait is measured using different methods or the same individual is measured repeatedly across time.",,http://www.w3.org/2001/XMLSchema#int,01 February 2024 +repeat_measurements_id,repeat measurements id,repeat_measurements_id,,,,oboe-core:Identifier,SIO:SIO_000757,,,traits.build-traits,,,,,,,observations_of_individual; collection_date,,,,,,,,,,,,,"A unique integer identifier for repeat measurements of a trait that comprise a single observation, such as a response curve.",,http://www.w3.org/2001/XMLSchema#int,01 February 2024 +source_id,source id,source_id,,,,oboe-core:Identifier,SIO:SIO_000757,,,traits.build-traits; traits.build-sources,,,,,,,observations_from_source,,,,,,,,,,,,,"For datasets that are compilations, an identifier for the original data source.",,http://www.w3.org/2001/XMLSchema#string,01 February 2024 +location_id,location id,location_id,,,,oboe-core:Identifier,SIO:SIO_000757,,,traits.build-traits; traits.build-locations,,,,,,,observations_at_location,,,,,,,,,,,,,"A unique integer identifier for a location, with locations numbered sequentially within a dataset. The identifier links to specific information in the location table.",,http://www.w3.org/2001/XMLSchema#int,01 February 2024 +treatment_context_id,treatment context id,treatment_context_id,,,,oboe-core:Identifier,SIO:SIO_000757,,,traits.build-traits; traits.build-contexts,,traits.build-location_name,,,,,measurement_of_treatment_context_property,,,,,,,,,,,,,"A unique integer identifier for a treatment, where a treatment is any experimental manipulation to an organism's growing/living conditions. The identifier links to specific information in the context table.",,http://www.w3.org/2001/XMLSchema#int,01 February 2024 +plot_context_id,plot context id,plot_context_id,,,,oboe-core:Identifier,SIO:SIO_000757,,,traits.build-traits; traits.build-contexts,,traits.build-location_name,,,,,measurement_of_plot_context_property,,,,,,,,,,,,,"A unique integer identifier for a plot, where a plot is a distinct collection of organisms within a single geographic location, such as plants growing on different aspects or blocks in an experiment. The identifier links to specific information in the context table.",,http://www.w3.org/2001/XMLSchema#int,01 February 2024 +entity_context_id,entity context id,entity_context_id,,,,oboe-core:Identifier,SIO:SIO_000757,,,traits.build-traits; traits.build-contexts,,traits.build-traits-entity_type,,,,,measurement_of_entity_context_property,,,,,,,,,,,,,"A unique integer identifier indicating specific contextual properties of an individual, possibly including the individual's sex or caste (for social insects).",,http://www.w3.org/2001/XMLSchema#int,01 February 2024 +temporal_context_id,temporal context id,temporal_context_id,,,,oboe-core:Identifier,SIO:SIO_000757,,,traits.build-traits; traits.build-contexts,,,,,,,measurement_of_temporal_context_property,,,,,,,,,,,,,"A unique integer identifier assigned where repeat observations are made on the same individual (or population, or taxon) across time. The identifier links to specific information in the context table.",,http://www.w3.org/2001/XMLSchema#int,01 February 2024 +method_context_id,method context id,method_context_id,,,,oboe-core:Identifier,SIO:SIO_000757,,,traits.build-traits; traits.build-contexts,,traits.build-methods,,,,,,,,,,,,,,,,,,"A unique integer identifier indicating a trait is measured multiple times on the same entity, with different methods used for each entry. This field is only used if a single trait is measured using multiple methods within the same dataset. The identifier links to specific information in the context table.",,http://www.w3.org/2001/XMLSchema#int,01 February 2024 +collection_date,collection date,collection_date,,,ets:eventDate,oboe-core:MeasuredValue; dwc:measurementValue,SIO:SIO_000757,,,traits.build-traits,,,,,,,,,,,,,,,,,observation,,,"Date sample was taken, in the format `yyyy-mm-dd`, `yyyy-mm` or `yyyy`, depending on the resoluton specified. Alternatively an overall range for the study can be indicating, with the starting and ending sample date sepatated by a `/`, as in 2010-10/2011-03",,http://www.w3.org/2001/XMLSchema#date,01 February 2024 +measurement_remarks,measurement remarks,measurement_remarks,,,,rdfs:comment,SIO:SIO_000757,,,traits.build-traits,,,,,,,,,,,,,,,,,,,,Brief comments or notes accompanying the trait measurement.,,http://www.w3.org/2001/XMLSchema#string,01 February 2024 +method_id,method id,method_id,,,,oboe-core:Identifier,SIO:SIO_000757,,,traits.build-traits; traits.build-methods,,,,,,,methods_methods,,,,,,,methods_methods,,,,,,A unique integer identifier to distinguish between multiple sets of methods used to measure a single trait within the same dataset. The identifier links to specific information in the methods table.,,http://www.w3.org/2001/XMLSchema#int,01 February 2024 +original_name ,original taxon name,original_name ,,,,rdfs:label; skos:prefLabel,SIO:SIO_000757,,,traits.build-traits; traits.build-taxonomic_updates,,,,,,,,,,,,,,,,,,,,Name given to taxon in the original data supplied by the authors.,,http://www.w3.org/2001/XMLSchema#string,01 February 2024 +location_name,location name,location_name,,,,rdfs:label; skos:prefLabel,SIO:SIO_000757,,,traits.build-locations,,,,,,,,,,,,,,,,,,,,The location name used by the data contributor or a generic location name designated by AusTraits when one is not provided.,,http://www.w3.org/2001/XMLSchema#string,01 February 2024 +location_property,location property,location_property,,,,oboe-core:Characteristic,SIO:SIO_000757,,,traits.build-locations,,,,,,,,,,,,,,,,,location,,locations_value,"The location characteristic being recorded. The name should include units of measurement, e.g. `MAT (C)`. Ideally we have at least the following variables for each location, `longitude (deg)`, `latitude (deg)`, `description`.",,http://www.w3.org/2001/XMLSchema#string,01 February 2024 +locations_value,location property value,value,,,,oboe-core:MeasuredValue; dwc:measurementValue,SIO:SIO_000757,,,traits.build-locations,,,,,,,,,,,,,,,,,,,,The measured value of a location property.,,http://www.w3.org/2001/XMLSchema#string,01 February 2024 +latitude,latitude (deg),latitude,,,dwc:decimalLatitude,oboe-core:MeasuredValue; dwc:measurementValue,SIO:SIO_000757,,,traits.build-locations,,location,,,,,,,,,,,,location_property,,,location,,,"The geographic latitude (in decimal degrees, using the spatial reference system given in geodeticDatum) of the geographic center of a Location. Positive values are north of the Equator, negative values are south of it. Legal values lie between -90 and 90, inclusive.",,http://www.w3.org/2001/XMLSchema#decimal,01 February 2024 +longitude,longitude (deg),longitude,,,dwc:decimalLongitude,oboe-core:MeasuredValue; dwc:measurementValue,SIO:SIO_000757,,,traits.build-locations,,location,,,,,,,,,,,,location_property,,,location,,,"The geographic longitude (in decimal degrees, using the spatial reference system given in dwc:geodeticDatum) of the geographic center of a dcterms:Location. Positive values are east of the Greenwich Meridian, negative values are west of it. Legal values lie between -180 and 180, inclusive.",,http://www.w3.org/2001/XMLSchema#decimal,01 February 2024 +elevation,elevation (m),elevation,,,dwc:verbatimElevation,oboe-core:MeasuredValue; dwc:measurementValue,SIO:SIO_000757,,,traits.build-locations,,location,,,,,,,,,,,,location_property,,,location,,,The elevation above mean sea level in meters.,,http://www.w3.org/2001/XMLSchema#decimal,01 February 2024 +context_property,context property,context_property,,,contexts_value,oboe-core:Characteristic,SIO:SIO_000757,,,traits.build-contexts,,,,,,,,,,contexts_category,,,,,,,context,,,"The contextual characteristic being recorded. If applicable, name should include units of measurement, e.g. `CO2 concentration (ppm)`.",,http://www.w3.org/2001/XMLSchema#string,01 February 2024 +treatment_context_property,treatment context property,treatment_context_property,,,contexts_value,oboe-core:Characteristic,SIO:SIO_000757,,,traits.build-contexts,,population,,,,treatment_context_id,,,,,,,,context_property,,,,,,A context characteristic indicating stratified treatments that might affect the trait values measured on an individual or population-level entity.,,http://www.w3.org/2001/XMLSchema#string,01 February 2024 +plot_context_property,plot context property,plot_context_property,,,contexts_value,oboe-core:Characteristic,SIO:SIO_000757,,,traits.build-contexts,,population,,,,plot_context_id,,,,,,,,context_property,,,,,,A context characteristic indicating stratified variation within a location that might affect the trait values measured on an individual or population-level entity.,,http://www.w3.org/2001/XMLSchema#string,01 February 2024 +entity_context_property,entity context property,entity_context_property,,,contexts_value,oboe-core:Characteristic,SIO:SIO_000757,,,traits.build-contexts,,entity,,,,entity_context_id,,,,,,,,context_property,,,,,,A context characteristic indicating stratified variation across individuals or populations might affect the trait values measured.,,http://www.w3.org/2001/XMLSchema#string,01 February 2024 +temporal_context_property,temporal context property,temporal_context_property,,,contexts_value,oboe-core:Characteristic,SIO:SIO_000757,,,traits.build-contexts,,observation,,,,temporal_context_id,,,,,,,,context_property,,,,,,A context characteristic indicating stratified variation across time might affect the trait values measured.,,http://www.w3.org/2001/XMLSchema#string,01 February 2024 +method_context_property,method context property,method_context_property,,,contexts_value,oboe-core:Characteristic,SIO:SIO_000757,,,traits.build-contexts,,methods_methods,,,,method_context_id,,,,,,,,context_property,,,,,,A context characteristic indicating stratified variation in the protocol used to measure traits might affect the trait values measured.,,http://www.w3.org/2001/XMLSchema#string,01 February 2024 +contexts_category,context property category,category,,,,skos:scopeNote,SIO:SIO_000757,,,traits.build-contexts,,,,,,,,,,,context_property,,,,,,,,,"The category of context property, with options being `plot`, `treatment`, `individual_context`, `temporal` and `method`.",,http://www.w3.org/2001/XMLSchema#string,01 February 2024 +contexts_value,context property value,value,context_property,,,oboe-core:MeasuredValue; dwc:measurementValue,SIO:SIO_000757,,,traits.build-contexts,,,,,,,,,,,,,,,,,,,,The measured value of a context property.,,http://www.w3.org/2001/XMLSchema#string,01 February 2024 +contexts_description,context property value description,description,,,,dcterms:description,SIO:SIO_000757,,,traits.build-contexts,,,,,context_property,,,,,,,,,,,,,,,Description of a specific context property value.,,http://www.w3.org/2001/XMLSchema#string,01 February 2024 +contexts_link_id,context propety link id,link_id,,,,oboe-core:Identifier,SIO:SIO_000757,,,traits.build-contexts,,,,,treatment_context_id; plot_context_id; entity_context_id; temporal_context_id; method_context_id,,,,,,,,,,,,,,,Variable indicating which identifier column in the traits table contains the specified `link_vals`.,,http://www.w3.org/2001/XMLSchema#int,01 February 2024 +contexts_link_vals,context propety link vals,link_vals,,,,oboe-core:Identifier,SIO:SIO_000757,,,traits.build-contexts,,,,,,,treatment_context_property; plot_context_property; entity_context_property; temporal_context_property; method_context_property ,,,,,,,,,,,,,Unique integer identifiers that link between identifier columns in the `traits` table and the contextual properties/values in the `contexts` table.,,http://www.w3.org/2001/XMLSchema#int,01 February 2024 +methods_methods,methods,methods,,,,oboe-core:Protocol,SIO:SIO_000757,oboe-core:Protocol,,traits.build-methods,,,,,,,,,,,,,,,,,,,,"A textual description of the methods used to collect the trait data. Whenever available, methods are taken near-verbatim from the referenced source. Methods can include descriptions such as 'measured on botanical collections', 'data from the literature', or a detailed description of the field or lab methods used to collect the data.",,http://www.w3.org/2001/XMLSchema#string,01 February 2024 +methods_description,dataset description,description,,,ets:datasetDescription,dcterms:description,SIO:SIO_000757,,,traits.build-methods,,,,,methods_methods,,,,,,,,,,,,,,,A 1-2 sentence description of the purpose of the study.,,http://www.w3.org/2001/XMLSchema#string,01 February 2024 +sampling_strategy,dataset sampling strategy,sampling_strategy,,,dwc:samplingProtocol,,SIO:SIO_000757,,,traits.build-methods,,,,,observations_from_dataset,,,,,,,,,,,,,,,"When available, this information is lifted verbatim from a published manuscript. For preserved specimens, this field ideally indicates which records were 'sampled' to measure a specific trait.",,http://www.w3.org/2001/XMLSchema#string,01 February 2024 +source_primary_key,source primary key,source_primary_key,,,dataset_id,oboe-core:Identifier,SIO:SIO_000757,,,traits.build-methods,,,,,,,source_primary_citation,,,,,,,,,,,,,Citation key for the primary source in `sources`. The key is typically formatted as `Surname_year`.,,http://www.w3.org/2001/XMLSchema#string,01 February 2024 +source_primary_citation,source primary citation,source_primary_citation,,,,dcterms:bibliographic citation,SIO:SIO_000757,,,traits.build-methods,,,,dataset,,source_primary_key,,,,,,,,,,,,,,Citation for the primary source. This detail is generated from the primary source in the metadata.,,http://www.w3.org/2001/XMLSchema#string,01 February 2024 +source_secondary_key,source secondary key,source_secondary_key,,,,oboe-core:Identifier,SIO:SIO_000757,,,traits.build-methods,,,,,,,source_secondary_citation,,,,,,,,,,,,,Citation key for the secondary source in `sources`. The key is typically formatted as `Surname_year`.,,http://www.w3.org/2001/XMLSchema#string,01 February 2024 +source_secondary_citation,source secondary citation,source_secondary_citation,,,,dcterms:bibliographic citation,SIO:SIO_000757,,,traits.build-methods,,,,dataset,,source_secondary_key,,,,,,,,,,,,,,Citations for the secondary source. This detail is generated from the secondary source in the metadata.,,http://www.w3.org/2001/XMLSchema#string,01 February 2024 +source_original_dataset_key,source original dataset key,source_original_dataset_key,,,source_id,oboe-core:Identifier,SIO:SIO_000757,,,traits.build-methods,,,,,,,source_original_dataset_citation,,,,,,,,,,,,,"Citation key for the original dataset_id in sources, for compilations. The key is typically formatted as `Surname_year`.",,http://www.w3.org/2001/XMLSchema#string,01 February 2024 +source_original_dataset_citation,source original dataset citation,source_original_dataset_citation,,,,dcterms:bibliographic citation,SIO:SIO_000757,,,traits.build-methods,,,,observations_from_source,,source_original_dataset_key,,,,,,,,,,,,,,"Citations for the original dataset_id in sources, for compilationse. This detail is generated from the original source in the metadata.",,http://www.w3.org/2001/XMLSchema#string,01 February 2024 +contributor,contributor,contributor,,,dcterms:contributor,,SIO:SIO_000757,,,traits.build-contributors; traits.build-methods,,,,,observations_from_dataset,,,,,,,,,,,,,,,A person contributing to a dataset.,,http://www.w3.org/2001/XMLSchema#string,01 February 2024 +assistants,assistants,assistants,,,gdmt:RelatedPerson,dcterms:contributor,SIO:SIO_000757,,,traits.build-methods,,,,,,,,,,,,,,contributor,,,,,,People who played a more minor role in data collection for the study.,,http://www.w3.org/2001/XMLSchema#string,01 February 2024 +dataset_curators,dataset curators,dataset_curators,,,gdmt:DataCurator,dcterms:contributor,SIO:SIO_000757,,,traits.build-methods,,,,,,,,,,,,,,contributor,,,,,,Database team member(s) who contacted the data collectors and added the study to the database repository.,,http://www.w3.org/2001/XMLSchema#string,01 February 2024 +data_collectors,data collectors,data_collectors,,,gdmt:DataCollector,dcterms:contributor,SIO:SIO_000757,,,traits.build-contributors; traits.build-methods,,,,,,ORCID; given_name; last_name,,,,affiliation; additional_role,,,,contributor,,,,,,Person contributing to a dataset as a data collector.,,http://www.w3.org/2001/XMLSchema#string,01 February 2024 +last_name,last name,last_name,,,obo:IAO_0020017,oboe-core:Identifier,SIO:SIO_000757,,,traits.build-contributors,,,,,,,contributor,,,,,,,,,,,,,Last name of the data collector.,,http://www.w3.org/2001/XMLSchema#Name,01 February 2024 +given_name,given name,given_name,,,obo:IAO_0020016,oboe-core:Identifier,SIO:SIO_000757,,,traits.build-contributors,,,,,,,contributor,,,,,,,,,,,,,Given names of the data collector.,,http://www.w3.org/2001/XMLSchema#Name,01 February 2024 +ORCID,ORCID identifier,ORCID,,,obo:IAO_0000708,oboe-core:Identifier,SIO:SIO_000757,,,traits.build-contributors,,,,,,,contributor,,,,,,,,,,,,,"ORCID (Open Researcher and Contributor ID) for the data collector, if available.",,http://www.w3.org/2001/XMLSchema#anyURI,01 February 2024 +affiliation,affiliation,affiliation,,,gdmt:hasContributorAffiliation ,,SIO:SIO_000757,,,traits.build-contributors,,,,,,,,,,,contributor,,,,,,,,,Affiliation of data collector.,,http://www.w3.org/2001/XMLSchema#string,01 February 2024 +additional_role,additional role,additional_role,,,gdmt:ContributorRole,,SIO:SIO_000757,,,traits.build-contributors,,,,,,,,,,,contributor,,,,,,,,,"Any additional roles the data collector had in the study, a field most frequently used to identify which data contributor is the contact person for the dataset.",,http://www.w3.org/2001/XMLSchema#string,01 February 2024 +taxonomic_dataset,taxonomic dataset,taxonomic_dataset,,,dwc:nomenclaturalCode,,SIO:SIO_000757,,,traits.build-taxa,,,,,,,,,,,,,taxon_name,,,,,,,"Name of the taxonomy (tree) that contains this concept. ie. APC, AusMoss etc.",,http://www.w3.org/2001/XMLSchema#string,01 February 2024 +taxon_rank,taxon rank,taxon_rank,,,dwc:taxonRank,,SIO:SIO_000757,,,traits.build-taxa,,,,,,,,,,,,,taxon_name,,,,,,,The taxonomic rank of the most specific name in the scientific name.,This is to clarify cases where information is not given on a species level.,http://www.w3.org/2001/XMLSchema#string,01 February 2024 +trinomial,trinomial,trinomial,,,,rdfs:label; skos:prefLabel,SIO:SIO_000757,,dwc:infraspecificEpithet,traits.build-taxa,,,,,,,,,taxon,,,,,,,,,,,The infraspecific taxon name match for an original name. This column is assigned `na` for taxon name that are at a broader taxonomic_resolution.,,http://www.w3.org/2001/XMLSchema#string,01 February 2024 +binomial,binomial,binomial,,,,rdfs:label; skos:prefLabel,SIO:SIO_000757,,dwc:specificEpithet,traits.build-taxa,,,,,,,,,taxon,,,,,,,,,,,The species-level taxon name match for an original name. This column is assigned `na` for taxon name that are at a broader taxonomic_resolution.,,http://www.w3.org/2001/XMLSchema#string,01 February 2024 +genus,genus,genus,,,dwc:genus,rdfs:label; skos:prefLabel,SIO:SIO_000757,,,traits.build-taxa,,,,,,,,,taxon,,,,,,,,,,,Genus of the taxon without authorship.,,http://www.w3.org/2001/XMLSchema#string,01 February 2024 +family,family,family,,,dwc:family,rdfs:label; skos:prefLabel,SIO:SIO_000757,,,traits.build-taxa,,,,,,,,,taxon,,,,,,,,,,,Family of the taxon.,,http://www.w3.org/2001/XMLSchema#string,01 February 2024 +taxon_distribution,taxon distribution,taxon_distribution,,,,,SIO:SIO_000757,,,traits.build-taxa,,,,,,,,,,,,,taxon,,,,,,,"Known distribution of the taxon, by Australian state.",,http://www.w3.org/2001/XMLSchema#string,01 February 2024 +establishment_means,establishment means,establishment_means,,,dwc:establishmentMeans,,SIO:SIO_000757,,,traits.build-taxa,,,,,,,,,,,,,taxon,,,,,,,Statement about whether an organism or organisms have been introduced to a given place and time through the direct or indirect activity of modern humans.,,http://www.w3.org/2001/XMLSchema#string,01 February 2024 +taxonomic_status,taxonomic status,taxonomic_status,,,dwc:taxonomicStatus,,SIO:SIO_000757,,,traits.build-taxa,,,,,,,,,,,,,taxon_name,,,,,,,The status of the use of the scientificName as a label for the taxon in regard to the 'accepted (or valid) taxonomy'. The assigned taxonomic status must be linked to a specific taxonomic reference that defines the concept.,,http://www.w3.org/2001/XMLSchema#string,01 February 2024 +scientific_name,scientific name,scientific_name,,,dwc:scientificName,,SIO:SIO_000757,,,traits.build-taxa,,,,,,scientific_name_id,taxon,,,,,,,,,,,,,"The full scientific name, with authorship and date information if known.",,http://www.w3.org/2001/XMLSchema#string,01 February 2024 +taxon_id,taxon id,taxon_id,,,dwc:taxonID,oboe-core:Identifier,SIO:SIO_000757,,,traits.build-taxa,,,,,,,taxon_name,,,,,,,,,,,,,An identifier for the set of taxon information (data associated with the taxon class). May be a global unique identifier or an identifier specific to the data set. Must be resolvable within this dataset.,,http://www.w3.org/2001/XMLSchema#anyURI,01 February 2024 +scientific_name_id,scientific name id,scientific_name_id,,,dwc:scientificNameID,oboe-core:Identifier,SIO:SIO_000757,,,traits.build-taxa,,,,,,,scientific_name,,,,,,,,,,,,,An identifier for the set of taxon information (data associated with the taxon class). May be a global unique identifier or an identifier specific to the data set. Must be resolvable within this dataset.,,http://www.w3.org/2001/XMLSchema#anyURI,01 February 2024 +taxon,taxon,taxon,,,dwc:Taxon,oboe-core:Characteristic,SIO:SIO_000757,,,traits.build-taxa,,,,,,taxon_name; scientific_name; scientific_name_id; taxon_id,,original_name; trinomial; binomial; genus; family,,,,taxon_distribution; establishment_means,,,,,,,,A group of organisms assumed to form a homogeneous unit with regard to associated trait measurements.,,http://www.w3.org/2001/XMLSchema#string,01 February 2024 +aligned_name,aligned name,aligned_name,,,,rdfs:label; skos:prefLabel,SIO:SIO_000757,,,traits.build-taxonomic_updates,,,,,,,,,,,,taxonomic_resolution,,,taxon_name,original_name,,,,"The taxon name without authorship after implementing automated syntax standardisation and spelling changes as well as manually encoded syntax alignments for this taxon in the metadata file for the corresponding `dataset_id`. This name has not yet been matched to the currently accepted (botanical) or valid (zoological) taxon name in cases where there are taxonomic synonyms, isonyms, orthographic variants, etc.",,http://www.w3.org/2001/XMLSchema#string,01 February 2024 +taxonomic_resolution,taxonomic resolution,taxonomic_resolution,,,,,SIO:SIO_000757,,dwc:taxonRank,traits.build-taxonomic_updates,,,,,,,,,,,,,aligned_name,,,,,,,The rank of the most specific taxon name (or scientific name) to which a submitted orignal name resolves.,,http://www.w3.org/2001/XMLSchema#string,01 February 2024 +trait,trait concept,trait,,,oboe-core:Standard,,SIO:SIO_000757,,,traits.build-definitions,,,,,,trait_concept_URI,,,,trait_name; label,,allowed_values_max; allowed_values_min; allowed_values_levels; units; type,,,,,,,,"A collection of trait values pertaining to a distinct characteristic of a specific part of an organism (cell, tissue, organ, or whole organism).",,http://www.w3.org/2001/XMLSchema#string,01 February 2024 +trait_concept_URI,trait identifier,trait_concept_URI,,,ets:traitID; dcterms:identifier,,SIO:SIO_000757,,,traits.build-definitions,,,,,,,trait,,,,,,,,,,,,,"Unique identifier of the trait according to a public ontology, or a user-provided thesaurus of traits.",,http://www.w3.org/2001/XMLSchema#anyURI,01 February 2024 +label,label,label,,,rdfs:label; skos:prefLabel; ets:trait,,SIO:SIO_000757,,,traits.build-definitions,,,,,trait,,,,,,,,,,,,,,,A concise English label for the trait.,,http://www.w3.org/2001/XMLSchema#string,01 February 2024 +description,description,description,,,ets:traitDescription; dcterms:description,,SIO:SIO_000757,,,traits.build-definitions,,,,,,,,,,,trait,,,,,,,,,"A short description, generally ranging from 1-3 sentences that clearly indicates the trait’s scope. ",,http://www.w3.org/2001/XMLSchema#string,01 February 2024 +comments,comments,comments,,,rdfs:comment; ets:comments,,SIO:SIO_000757,,,traits.build-definitions,,,,,,,,,,,trait,,,,,,,,,Additional notes about the scope of the trait or acceptable methods. ,,http://www.w3.org/2001/XMLSchema#string,01 February 2024 +allowed_values_max,max allowed values,allowed_values_max,,,ets:maxAllowedValue,,SIO:SIO_000757,,,traits.build-definitions,,,,,,,,,,,,,trait,,,,,,,An upper boundary for accepted numerical values.,,http://www.w3.org/2001/XMLSchema#decimal,01 February 2024 +allowed_values_min,min allowed values,allowed_values_min,,,ets:minAllowedValue,,SIO:SIO_000757,,,traits.build-definitions,,,,,,,,,,,,,trait,,,,,,,A lower boundary for accepted numerical values.,,http://www.w3.org/2001/XMLSchema#decimal,01 February 2024 +units,units,units,,,ets:expectedUnit,,SIO:SIO_000757,,,traits.build-definitions,,,,,,,,,,,,,trait,,,,,,,"The preferred units for the trait, conforming to the Unified Code for Units of Measure (UCUM). There are often two entries for units, one that is a string and the second which links to a units of measurement axiom.",,http://www.w3.org/2001/XMLSchema#string,01 February 2024 +allowed_values_levels,allowed categorical values,allowed_values_levels,,,skos:narrower; ets:factorLevels,,SIO:SIO_000757,,,traits.build-definitions,,,,,,,,,,,,,trait,,,,,,,"Allowed trait values for a categorical trait, including a brief description of the value.",,http://www.w3.org/2001/XMLSchema#string,01 February 2024 +type,type,type,,,ets:valueType,,SIO:SIO_000757,,,traits.build-definitions,,,,,,,,,,,,,trait,,,,,,,"Type of trait, specifying if traits are categorical, numeric, or ordinal.",,http://www.w3.org/2001/XMLSchema#string,01 February 2024 diff --git a/ontology/data/traits.build_resource.csv b/ontology/data/traits.build_resource.csv index 2652687c..6eb29987 100644 --- a/ontology/data/traits.build_resource.csv +++ b/ontology/data/traits.build_resource.csv @@ -10,5 +10,5 @@ Subject,Predicate,Object ,,"""Daniel Falster""" ,,"""Elizabeth Wenk""" ,,"""Sophie Yang""" -,,"""01/02/24^^""" +,,"""01 February 2024^^""" ,, diff --git a/ontology/traits.build.qmd b/ontology/index.qmd similarity index 89% rename from ontology/traits.build.qmd rename to ontology/index.qmd index 416da2f6..a9fc25f0 100644 --- a/ontology/traits.build.qmd +++ b/ontology/index.qmd @@ -267,28 +267,32 @@ remaining <- remaining %>% filter(!Subject %in% organised_tmp$Subject) +# create vector that includes columns already displayed, to avoid column names like `dataset_id` appearing many times in website +terms_already_displayed <- vector() + # split triples table by `row_n` to retain tables in same sequence as traits.build schema and traits.build output database_columns_sub_0 <- split(database_columns, database_columns$row_n) for (i in seq_along(1:length(database_columns_sub_0))) { table_label <- database_tables$Subject_labels[match(names(database_columns_sub_0)[[i]] %>% as.numeric(), database_tables$row_n)] - - writeLines(sprintf('\n\n ### %s ', table_label)) - + table_label_alt <- database_tables$alt_label[match(names(database_columns_sub_0)[[i]] %>% as.numeric(), database_tables$row_n)] + # create vector of terms within each table from traits.build schema, to keep terms in order column_seq_vec <- - y$austraits$elements[[table_label]]$elements %>% + y$austraits$elements[[table_label_alt]]$elements %>% names() %>% as.vector() - # create vector of terms within ontology that are matched to the specific table; use `altLabel` since that matches schema + column_seq_vec <- column_seq_vec %>% subset(! column_seq_vec %in% terms_already_displayed) + + # create vector of terms within ontology that are matched to the specific table; use `altLabel` since that matches schema alt_column_labels <- database_columns_sub_0[[i]] %>% filter(predicate_tmp == "http://www.w3.org/2004/02/skos/core#altLabel") %>% select(table_label = object_tmp, subject_tmp) - # amend above list, to add ontology terms (as in `trait_value` instead of `value) and fiter so that it only includes terms not also in schema + # amend above list, to add ontology terms (as in `trait_value` instead of `value) and filter so that it only includes terms not also in schema columns_extra <- database_columns_sub_0[[i]] %>% distinct(subject_tmp) %>% @@ -299,9 +303,17 @@ for (i in seq_along(1:length(database_columns_sub_0))) { columns_extra <- columns_extra$subject_tmp %>% as.vector() + columns_extra <- columns_extra %>% subset(! columns_extra %in% terms_already_displayed) + # create a single vector with schema terms + any extras from ontology - column_seq_vec <- c(column_seq_vec, columns_extra) - + column_seq_vec <- c(column_seq_vec, columns_extra) + + # only print table label if there are terms to print + + if (length(column_seq_vec) != 0) { + writeLines(sprintf('\n\n### %s ', table_label)) + } + # rename terms from schema to names from ontology column_seq <- database_columns_sub_0[[i]]$Subject_labels[match(column_seq_vec,database_columns_sub_0[[i]]$object_tmp)] %>% @@ -320,22 +332,31 @@ for (i in seq_along(1:length(database_columns_sub_0))) { database_columns_sub_0[[i]] <- database_columns_sub_0[[i]] %>% dplyr::left_join(column_seq) %>% - dplyr::arrange(row_n) # arranging by row number, but I think this is overwritten by `split` + # arranging by row number, but I think this is overwritten by `split` + dplyr::arrange(row_n) %>% + # omit terms that have already appeared as part of a different table's output + dplyr::filter(!database_columns_sub_0[[i]]$subject_tmp %in% terms_already_displayed) # split triples pertaining to a specific table's terms, based on the sequence of columns in traits.build output # needs to use numbers, because `split` re-alphabetises input based on split term database_columns_sub <- split(database_columns_sub_0[[i]], database_columns_sub_0[[i]]$row_n_col) - for (j in seq_along(1:length(database_columns_sub))) { - - # creating header makes anchor using header name. Also create an anchor using identifier - term_to_display <- database_columns_sub[[j]]$Subject_labels[1] - anchor <- paste0(base_url, database_columns_sub[[j]]$subject_tmp[1]) - writeLines(sprintf('\n\n \n\n### %s ', anchor, term_to_display)) - thisterm <- column_seq$term[[j]] + if (length(column_seq_vec) != 0) { - create_term_table(thisterm, database_columns_sub[[j]]) %>% - print_table() + for (j in seq_along(1:length(database_columns_sub))) { + + # creating header makes anchor using header name. Also create an anchor using identifier + term_to_display <- database_columns_sub[[j]]$Subject_labels[1] + anchor <- paste0(base_url, database_columns_sub[[j]]$subject_tmp[1]) + writeLines(sprintf('\n\n \n\n### %s ', anchor, term_to_display)) + thisterm <- column_seq$term[[j]] + + create_term_table(thisterm, database_columns_sub[[j]]) %>% + print_table() + + terms_already_displayed <- unique(c(terms_already_displayed, database_columns_sub_0[[i]]$subject_tmp)) + terms_already_displayed + } } } ``` diff --git a/ontology/output/ontology/build_triples.csv b/ontology/output/ontology/build_triples.csv index aa9192b6..a5f7f172 100644 --- a/ontology/output/ontology/build_triples.csv +++ b/ontology/output/ontology/build_triples.csv @@ -8,7 +8,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,"""traits table""@en",.,http://www.w3.org/2000/01/rdf-schema#label,traits table,traits.build-traits,label,traits table,traits table ,,"""A table containing measurements of traits.""@en",.,http://purl.org/dc/terms/description,A table containing measurements of traits.,traits.build-traits,description,A table containing measurements of traits.,traits table ,,"""Includes information that must be recorded at the Measurement or Observation level.""@en",.,http://www.w3.org/2000/01/rdf-schema#comment,Includes information that must be recorded at the Measurement or Observation level.,traits.build-traits,comment,Includes information that must be recorded at the Measurement or Observation level.,traits table -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,traits.build-traits,created,02/01/24,traits table +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,traits.build-traits,created,01 February 2024,traits table ,,,.,http://www.w3.org/2002/07/owl#sameAs,http://terminologies.gfbio.org/terms/ETS/Traitdata,traits.build-traits,sameAs,Traitdata,traits table ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,traits.build-traits,is in scheme,traits.build database,traits table ,,"""contexts table""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,contexts table,traits.build-contexts,preferred label,contexts table,contexts table @@ -16,7 +16,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://semanticscience.org/resource/SIO_000602,http://semanticscience.org/resource/SIO_000754,traits.build-contexts,computational entity,database table,contexts table ,,"""contexts table""@en",.,http://www.w3.org/2000/01/rdf-schema#label,contexts table,traits.build-contexts,label,contexts table,contexts table ,,"""A table containing observations of contextual characteristics associated with information in `traits`. Cross referencing between the two dataframes is possible using combinations of the variables `dataset_id`, `link_id`, and `link_vals`.""@en",.,http://purl.org/dc/terms/description,"A table containing observations of contextual characteristics associated with information in `traits`. Cross referencing between the two dataframes is possible using combinations of the variables `dataset_id`, `link_id`, and `link_vals`.",traits.build-contexts,description,"A table containing observations of contextual characteristics associated with information in `traits`. Cross referencing between the two dataframes is possible using combinations of the variables `dataset_id`, `link_id`, and `link_vals`.",contexts table -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,traits.build-contexts,created,02/01/24,contexts table +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,traits.build-contexts,created,01 February 2024,contexts table ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,traits.build-contexts,is in scheme,traits.build database,contexts table ,,"""locations table""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,locations table,traits.build-locations,preferred label,locations table,locations table ,,"""locations""@en",.,http://www.w3.org/2004/02/skos/core#altLabel,locations,traits.build-locations,alternative label,locations,locations table @@ -25,7 +25,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,"""locations table""@en",.,http://www.w3.org/2000/01/rdf-schema#label,locations table,traits.build-locations,label,locations table,locations table ,,"""A table containing observations of location/site characteristics associated with information in `traits`. Cross referencing between the two dataframes is possible using combinations of the variables `dataset_id`, `location_name`.""@en",.,http://purl.org/dc/terms/description,"A table containing observations of location/site characteristics associated with information in `traits`. Cross referencing between the two dataframes is possible using combinations of the variables `dataset_id`, `location_name`.",traits.build-locations,description,"A table containing observations of location/site characteristics associated with information in `traits`. Cross referencing between the two dataframes is possible using combinations of the variables `dataset_id`, `location_name`.",locations table ,,"""Includes information about Location properties.""@en",.,http://www.w3.org/2000/01/rdf-schema#comment,Includes information about Location properties.,traits.build-locations,comment,Includes information about Location properties.,locations table -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,traits.build-locations,created,02/01/24,locations table +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,traits.build-locations,created,01 February 2024,locations table ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,traits.build-locations,is in scheme,traits.build database,locations table ,,"""methods table""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,methods table,traits.build-methods,preferred label,methods table,methods table ,,"""methods""@en",.,http://www.w3.org/2004/02/skos/core#altLabel,methods,traits.build-methods,alternative label,methods,methods table @@ -33,21 +33,21 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://www.w3.org/2004/02/skos/core#relatedMatch,http://terminologies.gfbio.org/terms/ETS/MeasurementOrFact,traits.build-methods,has related match,MeasurementOrFact,methods table ,,"""methods table""@en",.,http://www.w3.org/2000/01/rdf-schema#label,methods table,traits.build-methods,label,methods table,methods table ,,"""A table containing details on methods with which data were collected, including time frame and source. Cross referencing with the `traits` table is possible using combinations of the variables `dataset_id`, `trait_name`.""@en",.,http://purl.org/dc/terms/description,"A table containing details on methods with which data were collected, including time frame and source. Cross referencing with the `traits` table is possible using combinations of the variables `dataset_id`, `trait_name`.",traits.build-methods,description,"A table containing details on methods with which data were collected, including time frame and source. Cross referencing with the `traits` table is possible using combinations of the variables `dataset_id`, `trait_name`.",methods table -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,traits.build-methods,created,02/01/24,methods table +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,traits.build-methods,created,01 February 2024,methods table ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,traits.build-methods,is in scheme,traits.build database,methods table ,,"""excluded data table""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,excluded data table,traits.build-excluded_data,preferred label,excluded data table,excluded data table ,,"""excluded_data""@en",.,http://www.w3.org/2004/02/skos/core#altLabel,excluded_data,traits.build-excluded_data,alternative label,excluded_data,excluded data table ,,,.,http://semanticscience.org/resource/SIO_000602,http://semanticscience.org/resource/SIO_000754,traits.build-excluded_data,computational entity,database table,excluded data table ,,"""excluded data table""@en",.,http://www.w3.org/2000/01/rdf-schema#label,excluded data table,traits.build-excluded_data,label,excluded data table,excluded data table ,,"""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.""@en",.,http://purl.org/dc/terms/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.",traits.build-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.",excluded data table -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,traits.build-excluded_data,created,02/01/24,excluded data table +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,traits.build-excluded_data,created,01 February 2024,excluded data table ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,traits.build-excluded_data,is in scheme,traits.build database,excluded data table ,,"""taxonomic updates table""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,taxonomic updates table,traits.build-taxonomic_updates,preferred label,taxonomic updates table,taxonomic updates table ,,"""taxonomic_updates""@en",.,http://www.w3.org/2004/02/skos/core#altLabel,taxonomic_updates,traits.build-taxonomic_updates,alternative label,taxonomic_updates,taxonomic updates table ,,,.,http://semanticscience.org/resource/SIO_000602,http://semanticscience.org/resource/SIO_000754,traits.build-taxonomic_updates,computational entity,database table,taxonomic updates table ,,"""taxonomic updates table""@en",.,http://www.w3.org/2000/01/rdf-schema#label,taxonomic updates table,traits.build-taxonomic_updates,label,taxonomic updates table,taxonomic updates table ,,"""A table of all taxonomic changes implemented in the construction of AusTraits. Changes are determined by comparing the originally submitted taxon name against the taxonomic names listed in the taxonomic reference files, best placed in a subfolder in the `config` folder . Cross referencing with the `traits` table is possible using combinations of the variables `dataset_id` and `taxon_name`.""@en",.,http://purl.org/dc/terms/description,"A table of all taxonomic changes implemented in the construction of AusTraits. Changes are determined by comparing the originally submitted taxon name against the taxonomic names listed in the taxonomic reference files, best placed in a subfolder in the `config` folder . Cross referencing with the `traits` table is possible using combinations of the variables `dataset_id` and `taxon_name`.",traits.build-taxonomic_updates,description,"A table of all taxonomic changes implemented in the construction of AusTraits. Changes are determined by comparing the originally submitted taxon name against the taxonomic names listed in the taxonomic reference files, best placed in a subfolder in the `config` folder . Cross referencing with the `traits` table is possible using combinations of the variables `dataset_id` and `taxon_name`.",taxonomic updates table -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,traits.build-taxonomic_updates,created,02/01/24,taxonomic updates table +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,traits.build-taxonomic_updates,created,01 February 2024,taxonomic updates table ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,traits.build-taxonomic_updates,is in scheme,traits.build database,taxonomic updates table ,,"""taxa table""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,taxa table,traits.build-taxa,preferred label,taxa table,taxa table ,,"""taxa""@en",.,http://www.w3.org/2004/02/skos/core#altLabel,taxa,traits.build-taxa,alternative label,taxa,taxa table @@ -55,7 +55,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://semanticscience.org/resource/SIO_000602,http://semanticscience.org/resource/SIO_000754,traits.build-taxa,computational entity,database table,taxa table ,,"""taxa table""@en",.,http://www.w3.org/2000/01/rdf-schema#label,taxa table,traits.build-taxa,label,taxa table,taxa table ,,"""A table containing details on taxa associated with information in `traits`. Whenever possible, this information is sourced from curated taxon lists that include identifiers for each taxon. The information compiled in this table is released under a CC-BY3 license. Cross referencing between the two dataframes is possible using combinations of the variable `taxon_name`.""@en",.,http://purl.org/dc/terms/description,"A table containing details on taxa associated with information in `traits`. Whenever possible, this information is sourced from curated taxon lists that include identifiers for each taxon. The information compiled in this table is released under a CC-BY3 license. Cross referencing between the two dataframes is possible using combinations of the variable `taxon_name`.",traits.build-taxa,description,"A table containing details on taxa associated with information in `traits`. Whenever possible, this information is sourced from curated taxon lists that include identifiers for each taxon. The information compiled in this table is released under a CC-BY3 license. Cross referencing between the two dataframes is possible using combinations of the variable `taxon_name`.",taxa table -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,traits.build-taxa,created,02/01/24,taxa table +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,traits.build-taxa,created,01 February 2024,taxa table ,,,.,http://www.w3.org/2002/07/owl#sameAs,http://terminologies.gfbio.org/terms/ETS/Taxon,traits.build-taxa,sameAs,Taxon,taxa table ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,traits.build-taxa,is in scheme,traits.build database,taxa table ,,"""contributors table""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,contributors table,traits.build-contributors,preferred label,contributors table,contributors table @@ -63,14 +63,14 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://semanticscience.org/resource/SIO_000602,http://semanticscience.org/resource/SIO_000754,traits.build-contributors,computational entity,database table,contributors table ,,"""contributors table""@en",.,http://www.w3.org/2000/01/rdf-schema#label,contributors table,traits.build-contributors,label,contributors table,contributors table ,,"""A table of people contributing to each study.""@en",.,http://purl.org/dc/terms/description,A table of people contributing to each study.,traits.build-contributors,description,A table of people contributing to each study.,contributors table -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,traits.build-contributors,created,02/01/24,contributors table +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,traits.build-contributors,created,01 February 2024,contributors table ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,traits.build-contributors,is in scheme,traits.build database,contributors table ,,"""sources table""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,sources table,traits.build-sources,preferred label,sources table,sources table ,,"""sources""@en",.,http://www.w3.org/2004/02/skos/core#altLabel,sources,traits.build-sources,alternative label,sources,sources table ,,,.,http://semanticscience.org/resource/SIO_000602,http://semanticscience.org/resource/SIO_000754,traits.build-sources,computational entity,database table,sources table ,,"""sources table""@en",.,http://www.w3.org/2000/01/rdf-schema#label,sources table,traits.build-sources,label,sources table,sources table ,,"""A list containing citation details for all database sources.""@en",.,http://purl.org/dc/terms/description,A list containing citation details for all database sources.,traits.build-sources,description,A list containing citation details for all database sources.,sources table -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,traits.build-sources,created,02/01/24,sources table +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,traits.build-sources,created,01 February 2024,sources table ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,traits.build-sources,is in scheme,traits.build database,sources table ,,"""definitions table""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,definitions table,traits.build-definitions,preferred label,definitions table,definitions table ,,"""definitions""@en",.,http://www.w3.org/2004/02/skos/core#altLabel,definitions,traits.build-definitions,alternative label,definitions,definitions table @@ -78,7 +78,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://semanticscience.org/resource/SIO_000602,http://semanticscience.org/resource/SIO_000754,traits.build-definitions,computational entity,database table,definitions table ,,"""definitions table""@en",.,http://www.w3.org/2000/01/rdf-schema#label,definitions table,traits.build-definitions,label,definitions table,definitions table ,,"""A list containing trait concept descriptions used to build the database.""@en",.,http://purl.org/dc/terms/description,A list containing trait concept descriptions used to build the database.,traits.build-definitions,description,A list containing trait concept descriptions used to build the database.,definitions table -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,traits.build-definitions,created,02/01/24,definitions table +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,traits.build-definitions,created,01 February 2024,definitions table ,,,.,http://www.w3.org/2002/07/owl#sameAs,http://terminologies.gfbio.org/terms/ETS/Traitdata,traits.build-definitions,sameAs,Traitdata,definitions table ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,traits.build-definitions,is in scheme,traits.build database,definitions table ,,"""schema""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,schema,traits.build-schema,preferred label,schema,schema @@ -86,7 +86,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://semanticscience.org/resource/SIO_000602,http://semanticscience.org/resource/SIO_001330,traits.build-schema,computational entity,metadata,schema ,,"""schema""@en",.,http://www.w3.org/2000/01/rdf-schema#label,schema,traits.build-schema,label,schema,schema ,,"""A copy of the schema for all tables and terms. Information included here was used to process data and generate any documentation for the study.""@en",.,http://purl.org/dc/terms/description,A copy of the schema for all tables and terms. Information included here was used to process data and generate any documentation for the study.,traits.build-schema,description,A copy of the schema for all tables and terms. Information included here was used to process data and generate any documentation for the study.,schema -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,traits.build-schema,created,02/01/24,schema +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,traits.build-schema,created,01 February 2024,schema ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,traits.build-schema,is in scheme,traits.build database,schema ,,"""metadata table""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,metadata table,traits.build-metadata,preferred label,metadata table,metadata table ,,"""metadata""@en",.,http://www.w3.org/2004/02/skos/core#altLabel,metadata,traits.build-metadata,alternative label,metadata,metadata table @@ -94,14 +94,14 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://www.w3.org/2004/02/skos/core#closeMatch,http://terminologies.gfbio.org/terms/ETS/Metadata,traits.build-metadata,has close match,Metadata,metadata table ,,"""metadata table""@en",.,http://www.w3.org/2000/01/rdf-schema#label,metadata table,traits.build-metadata,label,metadata table,metadata table ,,"""A list containing database metadata.""@en",.,http://purl.org/dc/terms/description,A list containing database metadata.,traits.build-metadata,description,A list containing database metadata.,metadata table -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,traits.build-metadata,created,02/01/24,metadata table +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,traits.build-metadata,created,01 February 2024,metadata table ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,traits.build-metadata,is in scheme,traits.build database,metadata table ,,"""build info""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,build info,traits.build-build_info,preferred label,build info,build info ,,"""build_info""@en",.,http://www.w3.org/2004/02/skos/core#altLabel,build_info,traits.build-build_info,alternative label,build_info,build info ,,,.,http://semanticscience.org/resource/SIO_000602,http://semanticscience.org/resource/SIO_001330,traits.build-build_info,computational entity,metadata,build info ,,"""build info""@en",.,http://www.w3.org/2000/01/rdf-schema#label,build info,traits.build-build_info,label,build info,build info ,,"""A description of the computing environment used to create this version of the dataset, including version number, git commit and R session_info.""@en",.,http://purl.org/dc/terms/description,"A description of the computing environment used to create this version of the dataset, including version number, git commit and R session_info.",traits.build-build_info,description,"A description of the computing environment used to create this version of the dataset, including version number, git commit and R session_info.",build info -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,traits.build-build_info,created,02/01/24,build info +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,traits.build-build_info,created,01 February 2024,build info ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,traits.build-build_info,is in scheme,traits.build database,build info ,,"""dataset""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,dataset,dataset,preferred label,dataset,dataset ,,"""dataset""@en",.,http://www.w3.org/2004/02/skos/core#altLabel,dataset,dataset,alternative label,dataset,dataset @@ -110,7 +110,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,"""dataset""@en",.,http://www.w3.org/2000/01/rdf-schema#label,dataset,dataset,label,dataset,dataset ,,,.,http://semanticscience.org/resource/SIO_000673,https://w3id.org/traits.build/dataset_id,dataset,has unique identifier,dataset id,dataset ,,"""13 relational tables and lists containing all data about a dataset.""@en",.,http://purl.org/dc/terms/description,13 relational tables and lists containing all data about a dataset.,dataset,description,13 relational tables and lists containing all data about a dataset.,dataset -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,dataset,created,02/01/24,dataset +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,dataset,created,01 February 2024,dataset ,,,.,http://www.w3.org/2002/07/owl#sameAs,http://ecoinformatics.org/oboe/oboe.1.2/oboe-core.owl#ObservationCollection,dataset,sameAs,Observation Collection,dataset ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,dataset,is in scheme,traits.build database,dataset ,,"""observation""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,observation,observation,preferred label,observation,observation @@ -121,7 +121,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://semanticscience.org/resource/SIO_000673,https://w3id.org/traits.build/observation_id,observation,has unique identifier,observation id,observation ,,"""An Observation is a collection of measurements made at a single point in time. In traits.build it is the subset of rows within the traits data that are made on the same entity and share the same observation_id.""@en",.,http://purl.org/dc/terms/description,An Observation is a collection of measurements made at a single point in time. In traits.build it is the subset of rows within the traits data that are made on the same entity and share the same observation_id.,observation,description,An Observation is a collection of measurements made at a single point in time. In traits.build it is the subset of rows within the traits data that are made on the same entity and share the same observation_id.,observation ,,"""An observation is an assertion that an entity (e.g., biological organisms, geographic locations, or environmental features, among others) was observed by an observer. An observation primarily serves to group a set of measurements together into a single "observation event". Observations are often made within a broader context. The context of an observation is given by other observations, implying that an observed entity (and specifically each corresponding measurement) contextualizes another observed entity (and its corresponding measurements). For example, an observation associated with a location may serve as context for an observation associated with an organism. In this case, the observed characteristic values of the location (such as humidity) are assumed constant for the corresponding measurements of the organism.""@en",.,http://www.w3.org/2000/01/rdf-schema#comment,"An observation is an assertion that an entity (e.g., biological organisms, geographic locations, or environmental features, among others) was observed by an observer. An observation primarily serves to group a set of measurements together into a single "observation event". Observations are often made within a broader context. The context of an observation is given by other observations, implying that an observed entity (and specifically each corresponding measurement) contextualizes another observed entity (and its corresponding measurements). For example, an observation associated with a location may serve as context for an observation associated with an organism. In this case, the observed characteristic values of the location (such as humidity) are assumed constant for the corresponding measurements of the organism.",observation,comment,"An observation is an assertion that an entity (e.g., biological organisms, geographic locations, or environmental features, among others) was observed by an observer. An observation primarily serves to group a set of measurements together into a single "observation event". Observations are often made within a broader context. The context of an observation is given by other observations, implying that an observed entity (and specifically each corresponding measurement) contextualizes another observed entity (and its corresponding measurements). For example, an observation associated with a location may serve as context for an observation associated with an organism. In this case, the observed characteristic values of the location (such as humidity) are assumed constant for the corresponding measurements of the organism.",observation -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,observation,created,02/01/24,observation +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,observation,created,01 February 2024,observation ,,,.,http://www.w3.org/2002/07/owl#sameAs,http://ecoinformatics.org/oboe/oboe.1.2/oboe-core.owl#Observation,observation,sameAs,Observation,observation ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,observation,is in scheme,traits.build database,observation ,,"""observations from dataset""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,observations from dataset,observations_from_dataset,preferred label,observations from dataset,observations from dataset @@ -138,7 +138,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://semanticscience.org/resource/SIO_000673,https://w3id.org/traits.build/dataset_id,observations_from_dataset,has unique identifier,dataset id,observations from dataset ,,,.,http://ecoinformatics.org/oboe/oboe.1.2/oboe-core.owl#ofEntity,https://w3id.org/traits.build/dataset,observations_from_dataset,of entity,dataset,observations from dataset ,,"""Observation collection encompassing all observations that comprise a dataset.""@en",.,http://purl.org/dc/terms/description,Observation collection encompassing all observations that comprise a dataset.,observations_from_dataset,description,Observation collection encompassing all observations that comprise a dataset.,observations from dataset -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,observations_from_dataset,created,02/01/24,observations from dataset +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,observations_from_dataset,created,01 February 2024,observations from dataset ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,observations_from_dataset,is in scheme,traits.build database,observations from dataset ,,"""observations from source""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,observations from source,observations_from_source,preferred label,observations from source,observations from source ,,"""observations_from_source""@en",.,http://www.w3.org/2004/02/skos/core#altLabel,observations_from_source,observations_from_source,alternative label,observations_from_source,observations from source @@ -154,7 +154,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://semanticscience.org/resource/SIO_000673,https://w3id.org/traits.build/source_id,observations_from_source,has unique identifier,source id,observations from source ,,,.,http://ecoinformatics.org/oboe/oboe.1.2/oboe-core.owl#ofEntity,https://w3id.org/traits.build/source_primary_citation,observations_from_source,of entity,source primary citation,observations from source ,,"""Observation collection encompassing all observations for a single published or unpublished source.""@en",.,http://purl.org/dc/terms/description,Observation collection encompassing all observations for a single published or unpublished source.,observations_from_source,description,Observation collection encompassing all observations for a single published or unpublished source.,observations from source -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,observations_from_source,created,02/01/24,observations from source +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,observations_from_source,created,01 February 2024,observations from source ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,observations_from_source,is in scheme,traits.build database,observations from source ,,"""observations of taxon""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,observations of taxon,observations_of_taxon,preferred label,observations of taxon,observations of taxon ,,"""observations_of_taxon""@en",.,http://www.w3.org/2004/02/skos/core#altLabel,observations_of_taxon,observations_of_taxon,alternative label,observations_of_taxon,observations of taxon @@ -166,7 +166,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://ecoinformatics.org/oboe/oboe.1.2/oboe-core.owl#ofEntity,https://w3id.org/traits.build/taxon,observations_of_taxon,of entity,taxon,observations of taxon ,,"""Observation collection encompassing all observations on a single taxon within a single dataset.""@en",.,http://purl.org/dc/terms/description,Observation collection encompassing all observations on a single taxon within a single dataset.,observations_of_taxon,description,Observation collection encompassing all observations on a single taxon within a single dataset.,observations of taxon ,,"""An observation collection is a container for a set of observations.""@en",.,http://www.w3.org/2000/01/rdf-schema#comment,An observation collection is a container for a set of observations.,observations_of_taxon,comment,An observation collection is a container for a set of observations.,observations of taxon -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,observations_of_taxon,created,02/01/24,observations of taxon +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,observations_of_taxon,created,01 February 2024,observations of taxon ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,observations_of_taxon,is in scheme,traits.build database,observations of taxon ,,"""observations at location""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,observations at location,observations_at_location,preferred label,observations at location,observations at location ,,"""observations_at_location""@en",.,http://www.w3.org/2004/02/skos/core#altLabel,observations_at_location,observations_at_location,alternative label,observations_at_location,observations at location @@ -180,7 +180,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://ecoinformatics.org/oboe/oboe.1.2/oboe-core.owl#ofEntity,https://w3id.org/traits.build/population,observations_at_location,of entity,population,observations at location ,,,.,http://ecoinformatics.org/oboe/oboe.1.2/oboe-core.owl#ofEntity,https://w3id.org/traits.build/individual,observations_at_location,of entity,individual,observations at location ,,"""Observation collection of location properties and organismal traits at a single location.""@en",.,http://purl.org/dc/terms/description,Observation collection of location properties and organismal traits at a single location.,observations_at_location,description,Observation collection of location properties and organismal traits at a single location.,observations at location -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,observations_at_location,created,02/01/24,observations at location +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,observations_at_location,created,01 February 2024,observations at location ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,observations_at_location,is in scheme,traits.build database,observations at location ,,"""observation of location""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,observation of location,observation_of_location,preferred label,observation of location,observation of location ,,"""observation_of_location""@en",.,http://www.w3.org/2004/02/skos/core#altLabel,observation_of_location,observation_of_location,alternative label,observation_of_location,observation of location @@ -191,7 +191,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://semanticscience.org/resource/SIO_000673,https://w3id.org/traits.build/location_id,observation_of_location,has unique identifier,location id,observation of location ,,,.,http://ecoinformatics.org/oboe/oboe.1.2/oboe-core.owl#ofEntity,https://w3id.org/traits.build/location,observation_of_location,of entity,location,observation of location ,,"""Observation of location properties at a single location.""@en",.,http://purl.org/dc/terms/description,Observation of location properties at a single location.,observation_of_location,description,Observation of location properties at a single location.,observation of location -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,observation_of_location,created,02/01/24,observation of location +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,observation_of_location,created,01 February 2024,observation of location ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,observation_of_location,is in scheme,traits.build database,observation of location ,,"""observations of population""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,observations of population,observations_of_population,preferred label,observations of population,observations of population ,,"""observations_of_population""@en",.,http://www.w3.org/2004/02/skos/core#altLabel,observations_of_population,observations_of_population,alternative label,observations_of_population,observations of population @@ -202,7 +202,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://semanticscience.org/resource/SIO_000673,https://w3id.org/traits.build/population_id,observations_of_population,has unique identifier,population id,observations of population ,,,.,http://ecoinformatics.org/oboe/oboe.1.2/oboe-core.owl#ofEntity,https://w3id.org/traits.build/population,observations_of_population,of entity,population,observations of population ,,"""Observation collection encompassing all observations on a single population.""@en",.,http://purl.org/dc/terms/description,Observation collection encompassing all observations on a single population.,observations_of_population,description,Observation collection encompassing all observations on a single population.,observations of population -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,observations_of_population,created,02/01/24,observations of population +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,observations_of_population,created,01 February 2024,observations of population ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,observations_of_population,is in scheme,traits.build database,observations of population ,,"""observations of individual""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,observations of individual,observations_of_individual,preferred label,observations of individual,observations of individual ,,"""observations_of_individual""@en",.,http://www.w3.org/2004/02/skos/core#altLabel,observations_of_individual,observations_of_individual,alternative label,observations_of_individual,observations of individual @@ -213,7 +213,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://semanticscience.org/resource/SIO_000673,https://w3id.org/traits.build/individual_id,observations_of_individual,has unique identifier,individual id,observations of individual ,,,.,http://ecoinformatics.org/oboe/oboe.1.2/oboe-core.owl#ofEntity,https://w3id.org/traits.build/individual,observations_of_individual,of entity,individual,observations of individual ,,"""Observation collection encompassing all observations on a single individual.""@en",.,http://purl.org/dc/terms/description,Observation collection encompassing all observations on a single individual.,observations_of_individual,description,Observation collection encompassing all observations on a single individual.,observations of individual -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,observations_of_individual,created,02/01/24,observations of individual +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,observations_of_individual,created,01 February 2024,observations of individual ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,observations_of_individual,is in scheme,traits.build database,observations of individual ,,"""observation of a treatment context""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,observation of a treatment context,observation_of_treatment_context,preferred label,observation of a treatment context,observation of a treatment context ,,"""observation_of_treatment_context""@en",.,http://www.w3.org/2004/02/skos/core#altLabel,observation_of_treatment_context,observation_of_treatment_context,alternative label,observation_of_treatment_context,observation of a treatment context @@ -226,7 +226,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://ecoinformatics.org/oboe/oboe.1.2/oboe-core.owl#ofEntity,https://w3id.org/traits.build/treatment,observation_of_treatment_context,of entity,treatment context,observation of a treatment context ,,"""Observation where entity is a context indicating experimental manipulations that might affect the trait values measured on an individual, population or species-level entities.""@en",.,http://purl.org/dc/terms/description,"Observation where entity is a context indicating experimental manipulations that might affect the trait values measured on an individual, population or species-level entities.",observation_of_treatment_context,description,"Observation where entity is a context indicating experimental manipulations that might affect the trait values measured on an individual, population or species-level entities.",observation of a treatment context ,,"""Examples include growing temperature, growing CO2 concentrations, and nutrient amendments.""@en",.,http://www.w3.org/2000/01/rdf-schema#comment,"Examples include growing temperature, growing CO2 concentrations, and nutrient amendments.",observation_of_treatment_context,comment,"Examples include growing temperature, growing CO2 concentrations, and nutrient amendments.",observation of a treatment context -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,observation_of_treatment_context,created,02/01/24,observation of a treatment context +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,observation_of_treatment_context,created,01 February 2024,observation of a treatment context ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,observation_of_treatment_context,is in scheme,traits.build database,observation of a treatment context ,,"""observation of plot context""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,observation of plot context,observation_of_plot_context,preferred label,observation of plot context,observation of plot context ,,"""observation_of_plot_context""@en",.,http://www.w3.org/2004/02/skos/core#altLabel,observation_of_plot_context,observation_of_plot_context,alternative label,observation_of_plot_context,observation of plot context @@ -238,7 +238,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://ecoinformatics.org/oboe/oboe.1.2/oboe-core.owl#characteristicFor,https://w3id.org/traits.build/plot_context_property,observation_of_plot_context,characteristic for,plot context property,observation of plot context ,,,.,http://ecoinformatics.org/oboe/oboe.1.2/oboe-core.owl#ofEntity,https://w3id.org/traits.build/plot,observation_of_plot_context,of entity,plot context,observation of plot context ,,"""Observation where entity is a category of context indicating variation across plots at a single location might affect the trait values measured on individual or population-level entities.""@en",.,http://purl.org/dc/terms/description,Observation where entity is a category of context indicating variation across plots at a single location might affect the trait values measured on individual or population-level entities.,observation_of_plot_context,description,Observation where entity is a category of context indicating variation across plots at a single location might affect the trait values measured on individual or population-level entities.,observation of plot context -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,observation_of_plot_context,created,02/01/24,observation of plot context +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,observation_of_plot_context,created,01 February 2024,observation of plot context ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,observation_of_plot_context,is in scheme,traits.build database,observation of plot context ,,"""observation of entity context""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,observation of entity context,observation_of_entity_context,preferred label,observation of entity context,observation of entity context ,,"""observation_of_entity_context""@en",.,http://www.w3.org/2004/02/skos/core#altLabel,observation_of_entity_context,observation_of_entity_context,alternative label,observation_of_entity_context,observation of entity context @@ -252,7 +252,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://ecoinformatics.org/oboe/oboe.1.2/oboe-core.owl#ofEntity,https://w3id.org/traits.build/population,observation_of_entity_context,of entity,population,observation of entity context ,,,.,http://ecoinformatics.org/oboe/oboe.1.2/oboe-core.owl#ofEntity,https://w3id.org/traits.build/taxon,observation_of_entity_context,of entity,taxon,observation of entity context ,,"""Observation where entity is a category of context indicating repeat observations have been made on an individual, population or species-level entity across time which might affect the entity's measured trait values.""@en",.,http://purl.org/dc/terms/description,"Observation where entity is a category of context indicating repeat observations have been made on an individual, population or species-level entity across time which might affect the entity's measured trait values.",observation_of_entity_context,description,"Observation where entity is a category of context indicating repeat observations have been made on an individual, population or species-level entity across time which might affect the entity's measured trait values.",observation of entity context -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,observation_of_entity_context,created,02/01/24,observation of entity context +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,observation_of_entity_context,created,01 February 2024,observation of entity context ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,observation_of_entity_context,is in scheme,traits.build database,observation of entity context ,,"""observation of temporal context""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,observation of temporal context,observation_of_temporal_context,preferred label,observation of temporal context,observation of temporal context ,,"""observation_of_temporal_context""@en",.,http://www.w3.org/2004/02/skos/core#altLabel,observation_of_temporal_context,observation_of_temporal_context,alternative label,observation_of_temporal_context,observation of temporal context @@ -265,7 +265,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://ecoinformatics.org/oboe/oboe.1.2/oboe-core.owl#ofEntity,https://w3id.org/traits.build/temporal_context,observation_of_temporal_context,of entity,temporal context,observation of temporal context ,,"""Observation where entity is a category of context indicating repeat observations have been made on a plot, which might affect the trait values measured on individual or population-level entities.""@en",.,http://purl.org/dc/terms/description,"Observation where entity is a category of context indicating repeat observations have been made on a plot, which might affect the trait values measured on individual or population-level entities.",observation_of_temporal_context,description,"Observation where entity is a category of context indicating repeat observations have been made on a plot, which might affect the trait values measured on individual or population-level entities.",observation of temporal context ,,"""Examples of temporal contexts are `sampling season`, `sampling time of day`, and sequential `observation numbers` without any linked categorical description.""@en",.,http://www.w3.org/2000/01/rdf-schema#comment,"Examples of temporal contexts are `sampling season`, `sampling time of day`, and sequential `observation numbers` without any linked categorical description.",observation_of_temporal_context,comment,"Examples of temporal contexts are `sampling season`, `sampling time of day`, and sequential `observation numbers` without any linked categorical description.",observation of temporal context -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,observation_of_temporal_context,created,02/01/24,observation of temporal context +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,observation_of_temporal_context,created,01 February 2024,observation of temporal context ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,observation_of_temporal_context,is in scheme,traits.build database,observation of temporal context ,,"""measurement""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,measurement,measurement,preferred label,measurement,measurement ,,"""measurement""@en",.,http://www.w3.org/2004/02/skos/core#altLabel,measurement,measurement,alternative label,measurement,measurement @@ -273,7 +273,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://semanticscience.org/resource/SIO_000602,http://semanticscience.org/resource/SIO_001187,measurement,computational entity,database row,measurement ,,"""measurement""@en",.,http://www.w3.org/2000/01/rdf-schema#label,measurement,measurement,label,measurement,measurement ,,"""A measurement is an assertion that a characteristic of an entity had a particular value with respect to an observation event.""@en",.,http://purl.org/dc/terms/description,A measurement is an assertion that a characteristic of an entity had a particular value with respect to an observation event.,measurement,description,A measurement is an assertion that a characteristic of an entity had a particular value with respect to an observation event.,measurement -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,measurement,created,02/01/24,measurement +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,measurement,created,01 February 2024,measurement ,,,.,http://www.w3.org/2002/07/owl#sameAs,http://ecoinformatics.org/oboe/oboe.1.2/oboe-core.owl#Measurement,measurement,sameAs,Measurement,measurement ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,measurement,is in scheme,traits.build database,measurement ,,"""trait measurement""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,trait measurement,trait_measurement,preferred label,trait measurement,trait measurement @@ -290,7 +290,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,"""trait measurement""@en",.,http://www.w3.org/2000/01/rdf-schema#label,trait measurement,trait_measurement,label,trait measurement,trait measurement ,,,.,http://ecoinformatics.org/oboe/oboe.1.2/oboe-core.owl#hasValue,https://w3id.org/traits.build/trait_value,trait_measurement,has value,value,trait measurement ,,"""A measurement made on a trait.""@en",.,http://purl.org/dc/terms/description,A measurement made on a trait.,trait_measurement,description,A measurement made on a trait.,trait measurement -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,trait_measurement,created,02/01/24,trait measurement +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,trait_measurement,created,01 February 2024,trait measurement ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,trait_measurement,is in scheme,traits.build database,trait measurement ,,"""measurement of location property""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,measurement of location property,measurement_of_location_property,preferred label,measurement of location property,measurement of location property ,,"""measurement_of_location_property""@en",.,http://www.w3.org/2004/02/skos/core#altLabel,measurement_of_location_property,measurement_of_location_property,alternative label,measurement_of_location_property,measurement of location property @@ -301,7 +301,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,"""measurement of location property""@en",.,http://www.w3.org/2000/01/rdf-schema#label,measurement of location property,measurement_of_location_property,label,measurement of location property,measurement of location property ,,,.,http://ecoinformatics.org/oboe/oboe.1.2/oboe-core.owl#hasValue,https://w3id.org/traits.build/locations_value,measurement_of_location_property,has value,location property value,measurement of location property ,,"""A measurement made on a location property.""@en",.,http://purl.org/dc/terms/description,A measurement made on a location property.,measurement_of_location_property,description,A measurement made on a location property.,measurement of location property -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,measurement_of_location_property,created,02/01/24,measurement of location property +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,measurement_of_location_property,created,01 February 2024,measurement of location property ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,measurement_of_location_property,is in scheme,traits.build database,measurement of location property ,,"""measurement of treatment context property""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,measurement of treatment context property,measurement_of_treatment_context_property,preferred label,measurement of treatment context property,measurement of treatment context property ,,"""measurement_of_treatment_context_property""@en",.,http://www.w3.org/2004/02/skos/core#altLabel,measurement_of_treatment_context_property,measurement_of_treatment_context_property,alternative label,measurement_of_treatment_context_property,measurement of treatment context property @@ -312,7 +312,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://semanticscience.org/resource/SIO_000673,https://w3id.org/traits.build/treatment_context_id,measurement_of_treatment_context_property,has unique identifier,treatment context id,measurement of treatment context property ,,,.,http://ecoinformatics.org/oboe/oboe.1.2/oboe-core.owl#hasValue,https://w3id.org/traits.build/contexts_value,measurement_of_treatment_context_property,has value,context property value,measurement of treatment context property ,,"""A measurement made on a treatment context property.""@en",.,http://purl.org/dc/terms/description,A measurement made on a treatment context property.,measurement_of_treatment_context_property,description,A measurement made on a treatment context property.,measurement of treatment context property -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,measurement_of_treatment_context_property,created,02/01/24,measurement of treatment context property +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,measurement_of_treatment_context_property,created,01 February 2024,measurement of treatment context property ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,measurement_of_treatment_context_property,is in scheme,traits.build database,measurement of treatment context property ,,"""measurement of plot context property""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,measurement of plot context property,measurement_of_plot_context_property,preferred label,measurement of plot context property,measurement of plot context property ,,"""measurement_of_plot_context_property""@en",.,http://www.w3.org/2004/02/skos/core#altLabel,measurement_of_plot_context_property,measurement_of_plot_context_property,alternative label,measurement_of_plot_context_property,measurement of plot context property @@ -322,7 +322,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,"""measurement of plot context property""@en",.,http://www.w3.org/2000/01/rdf-schema#label,measurement of plot context property,measurement_of_plot_context_property,label,measurement of plot context property,measurement of plot context property ,,,.,http://semanticscience.org/resource/SIO_000673,https://w3id.org/traits.build/plot_context_id,measurement_of_plot_context_property,has unique identifier,plot context id,measurement of plot context property ,,"""A measurement made on a plot context property.""@en",.,http://purl.org/dc/terms/description,A measurement made on a plot context property.,measurement_of_plot_context_property,description,A measurement made on a plot context property.,measurement of plot context property -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,measurement_of_plot_context_property,created,02/01/24,measurement of plot context property +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,measurement_of_plot_context_property,created,01 February 2024,measurement of plot context property ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,measurement_of_plot_context_property,is in scheme,traits.build database,measurement of plot context property ,,"""measurement of entity context property""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,measurement of entity context property,measurement_of_entity_context_property,preferred label,measurement of entity context property,measurement of entity context property ,,"""measurement_of_entity_context_property""@en",.,http://www.w3.org/2004/02/skos/core#altLabel,measurement_of_entity_context_property,measurement_of_entity_context_property,alternative label,measurement_of_entity_context_property,measurement of entity context property @@ -332,7 +332,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,"""measurement of entity context property""@en",.,http://www.w3.org/2000/01/rdf-schema#label,measurement of entity context property,measurement_of_entity_context_property,label,measurement of entity context property,measurement of entity context property ,,,.,http://semanticscience.org/resource/SIO_000673,https://w3id.org/traits.build/entity_context_id,measurement_of_entity_context_property,has unique identifier,entity context id,measurement of entity context property ,,"""A measurement made on an entity context property.""@en",.,http://purl.org/dc/terms/description,A measurement made on an entity context property.,measurement_of_entity_context_property,description,A measurement made on an entity context property.,measurement of entity context property -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,measurement_of_entity_context_property,created,02/01/24,measurement of entity context property +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,measurement_of_entity_context_property,created,01 February 2024,measurement of entity context property ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,measurement_of_entity_context_property,is in scheme,traits.build database,measurement of entity context property ,,"""measurement of temporal context property""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,measurement of temporal context property,measurement_of_temporal_context_property,preferred label,measurement of temporal context property,measurement of temporal context property ,,"""measurement_of_temporal_context_property""@en",.,http://www.w3.org/2004/02/skos/core#altLabel,measurement_of_temporal_context_property,measurement_of_temporal_context_property,alternative label,measurement_of_temporal_context_property,measurement of temporal context property @@ -342,7 +342,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,"""measurement of temporal context property""@en",.,http://www.w3.org/2000/01/rdf-schema#label,measurement of temporal context property,measurement_of_temporal_context_property,label,measurement of temporal context property,measurement of temporal context property ,,,.,http://semanticscience.org/resource/SIO_000673,https://w3id.org/traits.build/temporal_context_id,measurement_of_temporal_context_property,has unique identifier,temporal context id,measurement of temporal context property ,,"""A measurement made on a temporal context property.""@en",.,http://purl.org/dc/terms/description,A measurement made on a temporal context property.,measurement_of_temporal_context_property,description,A measurement made on a temporal context property.,measurement of temporal context property -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,measurement_of_temporal_context_property,created,02/01/24,measurement of temporal context property +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,measurement_of_temporal_context_property,created,01 February 2024,measurement of temporal context property ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,measurement_of_temporal_context_property,is in scheme,traits.build database,measurement of temporal context property ,,"""entity""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,entity,entity,preferred label,entity,entity ,,"""entity""@en",.,http://www.w3.org/2004/02/skos/core#altLabel,entity,entity,alternative label,entity,entity @@ -350,7 +350,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://semanticscience.org/resource/SIO_000602,http://semanticscience.org/resource/SIO_000756,entity,computational entity,database entry,entity ,,"""entity""@en",.,http://www.w3.org/2000/01/rdf-schema#label,entity,entity,label,entity,entity ,,"""An entity is an object (e.g., a tree, a community, an ecological process). Entities constitute the foci of observations, i.e., every observation is of exactly one entity.""@en",.,http://purl.org/dc/terms/description,"An entity is an object (e.g., a tree, a community, an ecological process). Entities constitute the foci of observations, i.e., every observation is of exactly one entity.",entity,description,"An entity is an object (e.g., a tree, a community, an ecological process). Entities constitute the foci of observations, i.e., every observation is of exactly one entity.",entity -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,entity,created,02/01/24,entity +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,entity,created,01 February 2024,entity ,,,.,http://www.w3.org/2002/07/owl#sameAs,http://ecoinformatics.org/oboe/oboe.1.2/oboe-core.owl#Entity,entity,sameAs,Entity,entity ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,entity,is in scheme,traits.build database,entity ,,"""individual""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,individual,individual,preferred label,individual,individual @@ -361,7 +361,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://ecoinformatics.org/oboe/oboe.1.2/oboe-core.owl#hasContext,https://w3id.org/traits.build/life_stage,individual,has context,life stage,individual ,,"""individual""@en",.,http://www.w3.org/2000/01/rdf-schema#label,individual,individual,label,individual,individual ,,"""An individual living organism.""@en",.,http://purl.org/dc/terms/description,An individual living organism.,individual,description,An individual living organism.,individual -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,individual,created,02/01/24,individual +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,individual,created,01 February 2024,individual ,,,.,http://www.w3.org/2002/07/owl#sameAs,http://purl.obolibrary.org/obo/OBI_0100026,individual,sameAs,organism,individual ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,individual,is in scheme,traits.build database,individual ,,"""population""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,population,population,preferred label,population,population @@ -372,7 +372,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://ecoinformatics.org/oboe/oboe.1.2/oboe-core.owl#hasContext,https://w3id.org/traits.build/life_stage,population,has context,life stage,population ,,"""population""@en",.,http://www.w3.org/2000/01/rdf-schema#label,population,population,label,population,population ,,"""A collection of organisms, all of the same species, that live in the same place.""@en",.,http://purl.org/dc/terms/description,"A collection of organisms, all of the same species, that live in the same place.",population,description,"A collection of organisms, all of the same species, that live in the same place.",population -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,population,created,02/01/24,population +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,population,created,01 February 2024,population ,,,.,http://www.w3.org/2002/07/owl#sameAs,http://purl.obolibrary.org/obo/PCO_0000001,population,sameAs,population,population ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,population,is in scheme,traits.build database,population ,,"""taxon""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,taxon,taxon,preferred label,taxon,taxon @@ -381,7 +381,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://semanticscience.org/resource/SIO_000602,http://semanticscience.org/resource/SIO_000756,taxon,computational entity,database entry,taxon ,,"""taxon""@en",.,http://www.w3.org/2000/01/rdf-schema#label,taxon,taxon,label,taxon,taxon ,,"""A circumscribed set of organisms.""@en",.,http://purl.org/dc/terms/description,A circumscribed set of organisms.,taxon,description,A circumscribed set of organisms.,taxon -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,taxon,created,02/01/24,taxon +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,taxon,created,01 February 2024,taxon ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,taxon,is in scheme,traits.build database,taxon ,,"""location""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,location,location,preferred label,location,location ,,"""location""@en",.,http://www.w3.org/2004/02/skos/core#altLabel,location,location,alternative label,location,location @@ -391,7 +391,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,"""location""@en",.,http://www.w3.org/2000/01/rdf-schema#label,location,location,label,location,location ,,,.,http://semanticscience.org/resource/SIO_000673,https://w3id.org/traits.build/location_id,location,has unique identifier,location id,location ,,"""A spatial region or named place.""@en",.,http://purl.org/dc/terms/description,A spatial region or named place.,location,description,A spatial region or named place.,location -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,location,created,02/01/24,location +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,location,created,01 February 2024,location ,,,.,http://www.w3.org/2002/07/owl#sameAs,http://purl.org/dc/terms/location,location,sameAs,location,location ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,location,is in scheme,traits.build database,location ,,"""context""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,context,context,preferred label,context,context @@ -400,7 +400,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://semanticscience.org/resource/SIO_000602,http://semanticscience.org/resource/SIO_000756,context,computational entity,database entry,context ,,"""context""@en",.,http://www.w3.org/2000/01/rdf-schema#label,context,context,label,context,context ,,"""The situation within which a trait measurement is made, which can help explain the measured trait value.""@en",.,http://purl.org/dc/terms/description,"The situation within which a trait measurement is made, which can help explain the measured trait value.",context,description,"The situation within which a trait measurement is made, which can help explain the measured trait value.",context -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,context,created,02/01/24,context +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,context,created,01 February 2024,context ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,context,is in scheme,traits.build database,context ,,"""plot context""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,plot context,plot,preferred label,plot context,plot context ,,"""plot""@en",.,http://www.w3.org/2004/02/skos/core#altLabel,plot,plot,alternative label,plot,plot context @@ -409,7 +409,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://semanticscience.org/resource/SIO_000602,http://semanticscience.org/resource/SIO_000756,plot,computational entity,database entry,plot context ,,"""plot context""@en",.,http://www.w3.org/2000/01/rdf-schema#label,plot context,plot,label,plot context,plot context ,,"""A subdivision of a location, designated because some properties differ across plots within a location, which might cause differences in measured trait values between plots.""@en",.,http://purl.org/dc/terms/description,"A subdivision of a location, designated because some properties differ across plots within a location, which might cause differences in measured trait values between plots.",plot,description,"A subdivision of a location, designated because some properties differ across plots within a location, which might cause differences in measured trait values between plots.",plot context -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,plot,created,02/01/24,plot context +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,plot,created,01 February 2024,plot context ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,plot,is in scheme,traits.build database,plot context ,,"""treatment context""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,treatment context,treatment,preferred label,treatment context,treatment context ,,"""treatment""@en",.,http://www.w3.org/2004/02/skos/core#altLabel,treatment,treatment,alternative label,treatment,treatment context @@ -418,7 +418,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://semanticscience.org/resource/SIO_000602,http://semanticscience.org/resource/SIO_000756,treatment,computational entity,database entry,treatment context ,,"""treatment context""@en",.,http://www.w3.org/2000/01/rdf-schema#label,treatment context,treatment,label,treatment context,treatment context ,,"""An experimental manipulation that subjects different individuals or populations to different conditions, which can lead to differences in measured trait values across treatments.""@en",.,http://purl.org/dc/terms/description,"An experimental manipulation that subjects different individuals or populations to different conditions, which can lead to differences in measured trait values across treatments.",treatment,description,"An experimental manipulation that subjects different individuals or populations to different conditions, which can lead to differences in measured trait values across treatments.",treatment context -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,treatment,created,02/01/24,treatment context +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,treatment,created,01 February 2024,treatment context ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,treatment,is in scheme,traits.build database,treatment context ,,"""temporal context""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,temporal context,temporal_context,preferred label,temporal context,temporal context ,,"""temporal_context""@en",.,http://www.w3.org/2004/02/skos/core#altLabel,temporal_context,temporal_context,alternative label,temporal_context,temporal context @@ -427,7 +427,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://semanticscience.org/resource/SIO_000602,http://semanticscience.org/resource/SIO_000756,temporal_context,computational entity,database entry,temporal context ,,"""temporal context""@en",.,http://www.w3.org/2000/01/rdf-schema#label,temporal context,temporal_context,label,temporal context,temporal context ,,"""A situation or process that varies across time and might cause the measured trait values of individuals or populations to change across time.""@en",.,http://purl.org/dc/terms/description,A situation or process that varies across time and might cause the measured trait values of individuals or populations to change across time.,temporal_context,description,A situation or process that varies across time and might cause the measured trait values of individuals or populations to change across time.,temporal context -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,temporal_context,created,02/01/24,temporal context +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,temporal_context,created,01 February 2024,temporal context ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,temporal_context,is in scheme,traits.build database,temporal context ,,"""method context""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,method context,method_context,preferred label,method context,method context ,,"""method_context""@en",.,http://www.w3.org/2004/02/skos/core#altLabel,method_context,method_context,alternative label,method_context,method context @@ -436,7 +436,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://semanticscience.org/resource/SIO_000602,http://semanticscience.org/resource/SIO_000756,method_context,computational entity,database entry,method context ,,"""method context""@en",.,http://www.w3.org/2000/01/rdf-schema#label,method context,method_context,label,method context,method context ,,"""A compment of a trait measurement protocol that is changed between individual trait measurements and might cause the measured trait values of individuals or populations to change.""@en",.,http://purl.org/dc/terms/description,A compment of a trait measurement protocol that is changed between individual trait measurements and might cause the measured trait values of individuals or populations to change.,method_context,description,A compment of a trait measurement protocol that is changed between individual trait measurements and might cause the measured trait values of individuals or populations to change.,method context -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,method_context,created,02/01/24,method context +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,method_context,created,01 February 2024,method context ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,method_context,is in scheme,traits.build database,method context ,,"""dataset id""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,dataset id,dataset_id,preferred label,dataset id,dataset id ,,"""dataset_id""@en",.,http://www.w3.org/2004/02/skos/core#altLabel,dataset_id,dataset_id,alternative label,dataset_id,dataset id @@ -452,7 +452,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,"""dataset id""@en",.,http://www.w3.org/2000/01/rdf-schema#label,dataset id,dataset_id,label,dataset id,dataset id ,,,.,http://semanticscience.org/resource/SIO_000674,https://w3id.org/traits.build/observations_from_dataset,dataset_id,is unique identifier for,observations from dataset,dataset id ,,"""Primary identifier for each study contributed to AusTraits, most often these are scientific papers, books, or online resources. By default this should be the name of the first author and year of publication, e.g. `Falster_2005`.""@en",.,http://purl.org/dc/terms/description,"Primary identifier for each study contributed to AusTraits, most often these are scientific papers, books, or online resources. By default this should be the name of the first author and year of publication, e.g. `Falster_2005`.",dataset_id,description,"Primary identifier for each study contributed to AusTraits, most often these are scientific papers, books, or online resources. By default this should be the name of the first author and year of publication, e.g. `Falster_2005`.",dataset id -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,dataset_id,created,02/01/24,dataset id +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,dataset_id,created,01 February 2024,dataset id ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,dataset_id,is in scheme,traits.build database,dataset id ,,"""taxon name""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,taxon name,taxon_name,preferred label,taxon name,taxon name ,,"""taxon_name""@en",.,http://www.w3.org/2004/02/skos/core#altLabel,taxon_name,taxon_name,alternative label,taxon_name,taxon name @@ -473,7 +473,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://semanticscience.org/resource/SIO_000641,https://w3id.org/traits.build/original_name,taxon_name,has basis,original taxon name,taxon name ,,"""Scientific name of the taxon on which traits were sampled, without authorship. When possible, this is the currently accepted (botanical) or valid (zoological) scientific name, but might also be a higher taxonomic level.""@en",.,http://purl.org/dc/terms/description,"Scientific name of the taxon on which traits were sampled, without authorship. When possible, this is the currently accepted (botanical) or valid (zoological) scientific name, but might also be a higher taxonomic level.",taxon_name,description,"Scientific name of the taxon on which traits were sampled, without authorship. When possible, this is the currently accepted (botanical) or valid (zoological) scientific name, but might also be a higher taxonomic level.",taxon name ,,,.,http://www.w3.org/1999/02/22-rdf-syntax-ns#datatype,http://www.w3.org/2001/XMLSchema#string,taxon_name,datatype,string,taxon name -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,taxon_name,created,02/01/24,taxon name +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,taxon_name,created,01 February 2024,taxon name ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,taxon_name,is in scheme,traits.build database,taxon name ,,"""observation id""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,observation id,observation_id,preferred label,observation id,observation id ,,"""observation_id""@en",.,http://www.w3.org/2004/02/skos/core#altLabel,observation_id,observation_id,alternative label,observation_id,observation id @@ -483,7 +483,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,"""observation id""@en",.,http://www.w3.org/2000/01/rdf-schema#label,observation id,observation_id,label,observation id,observation id ,,,.,http://semanticscience.org/resource/SIO_000674,https://w3id.org/traits.build/observation,observation_id,is unique identifier for,observation,observation id ,,"""A unique integral identifier for the observation, where an observation is all measurements made on an individual at a single point in time. It is important for joining traits coming from the same `observation_id`. Within each dataset, observation_id's are unique combinations of `taxon_name`, `population_id`, `individual_id`, and `temporal_context_id`.""@en",.,http://purl.org/dc/terms/description,"A unique integral identifier for the observation, where an observation is all measurements made on an individual at a single point in time. It is important for joining traits coming from the same `observation_id`. Within each dataset, observation_id's are unique combinations of `taxon_name`, `population_id`, `individual_id`, and `temporal_context_id`.",observation_id,description,"A unique integral identifier for the observation, where an observation is all measurements made on an individual at a single point in time. It is important for joining traits coming from the same `observation_id`. Within each dataset, observation_id's are unique combinations of `taxon_name`, `population_id`, `individual_id`, and `temporal_context_id`.",observation id -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,observation_id,created,02/01/24,observation id +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,observation_id,created,01 February 2024,observation id ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,observation_id,is in scheme,traits.build database,observation id ,,"""trait name""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,trait name,trait_name,preferred label,trait name,trait name ,,"""trait_name""@en",.,http://www.w3.org/2004/02/skos/core#altLabel,trait_name,trait_name,alternative label,trait_name,trait name @@ -495,7 +495,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://rs.tdwg.org/dwc/terms/attributes/organizedInClass,https://w3id.org/traits.build/traits.build-definitions,trait_name,organizedInClass,definitions table,trait name ,,"""trait name""@en",.,http://www.w3.org/2000/01/rdf-schema#label,trait name,trait_name,label,trait name,trait name ,,"""Name of the trait sampled. Allowable values specified in the table `definitions`.""@en",.,http://purl.org/dc/terms/description,Name of the trait sampled. Allowable values specified in the table `definitions`.,trait_name,description,Name of the trait sampled. Allowable values specified in the table `definitions`.,trait name -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,trait_name,created,02/01/24,trait name +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,trait_name,created,01 February 2024,trait name ,,,.,http://www.w3.org/2002/07/owl#sameAs,http://www.w3.org/2004/02/skos/core#altLabel,trait_name,sameAs,alternative label,trait name ,,,.,http://www.w3.org/2002/07/owl#sameAs,http://www.w3.org/2000/01/rdf-schema#label,trait_name,sameAs,label,trait name ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,trait_name,is in scheme,traits.build database,trait name @@ -508,7 +508,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://rs.tdwg.org/dwc/terms/attributes/organizedInClass,https://w3id.org/traits.build/traits.build-traits,trait_value,organizedInClass,traits table,value ,,"""value""@en",.,http://www.w3.org/2000/01/rdf-schema#label,value,trait_value,label,value,value ,,"""The measured value of a trait.""@en",.,http://purl.org/dc/terms/description,The measured value of a trait.,trait_value,description,The measured value of a trait.,value -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,trait_value,created,02/01/24,value +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,trait_value,created,01 February 2024,value ,,,.,http://www.w3.org/2002/07/owl#sameAs,http://terminologies.gfbio.org/terms/ETS/traitValue,trait_value,sameAs,traitValue,value ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,trait_value,is in scheme,traits.build database,value ,,"""unit""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,unit,unit,preferred label,unit,unit @@ -519,7 +519,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://rs.tdwg.org/dwc/terms/attributes/organizedInClass,https://w3id.org/traits.build/traits.build-traits,unit,organizedInClass,traits table,unit ,,"""unit""@en",.,http://www.w3.org/2000/01/rdf-schema#label,unit,unit,label,unit,unit ,,"""Units of the sampled trait value after aligning with AusTraits standards.""@en",.,http://purl.org/dc/terms/description,Units of the sampled trait value after aligning with AusTraits standards.,unit,description,Units of the sampled trait value after aligning with AusTraits standards.,unit -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,unit,created,02/01/24,unit +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,unit,created,01 February 2024,unit ,,,.,http://www.w3.org/2002/07/owl#sameAs,http://ecoinformatics.org/oboe/oboe.1.2/oboe-core.owl#Unit,unit,sameAs,Unit,unit ,,,.,http://www.w3.org/2002/07/owl#sameAs,http://terminologies.gfbio.org/terms/ETS/traitUnit,unit,sameAs,traitUnit,unit ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,unit,is in scheme,traits.build database,unit @@ -530,7 +530,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,"""entity type""@en",.,http://www.w3.org/2000/01/rdf-schema#label,entity type,entity_type,label,entity type,entity type ,,"""A categorical variable specifying the entity corresponding to the trait values recorded.""@en",.,http://purl.org/dc/terms/description,A categorical variable specifying the entity corresponding to the trait values recorded.,entity_type,description,A categorical variable specifying the entity corresponding to the trait values recorded.,entity type ,,,.,http://www.w3.org/1999/02/22-rdf-syntax-ns#datatype,http://www.w3.org/2001/XMLSchema#string,entity_type,datatype,string,entity type -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,entity_type,created,02/01/24,entity type +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,entity_type,created,01 February 2024,entity type ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,entity_type,is in scheme,traits.build database,entity type ,,"""value type""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,value type,value_type,preferred label,value type,value type ,,"""value_type""@en",.,http://www.w3.org/2004/02/skos/core#altLabel,value_type,value_type,alternative label,value_type,value type @@ -540,7 +540,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,"""value type""@en",.,http://www.w3.org/2000/01/rdf-schema#label,value type,value_type,label,value type,value type ,,"""A categorical variable describing the statistical nature of the trait value recorded.""@en",.,http://purl.org/dc/terms/description,A categorical variable describing the statistical nature of the trait value recorded.,value_type,description,A categorical variable describing the statistical nature of the trait value recorded.,value type ,,,.,http://www.w3.org/1999/02/22-rdf-syntax-ns#datatype,http://www.w3.org/2001/XMLSchema#string,value_type,datatype,string,value type -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,value_type,created,02/01/24,value type +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,value_type,created,01 February 2024,value type ,,,.,http://www.w3.org/2002/07/owl#sameAs,http://ecoinformatics.org/oboe/oboe.1.2/oboe-core.owl#BaseCharacteristicQualifier,value_type,sameAs,Base Characteristic Qualifier,value type ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,value_type,is in scheme,traits.build database,value type ,,"""basis of value""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,basis of value,basis_of_value,preferred label,basis of value,basis of value @@ -551,7 +551,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,"""basis of value""@en",.,http://www.w3.org/2000/01/rdf-schema#label,basis of value,basis_of_value,label,basis of value,basis of value ,,"""A categorical variable describing how the trait value was obtained.""@en",.,http://purl.org/dc/terms/description,A categorical variable describing how the trait value was obtained.,basis_of_value,description,A categorical variable describing how the trait value was obtained.,basis of value ,,,.,http://www.w3.org/1999/02/22-rdf-syntax-ns#datatype,http://www.w3.org/2001/XMLSchema#string,basis_of_value,datatype,string,basis of value -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,basis_of_value,created,02/01/24,basis of value +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,basis_of_value,created,01 February 2024,basis of value ,,,.,http://www.w3.org/2002/07/owl#sameAs,http://ecoinformatics.org/oboe/oboe.1.2/oboe-core.owl#MeasurementType,basis_of_value,sameAs,Measurement Type,basis of value ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,basis_of_value,is in scheme,traits.build database,basis of value ,,"""replicates""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,replicates,replicates,preferred label,replicates,replicates @@ -562,6 +562,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,"""replicates""@en",.,http://www.w3.org/2000/01/rdf-schema#label,replicates,replicates,label,replicates,replicates ,,"""Number of replicate measurements that comprise a recorded trait measurement. A numeric value (or range) is ideal and appropriate if the value type is a `mean`, `median`, `min` or  `max`. For these value types, if replication is unknown the entry should be `unknown`. If the value type is `raw_value` the replicate value should be 1. If the trait is categorical or the value indicates a measurement for an entire species (or other taxon) replicate value should be `.na`.""@en",.,http://purl.org/dc/terms/description,"Number of replicate measurements that comprise a recorded trait measurement. A numeric value (or range) is ideal and appropriate if the value type is a `mean`, `median`, `min` or  `max`. For these value types, if replication is unknown the entry should be `unknown`. If the value type is `raw_value` the replicate value should be 1. If the trait is categorical or the value indicates a measurement for an entire species (or other taxon) replicate value should be `.na`.",replicates,description,"Number of replicate measurements that comprise a recorded trait measurement. A numeric value (or range) is ideal and appropriate if the value type is a `mean`, `median`, `min` or  `max`. For these value types, if replication is unknown the entry should be `unknown`. If the value type is `raw_value` the replicate value should be 1. If the trait is categorical or the value indicates a measurement for an entire species (or other taxon) replicate value should be `.na`.",replicates ,,,.,http://www.w3.org/1999/02/22-rdf-syntax-ns#datatype,http://www.w3.org/2001/XMLSchema#int,replicates,datatype,integer,replicates +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,replicates,created,01 February 2024,replicates ,,,.,http://www.w3.org/2002/07/owl#sameAs,http://terminologies.gfbio.org/terms/ETS/individualCount,replicates,sameAs,individualCount,replicates ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,replicates,is in scheme,traits.build database,replicates ,,"""basis of record""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,basis of record,basis_of_record,preferred label,basis of record,basis of record @@ -572,7 +573,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,"""basis of record""@en",.,http://www.w3.org/2000/01/rdf-schema#label,basis of record,basis_of_record,label,basis of record,basis of record ,,"""A categorical variable specifying from which kind of specimen traits were recorded.""@en",.,http://purl.org/dc/terms/description,A categorical variable specifying from which kind of specimen traits were recorded.,basis_of_record,description,A categorical variable specifying from which kind of specimen traits were recorded.,basis of record ,,,.,http://www.w3.org/1999/02/22-rdf-syntax-ns#datatype,http://www.w3.org/2001/XMLSchema#string,basis_of_record,datatype,string,basis of record -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,basis_of_record,created,02/01/24,basis of record +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,basis_of_record,created,01 February 2024,basis of record ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,basis_of_record,is in scheme,traits.build database,basis of record ,,"""life stage""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,life stage,life_stage,preferred label,life stage,life stage ,,"""life_stage""@en",.,http://www.w3.org/2004/02/skos/core#altLabel,life_stage,life_stage,alternative label,life_stage,life stage @@ -585,7 +586,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://ecoinformatics.org/oboe/oboe.1.2/oboe-core.owl#characteristicFor,https://w3id.org/traits.build/observation_of_entity_context,life_stage,characteristic for,observation of entity context,life stage ,,"""A field to indicate the life stage or age class of the entity measured. Standard values are `adult`, `sapling`, `seedling` and `juvenile`.""@en",.,http://purl.org/dc/terms/description,"A field to indicate the life stage or age class of the entity measured. Standard values are `adult`, `sapling`, `seedling` and `juvenile`.",life_stage,description,"A field to indicate the life stage or age class of the entity measured. Standard values are `adult`, `sapling`, `seedling` and `juvenile`.",life stage ,,,.,http://www.w3.org/1999/02/22-rdf-syntax-ns#datatype,http://www.w3.org/2001/XMLSchema#string,life_stage,datatype,string,life stage -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,life_stage,created,02/01/24,life stage +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,life_stage,created,01 February 2024,life stage ,,,.,http://www.w3.org/2002/07/owl#sameAs,http://rs.tdwg.org/dwc/terms/lifeStage,life_stage,sameAs,lifeStage,life stage ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,life_stage,is in scheme,traits.build database,life stage ,,"""population id""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,population id,population_id,preferred label,population id,population id @@ -597,6 +598,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://semanticscience.org/resource/SIO_000674,https://w3id.org/traits.build/observations_of_population,population_id,is unique identifier for,observations of population,population id ,,"""A unique integer identifier for a population, where a population is defined as individuals growing in the same location (location_id /location_name) and plot (plot_context_id, a context category) and being subjected to the same treatment (treatment_context_id, a context category).""@en",.,http://purl.org/dc/terms/description,"A unique integer identifier for a population, where a population is defined as individuals growing in the same location (location_id /location_name) and plot (plot_context_id, a context category) and being subjected to the same treatment (treatment_context_id, a context category).",population_id,description,"A unique integer identifier for a population, where a population is defined as individuals growing in the same location (location_id /location_name) and plot (plot_context_id, a context category) and being subjected to the same treatment (treatment_context_id, a context category).",population id ,,,.,http://www.w3.org/1999/02/22-rdf-syntax-ns#datatype,http://www.w3.org/2001/XMLSchema#int,population_id,datatype,integer,population id +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,population_id,created,01 February 2024,population id ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,population_id,is in scheme,traits.build database,population id ,,"""individual id""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,individual id,individual_id,preferred label,individual id,individual id ,,"""individual_id""@en",.,http://www.w3.org/2004/02/skos/core#altLabel,individual_id,individual_id,alternative label,individual_id,individual id @@ -607,6 +609,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://semanticscience.org/resource/SIO_000674,https://w3id.org/traits.build/observations_of_individual,individual_id,is unique identifier for,observations of individual,individual id ,,"""A unique integer identifier for an individual, with individuals numbered sequentially within each dataset by taxon by population grouping. Most often each row of data represents an individual, but in some datasets trait data collected on a single individual is presented across multiple rows of data, such as if the same trait is measured using different methods or the same individual is measured repeatedly across time.""@en",.,http://purl.org/dc/terms/description,"A unique integer identifier for an individual, with individuals numbered sequentially within each dataset by taxon by population grouping. Most often each row of data represents an individual, but in some datasets trait data collected on a single individual is presented across multiple rows of data, such as if the same trait is measured using different methods or the same individual is measured repeatedly across time.",individual_id,description,"A unique integer identifier for an individual, with individuals numbered sequentially within each dataset by taxon by population grouping. Most often each row of data represents an individual, but in some datasets trait data collected on a single individual is presented across multiple rows of data, such as if the same trait is measured using different methods or the same individual is measured repeatedly across time.",individual id ,,,.,http://www.w3.org/1999/02/22-rdf-syntax-ns#datatype,http://www.w3.org/2001/XMLSchema#int,individual_id,datatype,integer,individual id +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,individual_id,created,01 February 2024,individual id ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,individual_id,is in scheme,traits.build database,individual id ,,"""repeat measurements id""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,repeat measurements id,repeat_measurements_id,preferred label,repeat measurements id,repeat measurements id ,,"""repeat_measurements_id""@en",.,http://www.w3.org/2004/02/skos/core#altLabel,repeat_measurements_id,repeat_measurements_id,alternative label,repeat_measurements_id,repeat measurements id @@ -618,6 +621,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://semanticscience.org/resource/SIO_000674,https://w3id.org/traits.build/collection_date,repeat_measurements_id,is unique identifier for,collection date,repeat measurements id ,,"""A unique integer identifier for repeat measurements of a trait that comprise a single observation, such as a response curve.""@en",.,http://purl.org/dc/terms/description,"A unique integer identifier for repeat measurements of a trait that comprise a single observation, such as a response curve.",repeat_measurements_id,description,"A unique integer identifier for repeat measurements of a trait that comprise a single observation, such as a response curve.",repeat measurements id ,,,.,http://www.w3.org/1999/02/22-rdf-syntax-ns#datatype,http://www.w3.org/2001/XMLSchema#int,repeat_measurements_id,datatype,integer,repeat measurements id +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,repeat_measurements_id,created,01 February 2024,repeat measurements id ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,repeat_measurements_id,is in scheme,traits.build database,repeat measurements id ,,"""source id""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,source id,source_id,preferred label,source id,source id ,,"""source_id""@en",.,http://www.w3.org/2004/02/skos/core#altLabel,source_id,source_id,alternative label,source_id,source id @@ -629,7 +633,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://semanticscience.org/resource/SIO_000674,https://w3id.org/traits.build/observations_from_source,source_id,is unique identifier for,observations from source,source id ,,"""For datasets that are compilations, an identifier for the original data source.""@en",.,http://purl.org/dc/terms/description,"For datasets that are compilations, an identifier for the original data source.",source_id,description,"For datasets that are compilations, an identifier for the original data source.",source id ,,,.,http://www.w3.org/1999/02/22-rdf-syntax-ns#datatype,http://www.w3.org/2001/XMLSchema#string,source_id,datatype,string,source id -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,source_id,created,02/01/24,source id +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,source_id,created,01 February 2024,source id ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,source_id,is in scheme,traits.build database,source id ,,"""location id""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,location id,location_id,preferred label,location id,location id ,,"""location_id""@en",.,http://www.w3.org/2004/02/skos/core#altLabel,location_id,location_id,alternative label,location_id,location id @@ -641,55 +645,66 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://semanticscience.org/resource/SIO_000674,https://w3id.org/traits.build/observations_at_location,location_id,is unique identifier for,observations at location,location id ,,"""A unique integer identifier for a location, with locations numbered sequentially within a dataset. The identifier links to specific information in the location table.""@en",.,http://purl.org/dc/terms/description,"A unique integer identifier for a location, with locations numbered sequentially within a dataset. The identifier links to specific information in the location table.",location_id,description,"A unique integer identifier for a location, with locations numbered sequentially within a dataset. The identifier links to specific information in the location table.",location id ,,,.,http://www.w3.org/1999/02/22-rdf-syntax-ns#datatype,http://www.w3.org/2001/XMLSchema#int,location_id,datatype,integer,location id +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,location_id,created,01 February 2024,location id ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,location_id,is in scheme,traits.build database,location id ,,"""treatment context id""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,treatment context id,treatment_context_id,preferred label,treatment context id,treatment context id ,,"""treatment_context_id""@en",.,http://www.w3.org/2004/02/skos/core#altLabel,treatment_context_id,treatment_context_id,alternative label,treatment_context_id,treatment context id ,,,.,http://www.w3.org/2004/02/skos/core#broader,http://ecoinformatics.org/oboe/oboe.1.2/oboe-characteristics.owl#Identifier,treatment_context_id,has broader,Identifier,treatment context id ,,,.,http://semanticscience.org/resource/SIO_000602,http://semanticscience.org/resource/SIO_000757,treatment_context_id,computational entity,database column,treatment context id ,,,.,http://rs.tdwg.org/dwc/terms/attributes/organizedInClass,https://w3id.org/traits.build/traits.build-traits,treatment_context_id,organizedInClass,traits table,treatment context id +,,,.,http://rs.tdwg.org/dwc/terms/attributes/organizedInClass,https://w3id.org/traits.build/traits.build-contexts,treatment_context_id,organizedInClass,contexts table,treatment context id ,,"""treatment context id""@en",.,http://www.w3.org/2000/01/rdf-schema#label,treatment context id,treatment_context_id,label,treatment context id,treatment context id ,,,.,http://semanticscience.org/resource/SIO_000674,https://w3id.org/traits.build/measurement_of_treatment_context_property,treatment_context_id,is unique identifier for,measurement of treatment context property,treatment context id ,,"""A unique integer identifier for a treatment, where a treatment is any experimental manipulation to an organism's growing/living conditions. The identifier links to specific information in the context table.""@en",.,http://purl.org/dc/terms/description,"A unique integer identifier for a treatment, where a treatment is any experimental manipulation to an organism's growing/living conditions. The identifier links to specific information in the context table.",treatment_context_id,description,"A unique integer identifier for a treatment, where a treatment is any experimental manipulation to an organism's growing/living conditions. The identifier links to specific information in the context table.",treatment context id ,,,.,http://www.w3.org/1999/02/22-rdf-syntax-ns#datatype,http://www.w3.org/2001/XMLSchema#int,treatment_context_id,datatype,integer,treatment context id +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,treatment_context_id,created,01 February 2024,treatment context id ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,treatment_context_id,is in scheme,traits.build database,treatment context id ,,"""plot context id""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,plot context id,plot_context_id,preferred label,plot context id,plot context id ,,"""plot_context_id""@en",.,http://www.w3.org/2004/02/skos/core#altLabel,plot_context_id,plot_context_id,alternative label,plot_context_id,plot context id ,,,.,http://www.w3.org/2004/02/skos/core#broader,http://ecoinformatics.org/oboe/oboe.1.2/oboe-characteristics.owl#Identifier,plot_context_id,has broader,Identifier,plot context id ,,,.,http://semanticscience.org/resource/SIO_000602,http://semanticscience.org/resource/SIO_000757,plot_context_id,computational entity,database column,plot context id ,,,.,http://rs.tdwg.org/dwc/terms/attributes/organizedInClass,https://w3id.org/traits.build/traits.build-traits,plot_context_id,organizedInClass,traits table,plot context id +,,,.,http://rs.tdwg.org/dwc/terms/attributes/organizedInClass,https://w3id.org/traits.build/traits.build-contexts,plot_context_id,organizedInClass,contexts table,plot context id ,,"""plot context id""@en",.,http://www.w3.org/2000/01/rdf-schema#label,plot context id,plot_context_id,label,plot context id,plot context id ,,,.,http://semanticscience.org/resource/SIO_000674,https://w3id.org/traits.build/measurement_of_plot_context_property,plot_context_id,is unique identifier for,measurement of plot context property,plot context id ,,"""A unique integer identifier for a plot, where a plot is a distinct collection of organisms within a single geographic location, such as plants growing on different aspects or blocks in an experiment. The identifier links to specific information in the context table.""@en",.,http://purl.org/dc/terms/description,"A unique integer identifier for a plot, where a plot is a distinct collection of organisms within a single geographic location, such as plants growing on different aspects or blocks in an experiment. The identifier links to specific information in the context table.",plot_context_id,description,"A unique integer identifier for a plot, where a plot is a distinct collection of organisms within a single geographic location, such as plants growing on different aspects or blocks in an experiment. The identifier links to specific information in the context table.",plot context id ,,,.,http://www.w3.org/1999/02/22-rdf-syntax-ns#datatype,http://www.w3.org/2001/XMLSchema#int,plot_context_id,datatype,integer,plot context id +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,plot_context_id,created,01 February 2024,plot context id ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,plot_context_id,is in scheme,traits.build database,plot context id ,,"""entity context id""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,entity context id,entity_context_id,preferred label,entity context id,entity context id ,,"""entity_context_id""@en",.,http://www.w3.org/2004/02/skos/core#altLabel,entity_context_id,entity_context_id,alternative label,entity_context_id,entity context id ,,,.,http://www.w3.org/2004/02/skos/core#broader,http://ecoinformatics.org/oboe/oboe.1.2/oboe-characteristics.owl#Identifier,entity_context_id,has broader,Identifier,entity context id ,,,.,http://semanticscience.org/resource/SIO_000602,http://semanticscience.org/resource/SIO_000757,entity_context_id,computational entity,database column,entity context id ,,,.,http://rs.tdwg.org/dwc/terms/attributes/organizedInClass,https://w3id.org/traits.build/traits.build-traits,entity_context_id,organizedInClass,traits table,entity context id +,,,.,http://rs.tdwg.org/dwc/terms/attributes/organizedInClass,https://w3id.org/traits.build/traits.build-contexts,entity_context_id,organizedInClass,contexts table,entity context id ,,"""entity context id""@en",.,http://www.w3.org/2000/01/rdf-schema#label,entity context id,entity_context_id,label,entity context id,entity context id ,,,.,http://semanticscience.org/resource/SIO_000674,https://w3id.org/traits.build/measurement_of_entity_context_property,entity_context_id,is unique identifier for,measurement of entity context property,entity context id ,,"""A unique integer identifier indicating specific contextual properties of an individual, possibly including the individual's sex or caste (for social insects).""@en",.,http://purl.org/dc/terms/description,"A unique integer identifier indicating specific contextual properties of an individual, possibly including the individual's sex or caste (for social insects).",entity_context_id,description,"A unique integer identifier indicating specific contextual properties of an individual, possibly including the individual's sex or caste (for social insects).",entity context id ,,,.,http://www.w3.org/1999/02/22-rdf-syntax-ns#datatype,http://www.w3.org/2001/XMLSchema#int,entity_context_id,datatype,integer,entity context id +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,entity_context_id,created,01 February 2024,entity context id ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,entity_context_id,is in scheme,traits.build database,entity context id ,,"""temporal context id""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,temporal context id,temporal_context_id,preferred label,temporal context id,temporal context id ,,"""temporal_context_id""@en",.,http://www.w3.org/2004/02/skos/core#altLabel,temporal_context_id,temporal_context_id,alternative label,temporal_context_id,temporal context id ,,,.,http://www.w3.org/2004/02/skos/core#broader,http://ecoinformatics.org/oboe/oboe.1.2/oboe-characteristics.owl#Identifier,temporal_context_id,has broader,Identifier,temporal context id ,,,.,http://semanticscience.org/resource/SIO_000602,http://semanticscience.org/resource/SIO_000757,temporal_context_id,computational entity,database column,temporal context id ,,,.,http://rs.tdwg.org/dwc/terms/attributes/organizedInClass,https://w3id.org/traits.build/traits.build-traits,temporal_context_id,organizedInClass,traits table,temporal context id +,,,.,http://rs.tdwg.org/dwc/terms/attributes/organizedInClass,https://w3id.org/traits.build/traits.build-contexts,temporal_context_id,organizedInClass,contexts table,temporal context id ,,"""temporal context id""@en",.,http://www.w3.org/2000/01/rdf-schema#label,temporal context id,temporal_context_id,label,temporal context id,temporal context id ,,,.,http://semanticscience.org/resource/SIO_000674,https://w3id.org/traits.build/measurement_of_temporal_context_property,temporal_context_id,is unique identifier for,measurement of temporal context property,temporal context id ,,"""A unique integer identifier assigned where repeat observations are made on the same individual (or population, or taxon) across time. The identifier links to specific information in the context table.""@en",.,http://purl.org/dc/terms/description,"A unique integer identifier assigned where repeat observations are made on the same individual (or population, or taxon) across time. The identifier links to specific information in the context table.",temporal_context_id,description,"A unique integer identifier assigned where repeat observations are made on the same individual (or population, or taxon) across time. The identifier links to specific information in the context table.",temporal context id ,,,.,http://www.w3.org/1999/02/22-rdf-syntax-ns#datatype,http://www.w3.org/2001/XMLSchema#int,temporal_context_id,datatype,integer,temporal context id +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,temporal_context_id,created,01 February 2024,temporal context id ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,temporal_context_id,is in scheme,traits.build database,temporal context id ,,"""method context id""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,method context id,method_context_id,preferred label,method context id,method context id ,,"""method_context_id""@en",.,http://www.w3.org/2004/02/skos/core#altLabel,method_context_id,method_context_id,alternative label,method_context_id,method context id ,,,.,http://www.w3.org/2004/02/skos/core#broader,http://ecoinformatics.org/oboe/oboe.1.2/oboe-characteristics.owl#Identifier,method_context_id,has broader,Identifier,method context id ,,,.,http://semanticscience.org/resource/SIO_000602,http://semanticscience.org/resource/SIO_000757,method_context_id,computational entity,database column,method context id ,,,.,http://rs.tdwg.org/dwc/terms/attributes/organizedInClass,https://w3id.org/traits.build/traits.build-traits,method_context_id,organizedInClass,traits table,method context id +,,,.,http://rs.tdwg.org/dwc/terms/attributes/organizedInClass,https://w3id.org/traits.build/traits.build-contexts,method_context_id,organizedInClass,contexts table,method context id ,,"""method context id""@en",.,http://www.w3.org/2000/01/rdf-schema#label,method context id,method_context_id,label,method context id,method context id ,,"""A unique integer identifier indicating a trait is measured multiple times on the same entity, with different methods used for each entry. This field is only used if a single trait is measured using multiple methods within the same dataset. The identifier links to specific information in the context table.""@en",.,http://purl.org/dc/terms/description,"A unique integer identifier indicating a trait is measured multiple times on the same entity, with different methods used for each entry. This field is only used if a single trait is measured using multiple methods within the same dataset. The identifier links to specific information in the context table.",method_context_id,description,"A unique integer identifier indicating a trait is measured multiple times on the same entity, with different methods used for each entry. This field is only used if a single trait is measured using multiple methods within the same dataset. The identifier links to specific information in the context table.",method context id ,,,.,http://www.w3.org/1999/02/22-rdf-syntax-ns#datatype,http://www.w3.org/2001/XMLSchema#int,method_context_id,datatype,integer,method context id +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,method_context_id,created,01 February 2024,method context id ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,method_context_id,is in scheme,traits.build database,method context id ,,"""collection date""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,collection date,collection_date,preferred label,collection date,collection date ,,"""collection_date""@en",.,http://www.w3.org/2004/02/skos/core#altLabel,collection_date,collection_date,alternative label,collection_date,collection date @@ -702,7 +717,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://ecoinformatics.org/oboe/oboe.1.2/oboe-core.owl#characteristicFor,https://w3id.org/traits.build/observation,collection_date,characteristic for,observation,collection date ,,"""Date sample was taken, in the format `yyyy-mm-dd`, `yyyy-mm` or `yyyy`, depending on the resoluton specified. Alternatively an overall range for the study can be indicating, with the starting and ending sample date sepatated by a `/`, as in 2010-10/2011-03""@en",.,http://purl.org/dc/terms/description,"Date sample was taken, in the format `yyyy-mm-dd`, `yyyy-mm` or `yyyy`, depending on the resoluton specified. Alternatively an overall range for the study can be indicating, with the starting and ending sample date sepatated by a `/`, as in 2010-10/2011-03",collection_date,description,"Date sample was taken, in the format `yyyy-mm-dd`, `yyyy-mm` or `yyyy`, depending on the resoluton specified. Alternatively an overall range for the study can be indicating, with the starting and ending sample date sepatated by a `/`, as in 2010-10/2011-03",collection date ,,,.,http://www.w3.org/1999/02/22-rdf-syntax-ns#datatype,http://www.w3.org/2001/XMLSchema#date,collection_date,datatype,date,collection date -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,collection_date,created,02/01/24,collection date +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,collection_date,created,01 February 2024,collection date ,,,.,http://www.w3.org/2002/07/owl#sameAs,http://terminologies.gfbio.org/terms/ETS/eventDate,collection_date,sameAs,eventDate,collection date ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,collection_date,is in scheme,traits.build database,collection date ,,"""measurement remarks""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,measurement remarks,measurement_remarks,preferred label,measurement remarks,measurement remarks @@ -713,7 +728,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,"""measurement remarks""@en",.,http://www.w3.org/2000/01/rdf-schema#label,measurement remarks,measurement_remarks,label,measurement remarks,measurement remarks ,,"""Brief comments or notes accompanying the trait measurement.""@en",.,http://purl.org/dc/terms/description,Brief comments or notes accompanying the trait measurement.,measurement_remarks,description,Brief comments or notes accompanying the trait measurement.,measurement remarks ,,,.,http://www.w3.org/1999/02/22-rdf-syntax-ns#datatype,http://www.w3.org/2001/XMLSchema#string,measurement_remarks,datatype,string,measurement remarks -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,measurement_remarks,created,02/01/24,measurement remarks +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,measurement_remarks,created,01 February 2024,measurement remarks ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,measurement_remarks,is in scheme,traits.build database,measurement remarks ,,"""method id""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,method id,method_id,preferred label,method id,method id ,,"""method_id""@en",.,http://www.w3.org/2004/02/skos/core#altLabel,method_id,method_id,alternative label,method_id,method id @@ -726,6 +741,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://semanticscience.org/resource/SIO_001096,https://w3id.org/traits.build/methods_methods,method_id,is specialisation of,methods,method id ,,"""A unique integer identifier to distinguish between multiple sets of methods used to measure a single trait within the same dataset. The identifier links to specific information in the methods table.""@en",.,http://purl.org/dc/terms/description,A unique integer identifier to distinguish between multiple sets of methods used to measure a single trait within the same dataset. The identifier links to specific information in the methods table.,method_id,description,A unique integer identifier to distinguish between multiple sets of methods used to measure a single trait within the same dataset. The identifier links to specific information in the methods table.,method id ,,,.,http://www.w3.org/1999/02/22-rdf-syntax-ns#datatype,http://www.w3.org/2001/XMLSchema#int,method_id,datatype,integer,method id +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,method_id,created,01 February 2024,method id ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,method_id,is in scheme,traits.build database,method id ,,"""original taxon name""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,original taxon name,original_name,preferred label,original taxon name,original taxon name ,,"""original_name""@en",.,http://www.w3.org/2004/02/skos/core#altLabel,original_name,original_name,alternative label,original_name,original taxon name @@ -737,7 +753,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,"""original taxon name""@en",.,http://www.w3.org/2000/01/rdf-schema#label,original taxon name,original_name,label,original taxon name,original taxon name ,,"""Name given to taxon in the original data supplied by the authors.""@en",.,http://purl.org/dc/terms/description,Name given to taxon in the original data supplied by the authors.,original_name,description,Name given to taxon in the original data supplied by the authors.,original taxon name ,,,.,http://www.w3.org/1999/02/22-rdf-syntax-ns#datatype,http://www.w3.org/2001/XMLSchema#string,original_name,datatype,string,original taxon name -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,original_name,created,02/01/24,original taxon name +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,original_name,created,01 February 2024,original taxon name ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,original_name,is in scheme,traits.build database,original taxon name ,,"""location name""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,location name,location_name,preferred label,location name,location name ,,"""location_name""@en",.,http://www.w3.org/2004/02/skos/core#altLabel,location_name,location_name,alternative label,location_name,location name @@ -748,7 +764,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,"""location name""@en",.,http://www.w3.org/2000/01/rdf-schema#label,location name,location_name,label,location name,location name ,,"""The location name used by the data contributor or a generic location name designated by AusTraits when one is not provided.""@en",.,http://purl.org/dc/terms/description,The location name used by the data contributor or a generic location name designated by AusTraits when one is not provided.,location_name,description,The location name used by the data contributor or a generic location name designated by AusTraits when one is not provided.,location name ,,,.,http://www.w3.org/1999/02/22-rdf-syntax-ns#datatype,http://www.w3.org/2001/XMLSchema#string,location_name,datatype,string,location name -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,location_name,created,02/01/24,location name +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,location_name,created,01 February 2024,location name ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,location_name,is in scheme,traits.build database,location name ,,"""location property""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,location property,location_property,preferred label,location property,location property ,,"""location_property""@en",.,http://www.w3.org/2004/02/skos/core#altLabel,location_property,location_property,alternative label,location_property,location property @@ -760,7 +776,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://ecoinformatics.org/oboe/oboe.1.2/oboe-core.owl#hasValue,https://w3id.org/traits.build/locations_value,location_property,has value,location property value,location property ,,"""The location characteristic being recorded. The name should include units of measurement, e.g. `MAT (C)`. Ideally we have at least the following variables for each location, `longitude (deg)`, `latitude (deg)`, `description`.""@en",.,http://purl.org/dc/terms/description,"The location characteristic being recorded. The name should include units of measurement, e.g. `MAT (C)`. Ideally we have at least the following variables for each location, `longitude (deg)`, `latitude (deg)`, `description`.",location_property,description,"The location characteristic being recorded. The name should include units of measurement, e.g. `MAT (C)`. Ideally we have at least the following variables for each location, `longitude (deg)`, `latitude (deg)`, `description`.",location property ,,,.,http://www.w3.org/1999/02/22-rdf-syntax-ns#datatype,http://www.w3.org/2001/XMLSchema#string,location_property,datatype,string,location property -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,location_property,created,02/01/24,location property +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,location_property,created,01 February 2024,location property ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,location_property,is in scheme,traits.build database,location property ,,"""location property value""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,location property value,locations_value,preferred label,location property value,location property value ,,"""value""@en",.,http://www.w3.org/2004/02/skos/core#altLabel,value,locations_value,alternative label,value,location property value @@ -771,7 +787,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,"""location property value""@en",.,http://www.w3.org/2000/01/rdf-schema#label,location property value,locations_value,label,location property value,location property value ,,"""The measured value of a location property.""@en",.,http://purl.org/dc/terms/description,The measured value of a location property.,locations_value,description,The measured value of a location property.,location property value ,,,.,http://www.w3.org/1999/02/22-rdf-syntax-ns#datatype,http://www.w3.org/2001/XMLSchema#string,locations_value,datatype,string,location property value -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,locations_value,created,02/01/24,location property value +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,locations_value,created,01 February 2024,location property value ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,locations_value,is in scheme,traits.build database,location property value ,,"""latitude (deg)""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,latitude (deg),latitude,preferred label,latitude (deg),latitude (deg) ,,"""latitude""@en",.,http://www.w3.org/2004/02/skos/core#altLabel,latitude,latitude,alternative label,latitude,latitude (deg) @@ -785,7 +801,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://ecoinformatics.org/oboe/oboe.1.2/oboe-core.owl#characteristicFor,https://w3id.org/traits.build/location,latitude,characteristic for,location,latitude (deg) ,,"""The geographic latitude (in decimal degrees, using the spatial reference system given in geodeticDatum) of the geographic center of a Location. Positive values are north of the Equator, negative values are south of it. Legal values lie between -90 and 90, inclusive.""@en",.,http://purl.org/dc/terms/description,"The geographic latitude (in decimal degrees, using the spatial reference system given in geodeticDatum) of the geographic center of a Location. Positive values are north of the Equator, negative values are south of it. Legal values lie between -90 and 90, inclusive.",latitude,description,"The geographic latitude (in decimal degrees, using the spatial reference system given in geodeticDatum) of the geographic center of a Location. Positive values are north of the Equator, negative values are south of it. Legal values lie between -90 and 90, inclusive.",latitude (deg) ,,,.,http://www.w3.org/1999/02/22-rdf-syntax-ns#datatype,http://www.w3.org/2001/XMLSchema#decimal,latitude,datatype,decimal,latitude (deg) -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,latitude,created,02/01/24,latitude (deg) +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,latitude,created,01 February 2024,latitude (deg) ,,,.,http://www.w3.org/2002/07/owl#sameAs,http://rs.tdwg.org/dwc/terms/decimalLatitude,latitude,sameAs,decimalLatitude,latitude (deg) ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,latitude,is in scheme,traits.build database,latitude (deg) ,,"""longitude (deg)""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,longitude (deg),longitude,preferred label,longitude (deg),longitude (deg) @@ -800,7 +816,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://ecoinformatics.org/oboe/oboe.1.2/oboe-core.owl#characteristicFor,https://w3id.org/traits.build/location,longitude,characteristic for,location,longitude (deg) ,,"""The geographic longitude (in decimal degrees, using the spatial reference system given in dwc:geodeticDatum) of the geographic center of a dcterms:Location. Positive values are east of the Greenwich Meridian, negative values are west of it. Legal values lie between -180 and 180, inclusive.""@en",.,http://purl.org/dc/terms/description,"The geographic longitude (in decimal degrees, using the spatial reference system given in dwc:geodeticDatum) of the geographic center of a dcterms:Location. Positive values are east of the Greenwich Meridian, negative values are west of it. Legal values lie between -180 and 180, inclusive.",longitude,description,"The geographic longitude (in decimal degrees, using the spatial reference system given in dwc:geodeticDatum) of the geographic center of a dcterms:Location. Positive values are east of the Greenwich Meridian, negative values are west of it. Legal values lie between -180 and 180, inclusive.",longitude (deg) ,,,.,http://www.w3.org/1999/02/22-rdf-syntax-ns#datatype,http://www.w3.org/2001/XMLSchema#decimal,longitude,datatype,decimal,longitude (deg) -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,longitude,created,02/01/24,longitude (deg) +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,longitude,created,01 February 2024,longitude (deg) ,,,.,http://www.w3.org/2002/07/owl#sameAs,http://rs.tdwg.org/dwc/terms/decimalLongitude,longitude,sameAs,decimalLongitude,longitude (deg) ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,longitude,is in scheme,traits.build database,longitude (deg) ,,"""elevation (m)""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,elevation (m),elevation,preferred label,elevation (m),elevation (m) @@ -815,7 +831,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://ecoinformatics.org/oboe/oboe.1.2/oboe-core.owl#characteristicFor,https://w3id.org/traits.build/location,elevation,characteristic for,location,elevation (m) ,,"""The elevation above mean sea level in meters.""@en",.,http://purl.org/dc/terms/description,The elevation above mean sea level in meters.,elevation,description,The elevation above mean sea level in meters.,elevation (m) ,,,.,http://www.w3.org/1999/02/22-rdf-syntax-ns#datatype,http://www.w3.org/2001/XMLSchema#decimal,elevation,datatype,decimal,elevation (m) -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,elevation,created,02/01/24,elevation (m) +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,elevation,created,01 February 2024,elevation (m) ,,,.,http://www.w3.org/2002/07/owl#sameAs,http://rs.tdwg.org/dwc/terms/verbatimElevation,elevation,sameAs,verbatimElevation,elevation (m) ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,elevation,is in scheme,traits.build database,elevation (m) ,,"""context property""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,context property,context_property,preferred label,context property,context property @@ -829,7 +845,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://ecoinformatics.org/oboe/oboe.1.2/oboe-core.owl#characteristicFor,https://w3id.org/traits.build/context,context_property,characteristic for,context,context property ,,"""The contextual characteristic being recorded. If applicable, name should include units of measurement, e.g. `CO2 concentration (ppm)`.""@en",.,http://purl.org/dc/terms/description,"The contextual characteristic being recorded. If applicable, name should include units of measurement, e.g. `CO2 concentration (ppm)`.",context_property,description,"The contextual characteristic being recorded. If applicable, name should include units of measurement, e.g. `CO2 concentration (ppm)`.",context property ,,,.,http://www.w3.org/1999/02/22-rdf-syntax-ns#datatype,http://www.w3.org/2001/XMLSchema#string,context_property,datatype,string,context property -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,context_property,created,02/01/24,context property +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,context_property,created,01 February 2024,context property ,,,.,http://www.w3.org/2002/07/owl#sameAs,https://w3id.org/traits.build/contexts_value,context_property,sameAs,context property value,context property ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,context_property,is in scheme,traits.build database,context property ,,"""treatment context property""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,treatment context property,treatment_context_property,preferred label,treatment context property,treatment context property @@ -843,7 +859,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://semanticscience.org/resource/SIO_001096,https://w3id.org/traits.build/context_property,treatment_context_property,is specialisation of,context property,treatment context property ,,"""A context characteristic indicating stratified treatments that might affect the trait values measured on an individual or population-level entity.""@en",.,http://purl.org/dc/terms/description,A context characteristic indicating stratified treatments that might affect the trait values measured on an individual or population-level entity.,treatment_context_property,description,A context characteristic indicating stratified treatments that might affect the trait values measured on an individual or population-level entity.,treatment context property ,,,.,http://www.w3.org/1999/02/22-rdf-syntax-ns#datatype,http://www.w3.org/2001/XMLSchema#string,treatment_context_property,datatype,string,treatment context property -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,treatment_context_property,created,02/01/24,treatment context property +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,treatment_context_property,created,01 February 2024,treatment context property ,,,.,http://www.w3.org/2002/07/owl#sameAs,https://w3id.org/traits.build/contexts_value,treatment_context_property,sameAs,context property value,treatment context property ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,treatment_context_property,is in scheme,traits.build database,treatment context property ,,"""plot context property""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,plot context property,plot_context_property,preferred label,plot context property,plot context property @@ -857,7 +873,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://semanticscience.org/resource/SIO_001096,https://w3id.org/traits.build/context_property,plot_context_property,is specialisation of,context property,plot context property ,,"""A context characteristic indicating stratified variation within a location that might affect the trait values measured on an individual or population-level entity.""@en",.,http://purl.org/dc/terms/description,A context characteristic indicating stratified variation within a location that might affect the trait values measured on an individual or population-level entity.,plot_context_property,description,A context characteristic indicating stratified variation within a location that might affect the trait values measured on an individual or population-level entity.,plot context property ,,,.,http://www.w3.org/1999/02/22-rdf-syntax-ns#datatype,http://www.w3.org/2001/XMLSchema#string,plot_context_property,datatype,string,plot context property -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,plot_context_property,created,02/01/24,plot context property +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,plot_context_property,created,01 February 2024,plot context property ,,,.,http://www.w3.org/2002/07/owl#sameAs,https://w3id.org/traits.build/contexts_value,plot_context_property,sameAs,context property value,plot context property ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,plot_context_property,is in scheme,traits.build database,plot context property ,,"""entity context property""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,entity context property,entity_context_property,preferred label,entity context property,entity context property @@ -871,7 +887,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://semanticscience.org/resource/SIO_001096,https://w3id.org/traits.build/context_property,entity_context_property,is specialisation of,context property,entity context property ,,"""A context characteristic indicating stratified variation across individuals or populations might affect the trait values measured.""@en",.,http://purl.org/dc/terms/description,A context characteristic indicating stratified variation across individuals or populations might affect the trait values measured.,entity_context_property,description,A context characteristic indicating stratified variation across individuals or populations might affect the trait values measured.,entity context property ,,,.,http://www.w3.org/1999/02/22-rdf-syntax-ns#datatype,http://www.w3.org/2001/XMLSchema#string,entity_context_property,datatype,string,entity context property -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,entity_context_property,created,02/01/24,entity context property +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,entity_context_property,created,01 February 2024,entity context property ,,,.,http://www.w3.org/2002/07/owl#sameAs,https://w3id.org/traits.build/contexts_value,entity_context_property,sameAs,context property value,entity context property ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,entity_context_property,is in scheme,traits.build database,entity context property ,,"""temporal context property""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,temporal context property,temporal_context_property,preferred label,temporal context property,temporal context property @@ -885,7 +901,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://semanticscience.org/resource/SIO_001096,https://w3id.org/traits.build/context_property,temporal_context_property,is specialisation of,context property,temporal context property ,,"""A context characteristic indicating stratified variation across time might affect the trait values measured.""@en",.,http://purl.org/dc/terms/description,A context characteristic indicating stratified variation across time might affect the trait values measured.,temporal_context_property,description,A context characteristic indicating stratified variation across time might affect the trait values measured.,temporal context property ,,,.,http://www.w3.org/1999/02/22-rdf-syntax-ns#datatype,http://www.w3.org/2001/XMLSchema#string,temporal_context_property,datatype,string,temporal context property -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,temporal_context_property,created,02/01/24,temporal context property +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,temporal_context_property,created,01 February 2024,temporal context property ,,,.,http://www.w3.org/2002/07/owl#sameAs,https://w3id.org/traits.build/contexts_value,temporal_context_property,sameAs,context property value,temporal context property ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,temporal_context_property,is in scheme,traits.build database,temporal context property ,,"""method context property""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,method context property,method_context_property,preferred label,method context property,method context property @@ -899,7 +915,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://semanticscience.org/resource/SIO_001096,https://w3id.org/traits.build/context_property,method_context_property,is specialisation of,context property,method context property ,,"""A context characteristic indicating stratified variation in the protocol used to measure traits might affect the trait values measured.""@en",.,http://purl.org/dc/terms/description,A context characteristic indicating stratified variation in the protocol used to measure traits might affect the trait values measured.,method_context_property,description,A context characteristic indicating stratified variation in the protocol used to measure traits might affect the trait values measured.,method context property ,,,.,http://www.w3.org/1999/02/22-rdf-syntax-ns#datatype,http://www.w3.org/2001/XMLSchema#string,method_context_property,datatype,string,method context property -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,method_context_property,created,02/01/24,method context property +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,method_context_property,created,01 February 2024,method context property ,,,.,http://www.w3.org/2002/07/owl#sameAs,https://w3id.org/traits.build/contexts_value,method_context_property,sameAs,context property value,method context property ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,method_context_property,is in scheme,traits.build database,method context property ,,"""context property category""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,context property category,contexts_category,preferred label,context property category,context property category @@ -911,7 +927,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://semanticscience.org/resource/SIO_000254,https://w3id.org/traits.build/context_property,contexts_category,is annotation of,context property,context property category ,,"""The category of context property, with options being `plot`, `treatment`, `individual_context`, `temporal` and `method`.""@en",.,http://purl.org/dc/terms/description,"The category of context property, with options being `plot`, `treatment`, `individual_context`, `temporal` and `method`.",contexts_category,description,"The category of context property, with options being `plot`, `treatment`, `individual_context`, `temporal` and `method`.",context property category ,,,.,http://www.w3.org/1999/02/22-rdf-syntax-ns#datatype,http://www.w3.org/2001/XMLSchema#string,contexts_category,datatype,string,context property category -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,contexts_category,created,02/01/24,context property category +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,contexts_category,created,01 February 2024,context property category ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,contexts_category,is in scheme,traits.build database,context property category ,,"""context property value""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,context property value,contexts_value,preferred label,context property value,context property value ,,"""value""@en",.,http://www.w3.org/2004/02/skos/core#altLabel,value,contexts_value,alternative label,value,context property value @@ -923,7 +939,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,"""context property value""@en",.,http://www.w3.org/2000/01/rdf-schema#label,context property value,contexts_value,label,context property value,context property value ,,"""The measured value of a context property.""@en",.,http://purl.org/dc/terms/description,The measured value of a context property.,contexts_value,description,The measured value of a context property.,context property value ,,,.,http://www.w3.org/1999/02/22-rdf-syntax-ns#datatype,http://www.w3.org/2001/XMLSchema#string,contexts_value,datatype,string,context property value -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,contexts_value,created,02/01/24,context property value +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,contexts_value,created,01 February 2024,context property value ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,contexts_value,is in scheme,traits.build database,context property value ,,"""context property value description""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,context property value description,contexts_description,preferred label,context property value description,context property value description ,,"""description""@en",.,http://www.w3.org/2004/02/skos/core#altLabel,description,contexts_description,alternative label,description,context property value description @@ -934,7 +950,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://semanticscience.org/resource/SIO_000628,https://w3id.org/traits.build/context_property,contexts_description,refers to,context property,context property value description ,,"""Description of a specific context property value.""@en",.,http://purl.org/dc/terms/description,Description of a specific context property value.,contexts_description,description,Description of a specific context property value.,context property value description ,,,.,http://www.w3.org/1999/02/22-rdf-syntax-ns#datatype,http://www.w3.org/2001/XMLSchema#string,contexts_description,datatype,string,context property value description -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,contexts_description,created,02/01/24,context property value description +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,contexts_description,created,01 February 2024,context property value description ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,contexts_description,is in scheme,traits.build database,context property value description ,,"""context propety link id""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,context propety link id,contexts_link_id,preferred label,context propety link id,context propety link id ,,"""link_id""@en",.,http://www.w3.org/2004/02/skos/core#altLabel,link_id,contexts_link_id,alternative label,link_id,context propety link id @@ -949,6 +965,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://semanticscience.org/resource/SIO_000628,https://w3id.org/traits.build/method_context_id,contexts_link_id,refers to,method context id,context propety link id ,,"""Variable indicating which identifier column in the traits table contains the specified `link_vals`.""@en",.,http://purl.org/dc/terms/description,Variable indicating which identifier column in the traits table contains the specified `link_vals`.,contexts_link_id,description,Variable indicating which identifier column in the traits table contains the specified `link_vals`.,context propety link id ,,,.,http://www.w3.org/1999/02/22-rdf-syntax-ns#datatype,http://www.w3.org/2001/XMLSchema#int,contexts_link_id,datatype,integer,context propety link id +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,contexts_link_id,created,01 February 2024,context propety link id ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,contexts_link_id,is in scheme,traits.build database,context propety link id ,,"""context propety link vals""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,context propety link vals,contexts_link_vals,preferred label,context propety link vals,context propety link vals ,,"""link_vals""@en",.,http://www.w3.org/2004/02/skos/core#altLabel,link_vals,contexts_link_vals,alternative label,link_vals,context propety link vals @@ -963,6 +980,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://semanticscience.org/resource/SIO_000674,https://w3id.org/traits.build/method_context_property,contexts_link_vals,is unique identifier for,method context property,context propety link vals ,,"""Unique integer identifiers that link between identifier columns in the `traits` table and the contextual properties/values in the `contexts` table.""@en",.,http://purl.org/dc/terms/description,Unique integer identifiers that link between identifier columns in the `traits` table and the contextual properties/values in the `contexts` table.,contexts_link_vals,description,Unique integer identifiers that link between identifier columns in the `traits` table and the contextual properties/values in the `contexts` table.,context propety link vals ,,,.,http://www.w3.org/1999/02/22-rdf-syntax-ns#datatype,http://www.w3.org/2001/XMLSchema#int,contexts_link_vals,datatype,integer,context propety link vals +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,contexts_link_vals,created,01 February 2024,context propety link vals ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,contexts_link_vals,is in scheme,traits.build database,context propety link vals ,,"""methods""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,methods,methods_methods,preferred label,methods,methods ,,"""methods""@en",.,http://www.w3.org/2004/02/skos/core#altLabel,methods,methods_methods,alternative label,methods,methods @@ -973,7 +991,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,"""methods""@en",.,http://www.w3.org/2000/01/rdf-schema#label,methods,methods_methods,label,methods,methods ,,"""A textual description of the methods used to collect the trait data. Whenever available, methods are taken near-verbatim from the referenced source. Methods can include descriptions such as 'measured on botanical collections', 'data from the literature', or a detailed description of the field or lab methods used to collect the data.""@en",.,http://purl.org/dc/terms/description,"A textual description of the methods used to collect the trait data. Whenever available, methods are taken near-verbatim from the referenced source. Methods can include descriptions such as 'measured on botanical collections', 'data from the literature', or a detailed description of the field or lab methods used to collect the data.",methods_methods,description,"A textual description of the methods used to collect the trait data. Whenever available, methods are taken near-verbatim from the referenced source. Methods can include descriptions such as 'measured on botanical collections', 'data from the literature', or a detailed description of the field or lab methods used to collect the data.",methods ,,,.,http://www.w3.org/1999/02/22-rdf-syntax-ns#datatype,http://www.w3.org/2001/XMLSchema#string,methods_methods,datatype,string,methods -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,methods_methods,created,02/01/24,methods +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,methods_methods,created,01 February 2024,methods ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,methods_methods,is in scheme,traits.build database,methods ,,"""dataset description""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,dataset description,methods_description,preferred label,dataset description,dataset description ,,"""description""@en",.,http://www.w3.org/2004/02/skos/core#altLabel,description,methods_description,alternative label,description,dataset description @@ -985,7 +1003,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://semanticscience.org/resource/SIO_000628,https://w3id.org/traits.build/methods_methods,methods_description,refers to,methods,dataset description ,,"""A 1-2 sentence description of the purpose of the study.""@en",.,http://purl.org/dc/terms/description,A 1-2 sentence description of the purpose of the study.,methods_description,description,A 1-2 sentence description of the purpose of the study.,dataset description ,,,.,http://www.w3.org/1999/02/22-rdf-syntax-ns#datatype,http://www.w3.org/2001/XMLSchema#string,methods_description,datatype,string,dataset description -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,methods_description,created,02/01/24,dataset description +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,methods_description,created,01 February 2024,dataset description ,,,.,http://www.w3.org/2002/07/owl#sameAs,http://terminologies.gfbio.org/terms/ETS/datasetDescription,methods_description,sameAs,datasetDescription,dataset description ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,methods_description,is in scheme,traits.build database,dataset description ,,"""dataset sampling strategy""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,dataset sampling strategy,sampling_strategy,preferred label,dataset sampling strategy,dataset sampling strategy @@ -997,7 +1015,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://semanticscience.org/resource/SIO_000628,https://w3id.org/traits.build/observations_from_dataset,sampling_strategy,refers to,observations from dataset,dataset sampling strategy ,,"""When available, this information is lifted verbatim from a published manuscript. For preserved specimens, this field ideally indicates which records were 'sampled' to measure a specific trait.""@en",.,http://purl.org/dc/terms/description,"When available, this information is lifted verbatim from a published manuscript. For preserved specimens, this field ideally indicates which records were 'sampled' to measure a specific trait.",sampling_strategy,description,"When available, this information is lifted verbatim from a published manuscript. For preserved specimens, this field ideally indicates which records were 'sampled' to measure a specific trait.",dataset sampling strategy ,,,.,http://www.w3.org/1999/02/22-rdf-syntax-ns#datatype,http://www.w3.org/2001/XMLSchema#string,sampling_strategy,datatype,string,dataset sampling strategy -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,sampling_strategy,created,02/01/24,dataset sampling strategy +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,sampling_strategy,created,01 February 2024,dataset sampling strategy ,,,.,http://www.w3.org/2002/07/owl#sameAs,http://rs.tdwg.org/dwc/terms/samplingProtocol,sampling_strategy,sameAs,samplingProtocol,dataset sampling strategy ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,sampling_strategy,is in scheme,traits.build database,dataset sampling strategy ,,"""source primary key""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,source primary key,source_primary_key,preferred label,source primary key,source primary key @@ -1010,7 +1028,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://semanticscience.org/resource/SIO_000674,https://w3id.org/traits.build/source_primary_citation,source_primary_key,is unique identifier for,source primary citation,source primary key ,,"""Citation key for the primary source in `sources`. The key is typically formatted as `Surname_year`.""@en",.,http://purl.org/dc/terms/description,Citation key for the primary source in `sources`. The key is typically formatted as `Surname_year`.,source_primary_key,description,Citation key for the primary source in `sources`. The key is typically formatted as `Surname_year`.,source primary key ,,,.,http://www.w3.org/1999/02/22-rdf-syntax-ns#datatype,http://www.w3.org/2001/XMLSchema#string,source_primary_key,datatype,string,source primary key -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,source_primary_key,created,02/01/24,source primary key +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,source_primary_key,created,01 February 2024,source primary key ,,,.,http://www.w3.org/2002/07/owl#sameAs,https://w3id.org/traits.build/dataset_id,source_primary_key,sameAs,dataset id,source primary key ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,source_primary_key,is in scheme,traits.build database,source primary key ,,"""source primary citation""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,source primary citation,source_primary_citation,preferred label,source primary citation,source primary citation @@ -1023,7 +1041,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://semanticscience.org/resource/SIO_000673,https://w3id.org/traits.build/source_primary_key,source_primary_citation,has unique identifier,source primary key,source primary citation ,,"""Citation for the primary source. This detail is generated from the primary source in the metadata.""@en",.,http://purl.org/dc/terms/description,Citation for the primary source. This detail is generated from the primary source in the metadata.,source_primary_citation,description,Citation for the primary source. This detail is generated from the primary source in the metadata.,source primary citation ,,,.,http://www.w3.org/1999/02/22-rdf-syntax-ns#datatype,http://www.w3.org/2001/XMLSchema#string,source_primary_citation,datatype,string,source primary citation -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,source_primary_citation,created,02/01/24,source primary citation +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,source_primary_citation,created,01 February 2024,source primary citation ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,source_primary_citation,is in scheme,traits.build database,source primary citation ,,"""source secondary key""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,source secondary key,source_secondary_key,preferred label,source secondary key,source secondary key ,,"""source_secondary_key""@en",.,http://www.w3.org/2004/02/skos/core#altLabel,source_secondary_key,source_secondary_key,alternative label,source_secondary_key,source secondary key @@ -1034,7 +1052,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://semanticscience.org/resource/SIO_000674,https://w3id.org/traits.build/source_secondary_citation,source_secondary_key,is unique identifier for,source secondary citation,source secondary key ,,"""Citation key for the secondary source in `sources`. The key is typically formatted as `Surname_year`.""@en",.,http://purl.org/dc/terms/description,Citation key for the secondary source in `sources`. The key is typically formatted as `Surname_year`.,source_secondary_key,description,Citation key for the secondary source in `sources`. The key is typically formatted as `Surname_year`.,source secondary key ,,,.,http://www.w3.org/1999/02/22-rdf-syntax-ns#datatype,http://www.w3.org/2001/XMLSchema#string,source_secondary_key,datatype,string,source secondary key -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,source_secondary_key,created,02/01/24,source secondary key +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,source_secondary_key,created,01 February 2024,source secondary key ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,source_secondary_key,is in scheme,traits.build database,source secondary key ,,"""source secondary citation""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,source secondary citation,source_secondary_citation,preferred label,source secondary citation,source secondary citation ,,"""source_secondary_citation""@en",.,http://www.w3.org/2004/02/skos/core#altLabel,source_secondary_citation,source_secondary_citation,alternative label,source_secondary_citation,source secondary citation @@ -1046,7 +1064,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://semanticscience.org/resource/SIO_000673,https://w3id.org/traits.build/source_secondary_key,source_secondary_citation,has unique identifier,source secondary key,source secondary citation ,,"""Citations for the secondary source. This detail is generated from the secondary source in the metadata.""@en",.,http://purl.org/dc/terms/description,Citations for the secondary source. This detail is generated from the secondary source in the metadata.,source_secondary_citation,description,Citations for the secondary source. This detail is generated from the secondary source in the metadata.,source secondary citation ,,,.,http://www.w3.org/1999/02/22-rdf-syntax-ns#datatype,http://www.w3.org/2001/XMLSchema#string,source_secondary_citation,datatype,string,source secondary citation -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,source_secondary_citation,created,02/01/24,source secondary citation +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,source_secondary_citation,created,01 February 2024,source secondary citation ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,source_secondary_citation,is in scheme,traits.build database,source secondary citation ,,"""source original dataset key""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,source original dataset key,source_original_dataset_key,preferred label,source original dataset key,source original dataset key ,,"""source_original_dataset_key""@en",.,http://www.w3.org/2004/02/skos/core#altLabel,source_original_dataset_key,source_original_dataset_key,alternative label,source_original_dataset_key,source original dataset key @@ -1058,7 +1076,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://semanticscience.org/resource/SIO_000674,https://w3id.org/traits.build/source_original_dataset_citation,source_original_dataset_key,is unique identifier for,source original dataset citation,source original dataset key ,,"""Citation key for the original dataset_id in sources, for compilations. The key is typically formatted as `Surname_year`.""@en",.,http://purl.org/dc/terms/description,"Citation key for the original dataset_id in sources, for compilations. The key is typically formatted as `Surname_year`.",source_original_dataset_key,description,"Citation key for the original dataset_id in sources, for compilations. The key is typically formatted as `Surname_year`.",source original dataset key ,,,.,http://www.w3.org/1999/02/22-rdf-syntax-ns#datatype,http://www.w3.org/2001/XMLSchema#string,source_original_dataset_key,datatype,string,source original dataset key -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,source_original_dataset_key,created,02/01/24,source original dataset key +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,source_original_dataset_key,created,01 February 2024,source original dataset key ,,,.,http://www.w3.org/2002/07/owl#sameAs,https://w3id.org/traits.build/source_id,source_original_dataset_key,sameAs,source id,source original dataset key ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,source_original_dataset_key,is in scheme,traits.build database,source original dataset key ,,"""source original dataset citation""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,source original dataset citation,source_original_dataset_citation,preferred label,source original dataset citation,source original dataset citation @@ -1071,7 +1089,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://semanticscience.org/resource/SIO_000673,https://w3id.org/traits.build/source_original_dataset_key,source_original_dataset_citation,has unique identifier,source original dataset key,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.""@en",.,http://purl.org/dc/terms/description,"Citations for the original dataset_id in sources, for compilationse. This detail is generated from the original source in the metadata.",source_original_dataset_citation,description,"Citations for the original dataset_id in sources, for compilationse. This detail is generated from the original source in the metadata.",source original dataset citation ,,,.,http://www.w3.org/1999/02/22-rdf-syntax-ns#datatype,http://www.w3.org/2001/XMLSchema#string,source_original_dataset_citation,datatype,string,source original dataset citation -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,source_original_dataset_citation,created,02/01/24,source original dataset citation +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,source_original_dataset_citation,created,01 February 2024,source original dataset citation ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,source_original_dataset_citation,is in scheme,traits.build database,source original dataset citation ,,"""contributor""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,contributor,contributor,preferred label,contributor,contributor ,,"""contributor""@en",.,http://www.w3.org/2004/02/skos/core#altLabel,contributor,contributor,alternative label,contributor,contributor @@ -1083,7 +1101,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://semanticscience.org/resource/SIO_000628,https://w3id.org/traits.build/observations_from_dataset,contributor,refers to,observations from dataset,contributor ,,"""A person contributing to a dataset.""@en",.,http://purl.org/dc/terms/description,A person contributing to a dataset.,contributor,description,A person contributing to a dataset.,contributor ,,,.,http://www.w3.org/1999/02/22-rdf-syntax-ns#datatype,http://www.w3.org/2001/XMLSchema#string,contributor,datatype,string,contributor -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,contributor,created,02/01/24,contributor +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,contributor,created,01 February 2024,contributor ,,,.,http://www.w3.org/2002/07/owl#sameAs,http://purl.org/dc/terms/contributor,contributor,sameAs,contributor,contributor ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,contributor,is in scheme,traits.build database,contributor ,,"""assistants""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,assistants,assistants,preferred label,assistants,assistants @@ -1096,7 +1114,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://semanticscience.org/resource/SIO_001096,https://w3id.org/traits.build/contributor,assistants,is specialisation of,contributor,assistants ,,"""People who played a more minor role in data collection for the study.""@en",.,http://purl.org/dc/terms/description,People who played a more minor role in data collection for the study.,assistants,description,People who played a more minor role in data collection for the study.,assistants ,,,.,http://www.w3.org/1999/02/22-rdf-syntax-ns#datatype,http://www.w3.org/2001/XMLSchema#string,assistants,datatype,string,assistants -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,assistants,created,02/01/24,assistants +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,assistants,created,01 February 2024,assistants ,,,.,http://www.w3.org/2002/07/owl#sameAs,http://vocab.fairdatacollective.org/gdmt/RelatedPerson,assistants,sameAs,Related Person,assistants ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,assistants,is in scheme,traits.build database,assistants ,,"""dataset curators""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,dataset curators,dataset_curators,preferred label,dataset curators,dataset curators @@ -1109,7 +1127,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://semanticscience.org/resource/SIO_001096,https://w3id.org/traits.build/contributor,dataset_curators,is specialisation of,contributor,dataset curators ,,"""Database team member(s) who contacted the data collectors and added the study to the database repository.""@en",.,http://purl.org/dc/terms/description,Database team member(s) who contacted the data collectors and added the study to the database repository.,dataset_curators,description,Database team member(s) who contacted the data collectors and added the study to the database repository.,dataset curators ,,,.,http://www.w3.org/1999/02/22-rdf-syntax-ns#datatype,http://www.w3.org/2001/XMLSchema#string,dataset_curators,datatype,string,dataset curators -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,dataset_curators,created,02/01/24,dataset curators +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,dataset_curators,created,01 February 2024,dataset curators ,,,.,http://www.w3.org/2002/07/owl#sameAs,http://vocab.fairdatacollective.org/gdmt/DataCurator,dataset_curators,sameAs,Data Curator,dataset curators ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,dataset_curators,is in scheme,traits.build database,dataset curators ,,"""data collectors""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,data collectors,data_collectors,preferred label,data collectors,data collectors @@ -1128,7 +1146,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://semanticscience.org/resource/SIO_001096,https://w3id.org/traits.build/contributor,data_collectors,is specialisation of,contributor,data collectors ,,"""Person contributing to a dataset as a data collector.""@en",.,http://purl.org/dc/terms/description,Person contributing to a dataset as a data collector.,data_collectors,description,Person contributing to a dataset as a data collector.,data collectors ,,,.,http://www.w3.org/1999/02/22-rdf-syntax-ns#datatype,http://www.w3.org/2001/XMLSchema#string,data_collectors,datatype,string,data collectors -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,data_collectors,created,02/01/24,data collectors +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,data_collectors,created,01 February 2024,data collectors ,,,.,http://www.w3.org/2002/07/owl#sameAs,http://vocab.fairdatacollective.org/gdmt/DataCollector,data_collectors,sameAs,Data Collector,data collectors ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,data_collectors,is in scheme,traits.build database,data collectors ,,"""last name""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,last name,last_name,preferred label,last name,last name @@ -1141,7 +1159,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://semanticscience.org/resource/SIO_000674,https://w3id.org/traits.build/contributor,last_name,is unique identifier for,contributor,last name ,,"""Last name of the data collector.""@en",.,http://purl.org/dc/terms/description,Last name of the data collector.,last_name,description,Last name of the data collector.,last name ,,,.,http://www.w3.org/1999/02/22-rdf-syntax-ns#datatype,http://www.w3.org/2001/XMLSchema#Name,last_name,datatype,Name,last name -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,last_name,created,02/01/24,last name +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,last_name,created,01 February 2024,last name ,,,.,http://www.w3.org/2002/07/owl#sameAs,http://purl.obolibrary.org/obo/IAO_0020017,last_name,sameAs,family name,last name ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,last_name,is in scheme,traits.build database,last name ,,"""given name""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,given name,given_name,preferred label,given name,given name @@ -1154,7 +1172,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://semanticscience.org/resource/SIO_000674,https://w3id.org/traits.build/contributor,given_name,is unique identifier for,contributor,given name ,,"""Given names of the data collector.""@en",.,http://purl.org/dc/terms/description,Given names of the data collector.,given_name,description,Given names of the data collector.,given name ,,,.,http://www.w3.org/1999/02/22-rdf-syntax-ns#datatype,http://www.w3.org/2001/XMLSchema#Name,given_name,datatype,Name,given name -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,given_name,created,02/01/24,given name +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,given_name,created,01 February 2024,given name ,,,.,http://www.w3.org/2002/07/owl#sameAs,http://purl.obolibrary.org/obo/IAO_0020016,given_name,sameAs,given name,given name ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,given_name,is in scheme,traits.build database,given name ,,"""ORCID identifier""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,ORCID identifier,ORCID,preferred label,ORCID identifier,ORCID identifier @@ -1167,7 +1185,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://semanticscience.org/resource/SIO_000674,https://w3id.org/traits.build/contributor,ORCID,is unique identifier for,contributor,ORCID identifier ,,"""ORCID (Open Researcher and Contributor ID) for the data collector, if available.""@en",.,http://purl.org/dc/terms/description,"ORCID (Open Researcher and Contributor ID) for the data collector, if available.",ORCID,description,"ORCID (Open Researcher and Contributor ID) for the data collector, if available.",ORCID identifier ,,,.,http://www.w3.org/1999/02/22-rdf-syntax-ns#datatype,http://www.w3.org/2001/XMLSchema#anyURI,ORCID,datatype,anyURI,ORCID identifier -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,ORCID,created,02/01/24,ORCID identifier +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,ORCID,created,01 February 2024,ORCID identifier ,,,.,http://www.w3.org/2002/07/owl#sameAs,http://purl.obolibrary.org/obo/IAO_0000708,ORCID,sameAs,ORCID identifier,ORCID identifier ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,ORCID,is in scheme,traits.build database,ORCID identifier ,,"""affiliation""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,affiliation,affiliation,preferred label,affiliation,affiliation @@ -1179,7 +1197,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://semanticscience.org/resource/SIO_000254,https://w3id.org/traits.build/contributor,affiliation,is annotation of,contributor,affiliation ,,"""Affiliation of data collector.""@en",.,http://purl.org/dc/terms/description,Affiliation of data collector.,affiliation,description,Affiliation of data collector.,affiliation ,,,.,http://www.w3.org/1999/02/22-rdf-syntax-ns#datatype,http://www.w3.org/2001/XMLSchema#string,affiliation,datatype,string,affiliation -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,affiliation,created,02/01/24,affiliation +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,affiliation,created,01 February 2024,affiliation ,,,.,http://www.w3.org/2002/07/owl#sameAs,http://vocab.fairdatacollective.org/gdmt/hasContributorAffiliation,affiliation,sameAs,has Contributor Affiliation,affiliation ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,affiliation,is in scheme,traits.build database,affiliation ,,"""additional role""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,additional role,additional_role,preferred label,additional role,additional role @@ -1191,23 +1209,9 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://semanticscience.org/resource/SIO_000254,https://w3id.org/traits.build/contributor,additional_role,is annotation of,contributor,additional role ,,"""Any additional roles the data collector had in the study, a field most frequently used to identify which data contributor is the contact person for the dataset.""@en",.,http://purl.org/dc/terms/description,"Any additional roles the data collector had in the study, a field most frequently used to identify which data contributor is the contact person for the dataset.",additional_role,description,"Any additional roles the data collector had in the study, a field most frequently used to identify which data contributor is the contact person for the dataset.",additional role ,,,.,http://www.w3.org/1999/02/22-rdf-syntax-ns#datatype,http://www.w3.org/2001/XMLSchema#string,additional_role,datatype,string,additional role -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,additional_role,created,02/01/24,additional role +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,additional_role,created,01 February 2024,additional role ,,,.,http://www.w3.org/2002/07/owl#sameAs,http://vocab.fairdatacollective.org/gdmt/ContributorRole,additional_role,sameAs,Contributor Role,additional role ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,additional_role,is in scheme,traits.build database,additional role -,,"""original name""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,original name,original_name,preferred label,original name,original taxon name -,,"""original_name""@en",.,http://www.w3.org/2004/02/skos/core#altLabel,original_name,original_name,alternative label,original_name,original taxon name -,,,.,http://www.w3.org/2004/02/skos/core#broader,http://www.w3.org/2000/01/rdf-schema#label,original_name,has broader,label,original taxon name -,,,.,http://www.w3.org/2004/02/skos/core#broader,http://www.w3.org/2004/02/skos/core#prefLabel,original_name,has broader,preferred label,original taxon name -,,,.,http://semanticscience.org/resource/SIO_000602,http://semanticscience.org/resource/SIO_000757,original_name,computational entity,database column,original taxon name -,,,.,http://rs.tdwg.org/dwc/terms/attributes/organizedInClass,https://w3id.org/traits.build/traits.build-taxonomic_updates,original_name,organizedInClass,taxonomic updates table,original taxon name -,,"""original name""@en",.,http://www.w3.org/2000/01/rdf-schema#label,original name,original_name,label,original name,original taxon name -,,,.,http://semanticscience.org/resource/SIO_000672,https://w3id.org/traits.build/taxon,original_name,is identifier for,taxon,original taxon name -,,,.,http://semanticscience.org/resource/SIO_000642,https://w3id.org/traits.build/aligned_name,original_name,is base for,aligned name,original taxon name -,,,.,http://semanticscience.org/resource/SIO_000642,https://w3id.org/traits.build/taxon_name,original_name,is base for,taxon name,original taxon name -,,"""Name given to taxon in the original data supplied by the authors.""@en",.,http://purl.org/dc/terms/description,Name given to taxon in the original data supplied by the authors.,original_name,description,Name given to taxon in the original data supplied by the authors.,original taxon name -,,,.,http://www.w3.org/1999/02/22-rdf-syntax-ns#datatype,http://www.w3.org/2001/XMLSchema#string,original_name,datatype,string,original taxon name -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,original_name,created,02/01/24,original taxon name -,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,original_name,is in scheme,traits.build database,original taxon name ,,"""taxonomic dataset""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,taxonomic dataset,taxonomic_dataset,preferred label,taxonomic dataset,taxonomic dataset ,,"""taxonomic_dataset""@en",.,http://www.w3.org/2004/02/skos/core#altLabel,taxonomic_dataset,taxonomic_dataset,alternative label,taxonomic_dataset,taxonomic dataset ,,,.,http://www.w3.org/2004/02/skos/core#exactMatch,http://rs.tdwg.org/dwc/terms/nomenclaturalCode,taxonomic_dataset,has exact match,nomenclaturalCode,taxonomic dataset @@ -1217,7 +1221,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://semanticscience.org/resource/SIO_000224,https://w3id.org/traits.build/taxon_name,taxonomic_dataset,is property of,taxon name,taxonomic dataset ,,"""Name of the taxonomy (tree) that contains this concept. ie. APC, AusMoss etc.""@en",.,http://purl.org/dc/terms/description,"Name of the taxonomy (tree) that contains this concept. ie. APC, AusMoss etc.",taxonomic_dataset,description,"Name of the taxonomy (tree) that contains this concept. ie. APC, AusMoss etc.",taxonomic dataset ,,,.,http://www.w3.org/1999/02/22-rdf-syntax-ns#datatype,http://www.w3.org/2001/XMLSchema#string,taxonomic_dataset,datatype,string,taxonomic dataset -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,taxonomic_dataset,created,02/01/24,taxonomic dataset +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,taxonomic_dataset,created,01 February 2024,taxonomic dataset ,,,.,http://www.w3.org/2002/07/owl#sameAs,http://rs.tdwg.org/dwc/terms/nomenclaturalCode,taxonomic_dataset,sameAs,nomenclaturalCode,taxonomic dataset ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,taxonomic_dataset,is in scheme,traits.build database,taxonomic dataset ,,"""taxon rank""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,taxon rank,taxon_rank,preferred label,taxon rank,taxon rank @@ -1230,7 +1234,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,"""The taxonomic rank of the most specific name in the scientific name.""@en",.,http://purl.org/dc/terms/description,The taxonomic rank of the most specific name in the scientific name.,taxon_rank,description,The taxonomic rank of the most specific name in the scientific name.,taxon rank ,,"""This is to clarify cases where information is not given on a species level.""@en",.,http://www.w3.org/2000/01/rdf-schema#comment,This is to clarify cases where information is not given on a species level.,taxon_rank,comment,This is to clarify cases where information is not given on a species level.,taxon rank ,,,.,http://www.w3.org/1999/02/22-rdf-syntax-ns#datatype,http://www.w3.org/2001/XMLSchema#string,taxon_rank,datatype,string,taxon rank -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,taxon_rank,created,02/01/24,taxon rank +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,taxon_rank,created,01 February 2024,taxon rank ,,,.,http://www.w3.org/2002/07/owl#sameAs,http://rs.tdwg.org/dwc/terms/taxonRank,taxon_rank,sameAs,taxonRank,taxon rank ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,taxon_rank,is in scheme,traits.build database,taxon rank ,,"""trinomial""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,trinomial,trinomial,preferred label,trinomial,trinomial @@ -1244,7 +1248,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://semanticscience.org/resource/SIO_000672,https://w3id.org/traits.build/taxon,trinomial,is identifier for,taxon,trinomial ,,"""The infraspecific taxon name match for an original name. This column is assigned `na` for taxon name that are at a broader taxonomic_resolution.""@en",.,http://purl.org/dc/terms/description,The infraspecific taxon name match for an original name. This column is assigned `na` for taxon name that are at a broader taxonomic_resolution.,trinomial,description,The infraspecific taxon name match for an original name. This column is assigned `na` for taxon name that are at a broader taxonomic_resolution.,trinomial ,,,.,http://www.w3.org/1999/02/22-rdf-syntax-ns#datatype,http://www.w3.org/2001/XMLSchema#string,trinomial,datatype,string,trinomial -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,trinomial,created,02/01/24,trinomial +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,trinomial,created,01 February 2024,trinomial ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,trinomial,is in scheme,traits.build database,trinomial ,,"""binomial""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,binomial,binomial,preferred label,binomial,binomial ,,"""binomial""@en",.,http://www.w3.org/2004/02/skos/core#altLabel,binomial,binomial,alternative label,binomial,binomial @@ -1257,7 +1261,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://semanticscience.org/resource/SIO_000672,https://w3id.org/traits.build/taxon,binomial,is identifier for,taxon,binomial ,,"""The species-level taxon name match for an original name. This column is assigned `na` for taxon name that are at a broader taxonomic_resolution.""@en",.,http://purl.org/dc/terms/description,The species-level taxon name match for an original name. This column is assigned `na` for taxon name that are at a broader taxonomic_resolution.,binomial,description,The species-level taxon name match for an original name. This column is assigned `na` for taxon name that are at a broader taxonomic_resolution.,binomial ,,,.,http://www.w3.org/1999/02/22-rdf-syntax-ns#datatype,http://www.w3.org/2001/XMLSchema#string,binomial,datatype,string,binomial -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,binomial,created,02/01/24,binomial +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,binomial,created,01 February 2024,binomial ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,binomial,is in scheme,traits.build database,binomial ,,"""genus""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,genus,genus,preferred label,genus,genus ,,"""genus""@en",.,http://www.w3.org/2004/02/skos/core#altLabel,genus,genus,alternative label,genus,genus @@ -1270,7 +1274,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://semanticscience.org/resource/SIO_000672,https://w3id.org/traits.build/taxon,genus,is identifier for,taxon,genus ,,"""Genus of the taxon without authorship.""@en",.,http://purl.org/dc/terms/description,Genus of the taxon without authorship.,genus,description,Genus of the taxon without authorship.,genus ,,,.,http://www.w3.org/1999/02/22-rdf-syntax-ns#datatype,http://www.w3.org/2001/XMLSchema#string,genus,datatype,string,genus -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,genus,created,02/01/24,genus +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,genus,created,01 February 2024,genus ,,,.,http://www.w3.org/2002/07/owl#sameAs,http://rs.tdwg.org/dwc/terms/genus,genus,sameAs,genus,genus ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,genus,is in scheme,traits.build database,genus ,,"""family""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,family,family,preferred label,family,family @@ -1284,7 +1288,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://semanticscience.org/resource/SIO_000672,https://w3id.org/traits.build/taxon,family,is identifier for,taxon,family ,,"""Family of the taxon.""@en",.,http://purl.org/dc/terms/description,Family of the taxon.,family,description,Family of the taxon.,family ,,,.,http://www.w3.org/1999/02/22-rdf-syntax-ns#datatype,http://www.w3.org/2001/XMLSchema#string,family,datatype,string,family -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,family,created,02/01/24,family +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,family,created,01 February 2024,family ,,,.,http://www.w3.org/2002/07/owl#sameAs,http://rs.tdwg.org/dwc/terms/family,family,sameAs,family,family ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,family,is in scheme,traits.build database,family ,,"""taxon distribution""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,taxon distribution,taxon_distribution,preferred label,taxon distribution,taxon distribution @@ -1295,7 +1299,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://semanticscience.org/resource/SIO_000224,https://w3id.org/traits.build/taxon,taxon_distribution,is property of,taxon,taxon distribution ,,"""Known distribution of the taxon, by Australian state.""@en",.,http://purl.org/dc/terms/description,"Known distribution of the taxon, by Australian state.",taxon_distribution,description,"Known distribution of the taxon, by Australian state.",taxon distribution ,,,.,http://www.w3.org/1999/02/22-rdf-syntax-ns#datatype,http://www.w3.org/2001/XMLSchema#string,taxon_distribution,datatype,string,taxon distribution -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,taxon_distribution,created,02/01/24,taxon distribution +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,taxon_distribution,created,01 February 2024,taxon distribution ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,taxon_distribution,is in scheme,traits.build database,taxon distribution ,,"""establishment means""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,establishment means,establishment_means,preferred label,establishment means,establishment means ,,"""establishment_means""@en",.,http://www.w3.org/2004/02/skos/core#altLabel,establishment_means,establishment_means,alternative label,establishment_means,establishment means @@ -1306,7 +1310,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://semanticscience.org/resource/SIO_000224,https://w3id.org/traits.build/taxon,establishment_means,is property of,taxon,establishment means ,,"""Statement about whether an organism or organisms have been introduced to a given place and time through the direct or indirect activity of modern humans.""@en",.,http://purl.org/dc/terms/description,Statement about whether an organism or organisms have been introduced to a given place and time through the direct or indirect activity of modern humans.,establishment_means,description,Statement about whether an organism or organisms have been introduced to a given place and time through the direct or indirect activity of modern humans.,establishment means ,,,.,http://www.w3.org/1999/02/22-rdf-syntax-ns#datatype,http://www.w3.org/2001/XMLSchema#string,establishment_means,datatype,string,establishment means -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,establishment_means,created,02/01/24,establishment means +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,establishment_means,created,01 February 2024,establishment means ,,,.,http://www.w3.org/2002/07/owl#sameAs,http://rs.tdwg.org/dwc/terms/establishmentMeans,establishment_means,sameAs,establishmentMeans,establishment means ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,establishment_means,is in scheme,traits.build database,establishment means ,,"""taxonomic status""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,taxonomic status,taxonomic_status,preferred label,taxonomic status,taxonomic status @@ -1318,7 +1322,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://semanticscience.org/resource/SIO_000224,https://w3id.org/traits.build/taxon_name,taxonomic_status,is property of,taxon name,taxonomic status ,,"""The status of the use of the scientificName as a label for the taxon in regard to the 'accepted (or valid) taxonomy'. The assigned taxonomic status must be linked to a specific taxonomic reference that defines the concept.""@en",.,http://purl.org/dc/terms/description,The status of the use of the scientificName as a label for the taxon in regard to the 'accepted (or valid) taxonomy'. The assigned taxonomic status must be linked to a specific taxonomic reference that defines the concept.,taxonomic_status,description,The status of the use of the scientificName as a label for the taxon in regard to the 'accepted (or valid) taxonomy'. The assigned taxonomic status must be linked to a specific taxonomic reference that defines the concept.,taxonomic status ,,,.,http://www.w3.org/1999/02/22-rdf-syntax-ns#datatype,http://www.w3.org/2001/XMLSchema#string,taxonomic_status,datatype,string,taxonomic status -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,taxonomic_status,created,02/01/24,taxonomic status +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,taxonomic_status,created,01 February 2024,taxonomic status ,,,.,http://www.w3.org/2002/07/owl#sameAs,http://rs.tdwg.org/dwc/terms/taxonomicStatus,taxonomic_status,sameAs,taxonomicStatus,taxonomic status ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,taxonomic_status,is in scheme,traits.build database,taxonomic status ,,"""scientific name""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,scientific name,scientific_name,preferred label,scientific name,scientific name @@ -1331,7 +1335,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://semanticscience.org/resource/SIO_000674,https://w3id.org/traits.build/taxon,scientific_name,is unique identifier for,taxon,scientific name ,,"""The full scientific name, with authorship and date information if known.""@en",.,http://purl.org/dc/terms/description,"The full scientific name, with authorship and date information if known.",scientific_name,description,"The full scientific name, with authorship and date information if known.",scientific name ,,,.,http://www.w3.org/1999/02/22-rdf-syntax-ns#datatype,http://www.w3.org/2001/XMLSchema#string,scientific_name,datatype,string,scientific name -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,scientific_name,created,02/01/24,scientific name +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,scientific_name,created,01 February 2024,scientific name ,,,.,http://www.w3.org/2002/07/owl#sameAs,http://rs.tdwg.org/dwc/terms/scientificName,scientific_name,sameAs,scientificName,scientific name ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,scientific_name,is in scheme,traits.build database,scientific name ,,"""taxon id""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,taxon id,taxon_id,preferred label,taxon id,taxon id @@ -1344,7 +1348,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://semanticscience.org/resource/SIO_000674,https://w3id.org/traits.build/taxon_name,taxon_id,is unique identifier for,taxon name,taxon id ,,"""An identifier for the set of taxon information (data associated with the taxon class). May be a global unique identifier or an identifier specific to the data set. Must be resolvable within this dataset.""@en",.,http://purl.org/dc/terms/description,An identifier for the set of taxon information (data associated with the taxon class). May be a global unique identifier or an identifier specific to the data set. Must be resolvable within this dataset.,taxon_id,description,An identifier for the set of taxon information (data associated with the taxon class). May be a global unique identifier or an identifier specific to the data set. Must be resolvable within this dataset.,taxon id ,,,.,http://www.w3.org/1999/02/22-rdf-syntax-ns#datatype,http://www.w3.org/2001/XMLSchema#anyURI,taxon_id,datatype,anyURI,taxon id -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,taxon_id,created,02/01/24,taxon id +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,taxon_id,created,01 February 2024,taxon id ,,,.,http://www.w3.org/2002/07/owl#sameAs,http://rs.tdwg.org/dwc/terms/taxonID,taxon_id,sameAs,taxonID,taxon id ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,taxon_id,is in scheme,traits.build database,taxon id ,,"""scientific name id""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,scientific name id,scientific_name_id,preferred label,scientific name id,scientific name id @@ -1357,7 +1361,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://semanticscience.org/resource/SIO_000674,https://w3id.org/traits.build/scientific_name,scientific_name_id,is unique identifier for,scientific name,scientific name id ,,"""An identifier for the set of taxon information (data associated with the taxon class). May be a global unique identifier or an identifier specific to the data set. Must be resolvable within this dataset.""@en",.,http://purl.org/dc/terms/description,An identifier for the set of taxon information (data associated with the taxon class). May be a global unique identifier or an identifier specific to the data set. Must be resolvable within this dataset.,scientific_name_id,description,An identifier for the set of taxon information (data associated with the taxon class). May be a global unique identifier or an identifier specific to the data set. Must be resolvable within this dataset.,scientific name id ,,,.,http://www.w3.org/1999/02/22-rdf-syntax-ns#datatype,http://www.w3.org/2001/XMLSchema#anyURI,scientific_name_id,datatype,anyURI,scientific name id -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,scientific_name_id,created,02/01/24,scientific name id +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,scientific_name_id,created,01 February 2024,scientific name id ,,,.,http://www.w3.org/2002/07/owl#sameAs,http://rs.tdwg.org/dwc/terms/scientificNameID,scientific_name_id,sameAs,scientificNameID,scientific name id ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,scientific_name_id,is in scheme,traits.build database,scientific name id ,,"""taxon""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,taxon,taxon,preferred label,taxon,taxon @@ -1380,7 +1384,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://semanticscience.org/resource/SIO_000223,https://w3id.org/traits.build/establishment_means,taxon,has property,establishment means,taxon ,,"""A group of organisms assumed to form a homogeneous unit with regard to associated trait measurements.""@en",.,http://purl.org/dc/terms/description,A group of organisms assumed to form a homogeneous unit with regard to associated trait measurements.,taxon,description,A group of organisms assumed to form a homogeneous unit with regard to associated trait measurements.,taxon ,,,.,http://www.w3.org/1999/02/22-rdf-syntax-ns#datatype,http://www.w3.org/2001/XMLSchema#string,taxon,datatype,string,taxon -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,taxon,created,02/01/24,taxon +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,taxon,created,01 February 2024,taxon ,,,.,http://www.w3.org/2002/07/owl#sameAs,http://rs.tdwg.org/dwc/terms/Taxon,taxon,sameAs,Taxon,taxon ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,taxon,is in scheme,traits.build database,taxon ,,"""aligned name""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,aligned name,aligned_name,preferred label,aligned name,aligned name @@ -1395,7 +1399,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://semanticscience.org/resource/SIO_000641,https://w3id.org/traits.build/original_name,aligned_name,has basis,original taxon name,aligned name ,,"""The taxon name without authorship after implementing automated syntax standardisation and spelling changes as well as manually encoded syntax alignments for this taxon in the metadata file for the corresponding `dataset_id`. This name has not yet been matched to the currently accepted (botanical) or valid (zoological) taxon name in cases where there are taxonomic synonyms, isonyms, orthographic variants, etc.""@en",.,http://purl.org/dc/terms/description,"The taxon name without authorship after implementing automated syntax standardisation and spelling changes as well as manually encoded syntax alignments for this taxon in the metadata file for the corresponding `dataset_id`. This name has not yet been matched to the currently accepted (botanical) or valid (zoological) taxon name in cases where there are taxonomic synonyms, isonyms, orthographic variants, etc.",aligned_name,description,"The taxon name without authorship after implementing automated syntax standardisation and spelling changes as well as manually encoded syntax alignments for this taxon in the metadata file for the corresponding `dataset_id`. This name has not yet been matched to the currently accepted (botanical) or valid (zoological) taxon name in cases where there are taxonomic synonyms, isonyms, orthographic variants, etc.",aligned name ,,,.,http://www.w3.org/1999/02/22-rdf-syntax-ns#datatype,http://www.w3.org/2001/XMLSchema#string,aligned_name,datatype,string,aligned name -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,aligned_name,created,02/01/24,aligned name +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,aligned_name,created,01 February 2024,aligned name ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,aligned_name,is in scheme,traits.build database,aligned name ,,"""taxonomic resolution""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,taxonomic resolution,taxonomic_resolution,preferred label,taxonomic resolution,taxonomic resolution ,,"""taxonomic_resolution""@en",.,http://www.w3.org/2004/02/skos/core#altLabel,taxonomic_resolution,taxonomic_resolution,alternative label,taxonomic_resolution,taxonomic resolution @@ -1406,7 +1410,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://semanticscience.org/resource/SIO_000224,https://w3id.org/traits.build/aligned_name,taxonomic_resolution,is property of,aligned name,taxonomic resolution ,,"""The rank of the most specific taxon name (or scientific name) to which a submitted orignal name resolves.""@en",.,http://purl.org/dc/terms/description,The rank of the most specific taxon name (or scientific name) to which a submitted orignal name resolves.,taxonomic_resolution,description,The rank of the most specific taxon name (or scientific name) to which a submitted orignal name resolves.,taxonomic resolution ,,,.,http://www.w3.org/1999/02/22-rdf-syntax-ns#datatype,http://www.w3.org/2001/XMLSchema#string,taxonomic_resolution,datatype,string,taxonomic resolution -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,taxonomic_resolution,created,02/01/24,taxonomic resolution +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,taxonomic_resolution,created,01 February 2024,taxonomic resolution ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,taxonomic_resolution,is in scheme,traits.build database,taxonomic resolution ,,"""trait concept""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,trait concept,trait,preferred label,trait concept,trait concept ,,"""trait""@en",.,http://www.w3.org/2004/02/skos/core#altLabel,trait,trait,alternative label,trait,trait concept @@ -1424,7 +1428,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://semanticscience.org/resource/SIO_000223,https://w3id.org/traits.build/type,trait,has property,type,trait concept ,,"""A collection of trait values pertaining to a distinct characteristic of a specific part of an organism (cell, tissue, organ, or whole organism).""@en",.,http://purl.org/dc/terms/description,"A collection of trait values pertaining to a distinct characteristic of a specific part of an organism (cell, tissue, organ, or whole organism).",trait,description,"A collection of trait values pertaining to a distinct characteristic of a specific part of an organism (cell, tissue, organ, or whole organism).",trait concept ,,,.,http://www.w3.org/1999/02/22-rdf-syntax-ns#datatype,http://www.w3.org/2001/XMLSchema#string,trait,datatype,string,trait concept -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,trait,created,02/01/24,trait concept +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,trait,created,01 February 2024,trait concept ,,,.,http://www.w3.org/2002/07/owl#sameAs,http://ecoinformatics.org/oboe/oboe.1.2/oboe-core.owl#Standard,trait,sameAs,Standard,trait concept ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,trait,is in scheme,traits.build database,trait concept ,,"""trait identifier""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,trait identifier,trait_concept_URI,preferred label,trait identifier,trait identifier @@ -1437,7 +1441,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://semanticscience.org/resource/SIO_000674,https://w3id.org/traits.build/trait,trait_concept_URI,is unique identifier for,trait concept,trait identifier ,,"""Unique identifier of the trait according to a public ontology, or a user-provided thesaurus of traits.""@en",.,http://purl.org/dc/terms/description,"Unique identifier of the trait according to a public ontology, or a user-provided thesaurus of traits.",trait_concept_URI,description,"Unique identifier of the trait according to a public ontology, or a user-provided thesaurus of traits.",trait identifier ,,,.,http://www.w3.org/1999/02/22-rdf-syntax-ns#datatype,http://www.w3.org/2001/XMLSchema#anyURI,trait_concept_URI,datatype,anyURI,trait identifier -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,trait_concept_URI,created,02/01/24,trait identifier +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,trait_concept_URI,created,01 February 2024,trait identifier ,,,.,http://www.w3.org/2002/07/owl#sameAs,http://terminologies.gfbio.org/terms/ETS/traitID,trait_concept_URI,sameAs,traitID,trait identifier ,,,.,http://www.w3.org/2002/07/owl#sameAs,http://purl.org/dc/terms/identifier,trait_concept_URI,sameAs,identifier,trait identifier ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,trait_concept_URI,is in scheme,traits.build database,trait identifier @@ -1452,7 +1456,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://semanticscience.org/resource/SIO_000628,https://w3id.org/traits.build/trait,label,refers to,trait concept,label ,,"""A concise English label for the trait.""@en",.,http://purl.org/dc/terms/description,A concise English label for the trait.,label,description,A concise English label for the trait.,label ,,,.,http://www.w3.org/1999/02/22-rdf-syntax-ns#datatype,http://www.w3.org/2001/XMLSchema#string,label,datatype,string,label -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,label,created,02/01/24,label +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,label,created,01 February 2024,label ,,,.,http://www.w3.org/2002/07/owl#sameAs,http://www.w3.org/2000/01/rdf-schema#label,label,sameAs,label,label ,,,.,http://www.w3.org/2002/07/owl#sameAs,http://www.w3.org/2004/02/skos/core#prefLabel,label,sameAs,preferred label,label ,,,.,http://www.w3.org/2002/07/owl#sameAs,http://terminologies.gfbio.org/terms/ETS/trait,label,sameAs,trait,label @@ -1467,7 +1471,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://semanticscience.org/resource/SIO_000254,https://w3id.org/traits.build/trait,description,is annotation of,trait concept,description ,,"""A short description, generally ranging from 1-3 sentences that clearly indicates the trait’s scope.""@en",.,http://purl.org/dc/terms/description,"A short description, generally ranging from 1-3 sentences that clearly indicates the trait’s scope.",description,description,"A short description, generally ranging from 1-3 sentences that clearly indicates the trait’s scope.",description ,,,.,http://www.w3.org/1999/02/22-rdf-syntax-ns#datatype,http://www.w3.org/2001/XMLSchema#string,description,datatype,string,description -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,description,created,02/01/24,description +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,description,created,01 February 2024,description ,,,.,http://www.w3.org/2002/07/owl#sameAs,http://terminologies.gfbio.org/terms/ETS/traitDescription,description,sameAs,traitDescription,description ,,,.,http://www.w3.org/2002/07/owl#sameAs,http://purl.org/dc/terms/description,description,sameAs,description,description ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,description,is in scheme,traits.build database,description @@ -1481,7 +1485,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://semanticscience.org/resource/SIO_000254,https://w3id.org/traits.build/trait,comments,is annotation of,trait concept,comments ,,"""Additional notes about the scope of the trait or acceptable methods.""@en",.,http://purl.org/dc/terms/description,Additional notes about the scope of the trait or acceptable methods.,comments,description,Additional notes about the scope of the trait or acceptable methods.,comments ,,,.,http://www.w3.org/1999/02/22-rdf-syntax-ns#datatype,http://www.w3.org/2001/XMLSchema#string,comments,datatype,string,comments -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,comments,created,02/01/24,comments +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,comments,created,01 February 2024,comments ,,,.,http://www.w3.org/2002/07/owl#sameAs,http://www.w3.org/2000/01/rdf-schema#comment,comments,sameAs,comment,comments ,,,.,http://www.w3.org/2002/07/owl#sameAs,http://terminologies.gfbio.org/terms/ETS/comments,comments,sameAs,comments,comments ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,comments,is in scheme,traits.build database,comments @@ -1494,7 +1498,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://semanticscience.org/resource/SIO_000224,https://w3id.org/traits.build/trait,allowed_values_max,is property of,trait concept,max allowed values ,,"""An upper boundary for accepted numerical values.""@en",.,http://purl.org/dc/terms/description,An upper boundary for accepted numerical values.,allowed_values_max,description,An upper boundary for accepted numerical values.,max allowed values ,,,.,http://www.w3.org/1999/02/22-rdf-syntax-ns#datatype,http://www.w3.org/2001/XMLSchema#decimal,allowed_values_max,datatype,decimal,max allowed values -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,allowed_values_max,created,02/01/24,max allowed values +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,allowed_values_max,created,01 February 2024,max allowed values ,,,.,http://www.w3.org/2002/07/owl#sameAs,http://terminologies.gfbio.org/terms/ETS/maxAllowedValue,allowed_values_max,sameAs,maxAllowedValue,max allowed values ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,allowed_values_max,is in scheme,traits.build database,max allowed values ,,"""min allowed values""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,min allowed values,allowed_values_min,preferred label,min allowed values,min allowed values @@ -1506,7 +1510,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://semanticscience.org/resource/SIO_000224,https://w3id.org/traits.build/trait,allowed_values_min,is property of,trait concept,min allowed values ,,"""A lower boundary for accepted numerical values.""@en",.,http://purl.org/dc/terms/description,A lower boundary for accepted numerical values.,allowed_values_min,description,A lower boundary for accepted numerical values.,min allowed values ,,,.,http://www.w3.org/1999/02/22-rdf-syntax-ns#datatype,http://www.w3.org/2001/XMLSchema#decimal,allowed_values_min,datatype,decimal,min allowed values -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,allowed_values_min,created,02/01/24,min allowed values +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,allowed_values_min,created,01 February 2024,min allowed values ,,,.,http://www.w3.org/2002/07/owl#sameAs,http://terminologies.gfbio.org/terms/ETS/minAllowedValue,allowed_values_min,sameAs,minAllowedValue,min allowed values ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,allowed_values_min,is in scheme,traits.build database,min allowed values ,,"""units""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,units,units,preferred label,units,units @@ -1518,7 +1522,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://semanticscience.org/resource/SIO_000224,https://w3id.org/traits.build/trait,units,is property of,trait concept,units ,,"""The preferred units for the trait, conforming to the Unified Code for Units of Measure (UCUM). There are often two entries for units, one that is a string and the second which links to a units of measurement axiom.""@en",.,http://purl.org/dc/terms/description,"The preferred units for the trait, conforming to the Unified Code for Units of Measure (UCUM). There are often two entries for units, one that is a string and the second which links to a units of measurement axiom.",units,description,"The preferred units for the trait, conforming to the Unified Code for Units of Measure (UCUM). There are often two entries for units, one that is a string and the second which links to a units of measurement axiom.",units ,,,.,http://www.w3.org/1999/02/22-rdf-syntax-ns#datatype,http://www.w3.org/2001/XMLSchema#string,units,datatype,string,units -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,units,created,02/01/24,units +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,units,created,01 February 2024,units ,,,.,http://www.w3.org/2002/07/owl#sameAs,http://terminologies.gfbio.org/terms/ETS/expectedUnit,units,sameAs,expectedUnit,units ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,units,is in scheme,traits.build database,units ,,"""allowed categorical values""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,allowed categorical values,allowed_values_levels,preferred label,allowed categorical values,allowed categorical values @@ -1531,7 +1535,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://semanticscience.org/resource/SIO_000224,https://w3id.org/traits.build/trait,allowed_values_levels,is property of,trait concept,allowed categorical values ,,"""Allowed trait values for a categorical trait, including a brief description of the value.""@en",.,http://purl.org/dc/terms/description,"Allowed trait values for a categorical trait, including a brief description of the value.",allowed_values_levels,description,"Allowed trait values for a categorical trait, including a brief description of the value.",allowed categorical values ,,,.,http://www.w3.org/1999/02/22-rdf-syntax-ns#datatype,http://www.w3.org/2001/XMLSchema#string,allowed_values_levels,datatype,string,allowed categorical values -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,allowed_values_levels,created,02/01/24,allowed categorical values +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,allowed_values_levels,created,01 February 2024,allowed categorical values ,,,.,http://www.w3.org/2002/07/owl#sameAs,http://www.w3.org/2004/02/skos/core#narrower,allowed_values_levels,sameAs,has narrower,allowed categorical values ,,,.,http://www.w3.org/2002/07/owl#sameAs,http://terminologies.gfbio.org/terms/ETS/factorLevels,allowed_values_levels,sameAs,factorLevels,allowed categorical values ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,allowed_values_levels,is in scheme,traits.build database,allowed categorical values @@ -1544,7 +1548,7 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,,.,http://semanticscience.org/resource/SIO_000224,https://w3id.org/traits.build/trait,type,is property of,trait concept,type ,,"""Type of trait, specifying if traits are categorical, numeric, or ordinal.""@en",.,http://purl.org/dc/terms/description,"Type of trait, specifying if traits are categorical, numeric, or ordinal.",type,description,"Type of trait, specifying if traits are categorical, numeric, or ordinal.",type ,,,.,http://www.w3.org/1999/02/22-rdf-syntax-ns#datatype,http://www.w3.org/2001/XMLSchema#string,type,datatype,string,type -,,"""02/01/24""^^",.,http://purl.org/dc/terms/created,02/01/24,type,created,02/01/24,type +,,"""01 February 2024""^^",.,http://purl.org/dc/terms/created,01 February 2024,type,created,01 February 2024,type ,,,.,http://www.w3.org/2002/07/owl#sameAs,http://terminologies.gfbio.org/terms/ETS/valueType,type,sameAs,valueType,type ,,,.,http://www.w3.org/2004/02/skos/core#inScheme,https://w3id.org/traits.build,type,is in scheme,traits.build database,type ,,"""Identifier""@en",.,http://www.w3.org/2004/02/skos/core#prefLabel,Identifier,http://ecoinformatics.org/oboe/oboe.1.2/oboe-characteristics.owl#Identifier,preferred label,Identifier,NA @@ -1959,5 +1963,5 @@ Subject,Predicate,Object,graph,predicate_tmp,object_tmp,subject_tmp,Predicate_la ,,"""Daniel Falster""",.,http://purl.org/dc/terms/creator,Daniel Falster,https://w3id.org/traits.build,creator,Daniel Falster,NA ,,"""Elizabeth Wenk""",.,http://purl.org/dc/terms/creator,Elizabeth Wenk,https://w3id.org/traits.build,creator,Elizabeth Wenk,NA ,,"""Sophie Yang""",.,http://purl.org/dc/terms/creator,Sophie Yang,https://w3id.org/traits.build,creator,Sophie Yang,NA -,,"""01/02/24^^""",.,http://purl.org/dc/terms/created,01/02/24,https://w3id.org/traits.build,created,01/02/24,NA +,,"""01 February 2024^^""",.,http://purl.org/dc/terms/created,01 February 2024,https://w3id.org/traits.build,created,01 February 2024,NA ,,,.,http://semanticscience.org/resource/SIO_000602,http://semanticscience.org/resource/SIO_000750,https://w3id.org/traits.build,computational entity,database,NA diff --git a/ontology/output/ontology/traits.build.html b/ontology/output/ontology/index.html similarity index 93% rename from ontology/output/ontology/traits.build.html rename to ontology/output/ontology/index.html index 33bb32ce..5a400b7e 100644 --- a/ontology/output/ontology/traits.build.html +++ b/ontology/output/ontology/index.html @@ -2999,134 +2999,116 @@

    Table of contents

  • Database
  • Database Tables
  • Database Table Columns
  • Database Table Entries
      @@ -3298,7 +3280,7 @@

      2. Traits.build data model

      Database

      The traits.build resource

      -
      +
      @@ -3410,7 +3392,7 @@

      Database

      created @@ -3429,10 +3411,11 @@

      Database

      Database Tables

      The traits.build output tables

      -

      -
      -

      build info

      -
      +

      +
      +

      traits table

      +
      +
      -01/02/24 +01 February 2024
      @@ -3456,7 +3439,7 @@

      build info

      URI @@ -3464,7 +3447,7 @@

      build info

      preferred label @@ -3472,7 +3455,7 @@

      build info

      alternative label @@ -3480,7 +3463,15 @@

      build info

      description + + + + @@ -3488,13 +3479,33 @@

      build info

      computational entity + + + + + + + + @@ -3507,13 +3518,15 @@

      build info

      +
      -traits.build-build_info +https://w3id.org/traits.build/traits.build-traits
      -build info +traits table
      -build_info +traits
      -A description of the computing environment used to create this version of the dataset, including version number, git commit and R session_info. +A table containing measurements of traits. +
      +comment + +Includes information that must be recorded at the Measurement or Observation level.
      -metadata +database table +
      +has exact match + +
      +has related match +
    • MeasurementOrFact
    • +
    • Occurrence +
    • +created +01 February 2024
      -

      +

      -
      -

      contexts table

      -
      +
      +

      locations table

      +
      + @@ -3537,7 +3550,7 @@

      contexts table

      URI @@ -3545,7 +3558,7 @@

      contexts table

      preferred label @@ -3553,7 +3566,7 @@

      contexts table

      alternative label @@ -3561,7 +3574,15 @@

      contexts table

      description + + + + @@ -3574,10 +3595,19 @@

      contexts table

      + + + + @@ -3590,13 +3620,14 @@

      contexts table

      +
      -traits.build-contexts +https://w3id.org/traits.build/traits.build-locations
      -contexts table +locations table
      -contexts +locations
      -A table containing observations of contextual characteristics associated with information in traits. Cross referencing between the two dataframes is possible using combinations of the variables dataset_id, link_id, and link_vals. +A table containing observations of location/site characteristics associated with information in traits. Cross referencing between the two dataframes is possible using combinations of the variables dataset_id, location_name. +
      +comment + +Includes information about Location properties.
      +has related match + +
      created -02/01/24 +01 February 2024
      -

      +

      -
      -

      contributors table

      -
      +
      +

      contexts table

      +
      @@ -3620,7 +3651,7 @@

      contributors table

      URI @@ -3628,7 +3659,7 @@

      contributors table

      preferred label @@ -3636,7 +3667,7 @@

      contributors table

      alternative label @@ -3644,7 +3675,7 @@

      contributors table

      description @@ -3660,7 +3691,7 @@

      contributors table

      created @@ -3675,11 +3706,11 @@

      contributors table

      -traits.build-contributors +https://w3id.org/traits.build/traits.build-contexts
      -contributors table +contexts table
      -contributors +contexts
      -A table of people contributing to each study. +A table containing observations of contextual characteristics associated with information in traits. Cross referencing between the two dataframes is possible using combinations of the variables dataset_id, link_id, and link_vals.
      -02/01/24 +01 February 2024
      -

      +

      -
      -

      definitions table

      -
      +
      +

      methods table

      +
      @@ -3704,7 +3735,7 @@

      definitions table

      URI @@ -3712,7 +3743,7 @@

      definitions table

      preferred label @@ -3720,7 +3751,7 @@

      definitions table

      alternative label @@ -3728,7 +3759,7 @@

      definitions table

      description @@ -3741,11 +3772,11 @@

      definitions table

      @@ -3753,7 +3784,7 @@

      definitions table

      created @@ -3773,7 +3804,7 @@

      definitions table

      excluded data table

      -
      +
      -traits.build-definitions +https://w3id.org/traits.build/traits.build-methods
      -definitions table +methods table
      -definitions +methods
      -A list containing trait concept descriptions used to build the database. +A table containing details on methods with which data were collected, including time frame and source. Cross referencing with the traits table is possible using combinations of the variables dataset_id, trait_name.
      -has exact match +has related match
      -02/01/24 +01 February 2024
      @@ -3797,7 +3828,7 @@

      excluded data table

      @@ -3837,7 +3868,7 @@

      excluded data tablecreated

      @@ -3852,12 +3883,11 @@

      excluded data table -

      +

      -
      -

      locations table

      -
      - +
      +

      taxonomic updates table

      +

      -traits.build-excluded_data +https://w3id.org/traits.build/traits.build-excluded_data
      -02/01/24 +01 February 2024
      @@ -3881,7 +3911,7 @@

      locations table

      URI @@ -3889,7 +3919,7 @@

      locations table

      preferred label @@ -3897,7 +3927,7 @@

      locations table

      alternative label @@ -3905,15 +3935,7 @@

      locations table

      description - - - - @@ -3926,19 +3948,10 @@

      locations table

      - - - - @@ -3951,14 +3964,13 @@

      locations table

      -
      -traits.build-locations +https://w3id.org/traits.build/traits.build-taxonomic_updates
      -locations table +taxonomic updates table
      -locations +taxonomic_updates
      -A table containing observations of location/site characteristics associated with information in traits. Cross referencing between the two dataframes is possible using combinations of the variables dataset_id, location_name. -
      -comment - -Includes information about Location properties. +A table of all taxonomic changes implemented in the construction of AusTraits. Changes are determined by comparing the originally submitted taxon name against the taxonomic names listed in the taxonomic reference files, best placed in a subfolder in the config folder . Cross referencing with the traits table is possible using combinations of the variables dataset_id and taxon_name.
      -has related match - -
      created -02/01/24 +01 February 2024
      -

      +

      -
      -

      metadata table

      -
      +
      +

      taxa table

      +
      @@ -3983,7 +3995,7 @@

      metadata table

      URI @@ -3991,7 +4003,7 @@

      metadata table

      preferred label @@ -3999,7 +4011,7 @@

      metadata table

      alternative label @@ -4007,7 +4019,7 @@

      metadata table

      description @@ -4015,16 +4027,16 @@

      metadata table

      computational entity @@ -4032,7 +4044,7 @@

      metadata table

      created @@ -4048,12 +4060,11 @@

      metadata table

      -traits.build-metadata +https://w3id.org/traits.build/traits.build-taxa
      -metadata table +taxa table
      -metadata +taxa
      -A list containing database metadata. +A table containing details on taxa associated with information in traits. Whenever possible, this information is sourced from curated taxon lists that include identifiers for each taxon. The information compiled in this table is released under a CC-BY3 license. Cross referencing between the two dataframes is possible using combinations of the variable taxon_name.
      -metadata +database table
      -has close match +has exact match
      -02/01/24 +01 February 2024
      -

      +

      -
      -

      methods table

      -
      - +
      +

      contributors table

      +
      @@ -4077,7 +4088,7 @@

      methods table

      URI @@ -4085,7 +4096,7 @@

      methods table

      preferred label @@ -4093,7 +4104,7 @@

      methods table

      alternative label @@ -4101,7 +4112,7 @@

      methods table

      description @@ -4114,19 +4125,10 @@

      methods table

      - - - - @@ -4139,14 +4141,13 @@

      methods table

      -
      -traits.build-methods +https://w3id.org/traits.build/traits.build-contributors
      -methods table +contributors table
      -methods +contributors
      -A table containing details on methods with which data were collected, including time frame and source. Cross referencing with the traits table is possible using combinations of the variables dataset_id, trait_name. +A table of people contributing to each study.
      -has related match - -
      created -02/01/24 +01 February 2024
      -

      +

      -
      -

      schema

      -
      +
      +

      sources table

      +
      @@ -4170,7 +4171,7 @@

      schema

      URI @@ -4178,7 +4179,7 @@

      schema

      preferred label @@ -4186,7 +4187,7 @@

      schema

      alternative label @@ -4194,7 +4195,7 @@

      schema

      description @@ -4202,13 +4203,15 @@

      schema

      computational entity @@ -4223,11 +4226,12 @@

      schema

      -traits.build-schema +https://w3id.org/traits.build/traits.build-sources
      -schema +sources table
      -schema +sources
      -A copy of the schema for all tables and terms. Information included here was used to process data and generate any documentation for the study. +A list containing citation details for all database sources.
      -metadata +database table
      +created +01 February 2024
      -

      +

      -
      -

      sources table

      -
      +
      +

      definitions table

      +
      + @@ -4251,7 +4255,7 @@

      sources table

      URI @@ -4259,7 +4263,7 @@

      sources table

      preferred label @@ -4267,7 +4271,7 @@

      sources table

      alternative label @@ -4275,7 +4279,7 @@

      sources table

      description @@ -4288,10 +4292,19 @@

      sources table

      + + + + @@ -4304,14 +4317,14 @@

      sources table

      +
      -traits.build-sources +https://w3id.org/traits.build/traits.build-definitions
      -sources table +definitions table
      -sources +definitions
      -A list containing citation details for all database sources. +A list containing trait concept descriptions used to build the database.
      +has exact match + +
      created -02/01/24 +01 February 2024
      -

      +

      -
      -

      taxa table

      -
      - +
      +

      schema

      +
      @@ -4335,7 +4348,7 @@

      taxa table

      URI @@ -4343,7 +4356,7 @@

      taxa table

      preferred label @@ -4351,7 +4364,7 @@

      taxa table

      alternative label @@ -4359,7 +4372,7 @@

      taxa table

      description @@ -4367,24 +4380,15 @@

      taxa table

      computational entity - - - - @@ -4397,14 +4401,14 @@

      taxa table

      -
      -traits.build-taxa +https://w3id.org/traits.build/traits.build-schema
      -taxa table +schema
      -taxa +schema
      -A table containing details on taxa associated with information in traits. Whenever possible, this information is sourced from curated taxon lists that include identifiers for each taxon. The information compiled in this table is released under a CC-BY3 license. Cross referencing between the two dataframes is possible using combinations of the variable taxon_name. +A copy of the schema for all tables and terms. Information included here was used to process data and generate any documentation for the study.
      -database table -
      -has exact match +metadata -
      created -02/01/24 +01 February 2024
      -

      +

      -
      -

      taxonomic updates table

      -
      +
      +

      metadata table

      +
      + @@ -4428,7 +4432,7 @@

      taxonomic updates URI

      @@ -4436,7 +4440,7 @@

      taxonomic updates preferred label

      @@ -4444,7 +4448,7 @@

      taxonomic updates alternative label

      @@ -4452,7 +4456,7 @@

      taxonomic updates description

      @@ -4460,15 +4464,24 @@

      taxonomic updates computational entity

      + + + + @@ -4481,14 +4494,14 @@

      taxonomic updates

      +
      -traits.build-taxonomic_updates +https://w3id.org/traits.build/traits.build-metadata
      -taxonomic updates table +metadata table
      -taxonomic_updates +metadata
      -A table of all taxonomic changes implemented in the construction of AusTraits. Changes are determined by comparing the originally submitted taxon name against the taxonomic names listed in the taxonomic reference files, best placed in a subfolder in the config folder . Cross referencing with the traits table is possible using combinations of the variables dataset_id and taxon_name. +A list containing database metadata.
      -database table +metadata +
      +has close match +
      created -02/01/24 +01 February 2024
      -

      +

      -
      -

      traits table

      -
      - +
      +

      build info

      +
      @@ -4512,7 +4525,7 @@

      traits table

      URI @@ -4520,7 +4533,7 @@

      traits table

      preferred label @@ -4528,7 +4541,7 @@

      traits table

      alternative label @@ -4536,15 +4549,7 @@

      traits table

      description - - - - @@ -4552,33 +4557,15 @@

      traits table

      computational entity - - - - - - - - @@ -4591,7 +4578,6 @@

      traits table

      -
      -traits.build-traits +https://w3id.org/traits.build/traits.build-build_info
      -traits table +build info
      -traits +build_info
      -A table containing measurements of traits. -
      -comment - -Includes information that must be recorded at the Measurement or Observation level. +A description of the computing environment used to create this version of the dataset, including version number, git commit and R session_info.
      -database table -
      -has exact match - -
      -has related match +metadata -
    • MeasurementOrFact
    • -
    • Occurrence -
    • created -02/01/24 +01 February 2024
      @@ -4599,14 +4585,13 @@

      traits table

      Database Table Columns

      Columns within the traits.build output tables

      -

      -
      -

      contexts table

      -

      +
      +

      traits table

      +

      -
      -

      context property

      -
      +
      +

      dataset id

      +
      @@ -4631,7 +4616,7 @@

      context property

      URI @@ -4639,7 +4624,7 @@

      context property

      preferred label @@ -4647,7 +4632,7 @@

      context property

      alternative label @@ -4655,7 +4640,7 @@

      context property

      description @@ -4664,2160 +4649,22 @@

      context property

      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      -context_property +https://w3id.org/traits.build/dataset_id
      -context property +dataset id
      -context_property +dataset_id
      -The contextual characteristic being recorded. If applicable, name should include units of measurement, e.g. CO2 concentration (ppm). +Primary identifier for each study contributed to AusTraits, most often these are scientific papers, books, or online resources. By default this should be the name of the first author and year of publication, e.g. Falster_2005.
      database column -
      -organizedInClass - -
      -has exact match - -
    • context property value -
    • -has broader - -
    • Characteristic -
    • -characteristic for - -
    • context -
    • -has annotation - -
    • context property category -
    • -created - -02/01/24 -
      -is in scheme - -traits.build database -
      -datatype - -string -
      -
      -

      -
      -
      -

      context property category

      -
      - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      -Property - -Value -
      -URI - -contexts_category -
      -preferred label - -context property category -
      -alternative label - -category -
      -description - -The category of context property, with options being plot, treatment, individual_context, temporal and method. -
      -computational entity - -database column -
      -organizedInClass - -
      -has broader - -
    • scope note -
    • -is annotation of - -
    • context property -
    • -created - -02/01/24 -
      -is in scheme - -traits.build database -
      -datatype - -string -
      -
      -

      -
      -
      -

      context property value description

      -
      - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      -Property - -Value -
      -URI - -contexts_description -
      -preferred label - -context property value description -
      -alternative label - -description -
      -description - -Description of a specific context property value. -
      -computational entity - -database column -
      -organizedInClass - -
      -has broader - -
    • description -
    • -refers to - -
    • context property -
    • -created - -02/01/24 -
      -is in scheme - -traits.build database -
      -datatype - -string -
      -
      -

      -
      - - -
      -

      context property value

      -
      - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      -Property - -Value -
      -URI - -contexts_value -
      -preferred label - -context property value -
      -alternative label - -value -
      -description - -The measured value of a context property. -
      -computational entity - -database column -
      -organizedInClass - -
      -has broader - -
    • Measured Value
    • -
    • measurementValue -
    • -measurement for - -
    • context property -
    • -created - -02/01/24 -
      -is in scheme - -traits.build database -
      -datatype - -string -
      -
      -

      -
      -
      -

      dataset id

      -
      - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      -Property - -Value -
      -URI - -dataset_id -
      -preferred label - -dataset id -
      -alternative label - -dataset_id -
      -description - -Primary identifier for each study contributed to AusTraits, most often these are scientific papers, books, or online resources. By default this should be the name of the first author and year of publication, e.g. Falster_2005. -
      -computational entity - -database column -
      -organizedInClass - -
      -has broader - -
    • Identifier -
    • -is unique identifier for - -
    • observations from dataset -
    • -created - -02/01/24 -
      -is in scheme - -traits.build database -
      -
      -

      -
      -
      -

      entity context property

      -
      - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      -Property - -Value -
      -URI - -entity_context_property -
      -preferred label - -entity context property -
      -alternative label - -entity_context_property -
      -description - -A context characteristic indicating stratified variation across individuals or populations might affect the trait values measured. -
      -computational entity - -database column -
      -organizedInClass - -
      -has exact match - -
    • context property value -
    • -has broader - -
    • Characteristic -
    • -has unique identifier - -
    • entity context id -
    • -is specialisation of - -
    • context property -
    • -created - -02/01/24 -
      -is in scheme - -traits.build database -
      -datatype - -string -
      -
      -

      -
      -
      -

      method context property

      -
      - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      -Property - -Value -
      -URI - -method_context_property -
      -preferred label - -method context property -
      -alternative label - -method_context_property -
      -description - -A context characteristic indicating stratified variation in the protocol used to measure traits might affect the trait values measured. -
      -computational entity - -database column -
      -organizedInClass - -
      -has exact match - -
    • context property value -
    • -has broader - -
    • Characteristic -
    • -has unique identifier - -
    • method context id -
    • -is specialisation of - -
    • context property -
    • -created - -02/01/24 -
      -is in scheme - -traits.build database -
      -datatype - -string -
      -
      -

      -
      -
      -

      plot context property

      -
      - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      -Property - -Value -
      -URI - -plot_context_property -
      -preferred label - -plot context property -
      -alternative label - -plot_context_property -
      -description - -A context characteristic indicating stratified variation within a location that might affect the trait values measured on an individual or population-level entity. -
      -computational entity - -database column -
      -organizedInClass - -
      -has exact match - -
    • context property value -
    • -has broader - -
    • Characteristic -
    • -has unique identifier - -
    • plot context id -
    • -is specialisation of - -
    • context property -
    • -created - -02/01/24 -
      -is in scheme - -traits.build database -
      -datatype - -string -
      -
      -

      -
      -
      -

      temporal context property

      -
      - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      -Property - -Value -
      -URI - -temporal_context_property -
      -preferred label - -temporal context property -
      -alternative label - -temporal_context_property -
      -description - -A context characteristic indicating stratified variation across time might affect the trait values measured. -
      -computational entity - -database column -
      -organizedInClass - -
      -has exact match - -
    • context property value -
    • -has broader - -
    • Characteristic -
    • -has unique identifier - -
    • temporal context id -
    • -is specialisation of - -
    • context property -
    • -created - -02/01/24 -
      -is in scheme - -traits.build database -
      -datatype - -string -
      -
      -

      -
      -
      -

      treatment context property

      -
      - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      -Property - -Value -
      -URI - -treatment_context_property -
      -preferred label - -treatment context property -
      -alternative label - -treatment_context_property -
      -description - -A context characteristic indicating stratified treatments that might affect the trait values measured on an individual or population-level entity. -
      -computational entity - -database column -
      -organizedInClass - -
      -has exact match - -
    • context property value -
    • -has broader - -
    • Characteristic -
    • -has unique identifier - -
    • treatment context id -
    • -is specialisation of - -
    • context property -
    • -created - -02/01/24 -
      -is in scheme - -traits.build database -
      -datatype - -string -
      -
      -

      -
      -
      -

      contributors table

      -

      -
      -
      -

      additional role

      -
      - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      -Property - -Value -
      -URI - -additional_role -
      -preferred label - -additional role -
      -alternative label - -additional_role -
      -description - -Any additional roles the data collector had in the study, a field most frequently used to identify which data contributor is the contact person for the dataset. -
      -computational entity - -database column -
      -organizedInClass - -
      -has exact match - -
    • Contributor Role -
    • -is annotation of - -
    • contributor -
    • -created - -02/01/24 -
      -is in scheme - -traits.build database -
      -datatype - -string -
      -
      -

      -
      -
      -

      affiliation

      -
      - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      -Property - -Value -
      -URI - -affiliation -
      -preferred label - -affiliation -
      -alternative label - -affiliation -
      -description - -Affiliation of data collector. -
      -computational entity - -database column -
      -organizedInClass - -
      -has exact match - -
    • has Contributor Affiliation -
    • -is annotation of - -
    • contributor -
    • -created - -02/01/24 -
      -is in scheme - -traits.build database -
      -datatype - -string -
      -
      -

      -
      -
      -

      contributor

      -
      - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      -Property - -Value -
      -URI - -contributor -
      -preferred label - -contributor -
      -alternative label - -contributor -
      -description - -A person contributing to a dataset. -
      -computational entity - -database column -
      -organizedInClass - -
      -has exact match - -
    • contributor -
    • -refers to - -
    • observations from dataset -
    • -created - -02/01/24 -
      -is in scheme - -traits.build database -
      -datatype - -string -
      -
      -

      -
      -
      -

      data collector

      -
      - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      -Property - -Value -
      -URI - -data_collector -
      -preferred label - -data collector -
      -alternative label - -data_collector -
      -description - -Person contributing to a dataset as a data collector. -
      -computational entity - -database column -
      -organizedInClass - -
      -has exact match - -
    • Data Collector -
    • -has broader - -
    • contributor -
    • -has unique identifier - -
    • ORCID identifier
    • -
    • given name
    • -
    • last name -
    • -is specialisation of - -
    • contributor -
    • -has annotation - -
    • affiliation
    • -
    • additional role -
    • -created - -02/01/24 -
      -is in scheme - -traits.build database -
      -datatype - -string -
      -
      -

      -
      -
      -

      dataset id

      -
      - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      -Property - -Value -
      -URI - -dataset_id -
      -preferred label - -dataset id -
      -alternative label - -dataset_id -
      -description - -Primary identifier for each study contributed to AusTraits, most often these are scientific papers, books, or online resources. By default this should be the name of the first author and year of publication, e.g. Falster_2005. -
      -computational entity - -database column -
      -organizedInClass - -
      -has broader - -
    • Identifier -
    • -is unique identifier for - -
    • observations from dataset -
    • -created - -02/01/24 -
      -is in scheme - -traits.build database -
      -
      -

      -
      -
      -

      given name

      -
      - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + @@ -6840,7 +4687,7 @@

      given name

      created @@ -6851,24 +4698,16 @@

      given name

      traits.build database - - - -
      -Property - -Value -
      -URI - -given_name -
      -preferred label - -given name -
      -alternative label - -given_name -
      -description - -Given names of the data collector. -
      -computational entity - -database column -
      -organizedInClass - -
      -has exact match +organizedInClass -
    • given name -
    • @@ -6832,7 +4679,7 @@

      given name

      is unique identifier for
      -
    • contributor +
    • observations from dataset
    • -02/01/24 +01 February 2024
      -datatype - -Name -
      -

      +

      -
      -

      last name

      -
      +
      +

      taxon name

      +
      @@ -6893,7 +4732,7 @@

      last name

      URI @@ -6901,7 +4740,7 @@

      last name

      preferred label @@ -6909,7 +4748,7 @@

      last name

      alternative label @@ -6917,7 +4756,7 @@

      last name

      description @@ -6934,15 +4773,17 @@

      last name

      @@ -6950,7 +4791,16 @@

      last name

      has broader + + + + @@ -6958,7 +4808,26 @@

      last name

      is unique identifier for + + + + + + + + @@ -6966,7 +4835,7 @@

      last name

      created @@ -6982,7 +4851,7 @@

      last name

      datatype @@ -6990,11 +4859,11 @@

      last name

      -last_name +https://w3id.org/traits.build/taxon_name
      -last name +taxon name
      -last_name +taxon_name
      -Last name of the data collector. +Scientific name of the taxon on which traits were sampled, without authorship. When possible, this is the currently accepted (botanical) or valid (zoological) scientific name, but might also be a higher taxonomic level.
      -has exact match +has close match -
    • family name +
    • acceptedNameUsage
    • -
    • Identifier +
    • label
    • +
    • preferred label +
    • +has unique identifier + +
    • taxon id
    • -
    • contributor +
    • observations of taxon +
    • +has basis + +
    • aligned name
    • +
    • original taxon name +
    • +has property + +
    • taxonomic dataset
    • +
    • taxon rank
    • +
    • taxonomic status
    • -02/01/24 +01 February 2024
      -Name +string
      -

      +

      -
      -

      ORCID identifier

      -
      +
      +

      observation id

      +
      @@ -7019,7 +4888,7 @@

      ORCID identifier

      URI @@ -7027,7 +4896,7 @@

      ORCID identifier

      preferred label @@ -7035,7 +4904,7 @@

      ORCID identifier

      alternative label @@ -7043,7 +4912,7 @@

      ORCID identifier

      description @@ -7060,19 +4929,11 @@

      ORCID identifier

      - - - - @@ -7092,7 +4953,7 @@

      ORCID identifier

      created @@ -7103,28 +4964,16 @@

      ORCID identifier

      traits.build database - - - -
      -ORCID +https://w3id.org/traits.build/observation_id
      -ORCID identifier +observation id
      -ORCID +observation_id
      -ORCID (Open Researcher and Contributor ID) for the data collector, if available. +A unique integral identifier for the observation, where an observation is all measurements made on an individual at a single point in time. It is important for joining traits coming from the same observation_id. Within each dataset, observation_id’s are unique combinations of taxon_name, population_id, individual_id, and temporal_context_id.
      -has exact match - -
    • ORCID identifier -
    • has broader @@ -7084,7 +4945,7 @@

      ORCID identifier

      is unique identifier for
      -
    • contributor +
    • observation
    • -02/01/24 +01 February 2024
      -datatype - -anyURI -
      -

      -
      -
      -

      definitions table

      -

      +

      -
      -

      allowed categorical values

      -
      +
      +

      trait name

      +
      @@ -7149,7 +4998,7 @@

      allowed categor URI

      @@ -7157,7 +5006,7 @@

      allowed categor preferred label

      @@ -7165,7 +5014,7 @@

      allowed categor alternative label

      @@ -7173,7 +5022,7 @@

      allowed categor description

      @@ -7190,6 +5039,8 @@

      allowed categor

      @@ -7198,8 +5049,8 @@

      allowed categor has exact match

      @@ -7207,7 +5058,7 @@

      allowed categor created

      @@ -7218,24 +5069,16 @@

      allowed categor traits.build database

      - - - -
      -allowed_values_levels +https://w3id.org/traits.build/trait_name
      -allowed categorical values +trait name
      -allowed_values_levels +trait_name
      -Allowed trait values for a categorical trait, including a brief description of the value. +Name of the trait sampled. Allowable values specified in the table definitions.
      -
    • has narrower
    • -
    • factorLevels +
    • alternative label
    • +
    • label
    • -02/01/24 +01 February 2024
      -datatype - -string -
      -

      +

      -
      -

      max allowed values

      -
      +
      +

      value

      +
      @@ -7260,7 +5103,7 @@

      max allowed values

      URI @@ -7268,7 +5111,7 @@

      max allowed values

      preferred label @@ -7276,7 +5119,7 @@

      max allowed values

      alternative label @@ -7284,7 +5127,7 @@

      max allowed values

      description @@ -7301,7 +5144,7 @@

      max allowed values

      @@ -7309,31 +5152,32 @@

      max allowed values

      has exact match +
    • Measured Value
    • +
    • measurementValue +
    • @@ -7341,11 +5185,11 @@

      max allowed values

      -allowed_values_max +https://w3id.org/traits.build/trait_value
      -max allowed values +value
      -allowed_values_max +value
      -An upper boundary for accepted numerical values. +The measured value of a trait.
      -
    • maxAllowedValue +
    • traitValue
    • -created +has broader -02/01/24 -
      -is in scheme +created -traits.build database +01 February 2024
      -datatype +is in scheme -decimal +traits.build database
      -

      +

      -
      -

      min allowed values

      -
      +
      +

      unit

      +
      @@ -7370,7 +5214,7 @@

      min allowed values

      URI @@ -7378,7 +5222,7 @@

      min allowed values

      preferred label @@ -7386,7 +5230,7 @@

      min allowed values

      alternative label @@ -7394,7 +5238,7 @@

      min allowed values

      description @@ -7411,7 +5255,7 @@

      min allowed values

      @@ -7419,7 +5263,8 @@

      min allowed values

      has exact match @@ -7427,7 +5272,7 @@

      min allowed values

      created @@ -7438,24 +5283,16 @@

      min allowed values

      traits.build database - - - -
      -allowed_values_min +https://w3id.org/traits.build/unit
      -min allowed values +unit
      -allowed_values_min +unit
      -A lower boundary for accepted numerical values. +Units of the sampled trait value after aligning with AusTraits standards.
      -
    • minAllowedValue +
    • Unit
    • +
    • traitUnit
    • -02/01/24 +01 February 2024
      -datatype - -decimal -
      -

      +

      -
      -

      comments

      -
      +
      +

      entity type

      +
      @@ -7480,7 +5317,7 @@

      comments

      URI @@ -7488,7 +5325,7 @@

      comments

      preferred label @@ -7496,7 +5333,7 @@

      comments

      alternative label @@ -7504,7 +5341,7 @@

      comments

      description @@ -7521,32 +5358,15 @@

      comments

      - - - - - - - - @@ -7570,11 +5390,11 @@

      comments

      -comments +https://w3id.org/traits.build/entity_type
      -comments +entity type
      -comments +entity_type
      -Additional notes about the scope of the trait or acceptable methods. +A categorical variable specifying the entity corresponding to the trait values recorded.
      -has exact match - -
    • comment
    • -
    • comments -
    • -is annotation of - -
    • trait concept -
    • created -02/01/24 +01 February 2024
      -

      +

      -
      -

      description

      -
      +
      +

      value type

      +
      @@ -7599,7 +5419,7 @@

      description

      URI @@ -7607,7 +5427,7 @@

      description

      preferred label @@ -7615,7 +5435,7 @@

      description

      alternative label @@ -7623,7 +5443,7 @@

      description

      description @@ -7640,24 +5460,15 @@

      description

      - - - - @@ -7665,7 +5476,7 @@

      description

      created @@ -7689,11 +5500,11 @@

      description

      -description +https://w3id.org/traits.build/value_type
      -description +value type
      -description +value_type
      -A short description, generally ranging from 1-3 sentences that clearly indicates the trait’s scope. +A categorical variable describing the statistical nature of the trait value recorded.
      -has exact match - -
    • traitDescription
    • -
    • description -
    • -is annotation of +has exact match -
    • trait concept +
    • Base Characteristic Qualifier
    • -02/01/24 +01 February 2024
      -

      +

      -
      -

      label

      -
      +
      +

      basis of value

      +
      @@ -7718,7 +5529,7 @@

      label

      URI @@ -7726,7 +5537,7 @@

      label

      preferred label @@ -7734,7 +5545,7 @@

      label

      alternative label @@ -7742,7 +5553,7 @@

      label

      description @@ -7759,7 +5570,7 @@

      label

      @@ -7767,17 +5578,7 @@

      label

      has exact match - - - - @@ -7785,7 +5586,7 @@

      label

      created @@ -7809,11 +5610,11 @@

      label

      -label +https://w3id.org/traits.build/basis_of_value
      -label +basis of value
      -label +basis_of_value
      -A concise English label for the trait. +A categorical variable describing how the trait value was obtained.
      -
    • label
    • -
    • preferred label
    • -
    • trait -
    • -refers to - -
    • trait concept +
    • Measurement Type
    • -02/01/24 +01 February 2024
      -

      +

      -
      -

      trait concept

      -
      +
      +

      replicates

      +
      @@ -7838,7 +5639,7 @@

      trait concept

      URI @@ -7846,7 +5647,7 @@

      trait concept

      preferred label @@ -7854,7 +5655,7 @@

      trait concept

      alternative label @@ -7862,7 +5663,7 @@

      trait concept

      description @@ -7879,7 +5680,7 @@

      trait concept

      @@ -7887,36 +5688,7 @@

      trait concept

      has exact match - - - - - - - - - - - - @@ -7924,7 +5696,7 @@

      trait concept

      created @@ -7940,7 +5712,7 @@

      trait concept

      datatype @@ -7948,11 +5720,11 @@

      trait concept

      -trait +https://w3id.org/traits.build/replicates
      -trait concept +replicates
      -trait +replicates
      -A collection of trait values pertaining to a distinct characteristic of a specific part of an organism (cell, tissue, organ, or whole organism). +Number of replicate measurements that comprise a recorded trait measurement. A numeric value (or range) is ideal and appropriate if the value type is a mean, median, min or  max. For these value types, if replication is unknown the entry should be unknown. If the value type is raw_value the replicate value should be 1. If the trait is categorical or the value indicates a measurement for an entire species (or other taxon) replicate value should be .na.
      -
    • Standard -
    • -has unique identifier - -
    • trait identifier -
    • -has annotation - -
    • trait name
    • -
    • label -
    • -has property - -
    • max allowed values
    • -
    • min allowed values
    • -
    • allowed categorical values
    • -
    • units
    • -
    • type +
    • individualCount
    • -02/01/24 +01 February 2024
      -string +integer
      -

      +

      -
      -

      trait identifier

      -
      +
      +

      basis of record

      +
      @@ -7977,7 +5749,7 @@

      trait identifier

      URI @@ -7985,7 +5757,7 @@

      trait identifier

      preferred label @@ -7993,7 +5765,7 @@

      trait identifier

      alternative label @@ -8001,7 +5773,7 @@

      trait identifier

      description @@ -8018,24 +5790,15 @@

      trait identifier

      - - - - @@ -8043,7 +5806,7 @@

      trait identifier

      created @@ -8059,7 +5822,7 @@

      trait identifier

      datatype @@ -8067,11 +5830,11 @@

      trait identifier

      -trait_concept_URI +https://w3id.org/traits.build/basis_of_record
      -trait identifier +basis of record
      -trait_concept_URI +basis_of_record
      -Unique identifier of the trait according to a public ontology, or a user-provided thesaurus of traits. +A categorical variable specifying from which kind of specimen traits were recorded.
      -has exact match - -
    • traitID
    • -
    • identifier -
    • -is unique identifier for +has close match -
    • trait concept +
    • basisOfRecord
    • -02/01/24 +01 February 2024
      -anyURI +string
      -

      +

      -
      -

      trait name

      -
      +
      +

      life stage

      +
      @@ -8096,7 +5859,7 @@

      trait name

      URI @@ -8104,7 +5867,7 @@

      trait name

      preferred label @@ -8112,7 +5875,7 @@

      trait name

      alternative label @@ -8120,7 +5883,7 @@

      trait name

      description @@ -8137,9 +5900,7 @@

      trait name

      @@ -8147,8 +5908,24 @@

      trait name

      has exact match + + + + + + + + @@ -8156,7 +5933,7 @@

      trait name

      created @@ -8167,16 +5944,24 @@

      trait name

      traits.build database + + + +
      -trait_name +https://w3id.org/traits.build/life_stage
      -trait name +life stage
      -trait_name +life_stage
      -Name of the trait sampled. Allowable values specified in the table definitions. +A field to indicate the life stage or age class of the entity measured. Standard values are adult, sapling, seedling and juvenile.
      -
    • alternative label
    • -
    • label +
    • lifeStage +
    • +has broader + +
    • Measured Value
    • +
    • measurementValue +
    • +characteristic for + +
    • observation of entity context
    • -02/01/24 +01 February 2024
      +datatype + +string +
      -

      +

      -
      -

      type

      -
      +
      +

      population id

      +
      @@ -8201,7 +5986,7 @@

      type

      URI @@ -8209,7 +5994,7 @@

      type

      preferred label @@ -8217,7 +6002,7 @@

      type

      alternative label @@ -8225,7 +6010,7 @@

      type

      description @@ -8242,15 +6027,23 @@

      type

      + + + + @@ -8258,7 +6051,7 @@

      type

      created @@ -8274,7 +6067,7 @@

      type

      datatype @@ -8282,11 +6075,11 @@

      type

      -type +https://w3id.org/traits.build/population_id
      -type +population id
      -type +population_id
      -Type of trait, specifying if traits are categorical, numeric, or ordinal. +A unique integer identifier for a population, where a population is defined as individuals growing in the same location (location_id /location_name) and plot (plot_context_id, a context category) and being subjected to the same treatment (treatment_context_id, a context category).
      -has exact match +has broader -
    • valueType +
    • Identifier +
    • +is unique identifier for + +
    • observations of population
    • -02/01/24 +01 February 2024
      -string +integer
      -

      +

      -
      -

      units

      -
      +
      +

      individual id

      +
      @@ -8311,7 +6104,7 @@

      units

      URI @@ -8319,7 +6112,7 @@

      units

      preferred label @@ -8327,7 +6120,7 @@

      units

      alternative label @@ -8335,7 +6128,7 @@

      units

      description @@ -8352,15 +6145,23 @@

      units

      + + + + @@ -8368,7 +6169,7 @@

      units

      created @@ -8384,7 +6185,7 @@

      units

      datatype @@ -8392,15 +6193,11 @@

      units

      -units +https://w3id.org/traits.build/individual_id
      -units +individual id
      -units +individual_id
      -The preferred units for the trait, conforming to the Unified Code for Units of Measure (UCUM). There are often two entries for units, one that is a string and the second which links to a units of measurement axiom. +A unique integer identifier for an individual, with individuals numbered sequentially within each dataset by taxon by population grouping. Most often each row of data represents an individual, but in some datasets trait data collected on a single individual is presented across multiple rows of data, such as if the same trait is measured using different methods or the same individual is measured repeatedly across time.
      -has exact match +has broader -
    • expectedUnit +
    • Identifier +
    • +is unique identifier for + +
    • observations of individual
    • -02/01/24 +01 February 2024
      -string +integer
      -

      -
      -
      -

      locations table

      -

      +

      -
      -

      dataset id

      -
      +
      +

      repeat measurements id

      +
      @@ -8425,7 +6222,7 @@

      dataset id

      URI @@ -8433,7 +6230,7 @@

      dataset id

      preferred label @@ -8441,7 +6238,7 @@

      dataset id

      alternative label @@ -8449,7 +6246,7 @@

      dataset id

      description @@ -8466,13 +6263,7 @@

      dataset id

      @@ -8488,7 +6279,8 @@

      dataset id

      is unique identifier for @@ -8496,7 +6288,7 @@

      dataset id

      created @@ -8507,16 +6299,24 @@

      dataset id

      traits.build database + + + +
      -dataset_id +https://w3id.org/traits.build/repeat_measurements_id
      -dataset id +repeat measurements id
      -dataset_id +repeat_measurements_id
      -Primary identifier for each study contributed to AusTraits, most often these are scientific papers, books, or online resources. By default this should be the name of the first author and year of publication, e.g. Falster_2005. +A unique integer identifier for repeat measurements of a trait that comprise a single observation, such as a response curve.
      -
    • observations from dataset +
    • observations of individual
    • +
    • collection date
    • -02/01/24 +01 February 2024
      +datatype + +integer +
      -

      +

      -
      -

      elevation (m)

      -
      +
      +

      temporal context id

      +
      @@ -8541,7 +6341,7 @@

      elevation (m)

      URI @@ -8549,7 +6349,7 @@

      elevation (m)

      preferred label @@ -8557,7 +6357,7 @@

      elevation (m)

      alternative label @@ -8565,7 +6365,7 @@

      elevation (m)

      description @@ -8582,40 +6382,24 @@

      elevation (m)

      - - - - - - - - @@ -8623,7 +6407,7 @@

      elevation (m)

      created @@ -8639,7 +6423,7 @@

      elevation (m)

      datatype @@ -8647,11 +6431,11 @@

      elevation (m)

      -elevation +https://w3id.org/traits.build/temporal_context_id
      -elevation (m) +temporal context id
      -elevation +temporal_context_id
      -The elevation above mean sea level in meters. +A unique integer identifier assigned where repeat observations are made on the same individual (or population, or taxon) across time. The identifier links to specific information in the context table.
      -has exact match - -
    • verbatimElevation -
    • has broader -
    • Measured Value
    • -
    • measurementValue -
    • -characteristic for - -
    • location +
    • Identifier
    • -is specialisation of +is unique identifier for -
    • location property +
    • measurement of temporal context property
    • -02/01/24 +01 February 2024
      -decimal +integer
      -

      +

      -
      -

      latitude (deg)

      -
      +
      +

      source id

      +
      @@ -8676,7 +6460,7 @@

      latitude (deg)

      URI @@ -8684,7 +6468,7 @@

      latitude (deg)

      preferred label @@ -8692,7 +6476,7 @@

      latitude (deg)

      alternative label @@ -8700,7 +6484,7 @@

      latitude (deg)

      description @@ -8717,40 +6501,24 @@

      latitude (deg)

      - - - - - - - - @@ -8758,7 +6526,7 @@

      latitude (deg)

      created @@ -8774,7 +6542,7 @@

      latitude (deg)

      datatype @@ -8786,7 +6554,7 @@

      latitude (deg)

      location id

      -
      +
      -latitude +https://w3id.org/traits.build/source_id
      -latitude (deg) +source id
      -latitude +source_id
      -The geographic latitude (in decimal degrees, using the spatial reference system given in geodeticDatum) of the geographic center of a Location. Positive values are north of the Equator, negative values are south of it. Legal values lie between -90 and 90, inclusive. +For datasets that are compilations, an identifier for the original data source.
      -has exact match - -
    • decimalLatitude -
    • has broader -
    • Measured Value
    • -
    • measurementValue -
    • -characteristic for - -
    • location +
    • Identifier
    • -is specialisation of +is unique identifier for -
    • location property +
    • observations from source
    • -02/01/24 +01 February 2024
      -decimal +string
      @@ -8811,7 +6579,7 @@

      location id

      URI @@ -8874,8 +6642,10 @@

      location id

      @@ -8899,11 +6669,11 @@

      location id

      -location_id +https://w3id.org/traits.build/location_id
      +created +01 February 2024
      -

      +

      -
      -

      location name

      -
      +
      +

      entity context id

      +
      @@ -8928,7 +6698,7 @@

      location name

      URI @@ -8936,7 +6706,7 @@

      location name

      preferred label @@ -8944,7 +6714,7 @@

      location name

      alternative label @@ -8952,7 +6722,7 @@

      location name

      description @@ -8969,7 +6739,8 @@

      location name

      @@ -8977,8 +6748,15 @@

      location name

      has broader + + + + @@ -8986,7 +6764,7 @@

      location name

      created @@ -9002,7 +6780,7 @@

      location name

      datatype @@ -9010,11 +6788,11 @@

      location name

      -location_name +https://w3id.org/traits.build/entity_context_id
      -location name +entity context id
      -location_name +entity_context_id
      -The location name used by the data contributor or a generic location name designated by AusTraits when one is not provided. +A unique integer identifier indicating specific contextual properties of an individual, possibly including the individual’s sex or caste (for social insects).
      -
    • label
    • -
    • preferred label +
    • Identifier +
    • +is unique identifier for + +
    • measurement of entity context property
    • -02/01/24 +01 February 2024
      -string +integer
      -

      +

      -
      -

      location property

      -
      +
      +

      plot context id

      +
      @@ -9039,7 +6817,7 @@

      location property

      URI @@ -9047,7 +6825,7 @@

      location property

      preferred label @@ -9055,7 +6833,7 @@

      location property

      alternative label @@ -9063,7 +6841,7 @@

      location property

      description @@ -9080,7 +6858,8 @@

      location property

      @@ -9088,23 +6867,15 @@

      location property

      has broader - - - - @@ -9112,7 +6883,7 @@

      location property

      created @@ -9128,7 +6899,7 @@

      location property

      datatype @@ -9136,11 +6907,11 @@

      location property

      -location_property +https://w3id.org/traits.build/plot_context_id
      -location property +plot context id
      -location_property +plot_context_id
      -The location characteristic being recorded. The name should include units of measurement, e.g. MAT (C). Ideally we have at least the following variables for each location, longitude (deg), latitude (deg), description. +A unique integer identifier for a plot, where a plot is a distinct collection of organisms within a single geographic location, such as plants growing on different aspects or blocks in an experiment. The identifier links to specific information in the context table.
      -
    • Characteristic -
    • -has value - -
    • location property value +
    • Identifier
    • -characteristic for +is unique identifier for -
    • location +
    • measurement of plot context property
    • -02/01/24 +01 February 2024
      -string +integer
      -

      +

      -
      -

      location property value

      -
      +
      +

      treatment context id

      +
      @@ -9165,7 +6936,7 @@

      location property URI

      @@ -9173,7 +6944,7 @@

      location property preferred label

      @@ -9181,7 +6952,7 @@

      location property alternative label

      @@ -9189,7 +6960,7 @@

      location property description

      @@ -9206,7 +6977,8 @@

      location property

      @@ -9214,8 +6986,15 @@

      location property has broader

      + + + + @@ -9223,7 +7002,7 @@

      location property created

      @@ -9239,7 +7018,7 @@

      location property datatype

      @@ -9247,11 +7026,11 @@

      location property

      -locations_value +https://w3id.org/traits.build/treatment_context_id
      -location property value +treatment context id
      -value +treatment_context_id
      -The measured value of a location property. +A unique integer identifier for a treatment, where a treatment is any experimental manipulation to an organism’s growing/living conditions. The identifier links to specific information in the context table.
      -
    • Measured Value
    • -
    • measurementValue +
    • Identifier +
    • +is unique identifier for + +
    • measurement of treatment context property
    • -02/01/24 +01 February 2024
      -string +integer
      -

      +

      -
      -

      longitude (deg)

      -
      +
      +

      collection date

      +
      @@ -9276,7 +7055,7 @@

      longitude (deg)

      URI @@ -9284,7 +7063,7 @@

      longitude (deg)

      preferred label @@ -9292,7 +7071,7 @@

      longitude (deg)

      alternative label @@ -9300,7 +7079,7 @@

      longitude (deg)

      description @@ -9317,7 +7096,7 @@

      longitude (deg)

      @@ -9325,7 +7104,7 @@

      longitude (deg)

      has exact match @@ -9342,15 +7121,7 @@

      longitude (deg)

      characteristic for - - - - @@ -9358,7 +7129,7 @@

      longitude (deg)

      created @@ -9374,7 +7145,7 @@

      longitude (deg)

      datatype @@ -9382,15 +7153,11 @@

      longitude (deg)

      -longitude +https://w3id.org/traits.build/collection_date
      -longitude (deg) +collection date
      -longitude +collection_date
      -The geographic longitude (in decimal degrees, using the spatial reference system given in dwc:geodeticDatum) of the geographic center of a dcterms:Location. Positive values are east of the Greenwich Meridian, negative values are west of it. Legal values lie between -180 and 180, inclusive. +Date sample was taken, in the format yyyy-mm-dd, yyyy-mm or yyyy, depending on the resoluton specified. Alternatively an overall range for the study can be indicating, with the starting and ending sample date sepatated by a /, as in 2010-10/2011-03
      -
    • decimalLongitude +
    • eventDate
    • -
    • location -
    • -is specialisation of - -
    • location property +
    • observation
    • -02/01/24 +01 February 2024
      -decimal +date
      -

      -
      -
      -

      methods table

      -

      +

      -
      -

      assistants

      -
      +
      +

      measurement remarks

      +
      @@ -9415,7 +7182,7 @@

      assistants

      URI @@ -9423,7 +7190,7 @@

      assistants

      preferred label @@ -9431,7 +7198,7 @@

      assistants

      alternative label @@ -9439,7 +7206,7 @@

      assistants

      description @@ -9456,31 +7223,15 @@

      assistants

      - - - - - - - - @@ -9488,7 +7239,7 @@

      assistants

      created @@ -9512,11 +7263,11 @@

      assistants

      -assistants +https://w3id.org/traits.build/measurement_remarks
      -assistants +measurement remarks
      -assistants +measurement_remarks
      -People who played a more minor role in data collection for the study. +Brief comments or notes accompanying the trait measurement.
      -has exact match - -
    • Related Person -
    • has broader -
    • contributor -
    • -is specialisation of - -
    • contributor +
    • comment
    • -02/01/24 +01 February 2024
      -

      +

      -
      -

      contributor

      -
      +
      +

      method id

      +
      @@ -9541,7 +7292,7 @@

      contributor

      URI @@ -9549,7 +7300,7 @@

      contributor

      preferred label @@ -9557,7 +7308,7 @@

      contributor

      alternative label @@ -9565,7 +7316,7 @@

      contributor

      description @@ -9582,24 +7333,32 @@

      contributor

      + + + + @@ -9607,7 +7366,7 @@

      contributor

      created @@ -9623,7 +7382,7 @@

      contributor

      datatype @@ -9631,11 +7390,11 @@

      contributor

      -contributor +https://w3id.org/traits.build/method_id
      -contributor +method id
      -contributor +method_id
      -A person contributing to a dataset. +A unique integer identifier to distinguish between multiple sets of methods used to measure a single trait within the same dataset. The identifier links to specific information in the methods table.
      -has exact match +has broader -
    • contributor +
    • Identifier
    • -refers to +is unique identifier for -
    • observations from dataset +
    • methods +
    • +is specialisation of + +
    • methods
    • -02/01/24 +01 February 2024
      -string +integer
      -

      +

      -
      -

      data collector

      -
      +
      +

      method context id

      +
      @@ -9660,7 +7419,7 @@

      data collector

      URI @@ -9668,7 +7427,7 @@

      data collector

      preferred label @@ -9676,7 +7435,7 @@

      data collector

      alternative label @@ -9684,7 +7443,7 @@

      data collector

      description @@ -9701,51 +7460,16 @@

      data collector

      - - - - - - - - - - - - - - - - @@ -9753,7 +7477,7 @@

      data collector

      created @@ -9769,7 +7493,7 @@

      data collector

      datatype @@ -9777,11 +7501,11 @@

      data collector

      -data_collector +https://w3id.org/traits.build/method_context_id
      -data collector +method context id
      -data_collector +method_context_id
      -Person contributing to a dataset as a data collector. +A unique integer identifier indicating a trait is measured multiple times on the same entity, with different methods used for each entry. This field is only used if a single trait is measured using multiple methods within the same dataset. The identifier links to specific information in the context table.
      -has exact match - -
    • Data Collector -
    • has broader -
    • contributor -
    • -has unique identifier - -
    • ORCID identifier
    • -
    • given name
    • -
    • last name -
    • -is specialisation of - -
    • contributor -
    • -has annotation - -
    • affiliation
    • -
    • additional role +
    • Identifier
    • -02/01/24 +01 February 2024
      -string +integer
      -

      +

      -
      -

      dataset curators

      -
      +
      +

      original taxon name

      +
      @@ -9806,7 +7530,7 @@

      dataset curators

      URI @@ -9814,7 +7538,7 @@

      dataset curators

      preferred label @@ -9822,7 +7546,7 @@

      dataset curators

      alternative label @@ -9830,7 +7554,7 @@

      dataset curators

      description @@ -9847,31 +7571,17 @@

      dataset curators

      - - - - - - - - @@ -9879,7 +7589,7 @@

      dataset curators

      created @@ -9903,11 +7613,14 @@

      dataset curators

      -dataset_curators +https://w3id.org/traits.build/original_name
      -dataset curators +original taxon name
      -dataset_curators +original_name
      -Database team member(s) who contacted the data collectors and added the study to the database repository. +Name given to taxon in the original data supplied by the authors.
      -has exact match - -
    • Data Curator -
    • has broader -
    • contributor -
    • -is specialisation of - -
    • contributor +
    • label
    • +
    • preferred label
    • -02/01/24 +01 February 2024
      -

      -
      -

      dataset id

      -
      +
      +

      locations table

      +

      +
      +
      +

      location name

      +
      @@ -9932,7 +7645,7 @@

      dataset id

      URI @@ -9940,7 +7653,7 @@

      dataset id

      preferred label @@ -9948,7 +7661,7 @@

      dataset id

      alternative label @@ -9956,7 +7669,7 @@

      dataset id

      description @@ -9973,13 +7686,7 @@

      dataset id

      @@ -9987,31 +7694,32 @@

      dataset id

      has broader +01 February 2024 + @@ -10019,11 +7727,11 @@

      dataset id

      -dataset_id +https://w3id.org/traits.build/location_name
      -dataset id +location name
      -dataset_id +location_name
      -Primary identifier for each study contributed to AusTraits, most often these are scientific papers, books, or online resources. By default this should be the name of the first author and year of publication, e.g. Falster_2005. +The location name used by the data contributor or a generic location name designated by AusTraits when one is not provided.
      -
    • Identifier +
    • label
    • +
    • preferred label
    • -is unique identifier for +created -
    • observations from dataset -
    • -created +is in scheme -02/01/24 +traits.build database
      -is in scheme +datatype -traits.build database +string
      -

      +

      -
      -

      method id

      -
      +
      +

      location property

      +
      @@ -10048,7 +7756,7 @@

      method id

      URI @@ -10056,7 +7764,7 @@

      method id

      preferred label @@ -10064,7 +7772,7 @@

      method id

      alternative label @@ -10072,7 +7780,7 @@

      method id

      description @@ -10089,8 +7797,7 @@

      method id

      @@ -10098,29 +7805,31 @@

      method id

      has broader @@ -10136,7 +7845,7 @@

      method id

      datatype @@ -10144,11 +7853,11 @@

      method id

      -method_id +https://w3id.org/traits.build/location_property
      -method id +location property
      -method_id +location_property
      -A unique integer identifier to distinguish between multiple sets of methods used to measure a single trait within the same dataset. The identifier links to specific information in the methods table. +The location characteristic being recorded. The name should include units of measurement, e.g. MAT (C). Ideally we have at least the following variables for each location, longitude (deg), latitude (deg), description.
      -
    • Identifier +
    • Characteristic
    • -is unique identifier for +has value -
    • methods +
    • location property value
    • -is specialisation of +characteristic for -
    • methods +
    • location
    • +created +01 February 2024
      -integer +string
      -

      +

      -
      -

      dataset description

      -
      +
      +

      location property value

      +
      @@ -10173,7 +7882,7 @@

      dataset description

      @@ -10181,7 +7890,7 @@

      dataset descriptionpreferred label

      @@ -10189,7 +7898,7 @@

      dataset descriptionalternative label

      @@ -10197,7 +7906,7 @@

      dataset descriptiondescription

      @@ -10214,31 +7923,16 @@

      dataset description

      - - - - - - - - @@ -10246,7 +7940,7 @@

      dataset descriptioncreated

      @@ -10270,11 +7964,11 @@

      dataset description -

      +

      -
      -

      methods

      -
      +
      +

      latitude (deg)

      +

      -methods_description +https://w3id.org/traits.build/locations_value
      -dataset description +location property value
      -description +value
      -A 1-2 sentence description of the purpose of the study. +The measured value of a location property.
      -has exact match - -
    • datasetDescription -
    • has broader -
    • description -
    • -refers to - -
    • methods +
    • Measured Value
    • +
    • measurementValue
    • -02/01/24 +01 February 2024
      @@ -10299,7 +7993,7 @@

      methods

      URI @@ -10307,7 +8001,7 @@

      methods

      preferred label @@ -10315,7 +8009,7 @@

      methods

      alternative label @@ -10323,7 +8017,7 @@

      methods

      description @@ -10340,15 +8034,15 @@

      methods

      @@ -10356,7 +8050,24 @@

      methods

      has broader + + + + + + + + @@ -10364,7 +8075,7 @@

      methods

      created @@ -10380,7 +8091,7 @@

      methods

      datatype @@ -10388,11 +8099,11 @@

      methods

      -methods_methods +https://w3id.org/traits.build/latitude
      -methods +latitude (deg)
      -methods +latitude
      -A textual description of the methods used to collect the trait data. Whenever available, methods are taken near-verbatim from the referenced source. Methods can include descriptions such as ‘measured on botanical collections’, ‘data from the literature’, or a detailed description of the field or lab methods used to collect the data. +The geographic latitude (in decimal degrees, using the spatial reference system given in geodeticDatum) of the geographic center of a Location. Positive values are north of the Equator, negative values are south of it. Legal values lie between -90 and 90, inclusive.
      -has close match +has exact match -
    • Protocol +
    • decimalLatitude
    • -
    • Protocol +
    • Measured Value
    • +
    • measurementValue +
    • +characteristic for + +
    • location +
    • +is specialisation of + +
    • location property
    • -02/01/24 +01 February 2024
      -string +decimal
      -

      +

      -
      -

      dataset sampling strategy

      -
      +
      +

      longitude (deg)

      +
      @@ -10417,7 +8128,7 @@

      dataset sampling URI

      @@ -10425,7 +8136,7 @@

      dataset sampling preferred label

      @@ -10433,7 +8144,7 @@

      dataset sampling alternative label

      @@ -10441,7 +8152,7 @@

      dataset sampling description

      @@ -10458,7 +8169,7 @@

      dataset sampling

      @@ -10466,15 +8177,32 @@

      dataset sampling has exact match

      + + + + + + + + @@ -10482,7 +8210,7 @@

      dataset sampling created

      @@ -10498,7 +8226,7 @@

      dataset sampling datatype

      @@ -10506,11 +8234,11 @@

      dataset sampling

      -sampling_strategy +https://w3id.org/traits.build/longitude
      -dataset sampling strategy +longitude (deg)
      -sampling_strategy +longitude
      -When available, this information is lifted verbatim from a published manuscript. For preserved specimens, this field ideally indicates which records were ‘sampled’ to measure a specific trait. +The geographic longitude (in decimal degrees, using the spatial reference system given in dwc:geodeticDatum) of the geographic center of a dcterms:Location. Positive values are east of the Greenwich Meridian, negative values are west of it. Legal values lie between -180 and 180, inclusive.
      -
    • samplingProtocol +
    • decimalLongitude +
    • +has broader + +
    • Measured Value
    • +
    • measurementValue +
    • +characteristic for + +
    • location
    • -refers to +is specialisation of -
    • observations from dataset +
    • location property
    • -02/01/24 +01 February 2024
      -string +decimal
      -

      +

      -
      -

      source original dataset citation

      -
      +
      +

      elevation (m)

      +
      @@ -10535,7 +8263,7 @@

      source or URI

      @@ -10543,7 +8271,7 @@

      source or preferred label

      @@ -10551,7 +8279,7 @@

      source or alternative label

      @@ -10559,7 +8287,7 @@

      source or description

      @@ -10576,31 +8304,40 @@

      source or

      + + + + @@ -10608,7 +8345,7 @@

      source or created

      @@ -10624,7 +8361,7 @@

      source or datatype

      @@ -10632,11 +8369,14 @@

      source or

      -source_original_dataset_citation +https://w3id.org/traits.build/elevation
      -source original dataset citation +elevation (m)
      -source_original_dataset_citation +elevation
      -Citations for the original dataset_id in sources, for compilationse. This detail is generated from the original source in the metadata. +The elevation above mean sea level in meters.
      +has exact match + +
    • verbatimElevation +
    • has broader -
    • bibliographic citation +
    • Measured Value
    • +
    • measurementValue
    • -has unique identifier +characteristic for -
    • source original dataset key +
    • location
    • -cites +is specialisation of -
    • observations from source +
    • location property
    • -02/01/24 +01 February 2024
      -string +decimal
      -

      -
      -

      source original dataset key

      -
      +
      +

      contexts table

      +

      +
      +
      +

      context property

      +
      @@ -10661,7 +8401,7 @@

      source origina URI

      @@ -10669,7 +8409,7 @@

      source origina preferred label

      @@ -10677,7 +8417,7 @@

      source origina alternative label

      @@ -10685,7 +8425,7 @@

      source origina description

      @@ -10702,7 +8442,7 @@

      source origina

      @@ -10710,7 +8450,7 @@

      source origina has exact match

      @@ -10718,15 +8458,23 @@

      source origina has broader

      + + + + @@ -10734,7 +8482,7 @@

      source origina created

      @@ -10758,11 +8506,11 @@

      source origina

      -source_original_dataset_key +https://w3id.org/traits.build/context_property
      -source original dataset key +context property
      -source_original_dataset_key +context_property
      -Citation key for the original dataset_id in sources, for compilations. The key is typically formatted as Surname_year. +The contextual characteristic being recorded. If applicable, name should include units of measurement, e.g. CO2 concentration (ppm).
      -
    • source id +
    • context property value
    • -
    • Identifier +
    • Characteristic
    • -is unique identifier for +characteristic for -
    • source original dataset citation +
    • context +
    • +has annotation + +
    • context property category
    • -02/01/24 +01 February 2024
      -

      +

      -
      -

      source primary citation

      -
      +
      +

      context property category

      +
      @@ -10787,7 +8535,7 @@

      source primary cit URI

      @@ -10795,7 +8543,7 @@

      source primary cit preferred label

      @@ -10803,7 +8551,7 @@

      source primary cit alternative label

      @@ -10811,7 +8559,7 @@

      source primary cit description

      @@ -10828,7 +8576,7 @@

      source primary cit

      @@ -10836,23 +8584,15 @@

      source primary cit has broader

      - - - - @@ -10860,7 +8600,7 @@

      source primary cit created

      @@ -10884,11 +8624,11 @@

      source primary cit

      -source_primary_citation +https://w3id.org/traits.build/contexts_category
      -source primary citation +context property category
      -source_primary_citation +category
      -Citation for the primary source. This detail is generated from the primary source in the metadata. +The category of context property, with options being plot, treatment, individual_context, temporal and method.
      -
    • bibliographic citation -
    • -has unique identifier - -
    • source primary key +
    • scope note
    • -cites +is annotation of -
    • dataset +
    • context property
    • -02/01/24 +01 February 2024
      -

      +

      -
      -

      source primary key

      -
      +
      +

      context property value

      +
      @@ -10913,7 +8653,7 @@

      source primary key

      URI @@ -10921,7 +8661,7 @@

      source primary key

      preferred label @@ -10929,7 +8669,7 @@

      source primary key

      alternative label @@ -10937,7 +8677,7 @@

      source primary key

      description @@ -10954,31 +8694,24 @@

      source primary key

      - - - - @@ -10986,7 +8719,7 @@

      source primary key

      created @@ -11010,11 +8743,11 @@

      source primary key

      -source_primary_key +https://w3id.org/traits.build/contexts_value
      -source primary key +context property value
      -source_primary_key +value
      -Citation key for the primary source in sources. The key is typically formatted as Surname_year. +The measured value of a context property.
      -has exact match - -
    • dataset id -
    • has broader -
    • Identifier +
    • Measured Value
    • +
    • measurementValue
    • -is unique identifier for +measurement for -
    • source primary citation +
    • context property
    • -02/01/24 +01 February 2024
      -

      +

      -
      -

      source secondary citation

      -
      +
      +

      context property value description

      +
      @@ -11039,7 +8772,7 @@

      source secondary URI

      @@ -11047,7 +8780,7 @@

      source secondary preferred label

      @@ -11055,7 +8788,7 @@

      source secondary alternative label

      @@ -11063,7 +8796,7 @@

      source secondary description

      @@ -11080,7 +8813,7 @@

      source secondary

      @@ -11088,23 +8821,15 @@

      source secondary has broader

      - - - - @@ -11112,7 +8837,7 @@

      source secondary created

      @@ -11136,11 +8861,11 @@

      source secondary

      -source_secondary_citation +https://w3id.org/traits.build/contexts_description
      -source secondary citation +context property value description
      -source_secondary_citation +description
      -Citations for the secondary source. This detail is generated from the secondary source in the metadata. +Description of a specific context property value.
      -
    • bibliographic citation -
    • -has unique identifier - -
    • source secondary key +
    • description
    • -cites +refers to -
    • dataset +
    • context property
    • -02/01/24 +01 February 2024
      -

      +

      -
      -

      source secondary key

      -
      + -
      -

      trait name

      -
      + -
      -

      sources table

      -

      +

      -
      -

      dataset id

      -
      +
      +

      treatment context property

      +
      @@ -11392,7 +9134,7 @@

      dataset id

      URI @@ -11400,7 +9142,7 @@

      dataset id

      preferred label @@ -11408,7 +9150,7 @@

      dataset id

      alternative label @@ -11416,7 +9158,7 @@

      dataset id

      description @@ -11433,29 +9175,39 @@

      dataset id

      + + + + + + + + @@ -11463,7 +9215,7 @@

      dataset id

      created @@ -11474,16 +9226,24 @@

      dataset id

      traits.build database + + + +
      -dataset_id +https://w3id.org/traits.build/treatment_context_property
      -dataset id +treatment context property
      -dataset_id +treatment_context_property
      -Primary identifier for each study contributed to AusTraits, most often these are scientific papers, books, or online resources. By default this should be the name of the first author and year of publication, e.g. Falster_2005. +A context characteristic indicating stratified treatments that might affect the trait values measured on an individual or population-level entity.
      +has exact match + +
    • context property value +
    • has broader -
    • Identifier +
    • Characteristic
    • -is unique identifier for +has unique identifier -
    • observations from dataset +
    • treatment context id +
    • +is specialisation of + +
    • context property
    • -02/01/24 +01 February 2024
      +datatype + +string +
      -

      +

      -
      -

      source id

      -
      +
      +

      plot context property

      +
      @@ -11508,7 +9268,7 @@

      source id

      URI @@ -11516,7 +9276,7 @@

      source id

      preferred label @@ -11524,7 +9284,7 @@

      source id

      alternative label @@ -11532,7 +9292,7 @@

      source id

      description @@ -11549,24 +9309,39 @@

      source id

      + + + + + + + + @@ -11574,7 +9349,7 @@

      source id

      created @@ -11598,15 +9373,11 @@

      source id

      -source_id +https://w3id.org/traits.build/plot_context_property
      -source id +plot context property
      -source_id +plot_context_property
      -For datasets that are compilations, an identifier for the original data source. +A context characteristic indicating stratified variation within a location that might affect the trait values measured on an individual or population-level entity.
      +has exact match + +
    • context property value +
    • has broader -
    • Identifier +
    • Characteristic
    • -is unique identifier for +has unique identifier -
    • observations from source +
    • plot context id +
    • +is specialisation of + +
    • context property
    • -02/01/24 +01 February 2024
      -

      -
      -
      -

      taxa table

      -

      +

      -
      -

      binomial

      -
      +
      +

      entity context property

      +
      @@ -11631,7 +9402,7 @@

      binomial

      URI @@ -11639,7 +9410,7 @@

      binomial

      preferred label @@ -11647,7 +9418,7 @@

      binomial

      alternative label @@ -11655,7 +9426,7 @@

      binomial

      description @@ -11672,15 +9443,15 @@

      binomial

      @@ -11688,16 +9459,23 @@

      binomial

      has broader + + + + @@ -11705,7 +9483,7 @@

      binomial

      created @@ -11729,11 +9507,11 @@

      binomial

      -binomial +https://w3id.org/traits.build/entity_context_property
      -binomial +entity context property
      -binomial +entity_context_property
      -The species-level taxon name match for an original name. This column is assigned na for taxon name that are at a broader taxonomic_resolution. +A context characteristic indicating stratified variation across individuals or populations might affect the trait values measured.
      -has related match +has exact match -
    • specificEpithet +
    • context property value
    • -
    • label
    • -
    • preferred label +
    • Characteristic
    • -is identifier for +has unique identifier -
    • taxon +
    • entity context id +
    • +is specialisation of + +
    • context property
    • -02/01/24 +01 February 2024
      -

      +

      -
      -

      establishment means

      -
      +
      +

      temporal context property

      +
      @@ -11758,7 +9536,7 @@

      establishment means

      @@ -11766,7 +9544,7 @@

      establishment meanspreferred label

      @@ -11774,7 +9552,7 @@

      establishment meansalternative label

      @@ -11782,7 +9560,7 @@

      establishment meansdescription

      @@ -11799,7 +9577,7 @@

      establishment means

      @@ -11807,7 +9585,31 @@

      establishment meanshas exact match

      + + + + + + + + + + + + @@ -11815,7 +9617,7 @@

      establishment meanscreated

      @@ -11839,11 +9641,11 @@

      establishment means -

      +

      -
      -

      family

      -
      +
      +

      method context property

      +

      -establishment_means +https://w3id.org/traits.build/temporal_context_property
      -establishment means +temporal context property
      -establishment_means +temporal_context_property
      -Statement about whether an organism or organisms have been introduced to a given place and time through the direct or indirect activity of modern humans. +A context characteristic indicating stratified variation across time might affect the trait values measured.
      -
    • establishmentMeans +
    • context property value +
    • +has broader + +
    • Characteristic +
    • +has unique identifier + +
    • temporal context id +
    • +is specialisation of + +
    • context property
    • -02/01/24 +01 February 2024
      @@ -11868,7 +9670,7 @@

      family

      URI @@ -11876,7 +9678,7 @@

      family

      preferred label @@ -11884,7 +9686,7 @@

      family

      alternative label @@ -11892,7 +9694,7 @@

      family

      description @@ -11909,7 +9711,7 @@

      family

      @@ -11917,7 +9719,7 @@

      family

      has exact match @@ -11925,16 +9727,23 @@

      family

      has broader + + + + @@ -11942,7 +9751,7 @@

      family

      created @@ -11966,11 +9775,14 @@

      family

      -family +https://w3id.org/traits.build/method_context_property
      -family +method context property
      -family +method_context_property
      -Family of the taxon. +A context characteristic indicating stratified variation in the protocol used to measure traits might affect the trait values measured.
      -
    • family +
    • context property value
    • -
    • label
    • -
    • preferred label +
    • Characteristic
    • -is identifier for +has unique identifier -
    • taxon +
    • method context id +
    • +is specialisation of + +
    • context property
    • -02/01/24 +01 February 2024
      -

      -
      -

      genus

      -
      +
      +

      methods table

      +

      +
      +
      +

      methods

      +
      @@ -11995,7 +9807,7 @@

      genus

      URI @@ -12003,7 +9815,7 @@

      genus

      preferred label @@ -12011,7 +9823,7 @@

      genus

      alternative label @@ -12019,7 +9831,7 @@

      genus

      description @@ -12036,15 +9848,15 @@

      genus

      @@ -12052,16 +9864,7 @@

      genus

      has broader - - - - @@ -12069,7 +9872,7 @@

      genus

      created @@ -12093,11 +9896,11 @@

      genus

      -genus +https://w3id.org/traits.build/methods_methods
      -genus +methods
      -genus +methods
      -Genus of the taxon without authorship. +A textual description of the methods used to collect the trait data. Whenever available, methods are taken near-verbatim from the referenced source. Methods can include descriptions such as ‘measured on botanical collections’, ‘data from the literature’, or a detailed description of the field or lab methods used to collect the data.
      -has exact match +has close match -
    • genus +
    • Protocol
    • -
    • label
    • -
    • preferred label -
    • -is identifier for - -
    • taxon +
    • Protocol
    • -02/01/24 +01 February 2024
      -

      +

      -
      -

      original taxon name

      -
      +
      +

      dataset description

      +
      @@ -12122,39 +9925,39 @@

      original taxon name

      @@ -12163,62 +9966,55 @@

      original taxon name

      @@ -12226,11 +10022,11 @@

      original taxon name -

      +

      -
      -

      scientific name

      -
      +
      +

      dataset sampling strategy

      +

      -original_name +https://w3id.org/traits.build/methods_description
      -preferred label preferred label +preferred label -original taxon name original name +dataset description
      -alternative label alternative label +alternative label -original_name original_name +description
      -description description +description -Name given to taxon in the original data supplied by the authors. Name given to taxon in the original data supplied by the authors. +A 1-2 sentence description of the purpose of the study.
      -computational entity computational entity +computational entity -database column database column +database column
      -has broader +has exact match -
    • label
    • -
    • preferred label
    • -
    • label
    • -
    • preferred label +
    • datasetDescription
    • -is identifier for +has broader -
    • taxon +
    • description
    • -is base for +refers to -
    • aligned name
    • -
    • taxon name +
    • methods
    • -created created +created -02/01/24 02/01/24 +01 February 2024
      -is in scheme is in scheme +is in scheme -traits.build database traits.build database +traits.build database
      -datatype datatype +datatype -string string +string
      @@ -12255,7 +10051,7 @@

      scientific name

      URI @@ -12263,7 +10059,7 @@

      scientific name

      preferred label @@ -12271,7 +10067,7 @@

      scientific name

      alternative label @@ -12279,7 +10075,7 @@

      scientific name

      description @@ -12296,7 +10092,7 @@

      scientific name

      @@ -12304,23 +10100,15 @@

      scientific name

      has exact match - - - - @@ -12328,7 +10116,7 @@

      scientific name

      created @@ -12352,11 +10140,11 @@

      scientific name

      -scientific_name +https://w3id.org/traits.build/sampling_strategy
      -scientific name +dataset sampling strategy
      -scientific_name +sampling_strategy
      -The full scientific name, with authorship and date information if known. +When available, this information is lifted verbatim from a published manuscript. For preserved specimens, this field ideally indicates which records were ‘sampled’ to measure a specific trait.
      -
    • scientificName -
    • -has unique identifier - -
    • scientific name id +
    • samplingProtocol
    • -is unique identifier for +refers to -
    • taxon +
    • observations from dataset
    • -02/01/24 +01 February 2024
      -

      +

      -
      -

      scientific name id

      -
      +
      +

      source primary key

      +
      @@ -12381,7 +10169,7 @@

      scientific name id

      URI @@ -12389,7 +10177,7 @@

      scientific name id

      preferred label @@ -12397,7 +10185,7 @@

      scientific name id

      alternative label @@ -12405,7 +10193,7 @@

      scientific name id

      description @@ -12422,7 +10210,7 @@

      scientific name id

      @@ -12430,7 +10218,7 @@

      scientific name id

      has exact match @@ -12446,7 +10234,7 @@

      scientific name id

      is unique identifier for @@ -12454,7 +10242,7 @@

      scientific name id

      created @@ -12470,7 +10258,7 @@

      scientific name id

      datatype @@ -12478,11 +10266,11 @@

      scientific name id

      -scientific_name_id +https://w3id.org/traits.build/source_primary_key
      -scientific name id +source primary key
      -scientific_name_id +source_primary_key
      -An identifier for the set of taxon information (data associated with the taxon class). May be a global unique identifier or an identifier specific to the data set. Must be resolvable within this dataset. +Citation key for the primary source in sources. The key is typically formatted as Surname_year.
      -
    • scientificNameID +
    • dataset id
    • -
    • scientific name +
    • source primary citation
    • -02/01/24 +01 February 2024
      -anyURI +string
      -

      +

      -
      -

      taxon

      -
      +
      +

      source primary citation

      +
      @@ -12507,39 +10295,39 @@

      taxon

      URI @@ -12548,24 +10336,15 @@

      taxon

      - - - - @@ -12573,47 +10352,31 @@

      taxon

      has unique identifier - - - - @@ -12629,11 +10392,11 @@

      taxon

      -taxon +https://w3id.org/traits.build/source_primary_citation
      -preferred label preferred label +preferred label -taxon taxon +source primary citation
      -alternative label alternative label +alternative label -taxon taxon +source_primary_citation
      -description description +description -A circumscribed set of organisms. A group of organisms assumed to form a homogeneous unit with regard to associated trait measurements. +Citation for the primary source. This detail is generated from the primary source in the metadata.
      -computational entity computational entity +computational entity -database entry database column +database column
      -has exact match - -
    • Taxon -
    • has broader -
    • Entity
    • -
    • Characteristic +
    • bibliographic citation
    • -
    • taxon name
    • -
    • scientific name
    • -
    • scientific name id
    • -
    • taxon id -
    • -has identifier - -
    • original taxon name
    • -
    • trinomial
    • -
    • binomial
    • -
    • genus
    • -
    • family +
    • source primary key
    • -has property +cites -
    • taxon distribution
    • -
    • establishment means +
    • dataset
    • -created created +created -02/01/24 02/01/24 +01 February 2024
      -is in scheme is in scheme +is in scheme -traits.build database traits.build database +traits.build database
      -

      +

      -
      -

      taxon distribution

      -
      +
      +

      source secondary key

      +
      @@ -12658,7 +10421,7 @@

      taxon distribution

      URI @@ -12666,7 +10429,7 @@

      taxon distribution

      preferred label @@ -12674,7 +10437,7 @@

      taxon distribution

      alternative label @@ -12682,7 +10445,7 @@

      taxon distribution

      description @@ -12699,15 +10462,31 @@

      taxon distribution

      + + + + + + + + @@ -12731,11 +10510,11 @@

      taxon distribution

      -taxon_distribution +https://w3id.org/traits.build/source_secondary_key
      -taxon distribution +source secondary key
      -taxon_distribution +source_secondary_key
      -Known distribution of the taxon, by Australian state. +Citation key for the secondary source in sources. The key is typically formatted as Surname_year.
      +has broader + +
    • Identifier +
    • +is unique identifier for + +
    • source secondary citation +
    • created -02/01/24 +01 February 2024
      -

      +

      -
      -

      taxon id

      -
      +
      +

      source secondary citation

      +
      @@ -12760,7 +10539,7 @@

      taxon id

      URI @@ -12768,7 +10547,7 @@

      taxon id

      preferred label @@ -12776,7 +10555,7 @@

      taxon id

      alternative label @@ -12784,7 +10563,7 @@

      taxon id

      description @@ -12801,31 +10580,31 @@

      taxon id

      @@ -12833,7 +10612,7 @@

      taxon id

      created @@ -12849,7 +10628,7 @@

      taxon id

      datatype @@ -12857,11 +10636,11 @@

      taxon id

      -taxon_id +https://w3id.org/traits.build/source_secondary_citation
      -taxon id +source secondary citation
      -taxon_id +source_secondary_citation
      -An identifier for the set of taxon information (data associated with the taxon class). May be a global unique identifier or an identifier specific to the data set. Must be resolvable within this dataset. +Citations for the secondary source. This detail is generated from the secondary source in the metadata.
      -has exact match +has broader -
    • taxonID +
    • bibliographic citation
    • -has broader +has unique identifier -
    • Identifier +
    • source secondary key
    • -is unique identifier for +cites -
    • taxon name +
    • dataset
    • -02/01/24 +01 February 2024
      -anyURI +string
      -

      +

      -
      -

      taxon name

      -
      +
      +

      source original dataset key

      +
      @@ -12886,7 +10665,7 @@

      taxon name

      URI @@ -12894,7 +10673,7 @@

      taxon name

      preferred label @@ -12902,7 +10681,7 @@

      taxon name

      alternative label @@ -12910,7 +10689,7 @@

      taxon name

      description @@ -12927,17 +10706,15 @@

      taxon name

      @@ -12945,16 +10722,7 @@

      taxon name

      has broader - - - - @@ -12962,26 +10730,7 @@

      taxon name

      is unique identifier for - - - - - - - - @@ -12989,7 +10738,7 @@

      taxon name

      created @@ -13013,11 +10762,11 @@

      taxon name

      -taxon_name +https://w3id.org/traits.build/source_original_dataset_key
      -taxon name +source original dataset key
      -taxon_name +source_original_dataset_key
      -Scientific name of the taxon on which traits were sampled, without authorship. When possible, this is the currently accepted (botanical) or valid (zoological) scientific name, but might also be a higher taxonomic level. +Citation key for the original dataset_id in sources, for compilations. The key is typically formatted as Surname_year.
      -has close match +has exact match -
    • acceptedNameUsage +
    • source id
    • -
    • label
    • -
    • preferred label -
    • -has unique identifier - -
    • taxon id +
    • Identifier
    • -
    • observations of taxon -
    • -has basis - -
    • aligned name
    • -
    • original taxon name -
    • -has property - -
    • taxonomic dataset
    • -
    • taxon rank
    • -
    • taxonomic status +
    • source original dataset citation
    • -02/01/24 +01 February 2024
      -

      +

      -
      -

      taxon rank

      -
      +
      +

      source original dataset citation

      +
      @@ -13042,7 +10791,7 @@

      taxon rank

      URI @@ -13050,7 +10799,7 @@

      taxon rank

      preferred label @@ -13058,7 +10807,7 @@

      taxon rank

      alternative label @@ -13066,40 +10815,48 @@

      taxon rank

      description + + + + +
    • source original dataset key +
    • @@ -13107,7 +10864,7 @@

      taxon rank

      created @@ -13131,11 +10888,11 @@

      taxon rank

      -taxon_rank +https://w3id.org/traits.build/source_original_dataset_citation
      -taxon rank +source original dataset citation
      -taxon_rank +source_original_dataset_citation
      -The taxonomic rank of the most specific name in the scientific name. +Citations for the original dataset_id in sources, for compilationse. This detail is generated from the original source in the metadata.
      -comment +computational entity -This is to clarify cases where information is not given on a species level. +database column
      -computational entity +organizedInClass -database column +
      +has broader +
    • bibliographic citation +
    • -organizedInClass +has unique identifier -
      -has exact match +cites -
    • taxonRank +
    • observations from source
    • -02/01/24 +01 February 2024
      -

      +

      -
      -

      taxonomic dataset

      -
      +
      +

      data collectors

      +
      @@ -13160,7 +10917,7 @@

      taxonomic dataset

      URI @@ -13168,7 +10925,7 @@

      taxonomic dataset

      preferred label @@ -13176,7 +10933,7 @@

      taxonomic dataset

      alternative label @@ -13184,7 +10941,7 @@

      taxonomic dataset

      description @@ -13201,7 +10958,8 @@

      taxonomic dataset

      @@ -13209,7 +10967,42 @@

      taxonomic dataset

      has exact match + + + + + + + + + + + + + + + + @@ -13217,7 +11010,7 @@

      taxonomic dataset

      created @@ -13241,11 +11034,11 @@

      taxonomic dataset

      -taxonomic_dataset +https://w3id.org/traits.build/data_collectors
      -taxonomic dataset +data collectors
      -taxonomic_dataset +data_collectors
      -Name of the taxonomy (tree) that contains this concept. ie. APC, AusMoss etc. +Person contributing to a dataset as a data collector.
      -
    • nomenclaturalCode +
    • Data Collector +
    • +has broader + +
    • contributor +
    • +has unique identifier + +
    • ORCID identifier
    • +
    • given name
    • +
    • last name +
    • +is specialisation of + +
    • contributor +
    • +has annotation + +
    • affiliation
    • +
    • additional role
    • -02/01/24 +01 February 2024
      -

      +

      -
      -

      taxonomic status

      -
      +
      +

      assistants

      +
      @@ -13270,7 +11063,7 @@

      taxonomic status

      URI @@ -13278,7 +11071,7 @@

      taxonomic status

      preferred label @@ -13286,7 +11079,7 @@

      taxonomic status

      alternative label @@ -13294,7 +11087,7 @@

      taxonomic status

      description @@ -13311,7 +11104,7 @@

      taxonomic status

      @@ -13319,7 +11112,23 @@

      taxonomic status

      has exact match + + + + + + + + @@ -13327,7 +11136,7 @@

      taxonomic status

      created @@ -13351,11 +11160,11 @@

      taxonomic status

      -taxonomic_status +https://w3id.org/traits.build/assistants
      -taxonomic status +assistants
      -taxonomic_status +assistants
      -The status of the use of the scientificName as a label for the taxon in regard to the ‘accepted (or valid) taxonomy’. The assigned taxonomic status must be linked to a specific taxonomic reference that defines the concept. +People who played a more minor role in data collection for the study.
      -
    • taxonomicStatus +
    • Related Person +
    • +has broader + +
    • contributor +
    • +is specialisation of + +
    • contributor
    • -02/01/24 +01 February 2024
      -

      +

      -
      -

      trinomial

      -
      +
      +

      dataset curators

      +
      @@ -13380,7 +11189,7 @@

      trinomial

      URI @@ -13388,7 +11197,7 @@

      trinomial

      preferred label @@ -13396,7 +11205,7 @@

      trinomial

      alternative label @@ -13404,7 +11213,7 @@

      trinomial

      description @@ -13421,15 +11230,15 @@

      trinomial

      @@ -13437,16 +11246,15 @@

      trinomial

      has broader @@ -13454,7 +11262,7 @@

      trinomial

      created @@ -13478,15 +11286,11 @@

      trinomial

      -trinomial +https://w3id.org/traits.build/dataset_curators
      -trinomial +dataset curators
      -trinomial +dataset_curators
      -The infraspecific taxon name match for an original name. This column is assigned na for taxon name that are at a broader taxonomic_resolution. +Database team member(s) who contacted the data collectors and added the study to the database repository.
      -has related match +has exact match -
    • infraspecificEpithet +
    • Data Curator
    • -
    • label
    • -
    • preferred label +
    • contributor
    • -is identifier for +is specialisation of -
    • taxon +
    • contributor
    • -02/01/24 +01 February 2024
      -

      -
      -
      -

      taxonomic updates table

      -

      +

      -
      -

      aligned name

      -
      +
      +

      contributor

      +
      @@ -13511,7 +11315,7 @@

      aligned name

      URI @@ -13519,7 +11323,7 @@

      aligned name

      preferred label @@ -13527,7 +11331,7 @@

      aligned name

      alternative label @@ -13535,7 +11339,7 @@

      aligned name

      description @@ -13552,40 +11356,24 @@

      aligned name

      - - - - - - - - @@ -13593,7 +11381,7 @@

      aligned name

      created @@ -13617,11 +11405,14 @@

      aligned name

      -aligned_name +https://w3id.org/traits.build/contributor
      -aligned name +contributor
      -aligned_name +contributor
      -The taxon name without authorship after implementing automated syntax standardisation and spelling changes as well as manually encoded syntax alignments for this taxon in the metadata file for the corresponding dataset_id. This name has not yet been matched to the currently accepted (botanical) or valid (zoological) taxon name in cases where there are taxonomic synonyms, isonyms, orthographic variants, etc. +A person contributing to a dataset.
      -has broader - -
    • label
    • -
    • preferred label -
    • -has basis - -
    • original taxon name -
    • -is base for +has exact match -
    • taxon name +
    • contributor
    • -has property +refers to -
    • taxonomic resolution +
    • observations from dataset
    • -02/01/24 +01 February 2024
      -

      -
      -

      dataset id

      -
      +
      +

      taxonomic updates table

      +

      +
      +
      +

      aligned name

      +
      @@ -13646,7 +11437,7 @@

      dataset id

      URI @@ -13654,7 +11445,7 @@

      dataset id

      preferred label @@ -13662,7 +11453,7 @@

      dataset id

      alternative label @@ -13670,7 +11461,7 @@

      dataset id

      description @@ -13687,13 +11478,7 @@

      dataset id

      @@ -13701,15 +11486,32 @@

      dataset id

      has broader + + + + + + + + @@ -13717,7 +11519,7 @@

      dataset id

      created @@ -13728,16 +11530,24 @@

      dataset id

      traits.build database + + + +
      -dataset_id +https://w3id.org/traits.build/aligned_name
      -dataset id +aligned name
      -dataset_id +aligned_name
      -Primary identifier for each study contributed to AusTraits, most often these are scientific papers, books, or online resources. By default this should be the name of the first author and year of publication, e.g. Falster_2005. +The taxon name without authorship after implementing automated syntax standardisation and spelling changes as well as manually encoded syntax alignments for this taxon in the metadata file for the corresponding dataset_id. This name has not yet been matched to the currently accepted (botanical) or valid (zoological) taxon name in cases where there are taxonomic synonyms, isonyms, orthographic variants, etc.
      -
    • Identifier +
    • label
    • +
    • preferred label
    • -is unique identifier for +has basis -
    • observations from dataset +
    • original taxon name +
    • +is base for + +
    • taxon name +
    • +has property + +
    • taxonomic resolution
    • -02/01/24 +01 February 2024
      +datatype + +string +
      -

      +

      -
      -

      original taxon name

      -
      +
      +

      taxonomic resolution

      +
      @@ -13762,103 +11572,80 @@

      original taxon name< URI

      - - - - - - - - + @@ -13866,11 +11653,14 @@

      original taxon name<

      -original_name -
      -preferred label preferred label - -original taxon name original name +https://w3id.org/traits.build/taxonomic_resolution
      -alternative label alternative label +preferred label -original_name original_name +taxonomic resolution
      -description description +alternative label -Name given to taxon in the original data supplied by the authors. Name given to taxon in the original data supplied by the authors. +taxonomic_resolution
      -computational entity computational entity +description -database column database column +The rank of the most specific taxon name (or scientific name) to which a submitted orignal name resolves.
      -organizedInClass +computational entity -
      -has broader +database column -
    • label
    • -
    • preferred label
    • -
    • label
    • -
    • preferred label -
    • -is identifier for +organizedInClass -
    • taxon -
    • -is base for +has related match -
    • aligned name
    • -
    • taxon name +
    • taxonRank
    • -created created +created -02/01/24 02/01/24 +01 February 2024
      -is in scheme is in scheme +is in scheme -traits.build database traits.build database +traits.build database
      -datatype datatype +datatype -string string +string
      -

      -
      -

      taxon name

      -
      +
      +

      taxa table

      +

      +
      +
      +

      taxonomic dataset

      +
      @@ -13895,7 +11685,7 @@

      taxon name

      URI @@ -13903,7 +11693,7 @@

      taxon name

      preferred label @@ -13911,7 +11701,7 @@

      taxon name

      alternative label @@ -13919,7 +11709,7 @@

      taxon name

      description @@ -13936,61 +11726,15 @@

      taxon name

      - - - - - - - - - - - - - - - - - - - - @@ -13998,7 +11742,7 @@

      taxon name

      created @@ -14022,11 +11766,11 @@

      taxon name

      -taxon_name +https://w3id.org/traits.build/taxonomic_dataset
      -taxon name +taxonomic dataset
      -taxon_name +taxonomic_dataset
      -Scientific name of the taxon on which traits were sampled, without authorship. When possible, this is the currently accepted (botanical) or valid (zoological) scientific name, but might also be a higher taxonomic level. +Name of the taxonomy (tree) that contains this concept. ie. APC, AusMoss etc.
      -has close match - -
    • acceptedNameUsage -
    • -has broader - -
    • label
    • -
    • preferred label -
    • -has unique identifier - -
    • taxon id -
    • -is unique identifier for - -
    • observations of taxon -
    • -has basis - -
    • aligned name
    • -
    • original taxon name -
    • -has property +has exact match -
    • taxonomic dataset
    • -
    • taxon rank
    • -
    • taxonomic status +
    • nomenclaturalCode
    • -02/01/24 +01 February 2024
      -

      +

      -
      -

      taxonomic resolution

      -
      +
      +

      taxon rank

      +
      @@ -14051,7 +11795,7 @@

      taxonomic resolution< URI

      @@ -14059,7 +11803,7 @@

      taxonomic resolution< preferred label

      @@ -14067,7 +11811,7 @@

      taxonomic resolution< alternative label

      @@ -14075,7 +11819,15 @@

      taxonomic resolution< description

      + + + + @@ -14092,12 +11844,12 @@

      taxonomic resolution<

      @@ -14132,15 +11884,11 @@

      taxonomic resolution<

      -taxonomic_resolution +https://w3id.org/traits.build/taxon_rank
      -taxonomic resolution +taxon rank
      -taxonomic_resolution +taxon_rank
      -The rank of the most specific taxon name (or scientific name) to which a submitted orignal name resolves. +The taxonomic rank of the most specific name in the scientific name. +
      +comment + +This is to clarify cases where information is not given on a species level.
      -has related match +has exact match
    • taxonRank @@ -14108,7 +11860,7 @@

      taxonomic resolution< created

    • -02/01/24 +01 February 2024
      -

      -
      -
      -

      traits table

      -

      +

      -
      -

      basis of record

      -
      +
      +

      trinomial

      +
      @@ -14165,7 +11913,7 @@

      basis of record

      URI @@ -14173,7 +11921,7 @@

      basis of record

      preferred label @@ -14181,7 +11929,7 @@

      basis of record

      alternative label @@ -14189,7 +11937,7 @@

      basis of record

      description @@ -14206,15 +11954,32 @@

      basis of record

      + + + + + + + + @@ -14222,7 +11987,7 @@

      basis of record

      created @@ -14246,11 +12011,11 @@

      basis of record

      -basis_of_record +https://w3id.org/traits.build/trinomial
      -basis of record +trinomial
      -basis_of_record +trinomial
      -A categorical variable specifying from which kind of specimen traits were recorded. +The infraspecific taxon name match for an original name. This column is assigned na for taxon name that are at a broader taxonomic_resolution.
      -has close match +has related match -
    • basisOfRecord +
    • infraspecificEpithet +
    • +has broader + +
    • label
    • +
    • preferred label +
    • +is identifier for + +
    • taxon
    • -02/01/24 +01 February 2024
      -

      +

      -
      -

      basis of value

      -
      +
      +

      binomial

      +
      @@ -14275,7 +12040,7 @@

      basis of value

      URI @@ -14283,7 +12048,7 @@

      basis of value

      preferred label @@ -14291,7 +12056,7 @@

      basis of value

      alternative label @@ -14299,7 +12064,7 @@

      basis of value

      description @@ -14316,15 +12081,32 @@

      basis of value

      + + + + + + + + @@ -14332,7 +12114,7 @@

      basis of value

      created @@ -14356,11 +12138,11 @@

      basis of value

      -basis_of_value +https://w3id.org/traits.build/binomial
      -basis of value +binomial
      -basis_of_value +binomial
      -A categorical variable describing how the trait value was obtained. +The species-level taxon name match for an original name. This column is assigned na for taxon name that are at a broader taxonomic_resolution.
      -has exact match +has related match -
    • Measurement Type +
    • specificEpithet +
    • +has broader + +
    • label
    • +
    • preferred label +
    • +is identifier for + +
    • taxon
    • -02/01/24 +01 February 2024
      -

      +

      -
      -

      collection date

      -
      +
      +

      genus

      +
      @@ -14385,7 +12167,7 @@

      collection date

      URI @@ -14393,7 +12175,7 @@

      collection date

      preferred label @@ -14401,7 +12183,7 @@

      collection date

      alternative label @@ -14409,7 +12191,7 @@

      collection date

      description @@ -14426,7 +12208,7 @@

      collection date

      @@ -14434,7 +12216,7 @@

      collection date

      has exact match @@ -14442,16 +12224,16 @@

      collection date

      has broader @@ -14459,7 +12241,7 @@

      collection date

      created @@ -14475,7 +12257,7 @@

      collection date

      datatype @@ -14483,11 +12265,11 @@

      collection date

      -collection_date +https://w3id.org/traits.build/genus
      -collection date +genus
      -collection_date +genus
      -Date sample was taken, in the format yyyy-mm-dd, yyyy-mm or yyyy, depending on the resoluton specified. Alternatively an overall range for the study can be indicating, with the starting and ending sample date sepatated by a /, as in 2010-10/2011-03 +Genus of the taxon without authorship.
      -
    • eventDate +
    • genus
    • -
    • Measured Value
    • -
    • measurementValue +
    • label
    • +
    • preferred label
    • -characteristic for +is identifier for -
    • observation +
    • taxon
    • -02/01/24 +01 February 2024
      -date +string
      -

      +

      -
      -

      dataset id

      -
      +
      +

      family

      +
      @@ -14512,7 +12294,7 @@

      dataset id

      URI @@ -14520,7 +12302,7 @@

      dataset id

      preferred label @@ -14528,7 +12310,7 @@

      dataset id

      alternative label @@ -14536,7 +12318,7 @@

      dataset id

      description @@ -14553,29 +12335,32 @@

      dataset id

      + + + + @@ -14583,15 +12368,23 @@

      dataset id

      created + + + + @@ -14599,11 +12392,11 @@

      dataset id

      -dataset_id +https://w3id.org/traits.build/family
      -dataset id +family
      -dataset_id +family
      -Primary identifier for each study contributed to AusTraits, most often these are scientific papers, books, or online resources. By default this should be the name of the first author and year of publication, e.g. Falster_2005. +Family of the taxon.
      +has exact match + +
    • family +
    • has broader -
    • Identifier +
    • label
    • +
    • preferred label
    • -is unique identifier for +is identifier for -
    • observations from dataset +
    • taxon
    • -02/01/24 +01 February 2024 +
      +is in scheme + +traits.build database
      -is in scheme +datatype -traits.build database +string
      -

      +

      -
      -

      entity context id

      -
      +
      +

      taxon distribution

      +
      @@ -14628,7 +12421,7 @@

      entity context id

      URI @@ -14636,7 +12429,7 @@

      entity context id

      preferred label @@ -14644,7 +12437,7 @@

      entity context id

      alternative label @@ -14652,7 +12445,7 @@

      entity context id

      description @@ -14669,29 +12462,15 @@

      entity context id

      - - - - - - - - @@ -14707,7 +12486,7 @@

      entity context id

      datatype @@ -14715,11 +12494,11 @@

      entity context id

      -entity_context_id +https://w3id.org/traits.build/taxon_distribution
      -entity context id +taxon distribution
      -entity_context_id +taxon_distribution
      -A unique integer identifier indicating specific contextual properties of an individual, possibly including the individual’s sex or caste (for social insects). +Known distribution of the taxon, by Australian state.
      -has broader - -
    • Identifier -
    • -is unique identifier for - -
    • measurement of entity context property -
    • +created +01 February 2024
      -integer +string
      -

      +

      -
      -

      entity type

      -
      +
      +

      establishment means

      +
      @@ -14744,7 +12523,7 @@

      entity type

      URI @@ -14752,7 +12531,7 @@

      entity type

      preferred label @@ -14760,7 +12539,7 @@

      entity type

      alternative label @@ -14768,7 +12547,7 @@

      entity type

      description @@ -14785,15 +12564,23 @@

      entity type

      + + + + @@ -14817,11 +12604,11 @@

      entity type

      -entity_type +https://w3id.org/traits.build/establishment_means
      -entity type +establishment means
      -entity_type +establishment_means
      -A categorical variable specifying the entity corresponding to the trait values recorded. +Statement about whether an organism or organisms have been introduced to a given place and time through the direct or indirect activity of modern humans.
      +has exact match + +
    • establishmentMeans +
    • created -02/01/24 +01 February 2024
      -

      +

      -
      -

      individual id

      -
      +
      +

      taxonomic status

      +
      @@ -14846,7 +12633,7 @@

      individual id

      URI @@ -14854,7 +12641,7 @@

      individual id

      preferred label @@ -14862,7 +12649,7 @@

      individual id

      alternative label @@ -14870,7 +12657,7 @@

      individual id

      description @@ -14887,29 +12674,23 @@

      individual id

      - - - - @@ -14925,7 +12706,7 @@

      individual id

      datatype @@ -14933,11 +12714,11 @@

      individual id

      -individual_id +https://w3id.org/traits.build/taxonomic_status
      -individual id +taxonomic status
      -individual_id +taxonomic_status
      -A unique integer identifier for an individual, with individuals numbered sequentially within each dataset by taxon by population grouping. Most often each row of data represents an individual, but in some datasets trait data collected on a single individual is presented across multiple rows of data, such as if the same trait is measured using different methods or the same individual is measured repeatedly across time. +The status of the use of the scientificName as a label for the taxon in regard to the ‘accepted (or valid) taxonomy’. The assigned taxonomic status must be linked to a specific taxonomic reference that defines the concept.
      -has broader - -
    • Identifier -
    • -is unique identifier for +has exact match -
    • observations of individual +
    • taxonomicStatus
    • +created +01 February 2024
      -integer +string
      -

      +

      -
      -

      life stage

      -
      +
      +

      taxon id

      +
      @@ -14962,7 +12743,7 @@

      life stage

      URI @@ -14970,7 +12751,7 @@

      life stage

      preferred label @@ -14978,7 +12759,7 @@

      life stage

      alternative label @@ -14986,7 +12767,7 @@

      life stage

      description @@ -15003,7 +12784,7 @@

      life stage

      @@ -15011,7 +12792,7 @@

      life stage

      has exact match @@ -15019,16 +12800,15 @@

      life stage

      has broader @@ -15036,7 +12816,7 @@

      life stage

      created @@ -15052,7 +12832,7 @@

      life stage

      datatype @@ -15060,11 +12840,11 @@

      life stage

      -life_stage +https://w3id.org/traits.build/taxon_id
      -life stage +taxon id
      -life_stage +taxon_id
      -A field to indicate the life stage or age class of the entity measured. Standard values are adult, sapling, seedling and juvenile. +An identifier for the set of taxon information (data associated with the taxon class). May be a global unique identifier or an identifier specific to the data set. Must be resolvable within this dataset.
      -
    • lifeStage +
    • taxonID
    • -
    • Measured Value
    • -
    • measurementValue +
    • Identifier
    • -characteristic for +is unique identifier for -
    • observation of entity context +
    • taxon name
    • -02/01/24 +01 February 2024
      -string +anyURI
      -

      +

      -
      -

      location id

      -
      +
      +

      scientific name

      +
      @@ -15089,7 +12869,7 @@

      location id

      URI @@ -15097,7 +12877,7 @@

      location id

      preferred label @@ -15105,7 +12885,7 @@

      location id

      alternative label @@ -15113,7 +12893,7 @@

      location id

      description @@ -15130,16 +12910,23 @@

      location id

      + + + + @@ -15147,13 +12934,15 @@

      location id

      is unique identifier for @@ -15169,7 +12958,7 @@

      location id

      datatype @@ -15177,11 +12966,11 @@

      location id

      -location_id +https://w3id.org/traits.build/scientific_name
      -location id +scientific name
      -location_id +scientific_name
      -A unique integer identifier for a location, with locations numbered sequentially within a dataset. The identifier links to specific information in the location table. +The full scientific name, with authorship and date information if known.
      -has broader +has exact match -
    • Identifier +
    • scientificName +
    • +has unique identifier + +
    • scientific name id
    • -
    • observations at location +
    • taxon
    • +created +01 February 2024
      -integer +string
      -

      +

      -
      -

      measurement remarks

      -
      +
      +

      scientific name id

      +
      @@ -15206,7 +12995,7 @@

      measurement remarks

      @@ -15214,7 +13003,7 @@

      measurement remarkspreferred label

      @@ -15222,7 +13011,7 @@

      measurement remarksalternative label

      @@ -15230,7 +13019,7 @@

      measurement remarksdescription

      @@ -15247,15 +13036,31 @@

      measurement remarks

      + + + + + + + + @@ -15263,7 +13068,7 @@

      measurement remarkscreated

      @@ -15279,7 +13084,7 @@

      measurement remarksdatatype

      @@ -15287,11 +13092,11 @@

      measurement remarks -

      +

      -
      -

      method context id

      -
      +
      +

      taxon

      +

      -measurement_remarks +https://w3id.org/traits.build/scientific_name_id
      -measurement remarks +scientific name id
      -measurement_remarks +scientific_name_id
      -Brief comments or notes accompanying the trait measurement. +An identifier for the set of taxon information (data associated with the taxon class). May be a global unique identifier or an identifier specific to the data set. Must be resolvable within this dataset.
      +has exact match + +
    • scientificNameID +
    • has broader -
    • comment +
    • Identifier +
    • +is unique identifier for + +
    • scientific name
    • -02/01/24 +01 February 2024
      -string +anyURI
      @@ -15316,39 +13121,39 @@

      method context id

      URI @@ -15357,29 +13162,72 @@

      method context id

      + + + + + + + + + + + + + + + + @@ -15387,7 +13235,7 @@

      method context id

      datatype @@ -15395,11 +13243,14 @@

      method context id

      -method_context_id +https://w3id.org/traits.build/taxon
      -preferred label +preferred label preferred label -method context id +taxon taxon
      -alternative label +alternative label alternative label -method_context_id +taxon taxon
      -description +description description -A unique integer identifier indicating a trait is measured multiple times on the same entity, with different methods used for each entry. This field is only used if a single trait is measured using multiple methods within the same dataset. The identifier links to specific information in the context table. +A circumscribed set of organisms. A group of organisms assumed to form a homogeneous unit with regard to associated trait measurements.
      -computational entity +computational entity computational entity -database column +database entry database column
      +has exact match + +
    • Taxon +
    • has broader -
    • Identifier +
    • Entity
    • +
    • Characteristic +
    • +has unique identifier + +
    • taxon name
    • +
    • scientific name
    • +
    • scientific name id
    • +
    • taxon id +
    • +has identifier + +
    • original taxon name
    • +
    • trinomial
    • +
    • binomial
    • +
    • genus
    • +
    • family +
    • +has property + +
    • taxon distribution
    • +
    • establishment means
    • +created created +01 February 2024 01 February 2024
      -is in scheme +is in scheme is in scheme -traits.build database +traits.build database traits.build database
      -integer +string
      -

      -
      -

      method id

      -
      +
      +

      contributors table

      +

      +
      +
      +

      last name

      +
      @@ -15424,7 +13275,7 @@

      method id

      URI @@ -15432,7 +13283,7 @@

      method id

      preferred label @@ -15440,7 +13291,7 @@

      method id

      alternative label @@ -15448,7 +13299,7 @@

      method id

      description @@ -15465,38 +13316,39 @@

      method id

      @@ -15512,7 +13364,7 @@

      method id

      datatype @@ -15520,11 +13372,11 @@

      method id

      -method_id +https://w3id.org/traits.build/last_name
      -method id +last name
      -method_id +last_name
      -A unique integer identifier to distinguish between multiple sets of methods used to measure a single trait within the same dataset. The identifier links to specific information in the methods table. +Last name of the data collector.
      -has broader +has exact match -
    • Identifier +
    • family name
    • -is unique identifier for +has broader -
    • methods +
    • Identifier
    • -is specialisation of +is unique identifier for -
    • methods +
    • contributor
    • +created +01 February 2024
      -integer +Name
      -

      +

      -
      -

      observation id

      -
      +
      +

      given name

      +
      @@ -15549,7 +13401,7 @@

      observation id

      URI @@ -15557,7 +13409,7 @@

      observation id

      preferred label @@ -15565,7 +13417,7 @@

      observation id

      alternative label @@ -15573,7 +13425,7 @@

      observation id

      description @@ -15590,11 +13442,19 @@

      observation id

      + + + + @@ -15614,7 +13474,7 @@

      observation id

      created @@ -15625,16 +13485,24 @@

      observation id

      traits.build database + + + +
      -observation_id +https://w3id.org/traits.build/given_name
      -observation id +given name
      -observation_id +given_name
      -A unique integral identifier for the observation, where an observation is all measurements made on an individual at a single point in time. It is important for joining traits coming from the same observation_id. Within each dataset, observation_id’s are unique combinations of taxon_name, population_id, individual_id, and temporal_context_id. +Given names of the data collector.
      +has exact match + +
    • given name +
    • has broader @@ -15606,7 +13466,7 @@

      observation id

      is unique identifier for
      -
    • observation +
    • contributor
    • -02/01/24 +01 February 2024
      +datatype + +Name +
      -

      +

      -
      -

      original taxon name

      -
      +
      +

      ORCID identifier

      +
      @@ -15659,39 +13527,39 @@

      original taxon name< URI

      @@ -15700,62 +13568,55 @@

      original taxon name<

      @@ -15763,11 +13624,11 @@

      original taxon name<

      -original_name +https://w3id.org/traits.build/ORCID
      -preferred label preferred label +preferred label -original taxon name original name +ORCID identifier
      -alternative label alternative label +alternative label -original_name original_name +ORCID
      -description description +description -Name given to taxon in the original data supplied by the authors. Name given to taxon in the original data supplied by the authors. +ORCID (Open Researcher and Contributor ID) for the data collector, if available.
      -computational entity computational entity +computational entity -database column database column +database column
      -has broader +has exact match -
    • label
    • -
    • preferred label
    • -
    • label
    • -
    • preferred label +
    • ORCID identifier
    • -is identifier for +has broader -
    • taxon +
    • Identifier
    • -is base for +is unique identifier for -
    • aligned name
    • -
    • taxon name +
    • contributor
    • -created created +created -02/01/24 02/01/24 +01 February 2024
      -is in scheme is in scheme +is in scheme -traits.build database traits.build database +traits.build database
      -datatype datatype +datatype -string string +anyURI
      -

      +

      -
      -

      plot context id

      -
      +
      +

      affiliation

      +
      @@ -15792,7 +13653,7 @@

      plot context id

      URI @@ -15800,7 +13661,7 @@

      plot context id

      preferred label @@ -15808,7 +13669,7 @@

      plot context id

      alternative label @@ -15816,7 +13677,7 @@

      plot context id

      description @@ -15833,29 +13694,31 @@

      plot context id

      @@ -15871,7 +13734,7 @@

      plot context id

      datatype @@ -15879,11 +13742,11 @@

      plot context id

      -plot_context_id +https://w3id.org/traits.build/affiliation
      -plot context id +affiliation
      -plot_context_id +affiliation
      -A unique integer identifier for a plot, where a plot is a distinct collection of organisms within a single geographic location, such as plants growing on different aspects or blocks in an experiment. The identifier links to specific information in the context table. +Affiliation of data collector.
      -has broader +has exact match -
    • Identifier +
    • has Contributor Affiliation
    • -is unique identifier for +is annotation of -
    • measurement of plot context property +
    • contributor
    • +created +01 February 2024
      -integer +string
      -

      +

      -
      -

      population id

      -
      +
      +

      additional role

      +
      @@ -15908,7 +13771,7 @@

      population id

      URI @@ -15916,7 +13779,7 @@

      population id

      preferred label @@ -15924,7 +13787,7 @@

      population id

      alternative label @@ -15932,7 +13795,7 @@

      population id

      description @@ -15949,29 +13812,31 @@

      population id

      @@ -15987,7 +13852,7 @@

      population id

      datatype @@ -15995,11 +13860,14 @@

      population id

      -population_id +https://w3id.org/traits.build/additional_role
      -population id +additional role
      -population_id +additional_role
      -A unique integer identifier for a population, where a population is defined as individuals growing in the same location (location_id /location_name) and plot (plot_context_id, a context category) and being subjected to the same treatment (treatment_context_id, a context category). +Any additional roles the data collector had in the study, a field most frequently used to identify which data contributor is the contact person for the dataset.
      -has broader +has exact match -
    • Identifier +
    • Contributor Role
    • -is unique identifier for +is annotation of -
    • observations of population +
    • contributor
    • +created +01 February 2024
      -integer +string
      -

      -
      -

      repeat measurements id

      -
      +
      +

      definitions table

      +

      +
      +
      +

      trait concept

      +
      @@ -16024,7 +13892,7 @@

      repeat measurements URI

      @@ -16032,7 +13900,7 @@

      repeat measurements preferred label

      @@ -16040,7 +13908,7 @@

      repeat measurements alternative label

      @@ -16048,7 +13916,7 @@

      repeat measurements description

      @@ -16065,30 +13933,52 @@

      repeat measurements

      + + + + + + + + @@ -16104,7 +13994,7 @@

      repeat measurements datatype

      @@ -16112,11 +14002,11 @@

      repeat measurements

      -repeat_measurements_id +https://w3id.org/traits.build/trait
      -repeat measurements id +trait concept
      -repeat_measurements_id +trait
      -A unique integer identifier for repeat measurements of a trait that comprise a single observation, such as a response curve. +A collection of trait values pertaining to a distinct characteristic of a specific part of an organism (cell, tissue, organ, or whole organism).
      -has broader +has exact match -
    • Identifier +
    • Standard
    • -is unique identifier for +has unique identifier -
    • observations of individual
    • -
    • collection date +
    • trait identifier
    • +has annotation + +
    • trait name
    • +
    • label +
    • +has property + +
    • max allowed values
    • +
    • min allowed values
    • +
    • allowed categorical values
    • +
    • units
    • +
    • type +
    • +created +01 February 2024
      -integer +string
      -

      +

      -
      -

      replicates

      -
      +
      +

      trait identifier

      +
      @@ -16141,7 +14031,7 @@

      replicates

      URI @@ -16149,7 +14039,7 @@

      replicates

      preferred label @@ -16157,7 +14047,7 @@

      replicates

      alternative label @@ -16165,7 +14055,7 @@

      replicates

      description @@ -16182,7 +14072,7 @@

      replicates

      @@ -16190,13 +14080,24 @@

      replicates

      has exact match + + + + @@ -16212,7 +14113,7 @@

      replicates

      datatype @@ -16220,11 +14121,11 @@

      replicates

      -replicates +https://w3id.org/traits.build/trait_concept_URI
      -replicates +trait identifier
      -replicates +trait_concept_URI
      -Number of replicate measurements that comprise a recorded trait measurement. A numeric value (or range) is ideal and appropriate if the value type is a mean, median, min or  max. For these value types, if replication is unknown the entry should be unknown. If the value type is raw_value the replicate value should be 1. If the trait is categorical or the value indicates a measurement for an entire species (or other taxon) replicate value should be .na. +Unique identifier of the trait according to a public ontology, or a user-provided thesaurus of traits.
      -
    • individualCount +
    • traitID
    • +
    • identifier +
    • +is unique identifier for + +
    • trait concept
    • +created +01 February 2024
      -integer +anyURI
      -

      +

      -
      -

      source id

      -
      +
      +

      label

      +
      @@ -16249,7 +14150,7 @@

      source id

      URI @@ -16257,7 +14158,7 @@

      source id

      preferred label @@ -16265,7 +14166,7 @@

      source id

      alternative label @@ -16273,7 +14174,7 @@

      source id

      description @@ -16290,24 +14191,25 @@

      source id

      @@ -16315,7 +14217,7 @@

      source id

      created @@ -16339,11 +14241,11 @@

      source id

      -source_id +https://w3id.org/traits.build/label
      -source id +label
      -source_id +label
      -For datasets that are compilations, an identifier for the original data source. +A concise English label for the trait.
      -has broader +has exact match -
    • Identifier +
    • label
    • +
    • preferred label
    • +
    • trait
    • -is unique identifier for +refers to -
    • observations from source +
    • trait concept
    • -02/01/24 +01 February 2024
      -

      +

      -
      -

      taxon name

      -
      +
      +

      description

      +
      @@ -16368,7 +14270,7 @@

      taxon name

      URI @@ -16376,7 +14278,7 @@

      taxon name

      preferred label @@ -16384,7 +14286,7 @@

      taxon name

      alternative label @@ -16392,7 +14294,7 @@

      taxon name

      description @@ -16409,61 +14311,24 @@

      taxon name

      - - - - - - - - - - - - - - - - @@ -16471,7 +14336,7 @@

      taxon name

      created @@ -16495,11 +14360,11 @@

      taxon name

      -taxon_name +https://w3id.org/traits.build/description
      -taxon name +description
      -taxon_name +description
      -Scientific name of the taxon on which traits were sampled, without authorship. When possible, this is the currently accepted (botanical) or valid (zoological) scientific name, but might also be a higher taxonomic level. +A short description, generally ranging from 1-3 sentences that clearly indicates the trait’s scope.
      -has close match - -
    • acceptedNameUsage -
    • -has broader - -
    • label
    • -
    • preferred label -
    • -has unique identifier - -
    • taxon id -
    • -is unique identifier for - -
    • observations of taxon -
    • -has basis +has exact match -
    • aligned name
    • -
    • original taxon name +
    • traitDescription
    • +
    • description
    • -has property +is annotation of -
    • taxonomic dataset
    • -
    • taxon rank
    • -
    • taxonomic status +
    • trait concept
    • -02/01/24 +01 February 2024
      -

      +

      -
      -

      temporal context id

      -
      +
      +

      comments

      +
      @@ -16524,7 +14389,7 @@

      temporal context id

      @@ -16532,7 +14397,7 @@

      temporal context idpreferred label

      @@ -16540,7 +14405,7 @@

      temporal context idalternative label

      @@ -16548,7 +14413,7 @@

      temporal context iddescription

      @@ -16565,29 +14430,32 @@

      temporal context id

      @@ -16603,7 +14471,7 @@

      temporal context iddatatype

      @@ -16611,11 +14479,11 @@

      temporal context id -

      +

      -
      -

      trait name

      -
      +
      +

      max allowed values

      +

      -temporal_context_id +https://w3id.org/traits.build/comments
      -temporal context id +comments
      -temporal_context_id +comments
      -A unique integer identifier assigned where repeat observations are made on the same individual (or population, or taxon) across time. The identifier links to specific information in the context table. +Additional notes about the scope of the trait or acceptable methods.
      -has broader +has exact match -
    • Identifier +
    • comment
    • +
    • comments
    • -is unique identifier for +is annotation of -
    • measurement of temporal context property +
    • trait concept
    • +created +01 February 2024
      -integer +string
      @@ -16640,7 +14508,7 @@

      trait name

      URI @@ -16648,7 +14516,7 @@

      trait name

      preferred label @@ -16656,7 +14524,7 @@

      trait name

      alternative label @@ -16664,7 +14532,7 @@

      trait name

      description @@ -16681,8 +14549,6 @@

      trait name

      @@ -16691,8 +14557,7 @@

      trait name

      has exact match @@ -16700,7 +14565,7 @@

      trait name

      created @@ -16711,16 +14576,24 @@

      trait name

      traits.build database + + + +
      -trait_name +https://w3id.org/traits.build/allowed_values_max
      -trait name +max allowed values
      -trait_name +allowed_values_max
      -Name of the trait sampled. Allowable values specified in the table definitions. +An upper boundary for accepted numerical values.
      -
    • alternative label
    • -
    • label +
    • maxAllowedValue
    • -02/01/24 +01 February 2024
      +datatype + +decimal +
      -

      +

      -
      -

      value

      -
      +
      +

      min allowed values

      +
      @@ -16745,7 +14618,7 @@

      value

      URI @@ -16753,7 +14626,7 @@

      value

      preferred label @@ -16761,7 +14634,7 @@

      value

      alternative label @@ -16769,7 +14642,7 @@

      value

      description @@ -16786,7 +14659,7 @@

      value

      @@ -16794,32 +14667,31 @@

      value

      has exact match +01 February 2024 + @@ -16827,11 +14699,11 @@

      value

      -trait_value +https://w3id.org/traits.build/allowed_values_min
      -value +min allowed values
      -value +allowed_values_min
      -The measured value of a trait. +A lower boundary for accepted numerical values.
      -
    • traitValue +
    • minAllowedValue
    • -has broader +created -
    • Measured Value
    • -
    • measurementValue -
    • -created +is in scheme -02/01/24 +traits.build database
      -is in scheme +datatype -traits.build database +decimal
      -

      +

      -
      -

      treatment context id

      -
      +
      +

      units

      +
      @@ -16856,7 +14728,7 @@

      treatment context id< URI

      @@ -16864,7 +14736,7 @@

      treatment context id< preferred label

      @@ -16872,7 +14744,7 @@

      treatment context id< alternative label

      @@ -16880,7 +14752,7 @@

      treatment context id< description

      @@ -16897,29 +14769,23 @@

      treatment context id<

      - - - - @@ -16935,7 +14801,7 @@

      treatment context id< datatype

      @@ -16943,11 +14809,11 @@

      treatment context id<

      -treatment_context_id +https://w3id.org/traits.build/units
      -treatment context id +units
      -treatment_context_id +units
      -A unique integer identifier for a treatment, where a treatment is any experimental manipulation to an organism’s growing/living conditions. The identifier links to specific information in the context table. +The preferred units for the trait, conforming to the Unified Code for Units of Measure (UCUM). There are often two entries for units, one that is a string and the second which links to a units of measurement axiom.
      -has broader - -
    • Identifier -
    • -is unique identifier for +has exact match -
    • measurement of treatment context property +
    • expectedUnit
    • +created +01 February 2024
      -integer +string
      -

      +

      -
      -

      unit

      -
      +
      +

      allowed categorical values

      +
      @@ -16972,7 +14838,7 @@

      unit

      URI @@ -16980,7 +14846,7 @@

      unit

      preferred label @@ -16988,7 +14854,7 @@

      unit

      alternative label @@ -16996,7 +14862,7 @@

      unit

      description @@ -17013,7 +14879,7 @@

      unit

      @@ -17021,8 +14887,8 @@

      unit

      has exact match @@ -17030,7 +14896,7 @@

      unit

      created @@ -17041,16 +14907,24 @@

      unit

      traits.build database + + + +
      -unit +https://w3id.org/traits.build/allowed_values_levels
      -unit +allowed categorical values
      -unit +allowed_values_levels
      -Units of the sampled trait value after aligning with AusTraits standards. +Allowed trait values for a categorical trait, including a brief description of the value.
      -
    • Unit
    • -
    • traitUnit +
    • has narrower
    • +
    • factorLevels
    • -02/01/24 +01 February 2024
      +datatype + +string +
      -

      +

      -
      -

      value type

      -
      +
      +

      type

      +
      @@ -17075,7 +14949,7 @@

      value type

      URI @@ -17083,7 +14957,7 @@

      value type

      preferred label @@ -17091,7 +14965,7 @@

      value type

      alternative label @@ -17099,7 +14973,7 @@

      value type

      description @@ -17116,7 +14990,7 @@

      value type

      @@ -17124,7 +14998,7 @@

      value type

      has exact match @@ -17132,7 +15006,7 @@

      value type

      created @@ -17164,7 +15038,7 @@

      Database Table Entr

      context

      -
      +

      -value_type +https://w3id.org/traits.build/type
      -value type +type
      -value_type +type
      -A categorical variable describing the statistical nature of the trait value recorded. +Type of trait, specifying if traits are categorical, numeric, or ordinal.
      -
    • Base Characteristic Qualifier +
    • valueType
    • -02/01/24 +01 February 2024
      @@ -17189,7 +15063,7 @@

      context

      URI @@ -17238,7 +15112,7 @@

      context

      created @@ -17258,7 +15132,7 @@

      context

      entity

      -
      +
      -context +https://w3id.org/traits.build/context
      -02/01/24 +01 February 2024
      @@ -17283,7 +15157,7 @@

      entity

      URI @@ -17332,7 +15206,7 @@

      entity

      created @@ -17352,7 +15226,7 @@

      entity

      individual

      -
      +
      -entity +https://w3id.org/traits.build/entity
      -02/01/24 +01 February 2024
      @@ -17377,7 +15251,7 @@

      individual

      URI @@ -17442,7 +15316,7 @@

      individual

      created @@ -17462,7 +15336,7 @@

      individual

      location

      -
      +
      -individual +https://w3id.org/traits.build/individual
      -02/01/24 +01 February 2024
      @@ -17487,7 +15361,7 @@

      location

      URI @@ -17552,7 +15426,7 @@

      location

      created @@ -17572,7 +15446,7 @@

      location

      method context

      -
      +
      -location +https://w3id.org/traits.build/location
      -02/01/24 +01 February 2024
      @@ -17597,7 +15471,7 @@

      method context

      URI @@ -17647,7 +15521,7 @@

      method context

      created @@ -17667,7 +15541,7 @@

      method context

      plot context

      -
      +
      -method_context +https://w3id.org/traits.build/method_context
      -02/01/24 +01 February 2024
      @@ -17692,7 +15566,7 @@

      plot context

      URI @@ -17742,7 +15616,7 @@

      plot context

      created @@ -17762,7 +15636,7 @@

      plot context

      population

      -
      +
      -plot +https://w3id.org/traits.build/plot
      -02/01/24 +01 February 2024
      @@ -17787,7 +15661,7 @@

      population

      URI @@ -17852,7 +15726,7 @@

      population

      created @@ -17872,7 +15746,7 @@

      population

      temporal context

      -
      +
      -population +https://w3id.org/traits.build/population
      -02/01/24 +01 February 2024
      @@ -17897,7 +15771,7 @@

      temporal context

      URI @@ -17947,7 +15821,7 @@

      temporal context

      created @@ -17967,7 +15841,7 @@

      temporal context

      treatment context

      -
      +
      -temporal_context +https://w3id.org/traits.build/temporal_context
      -02/01/24 +01 February 2024
      @@ -17992,7 +15866,7 @@

      treatment context

      URI @@ -18042,7 +15916,7 @@

      treatment context

      created @@ -18066,7 +15940,7 @@

      Rows within a

      dataset

      -
      +

      -treatment +https://w3id.org/traits.build/treatment
      -02/01/24 +01 February 2024
      @@ -18091,7 +15965,7 @@

      dataset

      URI @@ -18148,7 +16022,7 @@

      dataset

      created @@ -18168,7 +16042,7 @@

      dataset

      measurement

      -
      +
      -dataset +https://w3id.org/traits.build/dataset
      -02/01/24 +01 February 2024
      @@ -18193,7 +16067,7 @@

      measurement

      URI @@ -18242,7 +16116,7 @@

      measurement

      created @@ -18262,7 +16136,7 @@

      measurement

      measurement of entity context property

      -
      +
      -measurement +https://w3id.org/traits.build/measurement
      -02/01/24 +01 February 2024
      @@ -18287,7 +16161,7 @@

      mea URI

      @@ -18352,7 +16226,7 @@

      mea created

      @@ -18372,7 +16246,7 @@

      mea

      measurement of location property

      -
      +

      -measurement_of_entity_context_property +https://w3id.org/traits.build/measurement_of_entity_context_property
      -02/01/24 +01 February 2024
      @@ -18397,7 +16271,7 @@

      measureme URI

      @@ -18463,7 +16337,7 @@

      measureme created

      @@ -18483,7 +16357,7 @@

      measureme

      measurement of plot context property

      -
      +

      -measurement_of_location_property +https://w3id.org/traits.build/measurement_of_location_property
      -02/01/24 +01 February 2024
      @@ -18508,7 +16382,7 @@

      measu URI

      @@ -18573,7 +16447,7 @@

      measu created

      @@ -18593,7 +16467,7 @@

      measu

      measurement of temporal context property

      -
      +

      -measurement_of_plot_context_property +https://w3id.org/traits.build/measurement_of_plot_context_property
      -02/01/24 +01 February 2024
      @@ -18618,7 +16492,7 @@

      m URI

      @@ -18683,7 +16557,7 @@

      m created

      @@ -18703,7 +16577,7 @@

      m

      measurement of treatment context property

      -
      +

      -measurement_of_temporal_context_property +https://w3id.org/traits.build/measurement_of_temporal_context_property
      -02/01/24 +01 February 2024
      @@ -18728,7 +16602,7 @@

      URI

      @@ -18801,7 +16675,7 @@

      created

      @@ -18821,7 +16695,7 @@

      observation

      -
      +

      -measurement_of_treatment_context_property +https://w3id.org/traits.build/measurement_of_treatment_context_property
      -02/01/24 +01 February 2024
      @@ -18846,7 +16720,7 @@

      observation

      URI @@ -18911,7 +16785,7 @@

      observation

      created @@ -18931,7 +16805,7 @@

      observation

      observation of entity context

      -
      +
      -observation +https://w3id.org/traits.build/observation
      -02/01/24 +01 February 2024
      @@ -18956,7 +16830,7 @@

      observation URI

      @@ -19039,7 +16913,7 @@

      observation created

      @@ -19059,7 +16933,7 @@

      observation

      observation of location

      -
      +

      -observation_of_entity_context +https://w3id.org/traits.build/observation_of_entity_context
      -02/01/24 +01 February 2024
      @@ -19084,7 +16958,7 @@

      observation of loc URI

      @@ -19157,7 +17031,7 @@

      observation of loc created

      @@ -19177,7 +17051,7 @@

      observation of loc

      observation of plot context

      -
      +

      -observation_of_location +https://w3id.org/traits.build/observation_of_location
      -02/01/24 +01 February 2024
      @@ -19202,7 +17076,7 @@

      observation of URI

      @@ -19283,7 +17157,7 @@

      observation of created

      @@ -19303,7 +17177,7 @@

      observation of

      observation of temporal context

      -
      +

      -observation_of_plot_context +https://w3id.org/traits.build/observation_of_plot_context
      -02/01/24 +01 February 2024
      @@ -19328,7 +17202,7 @@

      observatio URI

      @@ -19417,7 +17291,7 @@

      observatio created

      @@ -19437,7 +17311,7 @@

      observatio

      observation of a treatment context

      -
      +

      -observation_of_temporal_context +https://w3id.org/traits.build/observation_of_temporal_context
      -02/01/24 +01 February 2024
      @@ -19462,7 +17336,7 @@

      observa URI

      @@ -19551,7 +17425,7 @@

      observa created

      @@ -19571,7 +17445,7 @@

      observa

      observations at location

      -
      +

      -observation_of_treatment_context +https://w3id.org/traits.build/observation_of_treatment_context
      -02/01/24 +01 February 2024
      @@ -19596,7 +17470,7 @@

      observations at l URI

      @@ -19672,7 +17546,7 @@

      observations at l created

      @@ -19692,7 +17566,7 @@

      observations at l

      observations from dataset

      -
      +

      -observations_at_location +https://w3id.org/traits.build/observations_at_location
      -02/01/24 +01 February 2024
      @@ -19717,7 +17591,7 @@

      observations fro URI

      @@ -19795,7 +17669,7 @@

      observations fro created

      @@ -19815,7 +17689,7 @@

      observations fro

      observations from source

      -
      +

      -observations_from_dataset +https://w3id.org/traits.build/observations_from_dataset
      -02/01/24 +01 February 2024
      @@ -19840,7 +17714,7 @@

      observations from URI

      @@ -19918,7 +17792,7 @@

      observations from created

      @@ -19938,7 +17812,7 @@

      observations from

      observations of individual

      -
      +

      -observations_from_source +https://w3id.org/traits.build/observations_from_source
      -02/01/24 +01 February 2024
      @@ -19963,7 +17837,7 @@

      observations of URI

      @@ -20036,7 +17910,7 @@

      observations of created

      @@ -20056,7 +17930,7 @@

      observations of

      observations of population

      -
      +

      -observations_of_individual +https://w3id.org/traits.build/observations_of_individual
      -02/01/24 +01 February 2024
      @@ -20081,7 +17955,7 @@

      observations of URI

      @@ -20154,7 +18028,7 @@

      observations of created

      @@ -20174,7 +18048,7 @@

      observations of

      observations of taxon

      -
      +

      -observations_of_population +https://w3id.org/traits.build/observations_of_population
      -02/01/24 +01 February 2024
      @@ -20199,7 +18073,7 @@

      observations of taxo URI

      @@ -20280,7 +18154,7 @@

      observations of taxo created

      @@ -20300,7 +18174,7 @@

      observations of taxo

      trait measurement

      -
      +

      -observations_of_taxon +https://w3id.org/traits.build/observations_of_taxon
      -02/01/24 +01 February 2024
      @@ -20325,7 +18199,7 @@

      trait measurement

      URI @@ -20396,7 +18270,7 @@

      trait measurement

      created diff --git a/docs/ontology/traits.build.html b/ontology/output/ontology/release/0.1.0/index.html similarity index 93% rename from docs/ontology/traits.build.html rename to ontology/output/ontology/release/0.1.0/index.html index 33bb32ce..5a400b7e 100644 --- a/docs/ontology/traits.build.html +++ b/ontology/output/ontology/release/0.1.0/index.html @@ -2999,134 +2999,116 @@

      Table of contents

    • Database
    • Database Tables
    • Database Table Columns
    • Database Table Entries
        @@ -3298,7 +3280,7 @@

        2. Traits.build data model

        Database

        The traits.build resource

        -
        +
    • -trait_measurement +https://w3id.org/traits.build/trait_measurement
      -02/01/24 +01 February 2024
      @@ -3410,7 +3392,7 @@

      Database

      created @@ -3429,10 +3411,11 @@

      Database

      Database Tables

      The traits.build output tables

      -

      -
      -

      build info

      -
      +

      +
      +

      traits table

      +
      +
      -01/02/24 +01 February 2024
      @@ -3456,7 +3439,7 @@

      build info

      URI @@ -3464,7 +3447,7 @@

      build info

      preferred label @@ -3472,7 +3455,7 @@

      build info

      alternative label @@ -3480,7 +3463,15 @@

      build info

      description + + + + @@ -3488,13 +3479,33 @@

      build info

      computational entity + + + + + + + + @@ -3507,13 +3518,15 @@

      build info

      +
      -traits.build-build_info +https://w3id.org/traits.build/traits.build-traits
      -build info +traits table
      -build_info +traits
      -A description of the computing environment used to create this version of the dataset, including version number, git commit and R session_info. +A table containing measurements of traits. +
      +comment + +Includes information that must be recorded at the Measurement or Observation level.
      -metadata +database table +
      +has exact match + +
      +has related match +
    • MeasurementOrFact
    • +
    • Occurrence +
    • +created +01 February 2024
      -

      +

      -
      -

      contexts table

      -
      +
      +

      locations table

      +
      + @@ -3537,7 +3550,7 @@

      contexts table

      URI @@ -3545,7 +3558,7 @@

      contexts table

      preferred label @@ -3553,7 +3566,7 @@

      contexts table

      alternative label @@ -3561,7 +3574,15 @@

      contexts table

      description + + + + @@ -3574,10 +3595,19 @@

      contexts table

      + + + + @@ -3590,13 +3620,14 @@

      contexts table

      +
      -traits.build-contexts +https://w3id.org/traits.build/traits.build-locations
      -contexts table +locations table
      -contexts +locations
      -A table containing observations of contextual characteristics associated with information in traits. Cross referencing between the two dataframes is possible using combinations of the variables dataset_id, link_id, and link_vals. +A table containing observations of location/site characteristics associated with information in traits. Cross referencing between the two dataframes is possible using combinations of the variables dataset_id, location_name. +
      +comment + +Includes information about Location properties.
      +has related match + +
      created -02/01/24 +01 February 2024
      -

      +

      -
      -

      contributors table

      -
      +
      +

      contexts table

      +
      @@ -3620,7 +3651,7 @@

      contributors table

      URI @@ -3628,7 +3659,7 @@

      contributors table

      preferred label @@ -3636,7 +3667,7 @@

      contributors table

      alternative label @@ -3644,7 +3675,7 @@

      contributors table

      description @@ -3660,7 +3691,7 @@

      contributors table

      created @@ -3675,11 +3706,11 @@

      contributors table

      -traits.build-contributors +https://w3id.org/traits.build/traits.build-contexts
      -contributors table +contexts table
      -contributors +contexts
      -A table of people contributing to each study. +A table containing observations of contextual characteristics associated with information in traits. Cross referencing between the two dataframes is possible using combinations of the variables dataset_id, link_id, and link_vals.
      -02/01/24 +01 February 2024
      -

      +

      -
      -

      definitions table

      -
      +
      +

      methods table

      +
      @@ -3704,7 +3735,7 @@

      definitions table

      URI @@ -3712,7 +3743,7 @@

      definitions table

      preferred label @@ -3720,7 +3751,7 @@

      definitions table

      alternative label @@ -3728,7 +3759,7 @@

      definitions table

      description @@ -3741,11 +3772,11 @@

      definitions table

      @@ -3753,7 +3784,7 @@

      definitions table

      created @@ -3773,7 +3804,7 @@

      definitions table

      excluded data table

      -
      +
      -traits.build-definitions +https://w3id.org/traits.build/traits.build-methods
      -definitions table +methods table
      -definitions +methods
      -A list containing trait concept descriptions used to build the database. +A table containing details on methods with which data were collected, including time frame and source. Cross referencing with the traits table is possible using combinations of the variables dataset_id, trait_name.
      -has exact match +has related match
      -02/01/24 +01 February 2024
      @@ -3797,7 +3828,7 @@

      excluded data table

      @@ -3837,7 +3868,7 @@

      excluded data tablecreated

      @@ -3852,12 +3883,11 @@

      excluded data table -

      +

      -
      -

      locations table

      -
      - +
      +

      taxonomic updates table

      +

      -traits.build-excluded_data +https://w3id.org/traits.build/traits.build-excluded_data
      -02/01/24 +01 February 2024
      @@ -3881,7 +3911,7 @@

      locations table

      URI @@ -3889,7 +3919,7 @@

      locations table

      preferred label @@ -3897,7 +3927,7 @@

      locations table

      alternative label @@ -3905,15 +3935,7 @@

      locations table

      description - - - - @@ -3926,19 +3948,10 @@

      locations table

      - - - - @@ -3951,14 +3964,13 @@

      locations table

      -
      -traits.build-locations +https://w3id.org/traits.build/traits.build-taxonomic_updates
      -locations table +taxonomic updates table
      -locations +taxonomic_updates
      -A table containing observations of location/site characteristics associated with information in traits. Cross referencing between the two dataframes is possible using combinations of the variables dataset_id, location_name. -
      -comment - -Includes information about Location properties. +A table of all taxonomic changes implemented in the construction of AusTraits. Changes are determined by comparing the originally submitted taxon name against the taxonomic names listed in the taxonomic reference files, best placed in a subfolder in the config folder . Cross referencing with the traits table is possible using combinations of the variables dataset_id and taxon_name.
      -has related match - -
      created -02/01/24 +01 February 2024
      -

      +

      -
      -

      metadata table

      -
      +
      +

      taxa table

      +
      @@ -3983,7 +3995,7 @@

      metadata table

      URI @@ -3991,7 +4003,7 @@

      metadata table

      preferred label @@ -3999,7 +4011,7 @@

      metadata table

      alternative label @@ -4007,7 +4019,7 @@

      metadata table

      description @@ -4015,16 +4027,16 @@

      metadata table

      computational entity @@ -4032,7 +4044,7 @@

      metadata table

      created @@ -4048,12 +4060,11 @@

      metadata table

      -traits.build-metadata +https://w3id.org/traits.build/traits.build-taxa
      -metadata table +taxa table
      -metadata +taxa
      -A list containing database metadata. +A table containing details on taxa associated with information in traits. Whenever possible, this information is sourced from curated taxon lists that include identifiers for each taxon. The information compiled in this table is released under a CC-BY3 license. Cross referencing between the two dataframes is possible using combinations of the variable taxon_name.
      -metadata +database table
      -has close match +has exact match
      -02/01/24 +01 February 2024
      -

      +

      -
      -

      methods table

      -
      - +
      +

      contributors table

      +
      @@ -4077,7 +4088,7 @@

      methods table

      URI @@ -4085,7 +4096,7 @@

      methods table

      preferred label @@ -4093,7 +4104,7 @@

      methods table

      alternative label @@ -4101,7 +4112,7 @@

      methods table

      description @@ -4114,19 +4125,10 @@

      methods table

      - - - - @@ -4139,14 +4141,13 @@

      methods table

      -
      -traits.build-methods +https://w3id.org/traits.build/traits.build-contributors
      -methods table +contributors table
      -methods +contributors
      -A table containing details on methods with which data were collected, including time frame and source. Cross referencing with the traits table is possible using combinations of the variables dataset_id, trait_name. +A table of people contributing to each study.
      -has related match - -
      created -02/01/24 +01 February 2024
      -

      +

      -
      -

      schema

      -
      +
      +

      sources table

      +
      @@ -4170,7 +4171,7 @@

      schema

      URI @@ -4178,7 +4179,7 @@

      schema

      preferred label @@ -4186,7 +4187,7 @@

      schema

      alternative label @@ -4194,7 +4195,7 @@

      schema

      description @@ -4202,13 +4203,15 @@

      schema

      computational entity @@ -4223,11 +4226,12 @@

      schema

      -traits.build-schema +https://w3id.org/traits.build/traits.build-sources
      -schema +sources table
      -schema +sources
      -A copy of the schema for all tables and terms. Information included here was used to process data and generate any documentation for the study. +A list containing citation details for all database sources.
      -metadata +database table
      +created +01 February 2024
      -

      +

      -
      -

      sources table

      -
      +
      +

      definitions table

      +
      + @@ -4251,7 +4255,7 @@

      sources table

      URI @@ -4259,7 +4263,7 @@

      sources table

      preferred label @@ -4267,7 +4271,7 @@

      sources table

      alternative label @@ -4275,7 +4279,7 @@

      sources table

      description @@ -4288,10 +4292,19 @@

      sources table

      + + + + @@ -4304,14 +4317,14 @@

      sources table

      +
      -traits.build-sources +https://w3id.org/traits.build/traits.build-definitions
      -sources table +definitions table
      -sources +definitions
      -A list containing citation details for all database sources. +A list containing trait concept descriptions used to build the database.
      +has exact match + +
      created -02/01/24 +01 February 2024
      -

      +

      -
      -

      taxa table

      -
      - +
      +

      schema

      +
      @@ -4335,7 +4348,7 @@

      taxa table

      URI @@ -4343,7 +4356,7 @@

      taxa table

      preferred label @@ -4351,7 +4364,7 @@

      taxa table

      alternative label @@ -4359,7 +4372,7 @@

      taxa table

      description @@ -4367,24 +4380,15 @@

      taxa table

      computational entity - - - - @@ -4397,14 +4401,14 @@

      taxa table

      -
      -traits.build-taxa +https://w3id.org/traits.build/traits.build-schema
      -taxa table +schema
      -taxa +schema
      -A table containing details on taxa associated with information in traits. Whenever possible, this information is sourced from curated taxon lists that include identifiers for each taxon. The information compiled in this table is released under a CC-BY3 license. Cross referencing between the two dataframes is possible using combinations of the variable taxon_name. +A copy of the schema for all tables and terms. Information included here was used to process data and generate any documentation for the study.
      -database table -
      -has exact match +metadata -
      created -02/01/24 +01 February 2024
      -

      +

      -
      -

      taxonomic updates table

      -
      +
      +

      metadata table

      +
      + @@ -4428,7 +4432,7 @@

      taxonomic updates URI

      @@ -4436,7 +4440,7 @@

      taxonomic updates preferred label

      @@ -4444,7 +4448,7 @@

      taxonomic updates alternative label

      @@ -4452,7 +4456,7 @@

      taxonomic updates description

      @@ -4460,15 +4464,24 @@

      taxonomic updates computational entity

      + + + + @@ -4481,14 +4494,14 @@

      taxonomic updates

      +
      -traits.build-taxonomic_updates +https://w3id.org/traits.build/traits.build-metadata
      -taxonomic updates table +metadata table
      -taxonomic_updates +metadata
      -A table of all taxonomic changes implemented in the construction of AusTraits. Changes are determined by comparing the originally submitted taxon name against the taxonomic names listed in the taxonomic reference files, best placed in a subfolder in the config folder . Cross referencing with the traits table is possible using combinations of the variables dataset_id and taxon_name. +A list containing database metadata.
      -database table +metadata +
      +has close match +
      created -02/01/24 +01 February 2024
      -

      +

      -
      -

      traits table

      -
      - +
      +

      build info

      +
      @@ -4512,7 +4525,7 @@

      traits table

      URI @@ -4520,7 +4533,7 @@

      traits table

      preferred label @@ -4528,7 +4541,7 @@

      traits table

      alternative label @@ -4536,15 +4549,7 @@

      traits table

      description - - - - @@ -4552,33 +4557,15 @@

      traits table

      computational entity - - - - - - - - @@ -4591,7 +4578,6 @@

      traits table

      -
      -traits.build-traits +https://w3id.org/traits.build/traits.build-build_info
      -traits table +build info
      -traits +build_info
      -A table containing measurements of traits. -
      -comment - -Includes information that must be recorded at the Measurement or Observation level. +A description of the computing environment used to create this version of the dataset, including version number, git commit and R session_info.
      -database table -
      -has exact match - -
      -has related match +metadata -
    • MeasurementOrFact
    • -
    • Occurrence -
    • created -02/01/24 +01 February 2024
      @@ -4599,14 +4585,13 @@

      traits table

      Database Table Columns

      Columns within the traits.build output tables

      -

      -
      -

      contexts table

      -

      +
      +

      traits table

      +

      -
      -

      context property

      -
      +
      +

      dataset id

      +
      @@ -4631,7 +4616,7 @@

      context property

      URI @@ -4639,7 +4624,7 @@

      context property

      preferred label @@ -4647,7 +4632,7 @@

      context property

      alternative label @@ -4655,7 +4640,7 @@

      context property

      description @@ -4664,2160 +4649,22 @@

      context property

      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      -context_property +https://w3id.org/traits.build/dataset_id
      -context property +dataset id
      -context_property +dataset_id
      -The contextual characteristic being recorded. If applicable, name should include units of measurement, e.g. CO2 concentration (ppm). +Primary identifier for each study contributed to AusTraits, most often these are scientific papers, books, or online resources. By default this should be the name of the first author and year of publication, e.g. Falster_2005.
      database column -
      -organizedInClass - -
      -has exact match - -
    • context property value -
    • -has broader - -
    • Characteristic -
    • -characteristic for - -
    • context -
    • -has annotation - -
    • context property category -
    • -created - -02/01/24 -
      -is in scheme - -traits.build database -
      -datatype - -string -
      -
      -

      -
      -
      -

      context property category

      -
      - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      -Property - -Value -
      -URI - -contexts_category -
      -preferred label - -context property category -
      -alternative label - -category -
      -description - -The category of context property, with options being plot, treatment, individual_context, temporal and method. -
      -computational entity - -database column -
      -organizedInClass - -
      -has broader - -
    • scope note -
    • -is annotation of - -
    • context property -
    • -created - -02/01/24 -
      -is in scheme - -traits.build database -
      -datatype - -string -
      -
      -

      -
      -
      -

      context property value description

      -
      - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      -Property - -Value -
      -URI - -contexts_description -
      -preferred label - -context property value description -
      -alternative label - -description -
      -description - -Description of a specific context property value. -
      -computational entity - -database column -
      -organizedInClass - -
      -has broader - -
    • description -
    • -refers to - -
    • context property -
    • -created - -02/01/24 -
      -is in scheme - -traits.build database -
      -datatype - -string -
      -
      -

      -
      - - -
      -

      context property value

      -
      - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      -Property - -Value -
      -URI - -contexts_value -
      -preferred label - -context property value -
      -alternative label - -value -
      -description - -The measured value of a context property. -
      -computational entity - -database column -
      -organizedInClass - -
      -has broader - -
    • Measured Value
    • -
    • measurementValue -
    • -measurement for - -
    • context property -
    • -created - -02/01/24 -
      -is in scheme - -traits.build database -
      -datatype - -string -
      -
      -

      -
      -
      -

      dataset id

      -
      - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      -Property - -Value -
      -URI - -dataset_id -
      -preferred label - -dataset id -
      -alternative label - -dataset_id -
      -description - -Primary identifier for each study contributed to AusTraits, most often these are scientific papers, books, or online resources. By default this should be the name of the first author and year of publication, e.g. Falster_2005. -
      -computational entity - -database column -
      -organizedInClass - -
      -has broader - -
    • Identifier -
    • -is unique identifier for - -
    • observations from dataset -
    • -created - -02/01/24 -
      -is in scheme - -traits.build database -
      -
      -

      -
      -
      -

      entity context property

      -
      - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      -Property - -Value -
      -URI - -entity_context_property -
      -preferred label - -entity context property -
      -alternative label - -entity_context_property -
      -description - -A context characteristic indicating stratified variation across individuals or populations might affect the trait values measured. -
      -computational entity - -database column -
      -organizedInClass - -
      -has exact match - -
    • context property value -
    • -has broader - -
    • Characteristic -
    • -has unique identifier - -
    • entity context id -
    • -is specialisation of - -
    • context property -
    • -created - -02/01/24 -
      -is in scheme - -traits.build database -
      -datatype - -string -
      -
      -

      -
      -
      -

      method context property

      -
      - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      -Property - -Value -
      -URI - -method_context_property -
      -preferred label - -method context property -
      -alternative label - -method_context_property -
      -description - -A context characteristic indicating stratified variation in the protocol used to measure traits might affect the trait values measured. -
      -computational entity - -database column -
      -organizedInClass - -
      -has exact match - -
    • context property value -
    • -has broader - -
    • Characteristic -
    • -has unique identifier - -
    • method context id -
    • -is specialisation of - -
    • context property -
    • -created - -02/01/24 -
      -is in scheme - -traits.build database -
      -datatype - -string -
      -
      -

      -
      -
      -

      plot context property

      -
      - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      -Property - -Value -
      -URI - -plot_context_property -
      -preferred label - -plot context property -
      -alternative label - -plot_context_property -
      -description - -A context characteristic indicating stratified variation within a location that might affect the trait values measured on an individual or population-level entity. -
      -computational entity - -database column -
      -organizedInClass - -
      -has exact match - -
    • context property value -
    • -has broader - -
    • Characteristic -
    • -has unique identifier - -
    • plot context id -
    • -is specialisation of - -
    • context property -
    • -created - -02/01/24 -
      -is in scheme - -traits.build database -
      -datatype - -string -
      -
      -

      -
      -
      -

      temporal context property

      -
      - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      -Property - -Value -
      -URI - -temporal_context_property -
      -preferred label - -temporal context property -
      -alternative label - -temporal_context_property -
      -description - -A context characteristic indicating stratified variation across time might affect the trait values measured. -
      -computational entity - -database column -
      -organizedInClass - -
      -has exact match - -
    • context property value -
    • -has broader - -
    • Characteristic -
    • -has unique identifier - -
    • temporal context id -
    • -is specialisation of - -
    • context property -
    • -created - -02/01/24 -
      -is in scheme - -traits.build database -
      -datatype - -string -
      -
      -

      -
      -
      -

      treatment context property

      -
      - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      -Property - -Value -
      -URI - -treatment_context_property -
      -preferred label - -treatment context property -
      -alternative label - -treatment_context_property -
      -description - -A context characteristic indicating stratified treatments that might affect the trait values measured on an individual or population-level entity. -
      -computational entity - -database column -
      -organizedInClass - -
      -has exact match - -
    • context property value -
    • -has broader - -
    • Characteristic -
    • -has unique identifier - -
    • treatment context id -
    • -is specialisation of - -
    • context property -
    • -created - -02/01/24 -
      -is in scheme - -traits.build database -
      -datatype - -string -
      -
      -

      -
      -
      -

      contributors table

      -

      -
      -
      -

      additional role

      -
      - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      -Property - -Value -
      -URI - -additional_role -
      -preferred label - -additional role -
      -alternative label - -additional_role -
      -description - -Any additional roles the data collector had in the study, a field most frequently used to identify which data contributor is the contact person for the dataset. -
      -computational entity - -database column -
      -organizedInClass - -
      -has exact match - -
    • Contributor Role -
    • -is annotation of - -
    • contributor -
    • -created - -02/01/24 -
      -is in scheme - -traits.build database -
      -datatype - -string -
      -
      -

      -
      -
      -

      affiliation

      -
      - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      -Property - -Value -
      -URI - -affiliation -
      -preferred label - -affiliation -
      -alternative label - -affiliation -
      -description - -Affiliation of data collector. -
      -computational entity - -database column -
      -organizedInClass - -
      -has exact match - -
    • has Contributor Affiliation -
    • -is annotation of - -
    • contributor -
    • -created - -02/01/24 -
      -is in scheme - -traits.build database -
      -datatype - -string -
      -
      -

      -
      -
      -

      contributor

      -
      - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      -Property - -Value -
      -URI - -contributor -
      -preferred label - -contributor -
      -alternative label - -contributor -
      -description - -A person contributing to a dataset. -
      -computational entity - -database column -
      -organizedInClass - -
      -has exact match - -
    • contributor -
    • -refers to - -
    • observations from dataset -
    • -created - -02/01/24 -
      -is in scheme - -traits.build database -
      -datatype - -string -
      -
      -

      -
      -
      -

      data collector

      -
      - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      -Property - -Value -
      -URI - -data_collector -
      -preferred label - -data collector -
      -alternative label - -data_collector -
      -description - -Person contributing to a dataset as a data collector. -
      -computational entity - -database column -
      -organizedInClass - -
      -has exact match - -
    • Data Collector -
    • -has broader - -
    • contributor -
    • -has unique identifier - -
    • ORCID identifier
    • -
    • given name
    • -
    • last name -
    • -is specialisation of - -
    • contributor -
    • -has annotation - -
    • affiliation
    • -
    • additional role -
    • -created - -02/01/24 -
      -is in scheme - -traits.build database -
      -datatype - -string -
      -
      -

      -
      -
      -

      dataset id

      -
      - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      -Property - -Value -
      -URI - -dataset_id -
      -preferred label - -dataset id -
      -alternative label - -dataset_id -
      -description - -Primary identifier for each study contributed to AusTraits, most often these are scientific papers, books, or online resources. By default this should be the name of the first author and year of publication, e.g. Falster_2005. -
      -computational entity - -database column -
      -organizedInClass - -
      -has broader - -
    • Identifier -
    • -is unique identifier for - -
    • observations from dataset -
    • -created - -02/01/24 -
      -is in scheme - -traits.build database -
      -
      -

      -
      -
      -

      given name

      -
      - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + @@ -6840,7 +4687,7 @@

      given name

      created @@ -6851,24 +4698,16 @@

      given name

      traits.build database - - - -
      -Property - -Value -
      -URI - -given_name -
      -preferred label - -given name -
      -alternative label - -given_name -
      -description - -Given names of the data collector. -
      -computational entity - -database column -
      -organizedInClass - -
      -has exact match +organizedInClass -
    • given name -
    • @@ -6832,7 +4679,7 @@

      given name

      is unique identifier for
      -
    • contributor +
    • observations from dataset
    • -02/01/24 +01 February 2024
      -datatype - -Name -
      -

      +

      -
      -

      last name

      -
      +
      +

      taxon name

      +
      @@ -6893,7 +4732,7 @@

      last name

      URI @@ -6901,7 +4740,7 @@

      last name

      preferred label @@ -6909,7 +4748,7 @@

      last name

      alternative label @@ -6917,7 +4756,7 @@

      last name

      description @@ -6934,15 +4773,17 @@

      last name

      @@ -6950,7 +4791,16 @@

      last name

      has broader + + + + @@ -6958,7 +4808,26 @@

      last name

      is unique identifier for + + + + + + + + @@ -6966,7 +4835,7 @@

      last name

      created @@ -6982,7 +4851,7 @@

      last name

      datatype @@ -6990,11 +4859,11 @@

      last name

      -last_name +https://w3id.org/traits.build/taxon_name
      -last name +taxon name
      -last_name +taxon_name
      -Last name of the data collector. +Scientific name of the taxon on which traits were sampled, without authorship. When possible, this is the currently accepted (botanical) or valid (zoological) scientific name, but might also be a higher taxonomic level.
      -has exact match +has close match -
    • family name +
    • acceptedNameUsage
    • -
    • Identifier +
    • label
    • +
    • preferred label +
    • +has unique identifier + +
    • taxon id
    • -
    • contributor +
    • observations of taxon +
    • +has basis + +
    • aligned name
    • +
    • original taxon name +
    • +has property + +
    • taxonomic dataset
    • +
    • taxon rank
    • +
    • taxonomic status
    • -02/01/24 +01 February 2024
      -Name +string
      -

      +

      -
      -

      ORCID identifier

      -
      +
      +

      observation id

      +
      @@ -7019,7 +4888,7 @@

      ORCID identifier

      URI @@ -7027,7 +4896,7 @@

      ORCID identifier

      preferred label @@ -7035,7 +4904,7 @@

      ORCID identifier

      alternative label @@ -7043,7 +4912,7 @@

      ORCID identifier

      description @@ -7060,19 +4929,11 @@

      ORCID identifier

      - - - - @@ -7092,7 +4953,7 @@

      ORCID identifier

      created @@ -7103,28 +4964,16 @@

      ORCID identifier

      traits.build database - - - -
      -ORCID +https://w3id.org/traits.build/observation_id
      -ORCID identifier +observation id
      -ORCID +observation_id
      -ORCID (Open Researcher and Contributor ID) for the data collector, if available. +A unique integral identifier for the observation, where an observation is all measurements made on an individual at a single point in time. It is important for joining traits coming from the same observation_id. Within each dataset, observation_id’s are unique combinations of taxon_name, population_id, individual_id, and temporal_context_id.
      -has exact match - -
    • ORCID identifier -
    • has broader @@ -7084,7 +4945,7 @@

      ORCID identifier

      is unique identifier for
      -
    • contributor +
    • observation
    • -02/01/24 +01 February 2024
      -datatype - -anyURI -
      -

      -
      -
      -

      definitions table

      -

      +

      -
      -

      allowed categorical values

      -
      +
      +

      trait name

      +
      @@ -7149,7 +4998,7 @@

      allowed categor URI

      @@ -7157,7 +5006,7 @@

      allowed categor preferred label

      @@ -7165,7 +5014,7 @@

      allowed categor alternative label

      @@ -7173,7 +5022,7 @@

      allowed categor description

      @@ -7190,6 +5039,8 @@

      allowed categor

      @@ -7198,8 +5049,8 @@

      allowed categor has exact match

      @@ -7207,7 +5058,7 @@

      allowed categor created

      @@ -7218,24 +5069,16 @@

      allowed categor traits.build database

      - - - -
      -allowed_values_levels +https://w3id.org/traits.build/trait_name
      -allowed categorical values +trait name
      -allowed_values_levels +trait_name
      -Allowed trait values for a categorical trait, including a brief description of the value. +Name of the trait sampled. Allowable values specified in the table definitions.
      -
    • has narrower
    • -
    • factorLevels +
    • alternative label
    • +
    • label
    • -02/01/24 +01 February 2024
      -datatype - -string -
      -

      +

      -
      -

      max allowed values

      -
      +
      +

      value

      +
      @@ -7260,7 +5103,7 @@

      max allowed values

      URI @@ -7268,7 +5111,7 @@

      max allowed values

      preferred label @@ -7276,7 +5119,7 @@

      max allowed values

      alternative label @@ -7284,7 +5127,7 @@

      max allowed values

      description @@ -7301,7 +5144,7 @@

      max allowed values

      @@ -7309,31 +5152,32 @@

      max allowed values

      has exact match +
    • Measured Value
    • +
    • measurementValue +
    • @@ -7341,11 +5185,11 @@

      max allowed values

      -allowed_values_max +https://w3id.org/traits.build/trait_value
      -max allowed values +value
      -allowed_values_max +value
      -An upper boundary for accepted numerical values. +The measured value of a trait.
      -
    • maxAllowedValue +
    • traitValue
    • -created +has broader -02/01/24 -
      -is in scheme +created -traits.build database +01 February 2024
      -datatype +is in scheme -decimal +traits.build database
      -

      +

      -
      -

      min allowed values

      -
      +
      +

      unit

      +
      @@ -7370,7 +5214,7 @@

      min allowed values

      URI @@ -7378,7 +5222,7 @@

      min allowed values

      preferred label @@ -7386,7 +5230,7 @@

      min allowed values

      alternative label @@ -7394,7 +5238,7 @@

      min allowed values

      description @@ -7411,7 +5255,7 @@

      min allowed values

      @@ -7419,7 +5263,8 @@

      min allowed values

      has exact match @@ -7427,7 +5272,7 @@

      min allowed values

      created @@ -7438,24 +5283,16 @@

      min allowed values

      traits.build database - - - -
      -allowed_values_min +https://w3id.org/traits.build/unit
      -min allowed values +unit
      -allowed_values_min +unit
      -A lower boundary for accepted numerical values. +Units of the sampled trait value after aligning with AusTraits standards.
      -
    • minAllowedValue +
    • Unit
    • +
    • traitUnit
    • -02/01/24 +01 February 2024
      -datatype - -decimal -
      -

      +

      -
      -

      comments

      -
      +
      +

      entity type

      +
      @@ -7480,7 +5317,7 @@

      comments

      URI @@ -7488,7 +5325,7 @@

      comments

      preferred label @@ -7496,7 +5333,7 @@

      comments

      alternative label @@ -7504,7 +5341,7 @@

      comments

      description @@ -7521,32 +5358,15 @@

      comments

      - - - - - - - - @@ -7570,11 +5390,11 @@

      comments

      -comments +https://w3id.org/traits.build/entity_type
      -comments +entity type
      -comments +entity_type
      -Additional notes about the scope of the trait or acceptable methods. +A categorical variable specifying the entity corresponding to the trait values recorded.
      -has exact match - -
    • comment
    • -
    • comments -
    • -is annotation of - -
    • trait concept -
    • created -02/01/24 +01 February 2024
      -

      +

      -
      -

      description

      -
      +
      +

      value type

      +
      @@ -7599,7 +5419,7 @@

      description

      URI @@ -7607,7 +5427,7 @@

      description

      preferred label @@ -7615,7 +5435,7 @@

      description

      alternative label @@ -7623,7 +5443,7 @@

      description

      description @@ -7640,24 +5460,15 @@

      description

      - - - - @@ -7665,7 +5476,7 @@

      description

      created @@ -7689,11 +5500,11 @@

      description

      -description +https://w3id.org/traits.build/value_type
      -description +value type
      -description +value_type
      -A short description, generally ranging from 1-3 sentences that clearly indicates the trait’s scope. +A categorical variable describing the statistical nature of the trait value recorded.
      -has exact match - -
    • traitDescription
    • -
    • description -
    • -is annotation of +has exact match -
    • trait concept +
    • Base Characteristic Qualifier
    • -02/01/24 +01 February 2024
      -

      +

      -
      -

      label

      -
      +
      +

      basis of value

      +
      @@ -7718,7 +5529,7 @@

      label

      URI @@ -7726,7 +5537,7 @@

      label

      preferred label @@ -7734,7 +5545,7 @@

      label

      alternative label @@ -7742,7 +5553,7 @@

      label

      description @@ -7759,7 +5570,7 @@

      label

      @@ -7767,17 +5578,7 @@

      label

      has exact match - - - - @@ -7785,7 +5586,7 @@

      label

      created @@ -7809,11 +5610,11 @@

      label

      -label +https://w3id.org/traits.build/basis_of_value
      -label +basis of value
      -label +basis_of_value
      -A concise English label for the trait. +A categorical variable describing how the trait value was obtained.
      -
    • label
    • -
    • preferred label
    • -
    • trait -
    • -refers to - -
    • trait concept +
    • Measurement Type
    • -02/01/24 +01 February 2024
      -

      +

      -
      -

      trait concept

      -
      +
      +

      replicates

      +
      @@ -7838,7 +5639,7 @@

      trait concept

      URI @@ -7846,7 +5647,7 @@

      trait concept

      preferred label @@ -7854,7 +5655,7 @@

      trait concept

      alternative label @@ -7862,7 +5663,7 @@

      trait concept

      description @@ -7879,7 +5680,7 @@

      trait concept

      @@ -7887,36 +5688,7 @@

      trait concept

      has exact match - - - - - - - - - - - - @@ -7924,7 +5696,7 @@

      trait concept

      created @@ -7940,7 +5712,7 @@

      trait concept

      datatype @@ -7948,11 +5720,11 @@

      trait concept

      -trait +https://w3id.org/traits.build/replicates
      -trait concept +replicates
      -trait +replicates
      -A collection of trait values pertaining to a distinct characteristic of a specific part of an organism (cell, tissue, organ, or whole organism). +Number of replicate measurements that comprise a recorded trait measurement. A numeric value (or range) is ideal and appropriate if the value type is a mean, median, min or  max. For these value types, if replication is unknown the entry should be unknown. If the value type is raw_value the replicate value should be 1. If the trait is categorical or the value indicates a measurement for an entire species (or other taxon) replicate value should be .na.
      -
    • Standard -
    • -has unique identifier - -
    • trait identifier -
    • -has annotation - -
    • trait name
    • -
    • label -
    • -has property - -
    • max allowed values
    • -
    • min allowed values
    • -
    • allowed categorical values
    • -
    • units
    • -
    • type +
    • individualCount
    • -02/01/24 +01 February 2024
      -string +integer
      -

      +

      -
      -

      trait identifier

      -
      +
      +

      basis of record

      +
      @@ -7977,7 +5749,7 @@

      trait identifier

      URI @@ -7985,7 +5757,7 @@

      trait identifier

      preferred label @@ -7993,7 +5765,7 @@

      trait identifier

      alternative label @@ -8001,7 +5773,7 @@

      trait identifier

      description @@ -8018,24 +5790,15 @@

      trait identifier

      - - - - @@ -8043,7 +5806,7 @@

      trait identifier

      created @@ -8059,7 +5822,7 @@

      trait identifier

      datatype @@ -8067,11 +5830,11 @@

      trait identifier

      -trait_concept_URI +https://w3id.org/traits.build/basis_of_record
      -trait identifier +basis of record
      -trait_concept_URI +basis_of_record
      -Unique identifier of the trait according to a public ontology, or a user-provided thesaurus of traits. +A categorical variable specifying from which kind of specimen traits were recorded.
      -has exact match - -
    • traitID
    • -
    • identifier -
    • -is unique identifier for +has close match -
    • trait concept +
    • basisOfRecord
    • -02/01/24 +01 February 2024
      -anyURI +string
      -

      +

      -
      -

      trait name

      -
      +
      +

      life stage

      +
      @@ -8096,7 +5859,7 @@

      trait name

      URI @@ -8104,7 +5867,7 @@

      trait name

      preferred label @@ -8112,7 +5875,7 @@

      trait name

      alternative label @@ -8120,7 +5883,7 @@

      trait name

      description @@ -8137,9 +5900,7 @@

      trait name

      @@ -8147,8 +5908,24 @@

      trait name

      has exact match + + + + + + + + @@ -8156,7 +5933,7 @@

      trait name

      created @@ -8167,16 +5944,24 @@

      trait name

      traits.build database + + + +
      -trait_name +https://w3id.org/traits.build/life_stage
      -trait name +life stage
      -trait_name +life_stage
      -Name of the trait sampled. Allowable values specified in the table definitions. +A field to indicate the life stage or age class of the entity measured. Standard values are adult, sapling, seedling and juvenile.
      -
    • alternative label
    • -
    • label +
    • lifeStage +
    • +has broader + +
    • Measured Value
    • +
    • measurementValue +
    • +characteristic for + +
    • observation of entity context
    • -02/01/24 +01 February 2024
      +datatype + +string +
      -

      +

      -
      -

      type

      -
      +
      +

      population id

      +
      @@ -8201,7 +5986,7 @@

      type

      URI @@ -8209,7 +5994,7 @@

      type

      preferred label @@ -8217,7 +6002,7 @@

      type

      alternative label @@ -8225,7 +6010,7 @@

      type

      description @@ -8242,15 +6027,23 @@

      type

      + + + + @@ -8258,7 +6051,7 @@

      type

      created @@ -8274,7 +6067,7 @@

      type

      datatype @@ -8282,11 +6075,11 @@

      type

      -type +https://w3id.org/traits.build/population_id
      -type +population id
      -type +population_id
      -Type of trait, specifying if traits are categorical, numeric, or ordinal. +A unique integer identifier for a population, where a population is defined as individuals growing in the same location (location_id /location_name) and plot (plot_context_id, a context category) and being subjected to the same treatment (treatment_context_id, a context category).
      -has exact match +has broader -
    • valueType +
    • Identifier +
    • +is unique identifier for + +
    • observations of population
    • -02/01/24 +01 February 2024
      -string +integer
      -

      +

      -
      -

      units

      -
      +
      +

      individual id

      +
      @@ -8311,7 +6104,7 @@

      units

      URI @@ -8319,7 +6112,7 @@

      units

      preferred label @@ -8327,7 +6120,7 @@

      units

      alternative label @@ -8335,7 +6128,7 @@

      units

      description @@ -8352,15 +6145,23 @@

      units

      + + + + @@ -8368,7 +6169,7 @@

      units

      created @@ -8384,7 +6185,7 @@

      units

      datatype @@ -8392,15 +6193,11 @@

      units

      -units +https://w3id.org/traits.build/individual_id
      -units +individual id
      -units +individual_id
      -The preferred units for the trait, conforming to the Unified Code for Units of Measure (UCUM). There are often two entries for units, one that is a string and the second which links to a units of measurement axiom. +A unique integer identifier for an individual, with individuals numbered sequentially within each dataset by taxon by population grouping. Most often each row of data represents an individual, but in some datasets trait data collected on a single individual is presented across multiple rows of data, such as if the same trait is measured using different methods or the same individual is measured repeatedly across time.
      -has exact match +has broader -
    • expectedUnit +
    • Identifier +
    • +is unique identifier for + +
    • observations of individual
    • -02/01/24 +01 February 2024
      -string +integer
      -

      -
      -
      -

      locations table

      -

      +

      -
      -

      dataset id

      -
      +
      +

      repeat measurements id

      +
      @@ -8425,7 +6222,7 @@

      dataset id

      URI @@ -8433,7 +6230,7 @@

      dataset id

      preferred label @@ -8441,7 +6238,7 @@

      dataset id

      alternative label @@ -8449,7 +6246,7 @@

      dataset id

      description @@ -8466,13 +6263,7 @@

      dataset id

      @@ -8488,7 +6279,8 @@

      dataset id

      is unique identifier for @@ -8496,7 +6288,7 @@

      dataset id

      created @@ -8507,16 +6299,24 @@

      dataset id

      traits.build database + + + +
      -dataset_id +https://w3id.org/traits.build/repeat_measurements_id
      -dataset id +repeat measurements id
      -dataset_id +repeat_measurements_id
      -Primary identifier for each study contributed to AusTraits, most often these are scientific papers, books, or online resources. By default this should be the name of the first author and year of publication, e.g. Falster_2005. +A unique integer identifier for repeat measurements of a trait that comprise a single observation, such as a response curve.
      -
    • observations from dataset +
    • observations of individual
    • +
    • collection date
    • -02/01/24 +01 February 2024
      +datatype + +integer +
      -

      +

      -
      -

      elevation (m)

      -
      +
      +

      temporal context id

      +
      @@ -8541,7 +6341,7 @@

      elevation (m)

      URI @@ -8549,7 +6349,7 @@

      elevation (m)

      preferred label @@ -8557,7 +6357,7 @@

      elevation (m)

      alternative label @@ -8565,7 +6365,7 @@

      elevation (m)

      description @@ -8582,40 +6382,24 @@

      elevation (m)

      - - - - - - - - @@ -8623,7 +6407,7 @@

      elevation (m)

      created @@ -8639,7 +6423,7 @@

      elevation (m)

      datatype @@ -8647,11 +6431,11 @@

      elevation (m)

      -elevation +https://w3id.org/traits.build/temporal_context_id
      -elevation (m) +temporal context id
      -elevation +temporal_context_id
      -The elevation above mean sea level in meters. +A unique integer identifier assigned where repeat observations are made on the same individual (or population, or taxon) across time. The identifier links to specific information in the context table.
      -has exact match - -
    • verbatimElevation -
    • has broader -
    • Measured Value
    • -
    • measurementValue -
    • -characteristic for - -
    • location +
    • Identifier
    • -is specialisation of +is unique identifier for -
    • location property +
    • measurement of temporal context property
    • -02/01/24 +01 February 2024
      -decimal +integer
      -

      +

      -
      -

      latitude (deg)

      -
      +
      +

      source id

      +
      @@ -8676,7 +6460,7 @@

      latitude (deg)

      URI @@ -8684,7 +6468,7 @@

      latitude (deg)

      preferred label @@ -8692,7 +6476,7 @@

      latitude (deg)

      alternative label @@ -8700,7 +6484,7 @@

      latitude (deg)

      description @@ -8717,40 +6501,24 @@

      latitude (deg)

      - - - - - - - - @@ -8758,7 +6526,7 @@

      latitude (deg)

      created @@ -8774,7 +6542,7 @@

      latitude (deg)

      datatype @@ -8786,7 +6554,7 @@

      latitude (deg)

      location id

      -
      +
      -latitude +https://w3id.org/traits.build/source_id
      -latitude (deg) +source id
      -latitude +source_id
      -The geographic latitude (in decimal degrees, using the spatial reference system given in geodeticDatum) of the geographic center of a Location. Positive values are north of the Equator, negative values are south of it. Legal values lie between -90 and 90, inclusive. +For datasets that are compilations, an identifier for the original data source.
      -has exact match - -
    • decimalLatitude -
    • has broader -
    • Measured Value
    • -
    • measurementValue -
    • -characteristic for - -
    • location +
    • Identifier
    • -is specialisation of +is unique identifier for -
    • location property +
    • observations from source
    • -02/01/24 +01 February 2024
      -decimal +string
      @@ -8811,7 +6579,7 @@

      location id

      URI @@ -8874,8 +6642,10 @@

      location id

      @@ -8899,11 +6669,11 @@

      location id

      -location_id +https://w3id.org/traits.build/location_id
      +created +01 February 2024
      -

      +

      -
      -

      location name

      -
      +
      +

      entity context id

      +
      @@ -8928,7 +6698,7 @@

      location name

      URI @@ -8936,7 +6706,7 @@

      location name

      preferred label @@ -8944,7 +6714,7 @@

      location name

      alternative label @@ -8952,7 +6722,7 @@

      location name

      description @@ -8969,7 +6739,8 @@

      location name

      @@ -8977,8 +6748,15 @@

      location name

      has broader + + + + @@ -8986,7 +6764,7 @@

      location name

      created @@ -9002,7 +6780,7 @@

      location name

      datatype @@ -9010,11 +6788,11 @@

      location name

      -location_name +https://w3id.org/traits.build/entity_context_id
      -location name +entity context id
      -location_name +entity_context_id
      -The location name used by the data contributor or a generic location name designated by AusTraits when one is not provided. +A unique integer identifier indicating specific contextual properties of an individual, possibly including the individual’s sex or caste (for social insects).
      -
    • label
    • -
    • preferred label +
    • Identifier +
    • +is unique identifier for + +
    • measurement of entity context property
    • -02/01/24 +01 February 2024
      -string +integer
      -

      +

      -
      -

      location property

      -
      +
      +

      plot context id

      +
      @@ -9039,7 +6817,7 @@

      location property

      URI @@ -9047,7 +6825,7 @@

      location property

      preferred label @@ -9055,7 +6833,7 @@

      location property

      alternative label @@ -9063,7 +6841,7 @@

      location property

      description @@ -9080,7 +6858,8 @@

      location property

      @@ -9088,23 +6867,15 @@

      location property

      has broader - - - - @@ -9112,7 +6883,7 @@

      location property

      created @@ -9128,7 +6899,7 @@

      location property

      datatype @@ -9136,11 +6907,11 @@

      location property

      -location_property +https://w3id.org/traits.build/plot_context_id
      -location property +plot context id
      -location_property +plot_context_id
      -The location characteristic being recorded. The name should include units of measurement, e.g. MAT (C). Ideally we have at least the following variables for each location, longitude (deg), latitude (deg), description. +A unique integer identifier for a plot, where a plot is a distinct collection of organisms within a single geographic location, such as plants growing on different aspects or blocks in an experiment. The identifier links to specific information in the context table.
      -
    • Characteristic -
    • -has value - -
    • location property value +
    • Identifier
    • -characteristic for +is unique identifier for -
    • location +
    • measurement of plot context property
    • -02/01/24 +01 February 2024
      -string +integer
      -

      +

      -
      -

      location property value

      -
      +
      +

      treatment context id

      +
      @@ -9165,7 +6936,7 @@

      location property URI

      @@ -9173,7 +6944,7 @@

      location property preferred label

      @@ -9181,7 +6952,7 @@

      location property alternative label

      @@ -9189,7 +6960,7 @@

      location property description

      @@ -9206,7 +6977,8 @@

      location property

      @@ -9214,8 +6986,15 @@

      location property has broader

      + + + + @@ -9223,7 +7002,7 @@

      location property created

      @@ -9239,7 +7018,7 @@

      location property datatype

      @@ -9247,11 +7026,11 @@

      location property

      -locations_value +https://w3id.org/traits.build/treatment_context_id
      -location property value +treatment context id
      -value +treatment_context_id
      -The measured value of a location property. +A unique integer identifier for a treatment, where a treatment is any experimental manipulation to an organism’s growing/living conditions. The identifier links to specific information in the context table.
      -
    • Measured Value
    • -
    • measurementValue +
    • Identifier +
    • +is unique identifier for + +
    • measurement of treatment context property
    • -02/01/24 +01 February 2024
      -string +integer
      -

      +

      -
      -

      longitude (deg)

      -
      +
      +

      collection date

      +
      @@ -9276,7 +7055,7 @@

      longitude (deg)

      URI @@ -9284,7 +7063,7 @@

      longitude (deg)

      preferred label @@ -9292,7 +7071,7 @@

      longitude (deg)

      alternative label @@ -9300,7 +7079,7 @@

      longitude (deg)

      description @@ -9317,7 +7096,7 @@

      longitude (deg)

      @@ -9325,7 +7104,7 @@

      longitude (deg)

      has exact match @@ -9342,15 +7121,7 @@

      longitude (deg)

      characteristic for - - - - @@ -9358,7 +7129,7 @@

      longitude (deg)

      created @@ -9374,7 +7145,7 @@

      longitude (deg)

      datatype @@ -9382,15 +7153,11 @@

      longitude (deg)

      -longitude +https://w3id.org/traits.build/collection_date
      -longitude (deg) +collection date
      -longitude +collection_date
      -The geographic longitude (in decimal degrees, using the spatial reference system given in dwc:geodeticDatum) of the geographic center of a dcterms:Location. Positive values are east of the Greenwich Meridian, negative values are west of it. Legal values lie between -180 and 180, inclusive. +Date sample was taken, in the format yyyy-mm-dd, yyyy-mm or yyyy, depending on the resoluton specified. Alternatively an overall range for the study can be indicating, with the starting and ending sample date sepatated by a /, as in 2010-10/2011-03
      -
    • decimalLongitude +
    • eventDate
    • -
    • location -
    • -is specialisation of - -
    • location property +
    • observation
    • -02/01/24 +01 February 2024
      -decimal +date
      -

      -
      -
      -

      methods table

      -

      +

      -
      -

      assistants

      -
      +
      +

      measurement remarks

      +
      @@ -9415,7 +7182,7 @@

      assistants

      URI @@ -9423,7 +7190,7 @@

      assistants

      preferred label @@ -9431,7 +7198,7 @@

      assistants

      alternative label @@ -9439,7 +7206,7 @@

      assistants

      description @@ -9456,31 +7223,15 @@

      assistants

      - - - - - - - - @@ -9488,7 +7239,7 @@

      assistants

      created @@ -9512,11 +7263,11 @@

      assistants

      -assistants +https://w3id.org/traits.build/measurement_remarks
      -assistants +measurement remarks
      -assistants +measurement_remarks
      -People who played a more minor role in data collection for the study. +Brief comments or notes accompanying the trait measurement.
      -has exact match - -
    • Related Person -
    • has broader -
    • contributor -
    • -is specialisation of - -
    • contributor +
    • comment
    • -02/01/24 +01 February 2024
      -

      +

      -
      -

      contributor

      -
      +
      +

      method id

      +
      @@ -9541,7 +7292,7 @@

      contributor

      URI @@ -9549,7 +7300,7 @@

      contributor

      preferred label @@ -9557,7 +7308,7 @@

      contributor

      alternative label @@ -9565,7 +7316,7 @@

      contributor

      description @@ -9582,24 +7333,32 @@

      contributor

      + + + + @@ -9607,7 +7366,7 @@

      contributor

      created @@ -9623,7 +7382,7 @@

      contributor

      datatype @@ -9631,11 +7390,11 @@

      contributor

      -contributor +https://w3id.org/traits.build/method_id
      -contributor +method id
      -contributor +method_id
      -A person contributing to a dataset. +A unique integer identifier to distinguish between multiple sets of methods used to measure a single trait within the same dataset. The identifier links to specific information in the methods table.
      -has exact match +has broader -
    • contributor +
    • Identifier
    • -refers to +is unique identifier for -
    • observations from dataset +
    • methods +
    • +is specialisation of + +
    • methods
    • -02/01/24 +01 February 2024
      -string +integer
      -

      +

      -
      -

      data collector

      -
      +
      +

      method context id

      +
      @@ -9660,7 +7419,7 @@

      data collector

      URI @@ -9668,7 +7427,7 @@

      data collector

      preferred label @@ -9676,7 +7435,7 @@

      data collector

      alternative label @@ -9684,7 +7443,7 @@

      data collector

      description @@ -9701,51 +7460,16 @@

      data collector

      - - - - - - - - - - - - - - - - @@ -9753,7 +7477,7 @@

      data collector

      created @@ -9769,7 +7493,7 @@

      data collector

      datatype @@ -9777,11 +7501,11 @@

      data collector

      -data_collector +https://w3id.org/traits.build/method_context_id
      -data collector +method context id
      -data_collector +method_context_id
      -Person contributing to a dataset as a data collector. +A unique integer identifier indicating a trait is measured multiple times on the same entity, with different methods used for each entry. This field is only used if a single trait is measured using multiple methods within the same dataset. The identifier links to specific information in the context table.
      -has exact match - -
    • Data Collector -
    • has broader -
    • contributor -
    • -has unique identifier - -
    • ORCID identifier
    • -
    • given name
    • -
    • last name -
    • -is specialisation of - -
    • contributor -
    • -has annotation - -
    • affiliation
    • -
    • additional role +
    • Identifier
    • -02/01/24 +01 February 2024
      -string +integer
      -

      +

      -
      -

      dataset curators

      -
      +
      +

      original taxon name

      +
      @@ -9806,7 +7530,7 @@

      dataset curators

      URI @@ -9814,7 +7538,7 @@

      dataset curators

      preferred label @@ -9822,7 +7546,7 @@

      dataset curators

      alternative label @@ -9830,7 +7554,7 @@

      dataset curators

      description @@ -9847,31 +7571,17 @@

      dataset curators

      - - - - - - - - @@ -9879,7 +7589,7 @@

      dataset curators

      created @@ -9903,11 +7613,14 @@

      dataset curators

      -dataset_curators +https://w3id.org/traits.build/original_name
      -dataset curators +original taxon name
      -dataset_curators +original_name
      -Database team member(s) who contacted the data collectors and added the study to the database repository. +Name given to taxon in the original data supplied by the authors.
      -has exact match - -
    • Data Curator -
    • has broader -
    • contributor -
    • -is specialisation of - -
    • contributor +
    • label
    • +
    • preferred label
    • -02/01/24 +01 February 2024
      -

      -
      -

      dataset id

      -
      +
      +

      locations table

      +

      +
      +
      +

      location name

      +
      @@ -9932,7 +7645,7 @@

      dataset id

      URI @@ -9940,7 +7653,7 @@

      dataset id

      preferred label @@ -9948,7 +7661,7 @@

      dataset id

      alternative label @@ -9956,7 +7669,7 @@

      dataset id

      description @@ -9973,13 +7686,7 @@

      dataset id

      @@ -9987,31 +7694,32 @@

      dataset id

      has broader +01 February 2024 + @@ -10019,11 +7727,11 @@

      dataset id

      -dataset_id +https://w3id.org/traits.build/location_name
      -dataset id +location name
      -dataset_id +location_name
      -Primary identifier for each study contributed to AusTraits, most often these are scientific papers, books, or online resources. By default this should be the name of the first author and year of publication, e.g. Falster_2005. +The location name used by the data contributor or a generic location name designated by AusTraits when one is not provided.
      -
    • Identifier +
    • label
    • +
    • preferred label
    • -is unique identifier for +created -
    • observations from dataset -
    • -created +is in scheme -02/01/24 +traits.build database
      -is in scheme +datatype -traits.build database +string
      -

      +

      -
      -

      method id

      -
      +
      +

      location property

      +
      @@ -10048,7 +7756,7 @@

      method id

      URI @@ -10056,7 +7764,7 @@

      method id

      preferred label @@ -10064,7 +7772,7 @@

      method id

      alternative label @@ -10072,7 +7780,7 @@

      method id

      description @@ -10089,8 +7797,7 @@

      method id

      @@ -10098,29 +7805,31 @@

      method id

      has broader @@ -10136,7 +7845,7 @@

      method id

      datatype @@ -10144,11 +7853,11 @@

      method id

      -method_id +https://w3id.org/traits.build/location_property
      -method id +location property
      -method_id +location_property
      -A unique integer identifier to distinguish between multiple sets of methods used to measure a single trait within the same dataset. The identifier links to specific information in the methods table. +The location characteristic being recorded. The name should include units of measurement, e.g. MAT (C). Ideally we have at least the following variables for each location, longitude (deg), latitude (deg), description.
      -
    • Identifier +
    • Characteristic
    • -is unique identifier for +has value -
    • methods +
    • location property value
    • -is specialisation of +characteristic for -
    • methods +
    • location
    • +created +01 February 2024
      -integer +string
      -

      +

      -
      -

      dataset description

      -
      +
      +

      location property value

      +
      @@ -10173,7 +7882,7 @@

      dataset description

      @@ -10181,7 +7890,7 @@

      dataset descriptionpreferred label

      @@ -10189,7 +7898,7 @@

      dataset descriptionalternative label

      @@ -10197,7 +7906,7 @@

      dataset descriptiondescription

      @@ -10214,31 +7923,16 @@

      dataset description

      - - - - - - - - @@ -10246,7 +7940,7 @@

      dataset descriptioncreated

      @@ -10270,11 +7964,11 @@

      dataset description -

      +

      -
      -

      methods

      -
      +
      +

      latitude (deg)

      +

      -methods_description +https://w3id.org/traits.build/locations_value
      -dataset description +location property value
      -description +value
      -A 1-2 sentence description of the purpose of the study. +The measured value of a location property.
      -has exact match - -
    • datasetDescription -
    • has broader -
    • description -
    • -refers to - -
    • methods +
    • Measured Value
    • +
    • measurementValue
    • -02/01/24 +01 February 2024
      @@ -10299,7 +7993,7 @@

      methods

      URI @@ -10307,7 +8001,7 @@

      methods

      preferred label @@ -10315,7 +8009,7 @@

      methods

      alternative label @@ -10323,7 +8017,7 @@

      methods

      description @@ -10340,15 +8034,15 @@

      methods

      @@ -10356,7 +8050,24 @@

      methods

      has broader + + + + + + + + @@ -10364,7 +8075,7 @@

      methods

      created @@ -10380,7 +8091,7 @@

      methods

      datatype @@ -10388,11 +8099,11 @@

      methods

      -methods_methods +https://w3id.org/traits.build/latitude
      -methods +latitude (deg)
      -methods +latitude
      -A textual description of the methods used to collect the trait data. Whenever available, methods are taken near-verbatim from the referenced source. Methods can include descriptions such as ‘measured on botanical collections’, ‘data from the literature’, or a detailed description of the field or lab methods used to collect the data. +The geographic latitude (in decimal degrees, using the spatial reference system given in geodeticDatum) of the geographic center of a Location. Positive values are north of the Equator, negative values are south of it. Legal values lie between -90 and 90, inclusive.
      -has close match +has exact match -
    • Protocol +
    • decimalLatitude
    • -
    • Protocol +
    • Measured Value
    • +
    • measurementValue +
    • +characteristic for + +
    • location +
    • +is specialisation of + +
    • location property
    • -02/01/24 +01 February 2024
      -string +decimal
      -

      +

      -
      -

      dataset sampling strategy

      -
      +
      +

      longitude (deg)

      +
      @@ -10417,7 +8128,7 @@

      dataset sampling URI

      @@ -10425,7 +8136,7 @@

      dataset sampling preferred label

      @@ -10433,7 +8144,7 @@

      dataset sampling alternative label

      @@ -10441,7 +8152,7 @@

      dataset sampling description

      @@ -10458,7 +8169,7 @@

      dataset sampling

      @@ -10466,15 +8177,32 @@

      dataset sampling has exact match

      + + + + + + + + @@ -10482,7 +8210,7 @@

      dataset sampling created

      @@ -10498,7 +8226,7 @@

      dataset sampling datatype

      @@ -10506,11 +8234,11 @@

      dataset sampling

      -sampling_strategy +https://w3id.org/traits.build/longitude
      -dataset sampling strategy +longitude (deg)
      -sampling_strategy +longitude
      -When available, this information is lifted verbatim from a published manuscript. For preserved specimens, this field ideally indicates which records were ‘sampled’ to measure a specific trait. +The geographic longitude (in decimal degrees, using the spatial reference system given in dwc:geodeticDatum) of the geographic center of a dcterms:Location. Positive values are east of the Greenwich Meridian, negative values are west of it. Legal values lie between -180 and 180, inclusive.
      -
    • samplingProtocol +
    • decimalLongitude +
    • +has broader + +
    • Measured Value
    • +
    • measurementValue +
    • +characteristic for + +
    • location
    • -refers to +is specialisation of -
    • observations from dataset +
    • location property
    • -02/01/24 +01 February 2024
      -string +decimal
      -

      +

      -
      -

      source original dataset citation

      -
      +
      +

      elevation (m)

      +
      @@ -10535,7 +8263,7 @@

      source or URI

      @@ -10543,7 +8271,7 @@

      source or preferred label

      @@ -10551,7 +8279,7 @@

      source or alternative label

      @@ -10559,7 +8287,7 @@

      source or description

      @@ -10576,31 +8304,40 @@

      source or

      + + + + @@ -10608,7 +8345,7 @@

      source or created

      @@ -10624,7 +8361,7 @@

      source or datatype

      @@ -10632,11 +8369,14 @@

      source or

      -source_original_dataset_citation +https://w3id.org/traits.build/elevation
      -source original dataset citation +elevation (m)
      -source_original_dataset_citation +elevation
      -Citations for the original dataset_id in sources, for compilationse. This detail is generated from the original source in the metadata. +The elevation above mean sea level in meters.
      +has exact match + +
    • verbatimElevation +
    • has broader -
    • bibliographic citation +
    • Measured Value
    • +
    • measurementValue
    • -has unique identifier +characteristic for -
    • source original dataset key +
    • location
    • -cites +is specialisation of -
    • observations from source +
    • location property
    • -02/01/24 +01 February 2024
      -string +decimal
      -

      -
      -

      source original dataset key

      -
      +
      +

      contexts table

      +

      +
      +
      +

      context property

      +
      @@ -10661,7 +8401,7 @@

      source origina URI

      @@ -10669,7 +8409,7 @@

      source origina preferred label

      @@ -10677,7 +8417,7 @@

      source origina alternative label

      @@ -10685,7 +8425,7 @@

      source origina description

      @@ -10702,7 +8442,7 @@

      source origina

      @@ -10710,7 +8450,7 @@

      source origina has exact match

      @@ -10718,15 +8458,23 @@

      source origina has broader

      + + + + @@ -10734,7 +8482,7 @@

      source origina created

      @@ -10758,11 +8506,11 @@

      source origina

      -source_original_dataset_key +https://w3id.org/traits.build/context_property
      -source original dataset key +context property
      -source_original_dataset_key +context_property
      -Citation key for the original dataset_id in sources, for compilations. The key is typically formatted as Surname_year. +The contextual characteristic being recorded. If applicable, name should include units of measurement, e.g. CO2 concentration (ppm).
      -
    • source id +
    • context property value
    • -
    • Identifier +
    • Characteristic
    • -is unique identifier for +characteristic for -
    • source original dataset citation +
    • context +
    • +has annotation + +
    • context property category
    • -02/01/24 +01 February 2024
      -

      +

      -
      -

      source primary citation

      -
      +
      +

      context property category

      +
      @@ -10787,7 +8535,7 @@

      source primary cit URI

      @@ -10795,7 +8543,7 @@

      source primary cit preferred label

      @@ -10803,7 +8551,7 @@

      source primary cit alternative label

      @@ -10811,7 +8559,7 @@

      source primary cit description

      @@ -10828,7 +8576,7 @@

      source primary cit

      @@ -10836,23 +8584,15 @@

      source primary cit has broader

      - - - - @@ -10860,7 +8600,7 @@

      source primary cit created

      @@ -10884,11 +8624,11 @@

      source primary cit

      -source_primary_citation +https://w3id.org/traits.build/contexts_category
      -source primary citation +context property category
      -source_primary_citation +category
      -Citation for the primary source. This detail is generated from the primary source in the metadata. +The category of context property, with options being plot, treatment, individual_context, temporal and method.
      -
    • bibliographic citation -
    • -has unique identifier - -
    • source primary key +
    • scope note
    • -cites +is annotation of -
    • dataset +
    • context property
    • -02/01/24 +01 February 2024
      -

      +

      -
      -

      source primary key

      -
      +
      +

      context property value

      +
      @@ -10913,7 +8653,7 @@

      source primary key

      URI @@ -10921,7 +8661,7 @@

      source primary key

      preferred label @@ -10929,7 +8669,7 @@

      source primary key

      alternative label @@ -10937,7 +8677,7 @@

      source primary key

      description @@ -10954,31 +8694,24 @@

      source primary key

      - - - - @@ -10986,7 +8719,7 @@

      source primary key

      created @@ -11010,11 +8743,11 @@

      source primary key

      -source_primary_key +https://w3id.org/traits.build/contexts_value
      -source primary key +context property value
      -source_primary_key +value
      -Citation key for the primary source in sources. The key is typically formatted as Surname_year. +The measured value of a context property.
      -has exact match - -
    • dataset id -
    • has broader -
    • Identifier +
    • Measured Value
    • +
    • measurementValue
    • -is unique identifier for +measurement for -
    • source primary citation +
    • context property
    • -02/01/24 +01 February 2024
      -

      +

      -
      -

      source secondary citation

      -
      +
      +

      context property value description

      +
      @@ -11039,7 +8772,7 @@

      source secondary URI

      @@ -11047,7 +8780,7 @@

      source secondary preferred label

      @@ -11055,7 +8788,7 @@

      source secondary alternative label

      @@ -11063,7 +8796,7 @@

      source secondary description

      @@ -11080,7 +8813,7 @@

      source secondary

      @@ -11088,23 +8821,15 @@

      source secondary has broader

      - - - - @@ -11112,7 +8837,7 @@

      source secondary created

      @@ -11136,11 +8861,11 @@

      source secondary

      -source_secondary_citation +https://w3id.org/traits.build/contexts_description
      -source secondary citation +context property value description
      -source_secondary_citation +description
      -Citations for the secondary source. This detail is generated from the secondary source in the metadata. +Description of a specific context property value.
      -
    • bibliographic citation -
    • -has unique identifier - -
    • source secondary key +
    • description
    • -cites +refers to -
    • dataset +
    • context property
    • -02/01/24 +01 February 2024
      -

      +

      -
      -

      source secondary key

      -
      + -
      -

      trait name

      -
      + -
      -

      sources table

      -

      +

      -
      -

      dataset id

      -
      +
      +

      treatment context property

      +
      @@ -11392,7 +9134,7 @@

      dataset id

      URI @@ -11400,7 +9142,7 @@

      dataset id

      preferred label @@ -11408,7 +9150,7 @@

      dataset id

      alternative label @@ -11416,7 +9158,7 @@

      dataset id

      description @@ -11433,29 +9175,39 @@

      dataset id

      + + + + + + + + @@ -11463,7 +9215,7 @@

      dataset id

      created @@ -11474,16 +9226,24 @@

      dataset id

      traits.build database + + + +
      -dataset_id +https://w3id.org/traits.build/treatment_context_property
      -dataset id +treatment context property
      -dataset_id +treatment_context_property
      -Primary identifier for each study contributed to AusTraits, most often these are scientific papers, books, or online resources. By default this should be the name of the first author and year of publication, e.g. Falster_2005. +A context characteristic indicating stratified treatments that might affect the trait values measured on an individual or population-level entity.
      +has exact match + +
    • context property value +
    • has broader -
    • Identifier +
    • Characteristic
    • -is unique identifier for +has unique identifier -
    • observations from dataset +
    • treatment context id +
    • +is specialisation of + +
    • context property
    • -02/01/24 +01 February 2024
      +datatype + +string +
      -

      +

      -
      -

      source id

      -
      +
      +

      plot context property

      +
      @@ -11508,7 +9268,7 @@

      source id

      URI @@ -11516,7 +9276,7 @@

      source id

      preferred label @@ -11524,7 +9284,7 @@

      source id

      alternative label @@ -11532,7 +9292,7 @@

      source id

      description @@ -11549,24 +9309,39 @@

      source id

      + + + + + + + + @@ -11574,7 +9349,7 @@

      source id

      created @@ -11598,15 +9373,11 @@

      source id

      -source_id +https://w3id.org/traits.build/plot_context_property
      -source id +plot context property
      -source_id +plot_context_property
      -For datasets that are compilations, an identifier for the original data source. +A context characteristic indicating stratified variation within a location that might affect the trait values measured on an individual or population-level entity.
      +has exact match + +
    • context property value +
    • has broader -
    • Identifier +
    • Characteristic
    • -is unique identifier for +has unique identifier -
    • observations from source +
    • plot context id +
    • +is specialisation of + +
    • context property
    • -02/01/24 +01 February 2024
      -

      -
      -
      -

      taxa table

      -

      +

      -
      -

      binomial

      -
      +
      +

      entity context property

      +
      @@ -11631,7 +9402,7 @@

      binomial

      URI @@ -11639,7 +9410,7 @@

      binomial

      preferred label @@ -11647,7 +9418,7 @@

      binomial

      alternative label @@ -11655,7 +9426,7 @@

      binomial

      description @@ -11672,15 +9443,15 @@

      binomial

      @@ -11688,16 +9459,23 @@

      binomial

      has broader + + + + @@ -11705,7 +9483,7 @@

      binomial

      created @@ -11729,11 +9507,11 @@

      binomial

      -binomial +https://w3id.org/traits.build/entity_context_property
      -binomial +entity context property
      -binomial +entity_context_property
      -The species-level taxon name match for an original name. This column is assigned na for taxon name that are at a broader taxonomic_resolution. +A context characteristic indicating stratified variation across individuals or populations might affect the trait values measured.
      -has related match +has exact match -
    • specificEpithet +
    • context property value
    • -
    • label
    • -
    • preferred label +
    • Characteristic
    • -is identifier for +has unique identifier -
    • taxon +
    • entity context id +
    • +is specialisation of + +
    • context property
    • -02/01/24 +01 February 2024
      -

      +

      -
      -

      establishment means

      -
      +
      +

      temporal context property

      +
      @@ -11758,7 +9536,7 @@

      establishment means

      @@ -11766,7 +9544,7 @@

      establishment meanspreferred label

      @@ -11774,7 +9552,7 @@

      establishment meansalternative label

      @@ -11782,7 +9560,7 @@

      establishment meansdescription

      @@ -11799,7 +9577,7 @@

      establishment means

      @@ -11807,7 +9585,31 @@

      establishment meanshas exact match

      + + + + + + + + + + + + @@ -11815,7 +9617,7 @@

      establishment meanscreated

      @@ -11839,11 +9641,11 @@

      establishment means -

      +

      -
      -

      family

      -
      +
      +

      method context property

      +

      -establishment_means +https://w3id.org/traits.build/temporal_context_property
      -establishment means +temporal context property
      -establishment_means +temporal_context_property
      -Statement about whether an organism or organisms have been introduced to a given place and time through the direct or indirect activity of modern humans. +A context characteristic indicating stratified variation across time might affect the trait values measured.
      -
    • establishmentMeans +
    • context property value +
    • +has broader + +
    • Characteristic +
    • +has unique identifier + +
    • temporal context id +
    • +is specialisation of + +
    • context property
    • -02/01/24 +01 February 2024
      @@ -11868,7 +9670,7 @@

      family

      URI @@ -11876,7 +9678,7 @@

      family

      preferred label @@ -11884,7 +9686,7 @@

      family

      alternative label @@ -11892,7 +9694,7 @@

      family

      description @@ -11909,7 +9711,7 @@

      family

      @@ -11917,7 +9719,7 @@

      family

      has exact match @@ -11925,16 +9727,23 @@

      family

      has broader + + + + @@ -11942,7 +9751,7 @@

      family

      created @@ -11966,11 +9775,14 @@

      family

      -family +https://w3id.org/traits.build/method_context_property
      -family +method context property
      -family +method_context_property
      -Family of the taxon. +A context characteristic indicating stratified variation in the protocol used to measure traits might affect the trait values measured.
      -
    • family +
    • context property value
    • -
    • label
    • -
    • preferred label +
    • Characteristic
    • -is identifier for +has unique identifier -
    • taxon +
    • method context id +
    • +is specialisation of + +
    • context property
    • -02/01/24 +01 February 2024
      -

      -
      -

      genus

      -
      +
      +

      methods table

      +

      +
      +
      +

      methods

      +
      @@ -11995,7 +9807,7 @@

      genus

      URI @@ -12003,7 +9815,7 @@

      genus

      preferred label @@ -12011,7 +9823,7 @@

      genus

      alternative label @@ -12019,7 +9831,7 @@

      genus

      description @@ -12036,15 +9848,15 @@

      genus

      @@ -12052,16 +9864,7 @@

      genus

      has broader - - - - @@ -12069,7 +9872,7 @@

      genus

      created @@ -12093,11 +9896,11 @@

      genus

      -genus +https://w3id.org/traits.build/methods_methods
      -genus +methods
      -genus +methods
      -Genus of the taxon without authorship. +A textual description of the methods used to collect the trait data. Whenever available, methods are taken near-verbatim from the referenced source. Methods can include descriptions such as ‘measured on botanical collections’, ‘data from the literature’, or a detailed description of the field or lab methods used to collect the data.
      -has exact match +has close match -
    • genus +
    • Protocol
    • -
    • label
    • -
    • preferred label -
    • -is identifier for - -
    • taxon +
    • Protocol
    • -02/01/24 +01 February 2024
      -

      +

      -
      -

      original taxon name

      -
      +
      +

      dataset description

      +
      @@ -12122,39 +9925,39 @@

      original taxon name

      @@ -12163,62 +9966,55 @@

      original taxon name

      @@ -12226,11 +10022,11 @@

      original taxon name -

      +

      -
      -

      scientific name

      -
      +
      +

      dataset sampling strategy

      +

      -original_name +https://w3id.org/traits.build/methods_description
      -preferred label preferred label +preferred label -original taxon name original name +dataset description
      -alternative label alternative label +alternative label -original_name original_name +description
      -description description +description -Name given to taxon in the original data supplied by the authors. Name given to taxon in the original data supplied by the authors. +A 1-2 sentence description of the purpose of the study.
      -computational entity computational entity +computational entity -database column database column +database column
      -has broader +has exact match -
    • label
    • -
    • preferred label
    • -
    • label
    • -
    • preferred label +
    • datasetDescription
    • -is identifier for +has broader -
    • taxon +
    • description
    • -is base for +refers to -
    • aligned name
    • -
    • taxon name +
    • methods
    • -created created +created -02/01/24 02/01/24 +01 February 2024
      -is in scheme is in scheme +is in scheme -traits.build database traits.build database +traits.build database
      -datatype datatype +datatype -string string +string
      @@ -12255,7 +10051,7 @@

      scientific name

      URI @@ -12263,7 +10059,7 @@

      scientific name

      preferred label @@ -12271,7 +10067,7 @@

      scientific name

      alternative label @@ -12279,7 +10075,7 @@

      scientific name

      description @@ -12296,7 +10092,7 @@

      scientific name

      @@ -12304,23 +10100,15 @@

      scientific name

      has exact match - - - - @@ -12328,7 +10116,7 @@

      scientific name

      created @@ -12352,11 +10140,11 @@

      scientific name

      -scientific_name +https://w3id.org/traits.build/sampling_strategy
      -scientific name +dataset sampling strategy
      -scientific_name +sampling_strategy
      -The full scientific name, with authorship and date information if known. +When available, this information is lifted verbatim from a published manuscript. For preserved specimens, this field ideally indicates which records were ‘sampled’ to measure a specific trait.
      -
    • scientificName -
    • -has unique identifier - -
    • scientific name id +
    • samplingProtocol
    • -is unique identifier for +refers to -
    • taxon +
    • observations from dataset
    • -02/01/24 +01 February 2024
      -

      +

      -
      -

      scientific name id

      -
      +
      +

      source primary key

      +
      @@ -12381,7 +10169,7 @@

      scientific name id

      URI @@ -12389,7 +10177,7 @@

      scientific name id

      preferred label @@ -12397,7 +10185,7 @@

      scientific name id

      alternative label @@ -12405,7 +10193,7 @@

      scientific name id

      description @@ -12422,7 +10210,7 @@

      scientific name id

      @@ -12430,7 +10218,7 @@

      scientific name id

      has exact match @@ -12446,7 +10234,7 @@

      scientific name id

      is unique identifier for @@ -12454,7 +10242,7 @@

      scientific name id

      created @@ -12470,7 +10258,7 @@

      scientific name id

      datatype @@ -12478,11 +10266,11 @@

      scientific name id

      -scientific_name_id +https://w3id.org/traits.build/source_primary_key
      -scientific name id +source primary key
      -scientific_name_id +source_primary_key
      -An identifier for the set of taxon information (data associated with the taxon class). May be a global unique identifier or an identifier specific to the data set. Must be resolvable within this dataset. +Citation key for the primary source in sources. The key is typically formatted as Surname_year.
      -
    • scientificNameID +
    • dataset id
    • -
    • scientific name +
    • source primary citation
    • -02/01/24 +01 February 2024
      -anyURI +string
      -

      +

      -
      -

      taxon

      -
      +
      +

      source primary citation

      +
      @@ -12507,39 +10295,39 @@

      taxon

      URI @@ -12548,24 +10336,15 @@

      taxon

      - - - - @@ -12573,47 +10352,31 @@

      taxon

      has unique identifier - - - - @@ -12629,11 +10392,11 @@

      taxon

      -taxon +https://w3id.org/traits.build/source_primary_citation
      -preferred label preferred label +preferred label -taxon taxon +source primary citation
      -alternative label alternative label +alternative label -taxon taxon +source_primary_citation
      -description description +description -A circumscribed set of organisms. A group of organisms assumed to form a homogeneous unit with regard to associated trait measurements. +Citation for the primary source. This detail is generated from the primary source in the metadata.
      -computational entity computational entity +computational entity -database entry database column +database column
      -has exact match - -
    • Taxon -
    • has broader -
    • Entity
    • -
    • Characteristic +
    • bibliographic citation
    • -
    • taxon name
    • -
    • scientific name
    • -
    • scientific name id
    • -
    • taxon id -
    • -has identifier - -
    • original taxon name
    • -
    • trinomial
    • -
    • binomial
    • -
    • genus
    • -
    • family +
    • source primary key
    • -has property +cites -
    • taxon distribution
    • -
    • establishment means +
    • dataset
    • -created created +created -02/01/24 02/01/24 +01 February 2024
      -is in scheme is in scheme +is in scheme -traits.build database traits.build database +traits.build database
      -

      +

      -
      -

      taxon distribution

      -
      +
      +

      source secondary key

      +
      @@ -12658,7 +10421,7 @@

      taxon distribution

      URI @@ -12666,7 +10429,7 @@

      taxon distribution

      preferred label @@ -12674,7 +10437,7 @@

      taxon distribution

      alternative label @@ -12682,7 +10445,7 @@

      taxon distribution

      description @@ -12699,15 +10462,31 @@

      taxon distribution

      + + + + + + + + @@ -12731,11 +10510,11 @@

      taxon distribution

      -taxon_distribution +https://w3id.org/traits.build/source_secondary_key
      -taxon distribution +source secondary key
      -taxon_distribution +source_secondary_key
      -Known distribution of the taxon, by Australian state. +Citation key for the secondary source in sources. The key is typically formatted as Surname_year.
      +has broader + +
    • Identifier +
    • +is unique identifier for + +
    • source secondary citation +
    • created -02/01/24 +01 February 2024
      -

      +

      -
      -

      taxon id

      -
      +
      +

      source secondary citation

      +
      @@ -12760,7 +10539,7 @@

      taxon id

      URI @@ -12768,7 +10547,7 @@

      taxon id

      preferred label @@ -12776,7 +10555,7 @@

      taxon id

      alternative label @@ -12784,7 +10563,7 @@

      taxon id

      description @@ -12801,31 +10580,31 @@

      taxon id

      @@ -12833,7 +10612,7 @@

      taxon id

      created @@ -12849,7 +10628,7 @@

      taxon id

      datatype @@ -12857,11 +10636,11 @@

      taxon id

      -taxon_id +https://w3id.org/traits.build/source_secondary_citation
      -taxon id +source secondary citation
      -taxon_id +source_secondary_citation
      -An identifier for the set of taxon information (data associated with the taxon class). May be a global unique identifier or an identifier specific to the data set. Must be resolvable within this dataset. +Citations for the secondary source. This detail is generated from the secondary source in the metadata.
      -has exact match +has broader -
    • taxonID +
    • bibliographic citation
    • -has broader +has unique identifier -
    • Identifier +
    • source secondary key
    • -is unique identifier for +cites -
    • taxon name +
    • dataset
    • -02/01/24 +01 February 2024
      -anyURI +string
      -

      +

      -
      -

      taxon name

      -
      +
      +

      source original dataset key

      +
      @@ -12886,7 +10665,7 @@

      taxon name

      URI @@ -12894,7 +10673,7 @@

      taxon name

      preferred label @@ -12902,7 +10681,7 @@

      taxon name

      alternative label @@ -12910,7 +10689,7 @@

      taxon name

      description @@ -12927,17 +10706,15 @@

      taxon name

      @@ -12945,16 +10722,7 @@

      taxon name

      has broader - - - - @@ -12962,26 +10730,7 @@

      taxon name

      is unique identifier for - - - - - - - - @@ -12989,7 +10738,7 @@

      taxon name

      created @@ -13013,11 +10762,11 @@

      taxon name

      -taxon_name +https://w3id.org/traits.build/source_original_dataset_key
      -taxon name +source original dataset key
      -taxon_name +source_original_dataset_key
      -Scientific name of the taxon on which traits were sampled, without authorship. When possible, this is the currently accepted (botanical) or valid (zoological) scientific name, but might also be a higher taxonomic level. +Citation key for the original dataset_id in sources, for compilations. The key is typically formatted as Surname_year.
      -has close match +has exact match -
    • acceptedNameUsage +
    • source id
    • -
    • label
    • -
    • preferred label -
    • -has unique identifier - -
    • taxon id +
    • Identifier
    • -
    • observations of taxon -
    • -has basis - -
    • aligned name
    • -
    • original taxon name -
    • -has property - -
    • taxonomic dataset
    • -
    • taxon rank
    • -
    • taxonomic status +
    • source original dataset citation
    • -02/01/24 +01 February 2024
      -

      +

      -
      -

      taxon rank

      -
      +
      +

      source original dataset citation

      +
      @@ -13042,7 +10791,7 @@

      taxon rank

      URI @@ -13050,7 +10799,7 @@

      taxon rank

      preferred label @@ -13058,7 +10807,7 @@

      taxon rank

      alternative label @@ -13066,40 +10815,48 @@

      taxon rank

      description + + + + +
    • source original dataset key +
    • @@ -13107,7 +10864,7 @@

      taxon rank

      created @@ -13131,11 +10888,11 @@

      taxon rank

      -taxon_rank +https://w3id.org/traits.build/source_original_dataset_citation
      -taxon rank +source original dataset citation
      -taxon_rank +source_original_dataset_citation
      -The taxonomic rank of the most specific name in the scientific name. +Citations for the original dataset_id in sources, for compilationse. This detail is generated from the original source in the metadata.
      -comment +computational entity -This is to clarify cases where information is not given on a species level. +database column
      -computational entity +organizedInClass -database column +
      +has broader +
    • bibliographic citation +
    • -organizedInClass +has unique identifier -
      -has exact match +cites -
    • taxonRank +
    • observations from source
    • -02/01/24 +01 February 2024
      -

      +

      -
      -

      taxonomic dataset

      -
      +
      +

      data collectors

      +
      @@ -13160,7 +10917,7 @@

      taxonomic dataset

      URI @@ -13168,7 +10925,7 @@

      taxonomic dataset

      preferred label @@ -13176,7 +10933,7 @@

      taxonomic dataset

      alternative label @@ -13184,7 +10941,7 @@

      taxonomic dataset

      description @@ -13201,7 +10958,8 @@

      taxonomic dataset

      @@ -13209,7 +10967,42 @@

      taxonomic dataset

      has exact match + + + + + + + + + + + + + + + + @@ -13217,7 +11010,7 @@

      taxonomic dataset

      created @@ -13241,11 +11034,11 @@

      taxonomic dataset

      -taxonomic_dataset +https://w3id.org/traits.build/data_collectors
      -taxonomic dataset +data collectors
      -taxonomic_dataset +data_collectors
      -Name of the taxonomy (tree) that contains this concept. ie. APC, AusMoss etc. +Person contributing to a dataset as a data collector.
      -
    • nomenclaturalCode +
    • Data Collector +
    • +has broader + +
    • contributor +
    • +has unique identifier + +
    • ORCID identifier
    • +
    • given name
    • +
    • last name +
    • +is specialisation of + +
    • contributor +
    • +has annotation + +
    • affiliation
    • +
    • additional role
    • -02/01/24 +01 February 2024
      -

      +

      -
      -

      taxonomic status

      -
      +
      +

      assistants

      +
      @@ -13270,7 +11063,7 @@

      taxonomic status

      URI @@ -13278,7 +11071,7 @@

      taxonomic status

      preferred label @@ -13286,7 +11079,7 @@

      taxonomic status

      alternative label @@ -13294,7 +11087,7 @@

      taxonomic status

      description @@ -13311,7 +11104,7 @@

      taxonomic status

      @@ -13319,7 +11112,23 @@

      taxonomic status

      has exact match + + + + + + + + @@ -13327,7 +11136,7 @@

      taxonomic status

      created @@ -13351,11 +11160,11 @@

      taxonomic status

      -taxonomic_status +https://w3id.org/traits.build/assistants
      -taxonomic status +assistants
      -taxonomic_status +assistants
      -The status of the use of the scientificName as a label for the taxon in regard to the ‘accepted (or valid) taxonomy’. The assigned taxonomic status must be linked to a specific taxonomic reference that defines the concept. +People who played a more minor role in data collection for the study.
      -
    • taxonomicStatus +
    • Related Person +
    • +has broader + +
    • contributor +
    • +is specialisation of + +
    • contributor
    • -02/01/24 +01 February 2024
      -

      +

      -
      -

      trinomial

      -
      +
      +

      dataset curators

      +
      @@ -13380,7 +11189,7 @@

      trinomial

      URI @@ -13388,7 +11197,7 @@

      trinomial

      preferred label @@ -13396,7 +11205,7 @@

      trinomial

      alternative label @@ -13404,7 +11213,7 @@

      trinomial

      description @@ -13421,15 +11230,15 @@

      trinomial

      @@ -13437,16 +11246,15 @@

      trinomial

      has broader @@ -13454,7 +11262,7 @@

      trinomial

      created @@ -13478,15 +11286,11 @@

      trinomial

      -trinomial +https://w3id.org/traits.build/dataset_curators
      -trinomial +dataset curators
      -trinomial +dataset_curators
      -The infraspecific taxon name match for an original name. This column is assigned na for taxon name that are at a broader taxonomic_resolution. +Database team member(s) who contacted the data collectors and added the study to the database repository.
      -has related match +has exact match -
    • infraspecificEpithet +
    • Data Curator
    • -
    • label
    • -
    • preferred label +
    • contributor
    • -is identifier for +is specialisation of -
    • taxon +
    • contributor
    • -02/01/24 +01 February 2024
      -

      -
      -
      -

      taxonomic updates table

      -

      +

      -
      -

      aligned name

      -
      +
      +

      contributor

      +
      @@ -13511,7 +11315,7 @@

      aligned name

      URI @@ -13519,7 +11323,7 @@

      aligned name

      preferred label @@ -13527,7 +11331,7 @@

      aligned name

      alternative label @@ -13535,7 +11339,7 @@

      aligned name

      description @@ -13552,40 +11356,24 @@

      aligned name

      - - - - - - - - @@ -13593,7 +11381,7 @@

      aligned name

      created @@ -13617,11 +11405,14 @@

      aligned name

      -aligned_name +https://w3id.org/traits.build/contributor
      -aligned name +contributor
      -aligned_name +contributor
      -The taxon name without authorship after implementing automated syntax standardisation and spelling changes as well as manually encoded syntax alignments for this taxon in the metadata file for the corresponding dataset_id. This name has not yet been matched to the currently accepted (botanical) or valid (zoological) taxon name in cases where there are taxonomic synonyms, isonyms, orthographic variants, etc. +A person contributing to a dataset.
      -has broader - -
    • label
    • -
    • preferred label -
    • -has basis - -
    • original taxon name -
    • -is base for +has exact match -
    • taxon name +
    • contributor
    • -has property +refers to -
    • taxonomic resolution +
    • observations from dataset
    • -02/01/24 +01 February 2024
      -

      -
      -

      dataset id

      -
      +
      +

      taxonomic updates table

      +

      +
      +
      +

      aligned name

      +
      @@ -13646,7 +11437,7 @@

      dataset id

      URI @@ -13654,7 +11445,7 @@

      dataset id

      preferred label @@ -13662,7 +11453,7 @@

      dataset id

      alternative label @@ -13670,7 +11461,7 @@

      dataset id

      description @@ -13687,13 +11478,7 @@

      dataset id

      @@ -13701,15 +11486,32 @@

      dataset id

      has broader + + + + + + + + @@ -13717,7 +11519,7 @@

      dataset id

      created @@ -13728,16 +11530,24 @@

      dataset id

      traits.build database + + + +
      -dataset_id +https://w3id.org/traits.build/aligned_name
      -dataset id +aligned name
      -dataset_id +aligned_name
      -Primary identifier for each study contributed to AusTraits, most often these are scientific papers, books, or online resources. By default this should be the name of the first author and year of publication, e.g. Falster_2005. +The taxon name without authorship after implementing automated syntax standardisation and spelling changes as well as manually encoded syntax alignments for this taxon in the metadata file for the corresponding dataset_id. This name has not yet been matched to the currently accepted (botanical) or valid (zoological) taxon name in cases where there are taxonomic synonyms, isonyms, orthographic variants, etc.
      -
    • Identifier +
    • label
    • +
    • preferred label
    • -is unique identifier for +has basis -
    • observations from dataset +
    • original taxon name +
    • +is base for + +
    • taxon name +
    • +has property + +
    • taxonomic resolution
    • -02/01/24 +01 February 2024
      +datatype + +string +
      -

      +

      -
      -

      original taxon name

      -
      +
      +

      taxonomic resolution

      +
      @@ -13762,103 +11572,80 @@

      original taxon name< URI

      - - - - - - - - + @@ -13866,11 +11653,14 @@

      original taxon name<

      -original_name -
      -preferred label preferred label - -original taxon name original name +https://w3id.org/traits.build/taxonomic_resolution
      -alternative label alternative label +preferred label -original_name original_name +taxonomic resolution
      -description description +alternative label -Name given to taxon in the original data supplied by the authors. Name given to taxon in the original data supplied by the authors. +taxonomic_resolution
      -computational entity computational entity +description -database column database column +The rank of the most specific taxon name (or scientific name) to which a submitted orignal name resolves.
      -organizedInClass +computational entity -
      -has broader +database column -
    • label
    • -
    • preferred label
    • -
    • label
    • -
    • preferred label -
    • -is identifier for +organizedInClass -
    • taxon -
    • -is base for +has related match -
    • aligned name
    • -
    • taxon name +
    • taxonRank
    • -created created +created -02/01/24 02/01/24 +01 February 2024
      -is in scheme is in scheme +is in scheme -traits.build database traits.build database +traits.build database
      -datatype datatype +datatype -string string +string
      -

      -
      -

      taxon name

      -
      +
      +

      taxa table

      +

      +
      +
      +

      taxonomic dataset

      +
      @@ -13895,7 +11685,7 @@

      taxon name

      URI @@ -13903,7 +11693,7 @@

      taxon name

      preferred label @@ -13911,7 +11701,7 @@

      taxon name

      alternative label @@ -13919,7 +11709,7 @@

      taxon name

      description @@ -13936,61 +11726,15 @@

      taxon name

      - - - - - - - - - - - - - - - - - - - - @@ -13998,7 +11742,7 @@

      taxon name

      created @@ -14022,11 +11766,11 @@

      taxon name

      -taxon_name +https://w3id.org/traits.build/taxonomic_dataset
      -taxon name +taxonomic dataset
      -taxon_name +taxonomic_dataset
      -Scientific name of the taxon on which traits were sampled, without authorship. When possible, this is the currently accepted (botanical) or valid (zoological) scientific name, but might also be a higher taxonomic level. +Name of the taxonomy (tree) that contains this concept. ie. APC, AusMoss etc.
      -has close match - -
    • acceptedNameUsage -
    • -has broader - -
    • label
    • -
    • preferred label -
    • -has unique identifier - -
    • taxon id -
    • -is unique identifier for - -
    • observations of taxon -
    • -has basis - -
    • aligned name
    • -
    • original taxon name -
    • -has property +has exact match -
    • taxonomic dataset
    • -
    • taxon rank
    • -
    • taxonomic status +
    • nomenclaturalCode
    • -02/01/24 +01 February 2024
      -

      +

      -
      -

      taxonomic resolution

      -
      +
      +

      taxon rank

      +
      @@ -14051,7 +11795,7 @@

      taxonomic resolution< URI

      @@ -14059,7 +11803,7 @@

      taxonomic resolution< preferred label

      @@ -14067,7 +11811,7 @@

      taxonomic resolution< alternative label

      @@ -14075,7 +11819,15 @@

      taxonomic resolution< description

      + + + + @@ -14092,12 +11844,12 @@

      taxonomic resolution<

      @@ -14132,15 +11884,11 @@

      taxonomic resolution<

      -taxonomic_resolution +https://w3id.org/traits.build/taxon_rank
      -taxonomic resolution +taxon rank
      -taxonomic_resolution +taxon_rank
      -The rank of the most specific taxon name (or scientific name) to which a submitted orignal name resolves. +The taxonomic rank of the most specific name in the scientific name. +
      +comment + +This is to clarify cases where information is not given on a species level.
      -has related match +has exact match
    • taxonRank @@ -14108,7 +11860,7 @@

      taxonomic resolution< created

    • -02/01/24 +01 February 2024
      -

      -
      -
      -

      traits table

      -

      +

      -
      -

      basis of record

      -
      +
      +

      trinomial

      +
      @@ -14165,7 +11913,7 @@

      basis of record

      URI @@ -14173,7 +11921,7 @@

      basis of record

      preferred label @@ -14181,7 +11929,7 @@

      basis of record

      alternative label @@ -14189,7 +11937,7 @@

      basis of record

      description @@ -14206,15 +11954,32 @@

      basis of record

      + + + + + + + + @@ -14222,7 +11987,7 @@

      basis of record

      created @@ -14246,11 +12011,11 @@

      basis of record

      -basis_of_record +https://w3id.org/traits.build/trinomial
      -basis of record +trinomial
      -basis_of_record +trinomial
      -A categorical variable specifying from which kind of specimen traits were recorded. +The infraspecific taxon name match for an original name. This column is assigned na for taxon name that are at a broader taxonomic_resolution.
      -has close match +has related match -
    • basisOfRecord +
    • infraspecificEpithet +
    • +has broader + +
    • label
    • +
    • preferred label +
    • +is identifier for + +
    • taxon
    • -02/01/24 +01 February 2024
      -

      +

      -
      -

      basis of value

      -
      +
      +

      binomial

      +
      @@ -14275,7 +12040,7 @@

      basis of value

      URI @@ -14283,7 +12048,7 @@

      basis of value

      preferred label @@ -14291,7 +12056,7 @@

      basis of value

      alternative label @@ -14299,7 +12064,7 @@

      basis of value

      description @@ -14316,15 +12081,32 @@

      basis of value

      + + + + + + + + @@ -14332,7 +12114,7 @@

      basis of value

      created @@ -14356,11 +12138,11 @@

      basis of value

      -basis_of_value +https://w3id.org/traits.build/binomial
      -basis of value +binomial
      -basis_of_value +binomial
      -A categorical variable describing how the trait value was obtained. +The species-level taxon name match for an original name. This column is assigned na for taxon name that are at a broader taxonomic_resolution.
      -has exact match +has related match -
    • Measurement Type +
    • specificEpithet +
    • +has broader + +
    • label
    • +
    • preferred label +
    • +is identifier for + +
    • taxon
    • -02/01/24 +01 February 2024
      -

      +

      -
      -

      collection date

      -
      +
      +

      genus

      +
      @@ -14385,7 +12167,7 @@

      collection date

      URI @@ -14393,7 +12175,7 @@

      collection date

      preferred label @@ -14401,7 +12183,7 @@

      collection date

      alternative label @@ -14409,7 +12191,7 @@

      collection date

      description @@ -14426,7 +12208,7 @@

      collection date

      @@ -14434,7 +12216,7 @@

      collection date

      has exact match @@ -14442,16 +12224,16 @@

      collection date

      has broader @@ -14459,7 +12241,7 @@

      collection date

      created @@ -14475,7 +12257,7 @@

      collection date

      datatype @@ -14483,11 +12265,11 @@

      collection date

      -collection_date +https://w3id.org/traits.build/genus
      -collection date +genus
      -collection_date +genus
      -Date sample was taken, in the format yyyy-mm-dd, yyyy-mm or yyyy, depending on the resoluton specified. Alternatively an overall range for the study can be indicating, with the starting and ending sample date sepatated by a /, as in 2010-10/2011-03 +Genus of the taxon without authorship.
      -
    • eventDate +
    • genus
    • -
    • Measured Value
    • -
    • measurementValue +
    • label
    • +
    • preferred label
    • -characteristic for +is identifier for -
    • observation +
    • taxon
    • -02/01/24 +01 February 2024
      -date +string
      -

      +

      -
      -

      dataset id

      -
      +
      +

      family

      +
      @@ -14512,7 +12294,7 @@

      dataset id

      URI @@ -14520,7 +12302,7 @@

      dataset id

      preferred label @@ -14528,7 +12310,7 @@

      dataset id

      alternative label @@ -14536,7 +12318,7 @@

      dataset id

      description @@ -14553,29 +12335,32 @@

      dataset id

      + + + + @@ -14583,15 +12368,23 @@

      dataset id

      created + + + + @@ -14599,11 +12392,11 @@

      dataset id

      -dataset_id +https://w3id.org/traits.build/family
      -dataset id +family
      -dataset_id +family
      -Primary identifier for each study contributed to AusTraits, most often these are scientific papers, books, or online resources. By default this should be the name of the first author and year of publication, e.g. Falster_2005. +Family of the taxon.
      +has exact match + +
    • family +
    • has broader -
    • Identifier +
    • label
    • +
    • preferred label
    • -is unique identifier for +is identifier for -
    • observations from dataset +
    • taxon
    • -02/01/24 +01 February 2024 +
      +is in scheme + +traits.build database
      -is in scheme +datatype -traits.build database +string
      -

      +

      -
      -

      entity context id

      -
      +
      +

      taxon distribution

      +
      @@ -14628,7 +12421,7 @@

      entity context id

      URI @@ -14636,7 +12429,7 @@

      entity context id

      preferred label @@ -14644,7 +12437,7 @@

      entity context id

      alternative label @@ -14652,7 +12445,7 @@

      entity context id

      description @@ -14669,29 +12462,15 @@

      entity context id

      - - - - - - - - @@ -14707,7 +12486,7 @@

      entity context id

      datatype @@ -14715,11 +12494,11 @@

      entity context id

      -entity_context_id +https://w3id.org/traits.build/taxon_distribution
      -entity context id +taxon distribution
      -entity_context_id +taxon_distribution
      -A unique integer identifier indicating specific contextual properties of an individual, possibly including the individual’s sex or caste (for social insects). +Known distribution of the taxon, by Australian state.
      -has broader - -
    • Identifier -
    • -is unique identifier for - -
    • measurement of entity context property -
    • +created +01 February 2024
      -integer +string
      -

      +

      -
      -

      entity type

      -
      +
      +

      establishment means

      +
      @@ -14744,7 +12523,7 @@

      entity type

      URI @@ -14752,7 +12531,7 @@

      entity type

      preferred label @@ -14760,7 +12539,7 @@

      entity type

      alternative label @@ -14768,7 +12547,7 @@

      entity type

      description @@ -14785,15 +12564,23 @@

      entity type

      + + + + @@ -14817,11 +12604,11 @@

      entity type

      -entity_type +https://w3id.org/traits.build/establishment_means
      -entity type +establishment means
      -entity_type +establishment_means
      -A categorical variable specifying the entity corresponding to the trait values recorded. +Statement about whether an organism or organisms have been introduced to a given place and time through the direct or indirect activity of modern humans.
      +has exact match + +
    • establishmentMeans +
    • created -02/01/24 +01 February 2024
      -

      +

      -
      -

      individual id

      -
      +
      +

      taxonomic status

      +
      @@ -14846,7 +12633,7 @@

      individual id

      URI @@ -14854,7 +12641,7 @@

      individual id

      preferred label @@ -14862,7 +12649,7 @@

      individual id

      alternative label @@ -14870,7 +12657,7 @@

      individual id

      description @@ -14887,29 +12674,23 @@

      individual id

      - - - - @@ -14925,7 +12706,7 @@

      individual id

      datatype @@ -14933,11 +12714,11 @@

      individual id

      -individual_id +https://w3id.org/traits.build/taxonomic_status
      -individual id +taxonomic status
      -individual_id +taxonomic_status
      -A unique integer identifier for an individual, with individuals numbered sequentially within each dataset by taxon by population grouping. Most often each row of data represents an individual, but in some datasets trait data collected on a single individual is presented across multiple rows of data, such as if the same trait is measured using different methods or the same individual is measured repeatedly across time. +The status of the use of the scientificName as a label for the taxon in regard to the ‘accepted (or valid) taxonomy’. The assigned taxonomic status must be linked to a specific taxonomic reference that defines the concept.
      -has broader - -
    • Identifier -
    • -is unique identifier for +has exact match -
    • observations of individual +
    • taxonomicStatus
    • +created +01 February 2024
      -integer +string
      -

      +

      -
      -

      life stage

      -
      +
      +

      taxon id

      +
      @@ -14962,7 +12743,7 @@

      life stage

      URI @@ -14970,7 +12751,7 @@

      life stage

      preferred label @@ -14978,7 +12759,7 @@

      life stage

      alternative label @@ -14986,7 +12767,7 @@

      life stage

      description @@ -15003,7 +12784,7 @@

      life stage

      @@ -15011,7 +12792,7 @@

      life stage

      has exact match @@ -15019,16 +12800,15 @@

      life stage

      has broader @@ -15036,7 +12816,7 @@

      life stage

      created @@ -15052,7 +12832,7 @@

      life stage

      datatype @@ -15060,11 +12840,11 @@

      life stage

      -life_stage +https://w3id.org/traits.build/taxon_id
      -life stage +taxon id
      -life_stage +taxon_id
      -A field to indicate the life stage or age class of the entity measured. Standard values are adult, sapling, seedling and juvenile. +An identifier for the set of taxon information (data associated with the taxon class). May be a global unique identifier or an identifier specific to the data set. Must be resolvable within this dataset.
      -
    • lifeStage +
    • taxonID
    • -
    • Measured Value
    • -
    • measurementValue +
    • Identifier
    • -characteristic for +is unique identifier for -
    • observation of entity context +
    • taxon name
    • -02/01/24 +01 February 2024
      -string +anyURI
      -

      +

      -
      -

      location id

      -
      +
      +

      scientific name

      +
      @@ -15089,7 +12869,7 @@

      location id

      URI @@ -15097,7 +12877,7 @@

      location id

      preferred label @@ -15105,7 +12885,7 @@

      location id

      alternative label @@ -15113,7 +12893,7 @@

      location id

      description @@ -15130,16 +12910,23 @@

      location id

      + + + + @@ -15147,13 +12934,15 @@

      location id

      is unique identifier for @@ -15169,7 +12958,7 @@

      location id

      datatype @@ -15177,11 +12966,11 @@

      location id

      -location_id +https://w3id.org/traits.build/scientific_name
      -location id +scientific name
      -location_id +scientific_name
      -A unique integer identifier for a location, with locations numbered sequentially within a dataset. The identifier links to specific information in the location table. +The full scientific name, with authorship and date information if known.
      -has broader +has exact match -
    • Identifier +
    • scientificName +
    • +has unique identifier + +
    • scientific name id
    • -
    • observations at location +
    • taxon
    • +created +01 February 2024
      -integer +string
      -

      +

      -
      -

      measurement remarks

      -
      +
      +

      scientific name id

      +
      @@ -15206,7 +12995,7 @@

      measurement remarks

      @@ -15214,7 +13003,7 @@

      measurement remarkspreferred label

      @@ -15222,7 +13011,7 @@

      measurement remarksalternative label

      @@ -15230,7 +13019,7 @@

      measurement remarksdescription

      @@ -15247,15 +13036,31 @@

      measurement remarks

      + + + + + + + + @@ -15263,7 +13068,7 @@

      measurement remarkscreated

      @@ -15279,7 +13084,7 @@

      measurement remarksdatatype

      @@ -15287,11 +13092,11 @@

      measurement remarks -

      +

      -
      -

      method context id

      -
      +
      +

      taxon

      +

      -measurement_remarks +https://w3id.org/traits.build/scientific_name_id
      -measurement remarks +scientific name id
      -measurement_remarks +scientific_name_id
      -Brief comments or notes accompanying the trait measurement. +An identifier for the set of taxon information (data associated with the taxon class). May be a global unique identifier or an identifier specific to the data set. Must be resolvable within this dataset.
      +has exact match + +
    • scientificNameID +
    • has broader -
    • comment +
    • Identifier +
    • +is unique identifier for + +
    • scientific name
    • -02/01/24 +01 February 2024
      -string +anyURI
      @@ -15316,39 +13121,39 @@

      method context id

      URI @@ -15357,29 +13162,72 @@

      method context id

      + + + + + + + + + + + + + + + + @@ -15387,7 +13235,7 @@

      method context id

      datatype @@ -15395,11 +13243,14 @@

      method context id

      -method_context_id +https://w3id.org/traits.build/taxon
      -preferred label +preferred label preferred label -method context id +taxon taxon
      -alternative label +alternative label alternative label -method_context_id +taxon taxon
      -description +description description -A unique integer identifier indicating a trait is measured multiple times on the same entity, with different methods used for each entry. This field is only used if a single trait is measured using multiple methods within the same dataset. The identifier links to specific information in the context table. +A circumscribed set of organisms. A group of organisms assumed to form a homogeneous unit with regard to associated trait measurements.
      -computational entity +computational entity computational entity -database column +database entry database column
      +has exact match + +
    • Taxon +
    • has broader -
    • Identifier +
    • Entity
    • +
    • Characteristic +
    • +has unique identifier + +
    • taxon name
    • +
    • scientific name
    • +
    • scientific name id
    • +
    • taxon id +
    • +has identifier + +
    • original taxon name
    • +
    • trinomial
    • +
    • binomial
    • +
    • genus
    • +
    • family +
    • +has property + +
    • taxon distribution
    • +
    • establishment means
    • +created created +01 February 2024 01 February 2024
      -is in scheme +is in scheme is in scheme -traits.build database +traits.build database traits.build database
      -integer +string
      -

      -
      -

      method id

      -
      +
      +

      contributors table

      +

      +
      +
      +

      last name

      +
      @@ -15424,7 +13275,7 @@

      method id

      URI @@ -15432,7 +13283,7 @@

      method id

      preferred label @@ -15440,7 +13291,7 @@

      method id

      alternative label @@ -15448,7 +13299,7 @@

      method id

      description @@ -15465,38 +13316,39 @@

      method id

      @@ -15512,7 +13364,7 @@

      method id

      datatype @@ -15520,11 +13372,11 @@

      method id

      -method_id +https://w3id.org/traits.build/last_name
      -method id +last name
      -method_id +last_name
      -A unique integer identifier to distinguish between multiple sets of methods used to measure a single trait within the same dataset. The identifier links to specific information in the methods table. +Last name of the data collector.
      -has broader +has exact match -
    • Identifier +
    • family name
    • -is unique identifier for +has broader -
    • methods +
    • Identifier
    • -is specialisation of +is unique identifier for -
    • methods +
    • contributor
    • +created +01 February 2024
      -integer +Name
      -

      +

      -
      -

      observation id

      -
      +
      +

      given name

      +
      @@ -15549,7 +13401,7 @@

      observation id

      URI @@ -15557,7 +13409,7 @@

      observation id

      preferred label @@ -15565,7 +13417,7 @@

      observation id

      alternative label @@ -15573,7 +13425,7 @@

      observation id

      description @@ -15590,11 +13442,19 @@

      observation id

      + + + + @@ -15614,7 +13474,7 @@

      observation id

      created @@ -15625,16 +13485,24 @@

      observation id

      traits.build database + + + +
      -observation_id +https://w3id.org/traits.build/given_name
      -observation id +given name
      -observation_id +given_name
      -A unique integral identifier for the observation, where an observation is all measurements made on an individual at a single point in time. It is important for joining traits coming from the same observation_id. Within each dataset, observation_id’s are unique combinations of taxon_name, population_id, individual_id, and temporal_context_id. +Given names of the data collector.
      +has exact match + +
    • given name +
    • has broader @@ -15606,7 +13466,7 @@

      observation id

      is unique identifier for
      -
    • observation +
    • contributor
    • -02/01/24 +01 February 2024
      +datatype + +Name +
      -

      +

      -
      -

      original taxon name

      -
      +
      +

      ORCID identifier

      +
      @@ -15659,39 +13527,39 @@

      original taxon name< URI

      @@ -15700,62 +13568,55 @@

      original taxon name<

      @@ -15763,11 +13624,11 @@

      original taxon name<

      -original_name +https://w3id.org/traits.build/ORCID
      -preferred label preferred label +preferred label -original taxon name original name +ORCID identifier
      -alternative label alternative label +alternative label -original_name original_name +ORCID
      -description description +description -Name given to taxon in the original data supplied by the authors. Name given to taxon in the original data supplied by the authors. +ORCID (Open Researcher and Contributor ID) for the data collector, if available.
      -computational entity computational entity +computational entity -database column database column +database column
      -has broader +has exact match -
    • label
    • -
    • preferred label
    • -
    • label
    • -
    • preferred label +
    • ORCID identifier
    • -is identifier for +has broader -
    • taxon +
    • Identifier
    • -is base for +is unique identifier for -
    • aligned name
    • -
    • taxon name +
    • contributor
    • -created created +created -02/01/24 02/01/24 +01 February 2024
      -is in scheme is in scheme +is in scheme -traits.build database traits.build database +traits.build database
      -datatype datatype +datatype -string string +anyURI
      -

      +

      -
      -

      plot context id

      -
      +
      +

      affiliation

      +
      @@ -15792,7 +13653,7 @@

      plot context id

      URI @@ -15800,7 +13661,7 @@

      plot context id

      preferred label @@ -15808,7 +13669,7 @@

      plot context id

      alternative label @@ -15816,7 +13677,7 @@

      plot context id

      description @@ -15833,29 +13694,31 @@

      plot context id

      @@ -15871,7 +13734,7 @@

      plot context id

      datatype @@ -15879,11 +13742,11 @@

      plot context id

      -plot_context_id +https://w3id.org/traits.build/affiliation
      -plot context id +affiliation
      -plot_context_id +affiliation
      -A unique integer identifier for a plot, where a plot is a distinct collection of organisms within a single geographic location, such as plants growing on different aspects or blocks in an experiment. The identifier links to specific information in the context table. +Affiliation of data collector.
      -has broader +has exact match -
    • Identifier +
    • has Contributor Affiliation
    • -is unique identifier for +is annotation of -
    • measurement of plot context property +
    • contributor
    • +created +01 February 2024
      -integer +string
      -

      +

      -
      -

      population id

      -
      +
      +

      additional role

      +
      @@ -15908,7 +13771,7 @@

      population id

      URI @@ -15916,7 +13779,7 @@

      population id

      preferred label @@ -15924,7 +13787,7 @@

      population id

      alternative label @@ -15932,7 +13795,7 @@

      population id

      description @@ -15949,29 +13812,31 @@

      population id

      @@ -15987,7 +13852,7 @@

      population id

      datatype @@ -15995,11 +13860,14 @@

      population id

      -population_id +https://w3id.org/traits.build/additional_role
      -population id +additional role
      -population_id +additional_role
      -A unique integer identifier for a population, where a population is defined as individuals growing in the same location (location_id /location_name) and plot (plot_context_id, a context category) and being subjected to the same treatment (treatment_context_id, a context category). +Any additional roles the data collector had in the study, a field most frequently used to identify which data contributor is the contact person for the dataset.
      -has broader +has exact match -
    • Identifier +
    • Contributor Role
    • -is unique identifier for +is annotation of -
    • observations of population +
    • contributor
    • +created +01 February 2024
      -integer +string
      -

      -
      -

      repeat measurements id

      -
      +
      +

      definitions table

      +

      +
      +
      +

      trait concept

      +
      @@ -16024,7 +13892,7 @@

      repeat measurements URI

      @@ -16032,7 +13900,7 @@

      repeat measurements preferred label

      @@ -16040,7 +13908,7 @@

      repeat measurements alternative label

      @@ -16048,7 +13916,7 @@

      repeat measurements description

      @@ -16065,30 +13933,52 @@

      repeat measurements

      + + + + + + + + @@ -16104,7 +13994,7 @@

      repeat measurements datatype

      @@ -16112,11 +14002,11 @@

      repeat measurements

      -repeat_measurements_id +https://w3id.org/traits.build/trait
      -repeat measurements id +trait concept
      -repeat_measurements_id +trait
      -A unique integer identifier for repeat measurements of a trait that comprise a single observation, such as a response curve. +A collection of trait values pertaining to a distinct characteristic of a specific part of an organism (cell, tissue, organ, or whole organism).
      -has broader +has exact match -
    • Identifier +
    • Standard
    • -is unique identifier for +has unique identifier -
    • observations of individual
    • -
    • collection date +
    • trait identifier
    • +has annotation + +
    • trait name
    • +
    • label +
    • +has property + +
    • max allowed values
    • +
    • min allowed values
    • +
    • allowed categorical values
    • +
    • units
    • +
    • type +
    • +created +01 February 2024
      -integer +string
      -

      +

      -
      -

      replicates

      -
      +
      +

      trait identifier

      +
      @@ -16141,7 +14031,7 @@

      replicates

      URI @@ -16149,7 +14039,7 @@

      replicates

      preferred label @@ -16157,7 +14047,7 @@

      replicates

      alternative label @@ -16165,7 +14055,7 @@

      replicates

      description @@ -16182,7 +14072,7 @@

      replicates

      @@ -16190,13 +14080,24 @@

      replicates

      has exact match + + + + @@ -16212,7 +14113,7 @@

      replicates

      datatype @@ -16220,11 +14121,11 @@

      replicates

      -replicates +https://w3id.org/traits.build/trait_concept_URI
      -replicates +trait identifier
      -replicates +trait_concept_URI
      -Number of replicate measurements that comprise a recorded trait measurement. A numeric value (or range) is ideal and appropriate if the value type is a mean, median, min or  max. For these value types, if replication is unknown the entry should be unknown. If the value type is raw_value the replicate value should be 1. If the trait is categorical or the value indicates a measurement for an entire species (or other taxon) replicate value should be .na. +Unique identifier of the trait according to a public ontology, or a user-provided thesaurus of traits.
      -
    • individualCount +
    • traitID
    • +
    • identifier +
    • +is unique identifier for + +
    • trait concept
    • +created +01 February 2024
      -integer +anyURI
      -

      +

      -
      -

      source id

      -
      +
      +

      label

      +
      @@ -16249,7 +14150,7 @@

      source id

      URI @@ -16257,7 +14158,7 @@

      source id

      preferred label @@ -16265,7 +14166,7 @@

      source id

      alternative label @@ -16273,7 +14174,7 @@

      source id

      description @@ -16290,24 +14191,25 @@

      source id

      @@ -16315,7 +14217,7 @@

      source id

      created @@ -16339,11 +14241,11 @@

      source id

      -source_id +https://w3id.org/traits.build/label
      -source id +label
      -source_id +label
      -For datasets that are compilations, an identifier for the original data source. +A concise English label for the trait.
      -has broader +has exact match -
    • Identifier +
    • label
    • +
    • preferred label
    • +
    • trait
    • -is unique identifier for +refers to -
    • observations from source +
    • trait concept
    • -02/01/24 +01 February 2024
      -

      +

      -
      -

      taxon name

      -
      +
      +

      description

      +
      @@ -16368,7 +14270,7 @@

      taxon name

      URI @@ -16376,7 +14278,7 @@

      taxon name

      preferred label @@ -16384,7 +14286,7 @@

      taxon name

      alternative label @@ -16392,7 +14294,7 @@

      taxon name

      description @@ -16409,61 +14311,24 @@

      taxon name

      - - - - - - - - - - - - - - - - @@ -16471,7 +14336,7 @@

      taxon name

      created @@ -16495,11 +14360,11 @@

      taxon name

      -taxon_name +https://w3id.org/traits.build/description
      -taxon name +description
      -taxon_name +description
      -Scientific name of the taxon on which traits were sampled, without authorship. When possible, this is the currently accepted (botanical) or valid (zoological) scientific name, but might also be a higher taxonomic level. +A short description, generally ranging from 1-3 sentences that clearly indicates the trait’s scope.
      -has close match - -
    • acceptedNameUsage -
    • -has broader - -
    • label
    • -
    • preferred label -
    • -has unique identifier - -
    • taxon id -
    • -is unique identifier for - -
    • observations of taxon -
    • -has basis +has exact match -
    • aligned name
    • -
    • original taxon name +
    • traitDescription
    • +
    • description
    • -has property +is annotation of -
    • taxonomic dataset
    • -
    • taxon rank
    • -
    • taxonomic status +
    • trait concept
    • -02/01/24 +01 February 2024
      -

      +

      -
      -

      temporal context id

      -
      +
      +

      comments

      +
      @@ -16524,7 +14389,7 @@

      temporal context id

      @@ -16532,7 +14397,7 @@

      temporal context idpreferred label

      @@ -16540,7 +14405,7 @@

      temporal context idalternative label

      @@ -16548,7 +14413,7 @@

      temporal context iddescription

      @@ -16565,29 +14430,32 @@

      temporal context id

      @@ -16603,7 +14471,7 @@

      temporal context iddatatype

      @@ -16611,11 +14479,11 @@

      temporal context id -

      +

      -
      -

      trait name

      -
      +
      +

      max allowed values

      +

      -temporal_context_id +https://w3id.org/traits.build/comments
      -temporal context id +comments
      -temporal_context_id +comments
      -A unique integer identifier assigned where repeat observations are made on the same individual (or population, or taxon) across time. The identifier links to specific information in the context table. +Additional notes about the scope of the trait or acceptable methods.
      -has broader +has exact match -
    • Identifier +
    • comment
    • +
    • comments
    • -is unique identifier for +is annotation of -
    • measurement of temporal context property +
    • trait concept
    • +created +01 February 2024
      -integer +string
      @@ -16640,7 +14508,7 @@

      trait name

      URI @@ -16648,7 +14516,7 @@

      trait name

      preferred label @@ -16656,7 +14524,7 @@

      trait name

      alternative label @@ -16664,7 +14532,7 @@

      trait name

      description @@ -16681,8 +14549,6 @@

      trait name

      @@ -16691,8 +14557,7 @@

      trait name

      has exact match @@ -16700,7 +14565,7 @@

      trait name

      created @@ -16711,16 +14576,24 @@

      trait name

      traits.build database + + + +
      -trait_name +https://w3id.org/traits.build/allowed_values_max
      -trait name +max allowed values
      -trait_name +allowed_values_max
      -Name of the trait sampled. Allowable values specified in the table definitions. +An upper boundary for accepted numerical values.
      -
    • alternative label
    • -
    • label +
    • maxAllowedValue
    • -02/01/24 +01 February 2024
      +datatype + +decimal +
      -

      +

      -
      -

      value

      -
      +
      +

      min allowed values

      +
      @@ -16745,7 +14618,7 @@

      value

      URI @@ -16753,7 +14626,7 @@

      value

      preferred label @@ -16761,7 +14634,7 @@

      value

      alternative label @@ -16769,7 +14642,7 @@

      value

      description @@ -16786,7 +14659,7 @@

      value

      @@ -16794,32 +14667,31 @@

      value

      has exact match +01 February 2024 + @@ -16827,11 +14699,11 @@

      value

      -trait_value +https://w3id.org/traits.build/allowed_values_min
      -value +min allowed values
      -value +allowed_values_min
      -The measured value of a trait. +A lower boundary for accepted numerical values.
      -
    • traitValue +
    • minAllowedValue
    • -has broader +created -
    • Measured Value
    • -
    • measurementValue -
    • -created +is in scheme -02/01/24 +traits.build database
      -is in scheme +datatype -traits.build database +decimal
      -

      +

      -
      -

      treatment context id

      -
      +
      +

      units

      +
      @@ -16856,7 +14728,7 @@

      treatment context id< URI

      @@ -16864,7 +14736,7 @@

      treatment context id< preferred label

      @@ -16872,7 +14744,7 @@

      treatment context id< alternative label

      @@ -16880,7 +14752,7 @@

      treatment context id< description

      @@ -16897,29 +14769,23 @@

      treatment context id<

      - - - - @@ -16935,7 +14801,7 @@

      treatment context id< datatype

      @@ -16943,11 +14809,11 @@

      treatment context id<

      -treatment_context_id +https://w3id.org/traits.build/units
      -treatment context id +units
      -treatment_context_id +units
      -A unique integer identifier for a treatment, where a treatment is any experimental manipulation to an organism’s growing/living conditions. The identifier links to specific information in the context table. +The preferred units for the trait, conforming to the Unified Code for Units of Measure (UCUM). There are often two entries for units, one that is a string and the second which links to a units of measurement axiom.
      -has broader - -
    • Identifier -
    • -is unique identifier for +has exact match -
    • measurement of treatment context property +
    • expectedUnit
    • +created +01 February 2024
      -integer +string
      -

      +

      -
      -

      unit

      -
      +
      +

      allowed categorical values

      +
      @@ -16972,7 +14838,7 @@

      unit

      URI @@ -16980,7 +14846,7 @@

      unit

      preferred label @@ -16988,7 +14854,7 @@

      unit

      alternative label @@ -16996,7 +14862,7 @@

      unit

      description @@ -17013,7 +14879,7 @@

      unit

      @@ -17021,8 +14887,8 @@

      unit

      has exact match @@ -17030,7 +14896,7 @@

      unit

      created @@ -17041,16 +14907,24 @@

      unit

      traits.build database + + + +
      -unit +https://w3id.org/traits.build/allowed_values_levels
      -unit +allowed categorical values
      -unit +allowed_values_levels
      -Units of the sampled trait value after aligning with AusTraits standards. +Allowed trait values for a categorical trait, including a brief description of the value.
      -
    • Unit
    • -
    • traitUnit +
    • has narrower
    • +
    • factorLevels
    • -02/01/24 +01 February 2024
      +datatype + +string +
      -

      +

      -
      -

      value type

      -
      +
      +

      type

      +
      @@ -17075,7 +14949,7 @@

      value type

      URI @@ -17083,7 +14957,7 @@

      value type

      preferred label @@ -17091,7 +14965,7 @@

      value type

      alternative label @@ -17099,7 +14973,7 @@

      value type

      description @@ -17116,7 +14990,7 @@

      value type

      @@ -17124,7 +14998,7 @@

      value type

      has exact match @@ -17132,7 +15006,7 @@

      value type

      created @@ -17164,7 +15038,7 @@

      Database Table Entr

      context

      -
      +

      -value_type +https://w3id.org/traits.build/type
      -value type +type
      -value_type +type
      -A categorical variable describing the statistical nature of the trait value recorded. +Type of trait, specifying if traits are categorical, numeric, or ordinal.
      -
    • Base Characteristic Qualifier +
    • valueType
    • -02/01/24 +01 February 2024
      @@ -17189,7 +15063,7 @@

      context

      URI @@ -17238,7 +15112,7 @@

      context

      created @@ -17258,7 +15132,7 @@

      context

      entity

      -
      +
      -context +https://w3id.org/traits.build/context
      -02/01/24 +01 February 2024
      @@ -17283,7 +15157,7 @@

      entity

      URI @@ -17332,7 +15206,7 @@

      entity

      created @@ -17352,7 +15226,7 @@

      entity

      individual

      -
      +
      -entity +https://w3id.org/traits.build/entity
      -02/01/24 +01 February 2024
      @@ -17377,7 +15251,7 @@

      individual

      URI @@ -17442,7 +15316,7 @@

      individual

      created @@ -17462,7 +15336,7 @@

      individual

      location

      -
      +
      -individual +https://w3id.org/traits.build/individual
      -02/01/24 +01 February 2024
      @@ -17487,7 +15361,7 @@

      location

      URI @@ -17552,7 +15426,7 @@

      location

      created @@ -17572,7 +15446,7 @@

      location

      method context

      -
      +
      -location +https://w3id.org/traits.build/location
      -02/01/24 +01 February 2024
      @@ -17597,7 +15471,7 @@

      method context

      URI @@ -17647,7 +15521,7 @@

      method context

      created @@ -17667,7 +15541,7 @@

      method context

      plot context

      -
      +
      -method_context +https://w3id.org/traits.build/method_context
      -02/01/24 +01 February 2024
      @@ -17692,7 +15566,7 @@

      plot context

      URI @@ -17742,7 +15616,7 @@

      plot context

      created @@ -17762,7 +15636,7 @@

      plot context

      population

      -
      +
      -plot +https://w3id.org/traits.build/plot
      -02/01/24 +01 February 2024
      @@ -17787,7 +15661,7 @@

      population

      URI @@ -17852,7 +15726,7 @@

      population

      created @@ -17872,7 +15746,7 @@

      population

      temporal context

      -
      +
      -population +https://w3id.org/traits.build/population
      -02/01/24 +01 February 2024
      @@ -17897,7 +15771,7 @@

      temporal context

      URI @@ -17947,7 +15821,7 @@

      temporal context

      created @@ -17967,7 +15841,7 @@

      temporal context

      treatment context

      -
      +
      -temporal_context +https://w3id.org/traits.build/temporal_context
      -02/01/24 +01 February 2024
      @@ -17992,7 +15866,7 @@

      treatment context

      URI @@ -18042,7 +15916,7 @@

      treatment context

      created @@ -18066,7 +15940,7 @@

      Rows within a

      dataset

      -
      +

      -treatment +https://w3id.org/traits.build/treatment
      -02/01/24 +01 February 2024
      @@ -18091,7 +15965,7 @@

      dataset

      URI @@ -18148,7 +16022,7 @@

      dataset

      created @@ -18168,7 +16042,7 @@

      dataset

      measurement

      -
      +
      -dataset +https://w3id.org/traits.build/dataset
      -02/01/24 +01 February 2024
      @@ -18193,7 +16067,7 @@

      measurement

      URI @@ -18242,7 +16116,7 @@

      measurement

      created @@ -18262,7 +16136,7 @@

      measurement

      measurement of entity context property

      -
      +
      -measurement +https://w3id.org/traits.build/measurement
      -02/01/24 +01 February 2024
      @@ -18287,7 +16161,7 @@

      mea URI

      @@ -18352,7 +16226,7 @@

      mea created

      @@ -18372,7 +16246,7 @@

      mea

      measurement of location property

      -
      +

      -measurement_of_entity_context_property +https://w3id.org/traits.build/measurement_of_entity_context_property
      -02/01/24 +01 February 2024
      @@ -18397,7 +16271,7 @@

      measureme URI

      @@ -18463,7 +16337,7 @@

      measureme created

      @@ -18483,7 +16357,7 @@

      measureme

      measurement of plot context property

      -
      +

      -measurement_of_location_property +https://w3id.org/traits.build/measurement_of_location_property
      -02/01/24 +01 February 2024
      @@ -18508,7 +16382,7 @@

      measu URI

      @@ -18573,7 +16447,7 @@

      measu created

      @@ -18593,7 +16467,7 @@

      measu

      measurement of temporal context property

      -
      +

      -measurement_of_plot_context_property +https://w3id.org/traits.build/measurement_of_plot_context_property
      -02/01/24 +01 February 2024
      @@ -18618,7 +16492,7 @@

      m URI

      @@ -18683,7 +16557,7 @@

      m created

      @@ -18703,7 +16577,7 @@

      m

      measurement of treatment context property

      -
      +

      -measurement_of_temporal_context_property +https://w3id.org/traits.build/measurement_of_temporal_context_property
      -02/01/24 +01 February 2024
      @@ -18728,7 +16602,7 @@

      URI

      @@ -18801,7 +16675,7 @@

      created

      @@ -18821,7 +16695,7 @@

      observation

      -
      +

      -measurement_of_treatment_context_property +https://w3id.org/traits.build/measurement_of_treatment_context_property
      -02/01/24 +01 February 2024
      @@ -18846,7 +16720,7 @@

      observation

      URI @@ -18911,7 +16785,7 @@

      observation

      created @@ -18931,7 +16805,7 @@

      observation

      observation of entity context

      -
      +
      -observation +https://w3id.org/traits.build/observation
      -02/01/24 +01 February 2024
      @@ -18956,7 +16830,7 @@

      observation URI

      @@ -19039,7 +16913,7 @@

      observation created

      @@ -19059,7 +16933,7 @@

      observation

      observation of location

      -
      +

      -observation_of_entity_context +https://w3id.org/traits.build/observation_of_entity_context
      -02/01/24 +01 February 2024
      @@ -19084,7 +16958,7 @@

      observation of loc URI

      @@ -19157,7 +17031,7 @@

      observation of loc created

      @@ -19177,7 +17051,7 @@

      observation of loc

      observation of plot context

      -
      +

      -observation_of_location +https://w3id.org/traits.build/observation_of_location
      -02/01/24 +01 February 2024
      @@ -19202,7 +17076,7 @@

      observation of URI

      @@ -19283,7 +17157,7 @@

      observation of created

      @@ -19303,7 +17177,7 @@

      observation of

      observation of temporal context

      -
      +

      -observation_of_plot_context +https://w3id.org/traits.build/observation_of_plot_context
      -02/01/24 +01 February 2024
      @@ -19328,7 +17202,7 @@

      observatio URI

      @@ -19417,7 +17291,7 @@

      observatio created

      @@ -19437,7 +17311,7 @@

      observatio

      observation of a treatment context

      -
      +

      -observation_of_temporal_context +https://w3id.org/traits.build/observation_of_temporal_context
      -02/01/24 +01 February 2024
      @@ -19462,7 +17336,7 @@

      observa URI

      @@ -19551,7 +17425,7 @@

      observa created

      @@ -19571,7 +17445,7 @@

      observa

      observations at location

      -
      +

      -observation_of_treatment_context +https://w3id.org/traits.build/observation_of_treatment_context
      -02/01/24 +01 February 2024
      @@ -19596,7 +17470,7 @@

      observations at l URI

      @@ -19672,7 +17546,7 @@

      observations at l created

      @@ -19692,7 +17566,7 @@

      observations at l

      observations from dataset

      -
      +

      -observations_at_location +https://w3id.org/traits.build/observations_at_location
      -02/01/24 +01 February 2024
      @@ -19717,7 +17591,7 @@

      observations fro URI

      @@ -19795,7 +17669,7 @@

      observations fro created

      @@ -19815,7 +17689,7 @@

      observations fro

      observations from source

      -
      +

      -observations_from_dataset +https://w3id.org/traits.build/observations_from_dataset
      -02/01/24 +01 February 2024
      @@ -19840,7 +17714,7 @@

      observations from URI

      @@ -19918,7 +17792,7 @@

      observations from created

      @@ -19938,7 +17812,7 @@

      observations from

      observations of individual

      -
      +

      -observations_from_source +https://w3id.org/traits.build/observations_from_source
      -02/01/24 +01 February 2024
      @@ -19963,7 +17837,7 @@

      observations of URI

      @@ -20036,7 +17910,7 @@

      observations of created

      @@ -20056,7 +17930,7 @@

      observations of

      observations of population

      -
      +

      -observations_of_individual +https://w3id.org/traits.build/observations_of_individual
      -02/01/24 +01 February 2024
      @@ -20081,7 +17955,7 @@

      observations of URI

      @@ -20154,7 +18028,7 @@

      observations of created

      @@ -20174,7 +18048,7 @@

      observations of

      observations of taxon

      -
      +

      -observations_of_population +https://w3id.org/traits.build/observations_of_population
      -02/01/24 +01 February 2024
      @@ -20199,7 +18073,7 @@

      observations of taxo URI

      @@ -20280,7 +18154,7 @@

      observations of taxo created

      @@ -20300,7 +18174,7 @@

      observations of taxo

      trait measurement

      -
      +

      -observations_of_taxon +https://w3id.org/traits.build/observations_of_taxon
      -02/01/24 +01 February 2024
      @@ -20325,7 +18199,7 @@

      trait measurement

      URI @@ -20396,7 +18270,7 @@

      trait measurement

      created diff --git a/ontology/output/ontology/release/0.1.0/traits.build.html b/ontology/output/ontology/release/0.1.0/traits.build.html deleted file mode 100644 index 33bb32ce..00000000 --- a/ontology/output/ontology/release/0.1.0/traits.build.html +++ /dev/null @@ -1,20663 +0,0 @@ - - - - - - - - - -traits.build Data Model - - - - - - - - - - - - - - - - - - - - -
      - -
      - -
      -
      -

      traits.build Data Model

      -
      - - - -
      - - - - -
      - - -
      - -
      -

      Release 0.1.0

      -
      -
      -Latest version: -
      -
      -https://w3id.org/traits.build/index.html -
      -
      -This version: -
      -
      -https://w3id.org/traits.build/release/0.1.0/index.html -
      -
      -Previous version: -
      -
      -https://w3id.org/traits.build/release/0.1.0/index.html -
      -
      -Authors: -
      -
      -Elizabeth Wenk, Daniel Falster -
      -
      -Contributors: -
      -
      -David Coleman Sophie Yang -
      - -
      -Serializations: -
      -
      -JSON-LD N-Triples N-Quads TTL -
      -
      -License: -
      -
      -http://purl.org/NET/rdflicense/cc-by4.0 -
      - - -
      -Source: -
      -
      -

      10.5281/zenodo.8040789

      -

      JSON-LD

      -
      -
      -Contributing: -
      -
      -contributions welcome -
      -
      -Cite as: -
      -
      -XXX -
      -
      - -
      -
      -

      Abstract

      -

      This document presents the traits.build data model (data standard), formally published within the w3id.org/traits.build namespace. The traits.build ontology documents the output structure of a database built using the {traits.build} R package. It terms are both the output variables in each of the databases’s relational tables and additional conceptual terms inherent to the database structure. The ontology describes these terms and the semantic relationships between them. The traits.build data model adheres to the OBOE ontology and draws upon previously published terms whenever possible, especially DarwinCore and the Ecological Trait-data Standard.

      -
      -
      -

      Table of Contents

      -
        -
      1. Introduction
      2. -
      3. traits.build data model: The terms within the formal traits.build ontology
      4. -
      5. Acknowledgements
      6. -
      -
      -
      -

      1. Introduction

      -

      A database must be accompanied by a published data model to be: 1) efficiently and accurately interpreted and used by researchers; and 2) easily integrated with other databases. A published data model should be machine-readable for easy integration into future data products, yet also tractable to human readers. A data model (a.k.a. data standard, ontology) must document the meanings behind each database output variable and should also record the semantic relationships between columns. For instance, within the traits.build ontology, indicating that observation_id is an identifier for a unique observation.

      -

      To the extent possible, a data model should draw upon previously published vocabularies and ontologies, explicitly indicating when terms within the data model are identical to those used by other databases (or other bioinformatics outputs). For instance, the traits.build data standard maps terms related to taxonomy and species occurrences to DarwinCore and terms related to trait measurements to the Ecological Trait-data Standard. The semantic relationships between terms adhere to the OBOE ontology, a generic relational ontology developed explicitly for documenting ecological trait observations and the context properties that are essential to document for ecological data. It further draws upon properties defined by the Semanticscience Integrated Ontology (https://bioportal.bioontology.org/ontologies/SIO) to describe relationships between terms.

      -

      Within the traits.build ontology, there are 5 main categories of terms, differentiated based on whether they are database tables, rows, or columns:

      -
        -
      1. Database tables: The relational tables (traits, contexts, locations, methods, taxa, contributors, taxonomic_updates). These terms are all mapped as having the property computational entity = database table
        -
      2. -
      3. Database table columns: The columns within these relational tables, all mapped as being organised into one (or more) of the tables using dwc-attributes:organisedInClass. These terms are all mapped as having the property computational entity = database column
        -
      4. -
      5. Database table entries: Single, implicitly structured data items in a table. These terms are all types of oboe-core:Entity, objects that are the foci for an oboe-core:observation. These terms are all mapped as having the property computational entity = database entry
        -
      6. -
      7. Clusters of rows within a database table: Collections of rows within a table that represent either observations or observation collections. These terms are all mapped as having the property computational entity = database table.
        -
      8. -
      9. Individual rows within a database table: Individual rows within a table that are measurements. These terms are all mapped as having the property computational entity = database row.
      10. -
      -
      -
      -

      2. Traits.build data model

      -
      -

      Database

      -

      The traits.build resource

      -
      - -
      -trait_measurement +https://w3id.org/traits.build/trait_measurement
      -02/01/24 +01 February 2024
      ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      -Property - -Value -
      -description - -A database of 13 relational tables build using the {traits.build} R-packge for harmonizing trait data. -
      -license - -https://creativecommons.org/licenses/by/4.0/ -
      -publisher - -https://austraits.org/ -
      -type - -concept scheme -
      -label - -traits.build database -
      -title - -traits.build database -
      -preferred label - -traits.build database -
      -has top concept - -traits.build database -
      -creator - -Daniel Falster -
      -creator - -Elizabeth Wenk -
      -creator - -Sophie Yang -
      -created - -01/02/24 -
      -computational entity - -database -
      -
      -
      -
      -

      Database Tables

      -

      The traits.build output tables

      -

      -
      -

      build info

      -
      - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      -Property - -Value -
      -URI - -traits.build-build_info -
      -preferred label - -build info -
      -alternative label - -build_info -
      -description - -A description of the computing environment used to create this version of the dataset, including version number, git commit and R session_info. -
      -computational entity - -metadata -
      - -
      -is in scheme - -traits.build database -
      -
      -

      -
      -
      -

      contexts table

      -
      - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      -Property - -Value -
      -URI - -traits.build-contexts -
      -preferred label - -contexts table -
      -alternative label - -contexts -
      -description - -A table containing observations of contextual characteristics associated with information in traits. Cross referencing between the two dataframes is possible using combinations of the variables dataset_id, link_id, and link_vals. -
      -computational entity - -database table -
      -created - -02/01/24 -
      -is in scheme - -traits.build database -
      -
      -

      -
      -
      -

      contributors table

      -
      - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      -Property - -Value -
      -URI - -traits.build-contributors -
      -preferred label - -contributors table -
      -alternative label - -contributors -
      -description - -A table of people contributing to each study. -
      -computational entity - -database table -
      -created - -02/01/24 -
      -is in scheme - -traits.build database -
      -
      -

      -
      -
      -

      definitions table

      -
      - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      -Property - -Value -
      -URI - -traits.build-definitions -
      -preferred label - -definitions table -
      -alternative label - -definitions -
      -description - -A list containing trait concept descriptions used to build the database. -
      -computational entity - -database table -
      -has exact match - -
      -created - -02/01/24 -
      -is in scheme - -traits.build database -
      -
      -

      -
      -
      -

      excluded data table

      -
      - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      -Property - -Value -
      -URI - -traits.build-excluded_data -
      -preferred label - -excluded data table -
      -alternative label - -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. -
      -computational entity - -database table -
      -created - -02/01/24 -
      -is in scheme - -traits.build database -
      -
      -

      -
      -
      -

      locations table

      -
      - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      -Property - -Value -
      -URI - -traits.build-locations -
      -preferred label - -locations table -
      -alternative label - -locations -
      -description - -A table containing observations of location/site characteristics associated with information in traits. Cross referencing between the two dataframes is possible using combinations of the variables dataset_id, location_name. -
      -comment - -Includes information about Location properties. -
      -computational entity - -database table -
      -has related match - -
      -created - -02/01/24 -
      -is in scheme - -traits.build database -
      -
      -

      -
      -
      -

      metadata table

      -
      - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      -Property - -Value -
      -URI - -traits.build-metadata -
      -preferred label - -metadata table -
      -alternative label - -metadata -
      -description - -A list containing database metadata. -
      -computational entity - -metadata -
      -has close match - -
      -created - -02/01/24 -
      -is in scheme - -traits.build database -
      -
      -

      -
      -
      -

      methods table

      -
      - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      -Property - -Value -
      -URI - -traits.build-methods -
      -preferred label - -methods table -
      -alternative label - -methods -
      -description - -A table containing details on methods with which data were collected, including time frame and source. Cross referencing with the traits table is possible using combinations of the variables dataset_id, trait_name. -
      -computational entity - -database table -
      -has related match - -
      -created - -02/01/24 -
      -is in scheme - -traits.build database -
      -
      -

      -
      -
      -

      schema

      -
      - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      -Property - -Value -
      -URI - -traits.build-schema -
      -preferred label - -schema -
      -alternative label - -schema -
      -description - -A copy of the schema for all tables and terms. Information included here was used to process data and generate any documentation for the study. -
      -computational entity - -metadata -
      - -
      -is in scheme - -traits.build database -
      -
      -

      -
      -
      -

      sources table

      -
      - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      -Property - -Value -
      -URI - -traits.build-sources -
      -preferred label - -sources table -
      -alternative label - -sources -
      -description - -A list containing citation details for all database sources. -
      -computational entity - -database table -
      -created - -02/01/24 -
      -is in scheme - -traits.build database -
      -
      -

      -
      -
      -

      taxa table

      -
      - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      -Property - -Value -
      -URI - -traits.build-taxa -
      -preferred label - -taxa table -
      -alternative label - -taxa -
      -description - -A table containing details on taxa associated with information in traits. Whenever possible, this information is sourced from curated taxon lists that include identifiers for each taxon. The information compiled in this table is released under a CC-BY3 license. Cross referencing between the two dataframes is possible using combinations of the variable taxon_name. -
      -computational entity - -database table -
      -has exact match - -
      -created - -02/01/24 -
      -is in scheme - -traits.build database -
      -
      -

      -
      -
      -

      taxonomic updates table

      -
      - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      -Property - -Value -
      -URI - -traits.build-taxonomic_updates -
      -preferred label - -taxonomic updates table -
      -alternative label - -taxonomic_updates -
      -description - -A table of all taxonomic changes implemented in the construction of AusTraits. Changes are determined by comparing the originally submitted taxon name against the taxonomic names listed in the taxonomic reference files, best placed in a subfolder in the config folder . Cross referencing with the traits table is possible using combinations of the variables dataset_id and taxon_name. -
      -computational entity - -database table -
      -created - -02/01/24 -
      -is in scheme - -traits.build database -
      -
      -

      -
      -
      -

      traits table

      -
      - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      -Property - -Value -
      -URI - -traits.build-traits -
      -preferred label - -traits table -
      -alternative label - -traits -
      -description - -A table containing measurements of traits. -
      -comment - -Includes information that must be recorded at the Measurement or Observation level. -
      -computational entity - -database table -
      -has exact match - -
      -has related match - -
    • MeasurementOrFact
    • -
    • Occurrence -
    • -created - -02/01/24 -
      -is in scheme - -traits.build database -
      -
      -
      -
      -
      -

      Database Table Columns

      -

      Columns within the traits.build output tables

      -

      -
      -

      contexts table

      -

      -
      -
      -

      context property

      -
      - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      -Property - -Value -
      -URI - -context_property -
      -preferred label - -context property -
      -alternative label - -context_property -
      -description - -The contextual characteristic being recorded. If applicable, name should include units of measurement, e.g. CO2 concentration (ppm). -
      -computational entity - -database column -
      -organizedInClass - -
      -has exact match - -
    • context property value -
    • -has broader - -
    • Characteristic -
    • -characteristic for - -
    • context -
    • -has annotation - -
    • context property category -
    • -created - -02/01/24 -
      -is in scheme - -traits.build database -
      -datatype - -string -
      -
      -

      -
      -
      -

      context property category

      -
      - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      -Property - -Value -
      -URI - -contexts_category -
      -preferred label - -context property category -
      -alternative label - -category -
      -description - -The category of context property, with options being plot, treatment, individual_context, temporal and method. -
      -computational entity - -database column -
      -organizedInClass - -
      -has broader - -
    • scope note -
    • -is annotation of - -
    • context property -
    • -created - -02/01/24 -
      -is in scheme - -traits.build database -
      -datatype - -string -
      -
      -

      -
      -
      -

      context property value description

      -
      - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      -Property - -Value -
      -URI - -contexts_description -
      -preferred label - -context property value description -
      -alternative label - -description -
      -description - -Description of a specific context property value. -
      -computational entity - -database column -
      -organizedInClass - -
      -has broader - -
    • description -
    • -refers to - -
    • context property -
    • -created - -02/01/24 -
      -is in scheme - -traits.build database -
      -datatype - -string -
      -
      -

      -
      - - -
      -

      context property value

      -
      - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      -Property - -Value -
      -URI - -contexts_value -
      -preferred label - -context property value -
      -alternative label - -value -
      -description - -The measured value of a context property. -
      -computational entity - -database column -
      -organizedInClass - -
      -has broader - -
    • Measured Value
    • -
    • measurementValue -
    • -measurement for - -
    • context property -
    • -created - -02/01/24 -
      -is in scheme - -traits.build database -
      -datatype - -string -
      -
      -

      -
      -
      -

      dataset id

      -
      - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      -Property - -Value -
      -URI - -dataset_id -
      -preferred label - -dataset id -
      -alternative label - -dataset_id -
      -description - -Primary identifier for each study contributed to AusTraits, most often these are scientific papers, books, or online resources. By default this should be the name of the first author and year of publication, e.g. Falster_2005. -
      -computational entity - -database column -
      -organizedInClass - -
      -has broader - -
    • Identifier -
    • -is unique identifier for - -
    • observations from dataset -
    • -created - -02/01/24 -
      -is in scheme - -traits.build database -
      -
      -

      -
      -
      -

      entity context property

      -
      - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      -Property - -Value -
      -URI - -entity_context_property -
      -preferred label - -entity context property -
      -alternative label - -entity_context_property -
      -description - -A context characteristic indicating stratified variation across individuals or populations might affect the trait values measured. -
      -computational entity - -database column -
      -organizedInClass - -
      -has exact match - -
    • context property value -
    • -has broader - -
    • Characteristic -
    • -has unique identifier - -
    • entity context id -
    • -is specialisation of - -
    • context property -
    • -created - -02/01/24 -
      -is in scheme - -traits.build database -
      -datatype - -string -
      -
      -

      -
      -
      -

      method context property

      -
      - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      -Property - -Value -
      -URI - -method_context_property -
      -preferred label - -method context property -
      -alternative label - -method_context_property -
      -description - -A context characteristic indicating stratified variation in the protocol used to measure traits might affect the trait values measured. -
      -computational entity - -database column -
      -organizedInClass - -
      -has exact match - -
    • context property value -
    • -has broader - -
    • Characteristic -
    • -has unique identifier - -
    • method context id -
    • -is specialisation of - -
    • context property -
    • -created - -02/01/24 -
      -is in scheme - -traits.build database -
      -datatype - -string -
      -
      -

      -
      -
      -

      plot context property

      -
      - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      -Property - -Value -
      -URI - -plot_context_property -
      -preferred label - -plot context property -
      -alternative label - -plot_context_property -
      -description - -A context characteristic indicating stratified variation within a location that might affect the trait values measured on an individual or population-level entity. -
      -computational entity - -database column -
      -organizedInClass - -
      -has exact match - -
    • context property value -
    • -has broader - -
    • Characteristic -
    • -has unique identifier - -
    • plot context id -
    • -is specialisation of - -
    • context property -
    • -created - -02/01/24 -
      -is in scheme - -traits.build database -
      -datatype - -string -
      -
      -

      -
      -
      -

      temporal context property

      -
      - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      -Property - -Value -
      -URI - -temporal_context_property -
      -preferred label - -temporal context property -
      -alternative label - -temporal_context_property -
      -description - -A context characteristic indicating stratified variation across time might affect the trait values measured. -
      -computational entity - -database column -
      -organizedInClass - -
      -has exact match - -
    • context property value -
    • -has broader - -
    • Characteristic -
    • -has unique identifier - -
    • temporal context id -
    • -is specialisation of - -
    • context property -
    • -created - -02/01/24 -
      -is in scheme - -traits.build database -
      -datatype - -string -
      -
      -

      -
      -
      -

      treatment context property

      -
      - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      -Property - -Value -
      -URI - -treatment_context_property -
      -preferred label - -treatment context property -
      -alternative label - -treatment_context_property -
      -description - -A context characteristic indicating stratified treatments that might affect the trait values measured on an individual or population-level entity. -
      -computational entity - -database column -
      -organizedInClass - -
      -has exact match - -
    • context property value -
    • -has broader - -
    • Characteristic -
    • -has unique identifier - -
    • treatment context id -
    • -is specialisation of - -
    • context property -
    • -created - -02/01/24 -
      -is in scheme - -traits.build database -
      -datatype - -string -
      -
      -

      -
      -
      -

      contributors table

      -

      -
      -
      -

      additional role

      -
      - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      -Property - -Value -
      -URI - -additional_role -
      -preferred label - -additional role -
      -alternative label - -additional_role -
      -description - -Any additional roles the data collector had in the study, a field most frequently used to identify which data contributor is the contact person for the dataset. -
      -computational entity - -database column -
      -organizedInClass - -
      -has exact match - -
    • Contributor Role -
    • -is annotation of - -
    • contributor -
    • -created - -02/01/24 -
      -is in scheme - -traits.build database -
      -datatype - -string -
      -
      -

      -
      -
      -

      affiliation

      -
      - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      -Property - -Value -
      -URI - -affiliation -
      -preferred label - -affiliation -
      -alternative label - -affiliation -
      -description - -Affiliation of data collector. -
      -computational entity - -database column -
      -organizedInClass - -
      -has exact match - -
    • has Contributor Affiliation -
    • -is annotation of - -
    • contributor -
    • -created - -02/01/24 -
      -is in scheme - -traits.build database -
      -datatype - -string -
      -
      -

      -
      -
      -

      contributor

      -
      - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      -Property - -Value -
      -URI - -contributor -
      -preferred label - -contributor -
      -alternative label - -contributor -
      -description - -A person contributing to a dataset. -
      -computational entity - -database column -
      -organizedInClass - -
      -has exact match - -
    • contributor -
    • -refers to - -
    • observations from dataset -
    • -created - -02/01/24 -
      -is in scheme - -traits.build database -
      -datatype - -string -
      -
      -

      -
      -
      -

      data collector

      -
      - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      -Property - -Value -
      -URI - -data_collector -
      -preferred label - -data collector -
      -alternative label - -data_collector -
      -description - -Person contributing to a dataset as a data collector. -
      -computational entity - -database column -
      -organizedInClass - -
      -has exact match - -
    • Data Collector -
    • -has broader - -
    • contributor -
    • -has unique identifier - -
    • ORCID identifier
    • -
    • given name
    • -
    • last name -
    • -is specialisation of - -
    • contributor -
    • -has annotation - -
    • affiliation
    • -
    • additional role -
    • -created - -02/01/24 -
      -is in scheme - -traits.build database -
      -datatype - -string -
      -
      -

      -
      -
      -

      dataset id

      -
      - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      -Property - -Value -
      -URI - -dataset_id -
      -preferred label - -dataset id -
      -alternative label - -dataset_id -
      -description - -Primary identifier for each study contributed to AusTraits, most often these are scientific papers, books, or online resources. By default this should be the name of the first author and year of publication, e.g. Falster_2005. -
      -computational entity - -database column -
      -organizedInClass - -
      -has broader - -
    • Identifier -
    • -is unique identifier for - -
    • observations from dataset -
    • -created - -02/01/24 -
      -is in scheme - -traits.build database -
      -
      -

      -
      -
      -

      given name

      -
      - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      -Property - -Value -
      -URI - -given_name -
      -preferred label - -given name -
      -alternative label - -given_name -
      -description - -Given names of the data collector. -
      -computational entity - -database column -
      -organizedInClass - -
      -has exact match - -
    • given name -
    • -has broader - -
    • Identifier -
    • -is unique identifier for - -
    • contributor -
    • -created - -02/01/24 -
      -is in scheme - -traits.build database -
      -datatype - -Name -
      -
      -

      -
      -
      -

      last name

      -
      - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      -Property - -Value -
      -URI - -last_name -
      -preferred label - -last name -
      -alternative label - -last_name -
      -description - -Last name of the data collector. -
      -computational entity - -database column -
      -organizedInClass - -
      -has exact match - -
    • family name -
    • -has broader - -
    • Identifier -
    • -is unique identifier for - -
    • contributor -
    • -created - -02/01/24 -
      -is in scheme - -traits.build database -
      -datatype - -Name -
      -
      -

      -
      -
      -

      ORCID identifier

      -
      - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      -Property - -Value -
      -URI - -ORCID -
      -preferred label - -ORCID identifier -
      -alternative label - -ORCID -
      -description - -ORCID (Open Researcher and Contributor ID) for the data collector, if available. -
      -computational entity - -database column -
      -organizedInClass - -
      -has exact match - -
    • ORCID identifier -
    • -has broader - -
    • Identifier -
    • -is unique identifier for - -
    • contributor -
    • -created - -02/01/24 -
      -is in scheme - -traits.build database -
      -datatype - -anyURI -
      -
      -

      -
      -
      -

      definitions table

      -

      -
      -
      -

      allowed categorical values

      -
      - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      -Property - -Value -
      -URI - -allowed_values_levels -
      -preferred label - -allowed categorical values -
      -alternative label - -allowed_values_levels -
      -description - -Allowed trait values for a categorical trait, including a brief description of the value. -
      -computational entity - -database column -
      -organizedInClass - -
      -has exact match - -
    • has narrower
    • -
    • factorLevels -
    • -created - -02/01/24 -
      -is in scheme - -traits.build database -
      -datatype - -string -
      -
      -

      -
      -
      -

      max allowed values

      -
      - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      -Property - -Value -
      -URI - -allowed_values_max -
      -preferred label - -max allowed values -
      -alternative label - -allowed_values_max -
      -description - -An upper boundary for accepted numerical values. -
      -computational entity - -database column -
      -organizedInClass - -
      -has exact match - -
    • maxAllowedValue -
    • -created - -02/01/24 -
      -is in scheme - -traits.build database -
      -datatype - -decimal -
      -
      -

      -
      -
      -

      min allowed values

      -
      - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      -Property - -Value -
      -URI - -allowed_values_min -
      -preferred label - -min allowed values -
      -alternative label - -allowed_values_min -
      -description - -A lower boundary for accepted numerical values. -
      -computational entity - -database column -
      -organizedInClass - -
      -has exact match - -
    • minAllowedValue -
    • -created - -02/01/24 -
      -is in scheme - -traits.build database -
      -datatype - -decimal -
      -
      -

      -
      -
      -

      comments

      -
      - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      -Property - -Value -
      -URI - -comments -
      -preferred label - -comments -
      -alternative label - -comments -
      -description - -Additional notes about the scope of the trait or acceptable methods. -
      -computational entity - -database column -
      -organizedInClass - -
      -has exact match - -
    • comment
    • -
    • comments -
    • -is annotation of - -
    • trait concept -
    • -created - -02/01/24 -
      -is in scheme - -traits.build database -
      -datatype - -string -
      -
      -

      -
      -
      -

      description

      -
      - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      -Property - -Value -
      -URI - -description -
      -preferred label - -description -
      -alternative label - -description -
      -description - -A short description, generally ranging from 1-3 sentences that clearly indicates the trait’s scope. -
      -computational entity - -database column -
      -organizedInClass - -
      -has exact match - -
    • traitDescription
    • -
    • description -
    • -is annotation of - -
    • trait concept -
    • -created - -02/01/24 -
      -is in scheme - -traits.build database -
      -datatype - -string -
      -
      -

      -
      -
      -

      label

      -
      - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      -Property - -Value -
      -URI - -label -
      -preferred label - -label -
      -alternative label - -label -
      -description - -A concise English label for the trait. -
      -computational entity - -database column -
      -organizedInClass - -
      -has exact match - -
    • label
    • -
    • preferred label
    • -
    • trait -
    • -refers to - -
    • trait concept -
    • -created - -02/01/24 -
      -is in scheme - -traits.build database -
      -datatype - -string -
      -
      -

      -
      -
      -

      trait concept

      -
      - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      -Property - -Value -
      -URI - -trait -
      -preferred label - -trait concept -
      -alternative label - -trait -
      -description - -A collection of trait values pertaining to a distinct characteristic of a specific part of an organism (cell, tissue, organ, or whole organism). -
      -computational entity - -database column -
      -organizedInClass - -
      -has exact match - -
    • Standard -
    • -has unique identifier - -
    • trait identifier -
    • -has annotation - -
    • trait name
    • -
    • label -
    • -has property - -
    • max allowed values
    • -
    • min allowed values
    • -
    • allowed categorical values
    • -
    • units
    • -
    • type -
    • -created - -02/01/24 -
      -is in scheme - -traits.build database -
      -datatype - -string -
      -
      -

      -
      -
      -

      trait identifier

      -
      - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      -Property - -Value -
      -URI - -trait_concept_URI -
      -preferred label - -trait identifier -
      -alternative label - -trait_concept_URI -
      -description - -Unique identifier of the trait according to a public ontology, or a user-provided thesaurus of traits. -
      -computational entity - -database column -
      -organizedInClass - -
      -has exact match - -
    • traitID
    • -
    • identifier -
    • -is unique identifier for - -
    • trait concept -
    • -created - -02/01/24 -
      -is in scheme - -traits.build database -
      -datatype - -anyURI -
      -
      -

      -
      -
      -

      trait name

      -
      - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      -Property - -Value -
      -URI - -trait_name -
      -preferred label - -trait name -
      -alternative label - -trait_name -
      -description - -Name of the trait sampled. Allowable values specified in the table definitions. -
      -computational entity - -database column -
      -organizedInClass - -
      -has exact match - -
    • alternative label
    • -
    • label -
    • -created - -02/01/24 -
      -is in scheme - -traits.build database -
      -
      -

      -
      -
      -

      type

      -
      - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      -Property - -Value -
      -URI - -type -
      -preferred label - -type -
      -alternative label - -type -
      -description - -Type of trait, specifying if traits are categorical, numeric, or ordinal. -
      -computational entity - -database column -
      -organizedInClass - -
      -has exact match - -
    • valueType -
    • -created - -02/01/24 -
      -is in scheme - -traits.build database -
      -datatype - -string -
      -
      -

      -
      -
      -

      units

      -
      - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      -Property - -Value -
      -URI - -units -
      -preferred label - -units -
      -alternative label - -units -
      -description - -The preferred units for the trait, conforming to the Unified Code for Units of Measure (UCUM). There are often two entries for units, one that is a string and the second which links to a units of measurement axiom. -
      -computational entity - -database column -
      -organizedInClass - -
      -has exact match - -
    • expectedUnit -
    • -created - -02/01/24 -
      -is in scheme - -traits.build database -
      -datatype - -string -
      -
      -

      -
      -
      -

      locations table

      -

      -
      -
      -

      dataset id

      -
      - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      -Property - -Value -
      -URI - -dataset_id -
      -preferred label - -dataset id -
      -alternative label - -dataset_id -
      -description - -Primary identifier for each study contributed to AusTraits, most often these are scientific papers, books, or online resources. By default this should be the name of the first author and year of publication, e.g. Falster_2005. -
      -computational entity - -database column -
      -organizedInClass - -
      -has broader - -
    • Identifier -
    • -is unique identifier for - -
    • observations from dataset -
    • -created - -02/01/24 -
      -is in scheme - -traits.build database -
      -
      -

      -
      -
      -

      elevation (m)

      -
      - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      -Property - -Value -
      -URI - -elevation -
      -preferred label - -elevation (m) -
      -alternative label - -elevation -
      -description - -The elevation above mean sea level in meters. -
      -computational entity - -database column -
      -organizedInClass - -
      -has exact match - -
    • verbatimElevation -
    • -has broader - -
    • Measured Value
    • -
    • measurementValue -
    • -characteristic for - -
    • location -
    • -is specialisation of - -
    • location property -
    • -created - -02/01/24 -
      -is in scheme - -traits.build database -
      -datatype - -decimal -
      -
      -

      -
      -
      -

      latitude (deg)

      -
      - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      -Property - -Value -
      -URI - -latitude -
      -preferred label - -latitude (deg) -
      -alternative label - -latitude -
      -description - -The geographic latitude (in decimal degrees, using the spatial reference system given in geodeticDatum) of the geographic center of a Location. Positive values are north of the Equator, negative values are south of it. Legal values lie between -90 and 90, inclusive. -
      -computational entity - -database column -
      -organizedInClass - -
      -has exact match - -
    • decimalLatitude -
    • -has broader - -
    • Measured Value
    • -
    • measurementValue -
    • -characteristic for - -
    • location -
    • -is specialisation of - -
    • location property -
    • -created - -02/01/24 -
      -is in scheme - -traits.build database -
      -datatype - -decimal -
      -
      -

      -
      -
      -

      location id

      -
      - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      -Property - -Value -
      -URI - -location_id -
      -preferred label - -location id -
      -alternative label - -location_id -
      -description - -A unique integer identifier for a location, with locations numbered sequentially within a dataset. The identifier links to specific information in the location table. -
      -computational entity - -database column -
      -organizedInClass - -
      -has broader - -
    • Identifier -
    • -is unique identifier for - -
    • observations at location -
    • - -
      -is in scheme - -traits.build database -
      -datatype - -integer -
      -
      -

      -
      -
      -

      location name

      -
      - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      -Property - -Value -
      -URI - -location_name -
      -preferred label - -location name -
      -alternative label - -location_name -
      -description - -The location name used by the data contributor or a generic location name designated by AusTraits when one is not provided. -
      -computational entity - -database column -
      -organizedInClass - -
      -has broader - -
    • label
    • -
    • preferred label -
    • -created - -02/01/24 -
      -is in scheme - -traits.build database -
      -datatype - -string -
      -
      -

      -
      -
      -

      location property

      -
      - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      -Property - -Value -
      -URI - -location_property -
      -preferred label - -location property -
      -alternative label - -location_property -
      -description - -The location characteristic being recorded. The name should include units of measurement, e.g. MAT (C). Ideally we have at least the following variables for each location, longitude (deg), latitude (deg), description. -
      -computational entity - -database column -
      -organizedInClass - -
      -has broader - -
    • Characteristic -
    • -has value - -
    • location property value -
    • -characteristic for - -
    • location -
    • -created - -02/01/24 -
      -is in scheme - -traits.build database -
      -datatype - -string -
      -
      -

      -
      -
      -

      location property value

      -
      - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      -Property - -Value -
      -URI - -locations_value -
      -preferred label - -location property value -
      -alternative label - -value -
      -description - -The measured value of a location property. -
      -computational entity - -database column -
      -organizedInClass - -
      -has broader - -
    • Measured Value
    • -
    • measurementValue -
    • -created - -02/01/24 -
      -is in scheme - -traits.build database -
      -datatype - -string -
      -
      -

      -
      -
      -

      longitude (deg)

      -
      - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      -Property - -Value -
      -URI - -longitude -
      -preferred label - -longitude (deg) -
      -alternative label - -longitude -
      -description - -The geographic longitude (in decimal degrees, using the spatial reference system given in dwc:geodeticDatum) of the geographic center of a dcterms:Location. Positive values are east of the Greenwich Meridian, negative values are west of it. Legal values lie between -180 and 180, inclusive. -
      -computational entity - -database column -
      -organizedInClass - -
      -has exact match - -
    • decimalLongitude -
    • -has broader - -
    • Measured Value
    • -
    • measurementValue -
    • -characteristic for - -
    • location -
    • -is specialisation of - -
    • location property -
    • -created - -02/01/24 -
      -is in scheme - -traits.build database -
      -datatype - -decimal -
      -
      -

      -
      -
      -

      methods table

      -

      -
      -
      -

      assistants

      -
      - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      -Property - -Value -
      -URI - -assistants -
      -preferred label - -assistants -
      -alternative label - -assistants -
      -description - -People who played a more minor role in data collection for the study. -
      -computational entity - -database column -
      -organizedInClass - -
      -has exact match - -
    • Related Person -
    • -has broader - -
    • contributor -
    • -is specialisation of - -
    • contributor -
    • -created - -02/01/24 -
      -is in scheme - -traits.build database -
      -datatype - -string -
      -
      -

      -
      -
      -

      contributor

      -
      - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      -Property - -Value -
      -URI - -contributor -
      -preferred label - -contributor -
      -alternative label - -contributor -
      -description - -A person contributing to a dataset. -
      -computational entity - -database column -
      -organizedInClass - -
      -has exact match - -
    • contributor -
    • -refers to - -
    • observations from dataset -
    • -created - -02/01/24 -
      -is in scheme - -traits.build database -
      -datatype - -string -
      -
      -

      -
      -
      -

      data collector

      -
      - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      -Property - -Value -
      -URI - -data_collector -
      -preferred label - -data collector -
      -alternative label - -data_collector -
      -description - -Person contributing to a dataset as a data collector. -
      -computational entity - -database column -
      -organizedInClass - -
      -has exact match - -
    • Data Collector -
    • -has broader - -
    • contributor -
    • -has unique identifier - -
    • ORCID identifier
    • -
    • given name
    • -
    • last name -
    • -is specialisation of - -
    • contributor -
    • -has annotation - -
    • affiliation
    • -
    • additional role -
    • -created - -02/01/24 -
      -is in scheme - -traits.build database -
      -datatype - -string -
      -
      -

      -
      -
      -

      dataset curators

      -
      - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      -Property - -Value -
      -URI - -dataset_curators -
      -preferred label - -dataset curators -
      -alternative label - -dataset_curators -
      -description - -Database team member(s) who contacted the data collectors and added the study to the database repository. -
      -computational entity - -database column -
      -organizedInClass - -
      -has exact match - -
    • Data Curator -
    • -has broader - -
    • contributor -
    • -is specialisation of - -
    • contributor -
    • -created - -02/01/24 -
      -is in scheme - -traits.build database -
      -datatype - -string -
      -
      -

      -
      -
      -

      dataset id

      -
      - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      -Property - -Value -
      -URI - -dataset_id -
      -preferred label - -dataset id -
      -alternative label - -dataset_id -
      -description - -Primary identifier for each study contributed to AusTraits, most often these are scientific papers, books, or online resources. By default this should be the name of the first author and year of publication, e.g. Falster_2005. -
      -computational entity - -database column -
      -organizedInClass - -
      -has broader - -
    • Identifier -
    • -is unique identifier for - -
    • observations from dataset -
    • -created - -02/01/24 -
      -is in scheme - -traits.build database -
      -
      -

      -
      -
      -

      method id

      -
      - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      -Property - -Value -
      -URI - -method_id -
      -preferred label - -method id -
      -alternative label - -method_id -
      -description - -A unique integer identifier to distinguish between multiple sets of methods used to measure a single trait within the same dataset. The identifier links to specific information in the methods table. -
      -computational entity - -database column -
      -organizedInClass - -
      -has broader - -
    • Identifier -
    • -is unique identifier for - -
    • methods -
    • -is specialisation of - -
    • methods -
    • - -
      -is in scheme - -traits.build database -
      -datatype - -integer -
      -
      -

      -
      -
      -

      dataset description

      -
      - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      -Property - -Value -
      -URI - -methods_description -
      -preferred label - -dataset description -
      -alternative label - -description -
      -description - -A 1-2 sentence description of the purpose of the study. -
      -computational entity - -database column -
      -organizedInClass - -
      -has exact match - -
    • datasetDescription -
    • -has broader - -
    • description -
    • -refers to - -
    • methods -
    • -created - -02/01/24 -
      -is in scheme - -traits.build database -
      -datatype - -string -
      -
      -

      -
      -
      -

      methods

      -
      - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      -Property - -Value -
      -URI - -methods_methods -
      -preferred label - -methods -
      -alternative label - -methods -
      -description - -A textual description of the methods used to collect the trait data. Whenever available, methods are taken near-verbatim from the referenced source. Methods can include descriptions such as ‘measured on botanical collections’, ‘data from the literature’, or a detailed description of the field or lab methods used to collect the data. -
      -computational entity - -database column -
      -organizedInClass - -
      -has close match - -
    • Protocol -
    • -has broader - -
    • Protocol -
    • -created - -02/01/24 -
      -is in scheme - -traits.build database -
      -datatype - -string -
      -
      -

      -
      -
      -

      dataset sampling strategy

      -
      - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      -Property - -Value -
      -URI - -sampling_strategy -
      -preferred label - -dataset sampling strategy -
      -alternative label - -sampling_strategy -
      -description - -When available, this information is lifted verbatim from a published manuscript. For preserved specimens, this field ideally indicates which records were ‘sampled’ to measure a specific trait. -
      -computational entity - -database column -
      -organizedInClass - -
      -has exact match - -
    • samplingProtocol -
    • -refers to - -
    • observations from dataset -
    • -created - -02/01/24 -
      -is in scheme - -traits.build database -
      -datatype - -string -
      -
      -

      -
      -
      -

      source original dataset citation

      -
      - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      -Property - -Value -
      -URI - -source_original_dataset_citation -
      -preferred label - -source original dataset citation -
      -alternative label - -source_original_dataset_citation -
      -description - -Citations for the original dataset_id in sources, for compilationse. This detail is generated from the original source in the metadata. -
      -computational entity - -database column -
      -organizedInClass - -
      -has broader - -
    • bibliographic citation -
    • -has unique identifier - -
    • source original dataset key -
    • -cites - -
    • observations from source -
    • -created - -02/01/24 -
      -is in scheme - -traits.build database -
      -datatype - -string -
      -
      -

      -
      -
      -

      source original dataset key

      -
      - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      -Property - -Value -
      -URI - -source_original_dataset_key -
      -preferred label - -source original dataset key -
      -alternative label - -source_original_dataset_key -
      -description - -Citation key for the original dataset_id in sources, for compilations. The key is typically formatted as Surname_year. -
      -computational entity - -database column -
      -organizedInClass - -
      -has exact match - -
    • source id -
    • -has broader - -
    • Identifier -
    • -is unique identifier for - -
    • source original dataset citation -
    • -created - -02/01/24 -
      -is in scheme - -traits.build database -
      -datatype - -string -
      -
      -

      -
      -
      -

      source primary citation

      -
      - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      -Property - -Value -
      -URI - -source_primary_citation -
      -preferred label - -source primary citation -
      -alternative label - -source_primary_citation -
      -description - -Citation for the primary source. This detail is generated from the primary source in the metadata. -
      -computational entity - -database column -
      -organizedInClass - -
      -has broader - -
    • bibliographic citation -
    • -has unique identifier - -
    • source primary key -
    • -cites - -
    • dataset -
    • -created - -02/01/24 -
      -is in scheme - -traits.build database -
      -datatype - -string -
      -
      -

      -
      -
      -

      source primary key

      -
      - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      -Property - -Value -
      -URI - -source_primary_key -
      -preferred label - -source primary key -
      -alternative label - -source_primary_key -
      -description - -Citation key for the primary source in sources. The key is typically formatted as Surname_year. -
      -computational entity - -database column -
      -organizedInClass - -
      -has exact match - -
    • dataset id -
    • -has broader - -
    • Identifier -
    • -is unique identifier for - -
    • source primary citation -
    • -created - -02/01/24 -
      -is in scheme - -traits.build database -
      -datatype - -string -
      -
      -

      -
      -
      -

      source secondary citation

      -
      - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      -Property - -Value -
      -URI - -source_secondary_citation -
      -preferred label - -source secondary citation -
      -alternative label - -source_secondary_citation -
      -description - -Citations for the secondary source. This detail is generated from the secondary source in the metadata. -
      -computational entity - -database column -
      -organizedInClass - -
      -has broader - -
    • bibliographic citation -
    • -has unique identifier - -
    • source secondary key -
    • -cites - -
    • dataset -
    • -created - -02/01/24 -
      -is in scheme - -traits.build database -
      -datatype - -string -
      -
      -

      -
      -
      -

      source secondary key

      -
      - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      -Property - -Value -
      -URI - -source_secondary_key -
      -preferred label - -source secondary key -
      -alternative label - -source_secondary_key -
      -description - -Citation key for the secondary source in sources. The key is typically formatted as Surname_year. -
      -computational entity - -database column -
      -organizedInClass - -
      -has broader - -
    • Identifier -
    • -is unique identifier for - -
    • source secondary citation -
    • -created - -02/01/24 -
      -is in scheme - -traits.build database -
      -datatype - -string -
      -
      -

      -
      -
      -

      trait name

      -
      - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      -Property - -Value -
      -URI - -trait_name -
      -preferred label - -trait name -
      -alternative label - -trait_name -
      -description - -Name of the trait sampled. Allowable values specified in the table definitions. -
      -computational entity - -database column -
      -organizedInClass - -
      -has exact match - -
    • alternative label
    • -
    • label -
    • -created - -02/01/24 -
      -is in scheme - -traits.build database -
      -
      -

      -
      -
      -

      sources table

      -

      -
      -
      -

      dataset id

      -
      - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      -Property - -Value -
      -URI - -dataset_id -
      -preferred label - -dataset id -
      -alternative label - -dataset_id -
      -description - -Primary identifier for each study contributed to AusTraits, most often these are scientific papers, books, or online resources. By default this should be the name of the first author and year of publication, e.g. Falster_2005. -
      -computational entity - -database column -
      -organizedInClass - -
      -has broader - -
    • Identifier -
    • -is unique identifier for - -
    • observations from dataset -
    • -created - -02/01/24 -
      -is in scheme - -traits.build database -
      -
      -

      -
      -
      -

      source id

      -
      - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      -Property - -Value -
      -URI - -source_id -
      -preferred label - -source id -
      -alternative label - -source_id -
      -description - -For datasets that are compilations, an identifier for the original data source. -
      -computational entity - -database column -
      -organizedInClass - -
      -has broader - -
    • Identifier -
    • -is unique identifier for - -
    • observations from source -
    • -created - -02/01/24 -
      -is in scheme - -traits.build database -
      -datatype - -string -
      -
      -

      -
      -
      -

      taxa table

      -

      -
      -
      -

      binomial

      -
      - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      -Property - -Value -
      -URI - -binomial -
      -preferred label - -binomial -
      -alternative label - -binomial -
      -description - -The species-level taxon name match for an original name. This column is assigned na for taxon name that are at a broader taxonomic_resolution. -
      -computational entity - -database column -
      -organizedInClass - -
      -has related match - -
    • specificEpithet -
    • -has broader - -
    • label
    • -
    • preferred label -
    • -is identifier for - -
    • taxon -
    • -created - -02/01/24 -
      -is in scheme - -traits.build database -
      -datatype - -string -
      -
      -

      -
      -
      -

      establishment means

      -
      - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      -Property - -Value -
      -URI - -establishment_means -
      -preferred label - -establishment means -
      -alternative label - -establishment_means -
      -description - -Statement about whether an organism or organisms have been introduced to a given place and time through the direct or indirect activity of modern humans. -
      -computational entity - -database column -
      -organizedInClass - -
      -has exact match - -
    • establishmentMeans -
    • -created - -02/01/24 -
      -is in scheme - -traits.build database -
      -datatype - -string -
      -
      -

      -
      -
      -

      family

      -
      - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      -Property - -Value -
      -URI - -family -
      -preferred label - -family -
      -alternative label - -family -
      -description - -Family of the taxon. -
      -computational entity - -database column -
      -organizedInClass - -
      -has exact match - -
    • family -
    • -has broader - -
    • label
    • -
    • preferred label -
    • -is identifier for - -
    • taxon -
    • -created - -02/01/24 -
      -is in scheme - -traits.build database -
      -datatype - -string -
      -
      -

      -
      -
      -

      genus

      -
      - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      -Property - -Value -
      -URI - -genus -
      -preferred label - -genus -
      -alternative label - -genus -
      -description - -Genus of the taxon without authorship. -
      -computational entity - -database column -
      -organizedInClass - -
      -has exact match - -
    • genus -
    • -has broader - -
    • label
    • -
    • preferred label -
    • -is identifier for - -
    • taxon -
    • -created - -02/01/24 -
      -is in scheme - -traits.build database -
      -datatype - -string -
      -
      -

      -
      -
      -

      original taxon name

      -
      - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      -Property - -Value -
      -URI - -original_name -
      -preferred label preferred label - -original taxon name original name -
      -alternative label alternative label - -original_name original_name -
      -description description - -Name given to taxon in the original data supplied by the authors. Name given to taxon in the original data supplied by the authors. -
      -computational entity computational entity - -database column database column -
      -organizedInClass - -
      -has broader - -
    • label
    • -
    • preferred label
    • -
    • label
    • -
    • preferred label -
    • -is identifier for - -
    • taxon -
    • -is base for - -
    • aligned name
    • -
    • taxon name -
    • -created created - -02/01/24 02/01/24 -
      -is in scheme is in scheme - -traits.build database traits.build database -
      -datatype datatype - -string string -
      -
      -

      -
      -
      -

      scientific name

      -
      - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      -Property - -Value -
      -URI - -scientific_name -
      -preferred label - -scientific name -
      -alternative label - -scientific_name -
      -description - -The full scientific name, with authorship and date information if known. -
      -computational entity - -database column -
      -organizedInClass - -
      -has exact match - -
    • scientificName -
    • -has unique identifier - -
    • scientific name id -
    • -is unique identifier for - -
    • taxon -
    • -created - -02/01/24 -
      -is in scheme - -traits.build database -
      -datatype - -string -
      -
      -

      -
      -
      -

      scientific name id

      -
      - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      -Property - -Value -
      -URI - -scientific_name_id -
      -preferred label - -scientific name id -
      -alternative label - -scientific_name_id -
      -description - -An identifier for the set of taxon information (data associated with the taxon class). May be a global unique identifier or an identifier specific to the data set. Must be resolvable within this dataset. -
      -computational entity - -database column -
      -organizedInClass - -
      -has exact match - -
    • scientificNameID -
    • -has broader - -
    • Identifier -
    • -is unique identifier for - -
    • scientific name -
    • -created - -02/01/24 -
      -is in scheme - -traits.build database -
      -datatype - -anyURI -
      -
      -

      -
      -
      -

      taxon

      -
      - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      -Property - -Value -
      -URI - -taxon -
      -preferred label preferred label - -taxon taxon -
      -alternative label alternative label - -taxon taxon -
      -description description - -A circumscribed set of organisms. A group of organisms assumed to form a homogeneous unit with regard to associated trait measurements. -
      -computational entity computational entity - -database entry database column -
      -organizedInClass - -
      -has exact match - -
    • Taxon -
    • -has broader - -
    • Entity
    • -
    • Characteristic -
    • -has unique identifier - -
    • taxon name
    • -
    • scientific name
    • -
    • scientific name id
    • -
    • taxon id -
    • -has identifier - -
    • original taxon name
    • -
    • trinomial
    • -
    • binomial
    • -
    • genus
    • -
    • family -
    • -has property - -
    • taxon distribution
    • -
    • establishment means -
    • -created created - -02/01/24 02/01/24 -
      -is in scheme is in scheme - -traits.build database traits.build database -
      -datatype - -string -
      -
      -

      -
      -
      -

      taxon distribution

      -
      - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      -Property - -Value -
      -URI - -taxon_distribution -
      -preferred label - -taxon distribution -
      -alternative label - -taxon_distribution -
      -description - -Known distribution of the taxon, by Australian state. -
      -computational entity - -database column -
      -organizedInClass - -
      -created - -02/01/24 -
      -is in scheme - -traits.build database -
      -datatype - -string -
      -
      -

      -
      -
      -

      taxon id

      -
      - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      -Property - -Value -
      -URI - -taxon_id -
      -preferred label - -taxon id -
      -alternative label - -taxon_id -
      -description - -An identifier for the set of taxon information (data associated with the taxon class). May be a global unique identifier or an identifier specific to the data set. Must be resolvable within this dataset. -
      -computational entity - -database column -
      -organizedInClass - -
      -has exact match - -
    • taxonID -
    • -has broader - -
    • Identifier -
    • -is unique identifier for - -
    • taxon name -
    • -created - -02/01/24 -
      -is in scheme - -traits.build database -
      -datatype - -anyURI -
      -
      -

      -
      -
      -

      taxon name

      -
      - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      -Property - -Value -
      -URI - -taxon_name -
      -preferred label - -taxon name -
      -alternative label - -taxon_name -
      -description - -Scientific name of the taxon on which traits were sampled, without authorship. When possible, this is the currently accepted (botanical) or valid (zoological) scientific name, but might also be a higher taxonomic level. -
      -computational entity - -database column -
      -organizedInClass - -
      -has close match - -
    • acceptedNameUsage -
    • -has broader - -
    • label
    • -
    • preferred label -
    • -has unique identifier - -
    • taxon id -
    • -is unique identifier for - -
    • observations of taxon -
    • -has basis - -
    • aligned name
    • -
    • original taxon name -
    • -has property - -
    • taxonomic dataset
    • -
    • taxon rank
    • -
    • taxonomic status -
    • -created - -02/01/24 -
      -is in scheme - -traits.build database -
      -datatype - -string -
      -
      -

      -
      -
      -

      taxon rank

      -
      - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      -Property - -Value -
      -URI - -taxon_rank -
      -preferred label - -taxon rank -
      -alternative label - -taxon_rank -
      -description - -The taxonomic rank of the most specific name in the scientific name. -
      -comment - -This is to clarify cases where information is not given on a species level. -
      -computational entity - -database column -
      -organizedInClass - -
      -has exact match - -
    • taxonRank -
    • -created - -02/01/24 -
      -is in scheme - -traits.build database -
      -datatype - -string -
      -
      -

      -
      -
      -

      taxonomic dataset

      -
      - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      -Property - -Value -
      -URI - -taxonomic_dataset -
      -preferred label - -taxonomic dataset -
      -alternative label - -taxonomic_dataset -
      -description - -Name of the taxonomy (tree) that contains this concept. ie. APC, AusMoss etc. -
      -computational entity - -database column -
      -organizedInClass - -
      -has exact match - -
    • nomenclaturalCode -
    • -created - -02/01/24 -
      -is in scheme - -traits.build database -
      -datatype - -string -
      -
      -

      -
      -
      -

      taxonomic status

      -
      - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      -Property - -Value -
      -URI - -taxonomic_status -
      -preferred label - -taxonomic status -
      -alternative label - -taxonomic_status -
      -description - -The status of the use of the scientificName as a label for the taxon in regard to the ‘accepted (or valid) taxonomy’. The assigned taxonomic status must be linked to a specific taxonomic reference that defines the concept. -
      -computational entity - -database column -
      -organizedInClass - -
      -has exact match - -
    • taxonomicStatus -
    • -created - -02/01/24 -
      -is in scheme - -traits.build database -
      -datatype - -string -
      -
      -

      -
      -
      -

      trinomial

      -
      - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      -Property - -Value -
      -URI - -trinomial -
      -preferred label - -trinomial -
      -alternative label - -trinomial -
      -description - -The infraspecific taxon name match for an original name. This column is assigned na for taxon name that are at a broader taxonomic_resolution. -
      -computational entity - -database column -
      -organizedInClass - -
      -has related match - -
    • infraspecificEpithet -
    • -has broader - -
    • label
    • -
    • preferred label -
    • -is identifier for - -
    • taxon -
    • -created - -02/01/24 -
      -is in scheme - -traits.build database -
      -datatype - -string -
      -
      -

      -
      -
      -

      taxonomic updates table

      -

      -
      -
      -

      aligned name

      -
      - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      -Property - -Value -
      -URI - -aligned_name -
      -preferred label - -aligned name -
      -alternative label - -aligned_name -
      -description - -The taxon name without authorship after implementing automated syntax standardisation and spelling changes as well as manually encoded syntax alignments for this taxon in the metadata file for the corresponding dataset_id. This name has not yet been matched to the currently accepted (botanical) or valid (zoological) taxon name in cases where there are taxonomic synonyms, isonyms, orthographic variants, etc. -
      -computational entity - -database column -
      -organizedInClass - -
      -has broader - -
    • label
    • -
    • preferred label -
    • -has basis - -
    • original taxon name -
    • -is base for - -
    • taxon name -
    • -has property - -
    • taxonomic resolution -
    • -created - -02/01/24 -
      -is in scheme - -traits.build database -
      -datatype - -string -
      -
      -

      -
      -
      -

      dataset id

      -
      - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      -Property - -Value -
      -URI - -dataset_id -
      -preferred label - -dataset id -
      -alternative label - -dataset_id -
      -description - -Primary identifier for each study contributed to AusTraits, most often these are scientific papers, books, or online resources. By default this should be the name of the first author and year of publication, e.g. Falster_2005. -
      -computational entity - -database column -
      -organizedInClass - -
      -has broader - -
    • Identifier -
    • -is unique identifier for - -
    • observations from dataset -
    • -created - -02/01/24 -
      -is in scheme - -traits.build database -
      -
      -

      -
      -
      -

      original taxon name

      -
      - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      -Property - -Value -
      -URI - -original_name -
      -preferred label preferred label - -original taxon name original name -
      -alternative label alternative label - -original_name original_name -
      -description description - -Name given to taxon in the original data supplied by the authors. Name given to taxon in the original data supplied by the authors. -
      -computational entity computational entity - -database column database column -
      -organizedInClass - -
      -has broader - -
    • label
    • -
    • preferred label
    • -
    • label
    • -
    • preferred label -
    • -is identifier for - -
    • taxon -
    • -is base for - -
    • aligned name
    • -
    • taxon name -
    • -created created - -02/01/24 02/01/24 -
      -is in scheme is in scheme - -traits.build database traits.build database -
      -datatype datatype - -string string -
      -
      -

      -
      -
      -

      taxon name

      -
      - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      -Property - -Value -
      -URI - -taxon_name -
      -preferred label - -taxon name -
      -alternative label - -taxon_name -
      -description - -Scientific name of the taxon on which traits were sampled, without authorship. When possible, this is the currently accepted (botanical) or valid (zoological) scientific name, but might also be a higher taxonomic level. -
      -computational entity - -database column -
      -organizedInClass - -
      -has close match - -
    • acceptedNameUsage -
    • -has broader - -
    • label
    • -
    • preferred label -
    • -has unique identifier - -
    • taxon id -
    • -is unique identifier for - -
    • observations of taxon -
    • -has basis - -
    • aligned name
    • -
    • original taxon name -
    • -has property - -
    • taxonomic dataset
    • -
    • taxon rank
    • -
    • taxonomic status -
    • -created - -02/01/24 -
      -is in scheme - -traits.build database -
      -datatype - -string -
      -
      -

      -
      -
      -

      taxonomic resolution

      -
      - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      -Property - -Value -
      -URI - -taxonomic_resolution -
      -preferred label - -taxonomic resolution -
      -alternative label - -taxonomic_resolution -
      -description - -The rank of the most specific taxon name (or scientific name) to which a submitted orignal name resolves. -
      -computational entity - -database column -
      -organizedInClass - -
      -has related match - -
    • taxonRank -
    • -created - -02/01/24 -
      -is in scheme - -traits.build database -
      -datatype - -string -
      -
      -

      -
      -
      -

      traits table

      -

      -
      -
      -

      basis of record

      -
      - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      -Property - -Value -
      -URI - -basis_of_record -
      -preferred label - -basis of record -
      -alternative label - -basis_of_record -
      -description - -A categorical variable specifying from which kind of specimen traits were recorded. -
      -computational entity - -database column -
      -organizedInClass - -
      -has close match - -
    • basisOfRecord -
    • -created - -02/01/24 -
      -is in scheme - -traits.build database -
      -datatype - -string -
      -
      -

      -
      -
      -

      basis of value

      -
      - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      -Property - -Value -
      -URI - -basis_of_value -
      -preferred label - -basis of value -
      -alternative label - -basis_of_value -
      -description - -A categorical variable describing how the trait value was obtained. -
      -computational entity - -database column -
      -organizedInClass - -
      -has exact match - -
    • Measurement Type -
    • -created - -02/01/24 -
      -is in scheme - -traits.build database -
      -datatype - -string -
      -
      -

      -
      -
      -

      collection date

      -
      - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      -Property - -Value -
      -URI - -collection_date -
      -preferred label - -collection date -
      -alternative label - -collection_date -
      -description - -Date sample was taken, in the format yyyy-mm-dd, yyyy-mm or yyyy, depending on the resoluton specified. Alternatively an overall range for the study can be indicating, with the starting and ending sample date sepatated by a /, as in 2010-10/2011-03 -
      -computational entity - -database column -
      -organizedInClass - -
      -has exact match - -
    • eventDate -
    • -has broader - -
    • Measured Value
    • -
    • measurementValue -
    • -characteristic for - -
    • observation -
    • -created - -02/01/24 -
      -is in scheme - -traits.build database -
      -datatype - -date -
      -
      -

      -
      -
      -

      dataset id

      -
      - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      -Property - -Value -
      -URI - -dataset_id -
      -preferred label - -dataset id -
      -alternative label - -dataset_id -
      -description - -Primary identifier for each study contributed to AusTraits, most often these are scientific papers, books, or online resources. By default this should be the name of the first author and year of publication, e.g. Falster_2005. -
      -computational entity - -database column -
      -organizedInClass - -
      -has broader - -
    • Identifier -
    • -is unique identifier for - -
    • observations from dataset -
    • -created - -02/01/24 -
      -is in scheme - -traits.build database -
      -
      -

      -
      -
      -

      entity context id

      -
      - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      -Property - -Value -
      -URI - -entity_context_id -
      -preferred label - -entity context id -
      -alternative label - -entity_context_id -
      -description - -A unique integer identifier indicating specific contextual properties of an individual, possibly including the individual’s sex or caste (for social insects). -
      -computational entity - -database column -
      -organizedInClass - -
      -has broader - -
    • Identifier -
    • -is unique identifier for - -
    • measurement of entity context property -
    • - -
      -is in scheme - -traits.build database -
      -datatype - -integer -
      -
      -

      -
      -
      -

      entity type

      -
      - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      -Property - -Value -
      -URI - -entity_type -
      -preferred label - -entity type -
      -alternative label - -entity_type -
      -description - -A categorical variable specifying the entity corresponding to the trait values recorded. -
      -computational entity - -database column -
      -organizedInClass - -
      -created - -02/01/24 -
      -is in scheme - -traits.build database -
      -datatype - -string -
      -
      -

      -
      -
      -

      individual id

      -
      - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      -Property - -Value -
      -URI - -individual_id -
      -preferred label - -individual id -
      -alternative label - -individual_id -
      -description - -A unique integer identifier for an individual, with individuals numbered sequentially within each dataset by taxon by population grouping. Most often each row of data represents an individual, but in some datasets trait data collected on a single individual is presented across multiple rows of data, such as if the same trait is measured using different methods or the same individual is measured repeatedly across time. -
      -computational entity - -database column -
      -organizedInClass - -
      -has broader - -
    • Identifier -
    • -is unique identifier for - -
    • observations of individual -
    • - -
      -is in scheme - -traits.build database -
      -datatype - -integer -
      -
      -

      -
      -
      -

      life stage

      -
      - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      -Property - -Value -
      -URI - -life_stage -
      -preferred label - -life stage -
      -alternative label - -life_stage -
      -description - -A field to indicate the life stage or age class of the entity measured. Standard values are adult, sapling, seedling and juvenile. -
      -computational entity - -database column -
      -organizedInClass - -
      -has exact match - -
    • lifeStage -
    • -has broader - -
    • Measured Value
    • -
    • measurementValue -
    • -characteristic for - -
    • observation of entity context -
    • -created - -02/01/24 -
      -is in scheme - -traits.build database -
      -datatype - -string -
      -
      -

      -
      -
      -

      location id

      -
      - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      -Property - -Value -
      -URI - -location_id -
      -preferred label - -location id -
      -alternative label - -location_id -
      -description - -A unique integer identifier for a location, with locations numbered sequentially within a dataset. The identifier links to specific information in the location table. -
      -computational entity - -database column -
      -organizedInClass - -
      -has broader - -
    • Identifier -
    • -is unique identifier for - -
    • observations at location -
    • - -
      -is in scheme - -traits.build database -
      -datatype - -integer -
      -
      -

      -
      -
      -

      measurement remarks

      -
      - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      -Property - -Value -
      -URI - -measurement_remarks -
      -preferred label - -measurement remarks -
      -alternative label - -measurement_remarks -
      -description - -Brief comments or notes accompanying the trait measurement. -
      -computational entity - -database column -
      -organizedInClass - -
      -has broader - -
    • comment -
    • -created - -02/01/24 -
      -is in scheme - -traits.build database -
      -datatype - -string -
      -
      -

      -
      -
      -

      method context id

      -
      - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      -Property - -Value -
      -URI - -method_context_id -
      -preferred label - -method context id -
      -alternative label - -method_context_id -
      -description - -A unique integer identifier indicating a trait is measured multiple times on the same entity, with different methods used for each entry. This field is only used if a single trait is measured using multiple methods within the same dataset. The identifier links to specific information in the context table. -
      -computational entity - -database column -
      -organizedInClass - -
      -has broader - -
    • Identifier -
    • - -
      -is in scheme - -traits.build database -
      -datatype - -integer -
      -
      -

      -
      -
      -

      method id

      -
      - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      -Property - -Value -
      -URI - -method_id -
      -preferred label - -method id -
      -alternative label - -method_id -
      -description - -A unique integer identifier to distinguish between multiple sets of methods used to measure a single trait within the same dataset. The identifier links to specific information in the methods table. -
      -computational entity - -database column -
      -organizedInClass - -
      -has broader - -
    • Identifier -
    • -is unique identifier for - -
    • methods -
    • -is specialisation of - -
    • methods -
    • - -
      -is in scheme - -traits.build database -
      -datatype - -integer -
      -
      -

      -
      -
      -

      observation id

      -
      - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      -Property - -Value -
      -URI - -observation_id -
      -preferred label - -observation id -
      -alternative label - -observation_id -
      -description - -A unique integral identifier for the observation, where an observation is all measurements made on an individual at a single point in time. It is important for joining traits coming from the same observation_id. Within each dataset, observation_id’s are unique combinations of taxon_name, population_id, individual_id, and temporal_context_id. -
      -computational entity - -database column -
      -organizedInClass - -
      -has broader - -
    • Identifier -
    • -is unique identifier for - -
    • observation -
    • -created - -02/01/24 -
      -is in scheme - -traits.build database -
      -
      -

      -
      -
      -

      original taxon name

      -
      - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      -Property - -Value -
      -URI - -original_name -
      -preferred label preferred label - -original taxon name original name -
      -alternative label alternative label - -original_name original_name -
      -description description - -Name given to taxon in the original data supplied by the authors. Name given to taxon in the original data supplied by the authors. -
      -computational entity computational entity - -database column database column -
      -organizedInClass - -
      -has broader - -
    • label
    • -
    • preferred label
    • -
    • label
    • -
    • preferred label -
    • -is identifier for - -
    • taxon -
    • -is base for - -
    • aligned name
    • -
    • taxon name -
    • -created created - -02/01/24 02/01/24 -
      -is in scheme is in scheme - -traits.build database traits.build database -
      -datatype datatype - -string string -
      -
      -

      -
      -
      -

      plot context id

      -
      - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      -Property - -Value -
      -URI - -plot_context_id -
      -preferred label - -plot context id -
      -alternative label - -plot_context_id -
      -description - -A unique integer identifier for a plot, where a plot is a distinct collection of organisms within a single geographic location, such as plants growing on different aspects or blocks in an experiment. The identifier links to specific information in the context table. -
      -computational entity - -database column -
      -organizedInClass - -
      -has broader - -
    • Identifier -
    • -is unique identifier for - -
    • measurement of plot context property -
    • - -
      -is in scheme - -traits.build database -
      -datatype - -integer -
      -
      -

      -
      -
      -

      population id

      -
      - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      -Property - -Value -
      -URI - -population_id -
      -preferred label - -population id -
      -alternative label - -population_id -
      -description - -A unique integer identifier for a population, where a population is defined as individuals growing in the same location (location_id /location_name) and plot (plot_context_id, a context category) and being subjected to the same treatment (treatment_context_id, a context category). -
      -computational entity - -database column -
      -organizedInClass - -
      -has broader - -
    • Identifier -
    • -is unique identifier for - -
    • observations of population -
    • - -
      -is in scheme - -traits.build database -
      -datatype - -integer -
      -
      -

      -
      -
      -

      repeat measurements id

      -
      - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      -Property - -Value -
      -URI - -repeat_measurements_id -
      -preferred label - -repeat measurements id -
      -alternative label - -repeat_measurements_id -
      -description - -A unique integer identifier for repeat measurements of a trait that comprise a single observation, such as a response curve. -
      -computational entity - -database column -
      -organizedInClass - -
      -has broader - -
    • Identifier -
    • -is unique identifier for - -
    • observations of individual
    • -
    • collection date -
    • - -
      -is in scheme - -traits.build database -
      -datatype - -integer -
      -
      -

      -
      -
      -

      replicates

      -
      - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      -Property - -Value -
      -URI - -replicates -
      -preferred label - -replicates -
      -alternative label - -replicates -
      -description - -Number of replicate measurements that comprise a recorded trait measurement. A numeric value (or range) is ideal and appropriate if the value type is a mean, median, min or  max. For these value types, if replication is unknown the entry should be unknown. If the value type is raw_value the replicate value should be 1. If the trait is categorical or the value indicates a measurement for an entire species (or other taxon) replicate value should be .na. -
      -computational entity - -database column -
      -organizedInClass - -
      -has exact match - -
    • individualCount -
    • - -
      -is in scheme - -traits.build database -
      -datatype - -integer -
      -
      -

      -
      -
      -

      source id

      -
      - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      -Property - -Value -
      -URI - -source_id -
      -preferred label - -source id -
      -alternative label - -source_id -
      -description - -For datasets that are compilations, an identifier for the original data source. -
      -computational entity - -database column -
      -organizedInClass - -
      -has broader - -
    • Identifier -
    • -is unique identifier for - -
    • observations from source -
    • -created - -02/01/24 -
      -is in scheme - -traits.build database -
      -datatype - -string -
      -
      -

      -
      -
      -

      taxon name

      -
      - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      -Property - -Value -
      -URI - -taxon_name -
      -preferred label - -taxon name -
      -alternative label - -taxon_name -
      -description - -Scientific name of the taxon on which traits were sampled, without authorship. When possible, this is the currently accepted (botanical) or valid (zoological) scientific name, but might also be a higher taxonomic level. -
      -computational entity - -database column -
      -organizedInClass - -
      -has close match - -
    • acceptedNameUsage -
    • -has broader - -
    • label
    • -
    • preferred label -
    • -has unique identifier - -
    • taxon id -
    • -is unique identifier for - -
    • observations of taxon -
    • -has basis - -
    • aligned name
    • -
    • original taxon name -
    • -has property - -
    • taxonomic dataset
    • -
    • taxon rank
    • -
    • taxonomic status -
    • -created - -02/01/24 -
      -is in scheme - -traits.build database -
      -datatype - -string -
      -
      -

      -
      -
      -

      temporal context id

      -
      - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      -Property - -Value -
      -URI - -temporal_context_id -
      -preferred label - -temporal context id -
      -alternative label - -temporal_context_id -
      -description - -A unique integer identifier assigned where repeat observations are made on the same individual (or population, or taxon) across time. The identifier links to specific information in the context table. -
      -computational entity - -database column -
      -organizedInClass - -
      -has broader - -
    • Identifier -
    • -is unique identifier for - -
    • measurement of temporal context property -
    • - -
      -is in scheme - -traits.build database -
      -datatype - -integer -
      -
      -

      -
      -
      -

      trait name

      -
      - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      -Property - -Value -
      -URI - -trait_name -
      -preferred label - -trait name -
      -alternative label - -trait_name -
      -description - -Name of the trait sampled. Allowable values specified in the table definitions. -
      -computational entity - -database column -
      -organizedInClass - -
      -has exact match - -
    • alternative label
    • -
    • label -
    • -created - -02/01/24 -
      -is in scheme - -traits.build database -
      -
      -

      -
      -
      -

      value

      -
      - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      -Property - -Value -
      -URI - -trait_value -
      -preferred label - -value -
      -alternative label - -value -
      -description - -The measured value of a trait. -
      -computational entity - -database column -
      -organizedInClass - -
      -has exact match - -
    • traitValue -
    • -has broader - -
    • Measured Value
    • -
    • measurementValue -
    • -created - -02/01/24 -
      -is in scheme - -traits.build database -
      -
      -

      -
      -
      -

      treatment context id

      -
      - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      -Property - -Value -
      -URI - -treatment_context_id -
      -preferred label - -treatment context id -
      -alternative label - -treatment_context_id -
      -description - -A unique integer identifier for a treatment, where a treatment is any experimental manipulation to an organism’s growing/living conditions. The identifier links to specific information in the context table. -
      -computational entity - -database column -
      -organizedInClass - -
      -has broader - -
    • Identifier -
    • -is unique identifier for - -
    • measurement of treatment context property -
    • - -
      -is in scheme - -traits.build database -
      -datatype - -integer -
      -
      -

      -
      -
      -

      unit

      -
      - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      -Property - -Value -
      -URI - -unit -
      -preferred label - -unit -
      -alternative label - -unit -
      -description - -Units of the sampled trait value after aligning with AusTraits standards. -
      -computational entity - -database column -
      -organizedInClass - -
      -has exact match - -
    • Unit
    • -
    • traitUnit -
    • -created - -02/01/24 -
      -is in scheme - -traits.build database -
      -
      -

      -
      -
      -

      value type

      -
      - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      -Property - -Value -
      -URI - -value_type -
      -preferred label - -value type -
      -alternative label - -value_type -
      -description - -A categorical variable describing the statistical nature of the trait value recorded. -
      -computational entity - -database column -
      -organizedInClass - -
      -has exact match - -
    • Base Characteristic Qualifier -
    • -created - -02/01/24 -
      -is in scheme - -traits.build database -
      -datatype - -string -
      -
      -
      -
      -
      -

      Database Table Entries

      -

      Single, implicitly structured data items in a table.

      -

      -
      -

      context

      -
      - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      -Property - -Value -
      -URI - -context -
      -preferred label - -context -
      -alternative label - -context -
      -description - -The situation within which a trait measurement is made, which can help explain the measured trait value. -
      -computational entity - -database entry -
      -has broader - -
      -created - -02/01/24 -
      -is in scheme - -traits.build database -
      -
      -

      -
      -
      -

      entity

      -
      - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      -Property - -Value -
      -URI - -entity -
      -preferred label - -entity -
      -alternative label - -entity -
      -description - -An entity is an object (e.g., a tree, a community, an ecological process). Entities constitute the foci of observations, i.e., every observation is of exactly one entity. -
      -computational entity - -database entry -
      -has exact match - -
      -created - -02/01/24 -
      -is in scheme - -traits.build database -
      -
      -

      -
      -
      -

      individual

      -
      - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      -Property - -Value -
      -URI - -individual -
      -preferred label - -individual -
      -alternative label - -individual -
      -description - -An individual living organism. -
      -computational entity - -database entry -
      -has exact match - -
      -has broader - -
    • Entity -
    • -has context - -
    • life stage -
    • -created - -02/01/24 -
      -is in scheme - -traits.build database -
      -
      -

      -
      -
      -

      location

      -
      - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      -Property - -Value -
      -URI - -location -
      -preferred label - -location -
      -alternative label - -location -
      -description - -A spatial region or named place. -
      -computational entity - -database entry -
      -has exact match - -
      -has broader - -
    • Entity -
    • -has unique identifier - -
    • location id -
    • -created - -02/01/24 -
      -is in scheme - -traits.build database -
      -
      -

      -
      -
      -

      method context

      -
      - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      -Property - -Value -
      -URI - -method_context -
      -preferred label - -method context -
      -alternative label - -method_context -
      -description - -A compment of a trait measurement protocol that is changed between individual trait measurements and might cause the measured trait values of individuals or populations to change. -
      -computational entity - -database entry -
      -has broader - -
      -created - -02/01/24 -
      -is in scheme - -traits.build database -
      -
      -

      -
      -
      -

      plot context

      -
      - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      -Property - -Value -
      -URI - -plot -
      -preferred label - -plot context -
      -alternative label - -plot -
      -description - -A subdivision of a location, designated because some properties differ across plots within a location, which might cause differences in measured trait values between plots. -
      -computational entity - -database entry -
      -has broader - -
      -created - -02/01/24 -
      -is in scheme - -traits.build database -
      -
      -

      -
      -
      -

      population

      -
      - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      -Property - -Value -
      -URI - -population -
      -preferred label - -population -
      -alternative label - -population -
      -description - -A collection of organisms, all of the same species, that live in the same place. -
      -computational entity - -database entry -
      -has exact match - -
      -has broader - -
    • Entity -
    • -has context - -
    • life stage -
    • -created - -02/01/24 -
      -is in scheme - -traits.build database -
      -
      -

      -
      -
      -

      temporal context

      -
      - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      -Property - -Value -
      -URI - -temporal_context -
      -preferred label - -temporal context -
      -alternative label - -temporal_context -
      -description - -A situation or process that varies across time and might cause the measured trait values of individuals or populations to change across time. -
      -computational entity - -database entry -
      -has broader - -
      -created - -02/01/24 -
      -is in scheme - -traits.build database -
      -
      -

      -
      -
      -

      treatment context

      -
      - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      -Property - -Value -
      -URI - -treatment -
      -preferred label - -treatment context -
      -alternative label - -treatment -
      -description - -An experimental manipulation that subjects different individuals or populations to different conditions, which can lead to differences in measured trait values across treatments. -
      -computational entity - -database entry -
      -has broader - -
      -created - -02/01/24 -
      -is in scheme - -traits.build database -
      -
      -
      -
      -
      -

      Rows within a database table

      -

      Rows or clusters of rows within a database table that represent measurements, observations or observation collections.

      -

      -
      -

      dataset

      -
      - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      -Property - -Value -
      -URI - -dataset -
      -preferred label - -dataset -
      -alternative label - -dataset -
      -description - -13 relational tables and lists containing all data about a dataset. -
      -computational entity - -database -
      -has exact match - -
      -has unique identifier - -
    • dataset id -
    • -created - -02/01/24 -
      -is in scheme - -traits.build database -
      -
      -

      -
      -
      -

      measurement

      -
      - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      -Property - -Value -
      -URI - -measurement -
      -preferred label - -measurement -
      -alternative label - -measurement -
      -description - -A measurement is an assertion that a characteristic of an entity had a particular value with respect to an observation event. -
      -computational entity - -database row -
      -has exact match - -
      -created - -02/01/24 -
      -is in scheme - -traits.build database -
      -
      -

      -
      -
      -

      measurement of entity context property

      -
      - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      -Property - -Value -
      -URI - -measurement_of_entity_context_property -
      -preferred label - -measurement of entity context property -
      -alternative label - -measurement_of_entity_context_property -
      -description - -A measurement made on an entity context property. -
      -computational entity - -database row -
      -has broader - -
      -has unique identifier - -
    • entity context id -
    • -measurement for - -
    • observation of entity context -
    • -created - -02/01/24 -
      -is in scheme - -traits.build database -
      -
      -

      -
      -
      -

      measurement of location property

      -
      - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      -Property - -Value -
      -URI - -measurement_of_location_property -
      -preferred label - -measurement of location property -
      -alternative label - -measurement_of_location_property -
      -description - -A measurement made on a location property. -
      -computational entity - -database row -
      -has broader - -
      -has value - -
    • location property value -
    • -measurement for - -
    • observation of location
    • -
    • observations at location -
    • -created - -02/01/24 -
      -is in scheme - -traits.build database -
      -
      -

      -
      -
      -

      measurement of plot context property

      -
      - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      -Property - -Value -
      -URI - -measurement_of_plot_context_property -
      -preferred label - -measurement of plot context property -
      -alternative label - -measurement_of_plot_context_property -
      -description - -A measurement made on a plot context property. -
      -computational entity - -database row -
      -has broader - -
      -has unique identifier - -
    • plot context id -
    • -measurement for - -
    • observation of plot context -
    • -created - -02/01/24 -
      -is in scheme - -traits.build database -
      -
      -

      -
      -
      -

      measurement of temporal context property

      -
      - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      -Property - -Value -
      -URI - -measurement_of_temporal_context_property -
      -preferred label - -measurement of temporal context property -
      -alternative label - -measurement_of_temporal_context_property -
      -description - -A measurement made on a temporal context property. -
      -computational entity - -database row -
      -has broader - -
      -has unique identifier - -
    • temporal context id -
    • -measurement for - -
    • observation of temporal context -
    • -created - -02/01/24 -
      -is in scheme - -traits.build database -
      -
      -

      -
      -
      -

      measurement of treatment context property

      -
      - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      -Property - -Value -
      -URI - -measurement_of_treatment_context_property -
      -preferred label - -measurement of treatment context property -
      -alternative label - -measurement_of_treatment_context_property -
      -description - -A measurement made on a treatment context property. -
      -computational entity - -database row -
      -has broader - -
      -has unique identifier - -
    • treatment context id -
    • -has value - -
    • context property value -
    • -measurement for - -
    • observation of a treatment context -
    • -created - -02/01/24 -
      -is in scheme - -traits.build database -
      -
      -

      -
      -
      -

      observation

      -
      - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      -Property - -Value -
      -URI - -observation -
      -preferred label - -observation -
      -alternative label - -observation -
      -description - -An Observation is a collection of measurements made at a single point in time. In traits.build it is the subset of rows within the traits data that are made on the same entity and share the same observation_id. -
      -comment - -An observation is an assertion that an entity (e.g., biological organisms, geographic locations, or environmental features, among others) was observed by an observer. An observation primarily serves to group a set of measurements together into a single "observation event". Observations are often made within a broader context. The context of an observation is given by other observations, implying that an observed entity (and specifically each corresponding measurement) contextualizes another observed entity (and its corresponding measurements). For example, an observation associated with a location may serve as context for an observation associated with an organism. In this case, the observed characteristic values of the location (such as humidity) are assumed constant for the corresponding measurements of the organism. -
      -computational entity - -database table -
      -has exact match - -
      -has unique identifier - -
    • observation id -
    • -created - -02/01/24 -
      -is in scheme - -traits.build database -
      -
      -

      -
      -
      -

      observation of entity context

      -
      - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      -Property - -Value -
      -URI - -observation_of_entity_context -
      -preferred label - -observation of entity context -
      -alternative label - -observation_of_entity_context -
      -description - -Observation where entity is a category of context indicating repeat observations have been made on an individual, population or species-level entity across time which might affect the entity’s measured trait values. -
      -computational entity - -database table -
      -has broader - -
      -has unique identifier - -
    • entity context id -
    • -of entity - -
    • individual
    • -
    • population
    • -
    • taxon -
    • -has measurement - -
    • measurement of entity context property -
    • -characteristic for - -
    • entity context property -
    • -created - -02/01/24 -
      -is in scheme - -traits.build database -
      -
      -

      -
      -
      -

      observation of location

      -
      - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      -Property - -Value -
      -URI - -observation_of_location -
      -preferred label - -observation of location -
      -alternative label - -observation_of_location -
      -description - -Observation of location properties at a single location. -
      -computational entity - -database table -
      -has broader - -
      -has unique identifier - -
    • location id -
    • -of entity - -
    • location -
    • -has measurement - -
    • measurement of location property -
    • -created - -02/01/24 -
      -is in scheme - -traits.build database -
      -
      -

      -
      -
      -

      observation of plot context

      -
      - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      -Property - -Value -
      -URI - -observation_of_plot_context -
      -preferred label - -observation of plot context -
      -alternative label - -observation_of_plot_context -
      -description - -Observation where entity is a category of context indicating variation across plots at a single location might affect the trait values measured on individual or population-level entities. -
      -computational entity - -database table -
      -has broader - -
      -has unique identifier - -
    • plot context id -
    • -of entity - -
    • plot context -
    • -has measurement - -
    • measurement of plot context property -
    • -characteristic for - -
    • plot context property -
    • -created - -02/01/24 -
      -is in scheme - -traits.build database -
      -
      -

      -
      -
      -

      observation of temporal context

      -
      - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      -Property - -Value -
      -URI - -observation_of_temporal_context -
      -preferred label - -observation of temporal context -
      -alternative label - -observation_of_temporal_context -
      -description - -Observation where entity is a category of context indicating repeat observations have been made on a plot, which might affect the trait values measured on individual or population-level entities. -
      -comment - -Examples of temporal contexts are sampling season, sampling time of day, and sequential observation numbers without any linked categorical description. -
      -computational entity - -database table -
      -has broader - -
      -has unique identifier - -
    • temporal context id -
    • -of entity - -
    • temporal context -
    • -has measurement - -
    • measurement of temporal context property -
    • -characteristic for - -
    • temporal context property -
    • -created - -02/01/24 -
      -is in scheme - -traits.build database -
      -
      -

      -
      -
      -

      observation of a treatment context

      -
      - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      -Property - -Value -
      -URI - -observation_of_treatment_context -
      -preferred label - -observation of a treatment context -
      -alternative label - -observation_of_treatment_context -
      -description - -Observation where entity is a context indicating experimental manipulations that might affect the trait values measured on an individual, population or species-level entities. -
      -comment - -Examples include growing temperature, growing CO2 concentrations, and nutrient amendments. -
      -computational entity - -database table -
      -has broader - -
      -has unique identifier - -
    • treatment context id -
    • -of entity - -
    • treatment context -
    • -has measurement - -
    • measurement of treatment context property -
    • -characteristic for - -
    • treatment context property -
    • -created - -02/01/24 -
      -is in scheme - -traits.build database -
      -
      -

      -
      -
      -

      observations at location

      -
      - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      -Property - -Value -
      -URI - -observations_at_location -
      -preferred label - -observations at location -
      -alternative label - -observations_at_location -
      -description - -Observation collection of location properties and organismal traits at a single location. -
      -computational entity - -database table -
      -has broader - -
      -has unique identifier - -
    • location id -
    • -of entity - -
    • location
    • -
    • population
    • -
    • individual -
    • -has measurement - -
    • measurement of location property
    • -
    • trait measurement -
    • -created - -02/01/24 -
      -is in scheme - -traits.build database -
      -
      -

      -
      -
      -

      observations from dataset

      -
      - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      -Property - -Value -
      -URI - -observations_from_dataset -
      -preferred label - -observations from dataset -
      -alternative label - -observations_from_dataset -
      -description - -Observation collection encompassing all observations that comprise a dataset. -
      -computational entity - -database table -
      -has broader - -
      -has unique identifier - -
    • dataset id -
    • -of entity - -
    • dataset -
    • -has measurement - -
    • trait measurement
    • -
    • measurement of location property
    • -
    • measurement of treatment context property
    • -
    • measurement of plot context property
    • -
    • measurement of entity context property
    • -
    • measurement of temporal context property -
    • -created - -02/01/24 -
      -is in scheme - -traits.build database -
      -
      -

      -
      -
      -

      observations from source

      -
      - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      -Property - -Value -
      -URI - -observations_from_source -
      -preferred label - -observations from source -
      -alternative label - -observations_from_source -
      -description - -Observation collection encompassing all observations for a single published or unpublished source. -
      -computational entity - -database table -
      -has broader - -
      -has unique identifier - -
    • source id -
    • -of entity - -
    • source primary citation -
    • -has measurement - -
    • trait measurement
    • -
    • measurement of location property
    • -
    • measurement of treatment context property
    • -
    • measurement of plot context property
    • -
    • measurement of entity context property
    • -
    • measurement of temporal context property -
    • -created - -02/01/24 -
      -is in scheme - -traits.build database -
      -
      -

      -
      -
      -

      observations of individual

      -
      - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      -Property - -Value -
      -URI - -observations_of_individual -
      -preferred label - -observations of individual -
      -alternative label - -observations_of_individual -
      -description - -Observation collection encompassing all observations on a single individual. -
      -computational entity - -database table -
      -has broader - -
      -has unique identifier - -
    • individual id -
    • -of entity - -
    • individual -
    • -has measurement - -
    • trait measurement -
    • -created - -02/01/24 -
      -is in scheme - -traits.build database -
      -
      -

      -
      -
      -

      observations of population

      -
      - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      -Property - -Value -
      -URI - -observations_of_population -
      -preferred label - -observations of population -
      -alternative label - -observations_of_population -
      -description - -Observation collection encompassing all observations on a single population. -
      -computational entity - -database table -
      -has broader - -
      -has unique identifier - -
    • population id -
    • -of entity - -
    • population -
    • -has measurement - -
    • trait measurement -
    • -created - -02/01/24 -
      -is in scheme - -traits.build database -
      -
      -

      -
      -
      -

      observations of taxon

      -
      - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      -Property - -Value -
      -URI - -observations_of_taxon -
      -preferred label - -observations of taxon -
      -alternative label - -observations_of_taxon -
      -description - -Observation collection encompassing all observations on a single taxon within a single dataset. -
      -comment - -An observation collection is a container for a set of observations. -
      -computational entity - -database table -
      -has broader - -
      -has unique identifier - -
    • taxon name -
    • -of entity - -
    • taxon -
    • -has measurement - -
    • trait measurement -
    • -created - -02/01/24 -
      -is in scheme - -traits.build database -
      -
      -

      -
      -
      -

      trait measurement

      -
      - - - ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      -Property - -Value -
      -URI - -trait_measurement -
      -preferred label - -trait measurement -
      -alternative label - -trait_measurement -
      -description - -A measurement made on a trait. -
      -computational entity - -database row -
      -has broader - -
      -has value - -
    • value -
    • -measurement for - -
    • observation
    • -
    • observations from dataset
    • -
    • observations from source
    • -
    • observations of taxon
    • -
    • observations at location
    • -
    • observations of population
    • -
    • observations of individual -
    • -created - -02/01/24 -
      -is in scheme - -traits.build database -
      -
      -
      -
      -
      -
      -

      3. Acknowledgements

      -

      We are grateful to S Cox, J Smillie, K Levett, M Barlow, and C Brady for useful conversations. The AusTraits project received investment (https://doi.org/10.47486/TD044, https://doi.org/10.47486/DP720) from the Australian Research Data Commons (ARDC). The ARDC is funded by the National Collaborative Research Infrastructure Strategy (NCRIS).

      -
      - - - - -
      - - - - - \ No newline at end of file diff --git a/ontology/output/ontology/release/0.1.0/traits.build.json b/ontology/output/ontology/release/0.1.0/traits.build.json index 8576c069..1522ed1a 100644 --- a/ontology/output/ontology/release/0.1.0/traits.build.json +++ b/ontology/output/ontology/release/0.1.0/traits.build.json @@ -1862,7 +1862,7 @@ }, { "@id": "https://w3id.org/traits.build", - "http://purl.org/dc/terms/created": "01/02/24^^", + "http://purl.org/dc/terms/created": "01 February 2024^^", "http://purl.org/dc/terms/creator": [ "Sophie Yang", "Elizabeth Wenk", @@ -1904,7 +1904,7 @@ "@id": "https://w3id.org/traits.build/ORCID", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -1951,7 +1951,7 @@ "@id": "https://w3id.org/traits.build/additional_role", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -1995,7 +1995,7 @@ "@id": "https://w3id.org/traits.build/affiliation", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -2039,7 +2039,7 @@ "@id": "https://w3id.org/traits.build/aligned_name", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -2091,7 +2091,7 @@ "@id": "https://w3id.org/traits.build/allowed_values_levels", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -2145,7 +2145,7 @@ "@id": "https://w3id.org/traits.build/allowed_values_max", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -2189,7 +2189,7 @@ "@id": "https://w3id.org/traits.build/allowed_values_min", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -2233,7 +2233,7 @@ "@id": "https://w3id.org/traits.build/assistants", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -2280,7 +2280,7 @@ "@id": "https://w3id.org/traits.build/basis_of_record", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -2318,7 +2318,7 @@ "@id": "https://w3id.org/traits.build/basis_of_value", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -2359,7 +2359,7 @@ "@id": "https://w3id.org/traits.build/binomial", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -2411,7 +2411,7 @@ }, "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -2460,7 +2460,7 @@ "@id": "https://w3id.org/traits.build/comments", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -2514,7 +2514,7 @@ "@id": "https://w3id.org/traits.build/context", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -2549,7 +2549,7 @@ }, "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -2596,7 +2596,7 @@ "@id": "https://w3id.org/traits.build/contexts_category", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -2637,7 +2637,7 @@ "@id": "https://w3id.org/traits.build/contexts_description", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -2676,6 +2676,10 @@ }, { "@id": "https://w3id.org/traits.build/contexts_link_id", + "http://purl.org/dc/terms/created": { + "@type": "xsd:date", + "@value": "01 February 2024" + }, "http://purl.org/dc/terms/description": { "@language": "en", "@value": "Variable indicating which identifier column in the traits table contains the specified `link_vals`." @@ -2727,6 +2731,10 @@ }, { "@id": "https://w3id.org/traits.build/contexts_link_vals", + "http://purl.org/dc/terms/created": { + "@type": "xsd:date", + "@value": "01 February 2024" + }, "http://purl.org/dc/terms/description": { "@language": "en", "@value": "Unique integer identifiers that link between identifier columns in the `traits` table and the contextual properties/values in the `contexts` table." @@ -2783,7 +2791,7 @@ }, "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -2826,7 +2834,7 @@ "@id": "https://w3id.org/traits.build/contributor", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -2872,10 +2880,10 @@ } }, { - "@id": "https://w3id.org/traits.build/data_collector", + "@id": "https://w3id.org/traits.build/data_collectors", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -2919,14 +2927,14 @@ }, "http://www.w3.org/2000/01/rdf-schema#label": { "@language": "en", - "@value": "data collector" + "@value": "data collectors" }, "http://www.w3.org/2002/07/owl#sameAs": { "@id": "http://vocab.fairdatacollective.org/gdmt/DataCollector" }, "http://www.w3.org/2004/02/skos/core#altLabel": { "@language": "en", - "@value": "data_collector" + "@value": "data_collectors" }, "http://www.w3.org/2004/02/skos/core#broader": { "@id": "http://purl.org/dc/terms/contributor" @@ -2939,14 +2947,14 @@ }, "http://www.w3.org/2004/02/skos/core#prefLabel": { "@language": "en", - "@value": "data collector" + "@value": "data collectors" } }, { "@id": "https://w3id.org/traits.build/dataset", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -2984,7 +2992,7 @@ "@id": "https://w3id.org/traits.build/dataset_curators", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -3031,7 +3039,7 @@ "@id": "https://w3id.org/traits.build/dataset_id", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -3089,7 +3097,7 @@ "@id": "https://w3id.org/traits.build/description", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -3146,7 +3154,7 @@ }, "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -3198,7 +3206,7 @@ "@id": "https://w3id.org/traits.build/entity", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -3231,13 +3239,22 @@ }, { "@id": "https://w3id.org/traits.build/entity_context_id", + "http://purl.org/dc/terms/created": { + "@type": "xsd:date", + "@value": "01 February 2024" + }, "http://purl.org/dc/terms/description": { "@language": "en", "@value": "A unique integer identifier indicating specific contextual properties of an individual, possibly including the individual's sex or caste (for social insects)." }, - "http://rs.tdwg.org/dwc/terms/attributes/organizedInClass": { - "@id": "https://w3id.org/traits.build/traits.build-traits" - }, + "http://rs.tdwg.org/dwc/terms/attributes/organizedInClass": [ + { + "@id": "https://w3id.org/traits.build/traits.build-contexts" + }, + { + "@id": "https://w3id.org/traits.build/traits.build-traits" + } + ], "http://semanticscience.org/resource/SIO_000602": { "@id": "http://semanticscience.org/resource/SIO_000757" }, @@ -3270,7 +3287,7 @@ "@id": "https://w3id.org/traits.build/entity_context_property", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -3320,7 +3337,7 @@ "@id": "https://w3id.org/traits.build/entity_type", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -3355,7 +3372,7 @@ "@id": "https://w3id.org/traits.build/establishment_means", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -3399,7 +3416,7 @@ "@id": "https://w3id.org/traits.build/family", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -3451,7 +3468,7 @@ "@id": "https://w3id.org/traits.build/genus", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -3503,7 +3520,7 @@ "@id": "https://w3id.org/traits.build/given_name", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -3553,7 +3570,7 @@ }, "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -3589,6 +3606,10 @@ }, { "@id": "https://w3id.org/traits.build/individual_id", + "http://purl.org/dc/terms/created": { + "@type": "xsd:date", + "@value": "01 February 2024" + }, "http://purl.org/dc/terms/description": { "@language": "en", "@value": "A unique integer identifier for an individual, with individuals numbered sequentially within each dataset by taxon by population grouping. Most often each row of data represents an individual, but in some datasets trait data collected on a single individual is presented across multiple rows of data, such as if the same trait is measured using different methods or the same individual is measured repeatedly across time." @@ -3628,7 +3649,7 @@ "@id": "https://w3id.org/traits.build/label", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -3688,7 +3709,7 @@ "@id": "https://w3id.org/traits.build/last_name", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -3738,7 +3759,7 @@ }, "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -3793,7 +3814,7 @@ }, "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -3842,7 +3863,7 @@ "@id": "https://w3id.org/traits.build/location", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -3881,6 +3902,10 @@ }, { "@id": "https://w3id.org/traits.build/location_id", + "http://purl.org/dc/terms/created": { + "@type": "xsd:date", + "@value": "01 February 2024" + }, "http://purl.org/dc/terms/description": { "@language": "en", "@value": "A unique integer identifier for a location, with locations numbered sequentially within a dataset. The identifier links to specific information in the location table." @@ -3925,7 +3950,7 @@ "@id": "https://w3id.org/traits.build/location_name", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -3974,7 +3999,7 @@ }, "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -4012,7 +4037,7 @@ "@id": "https://w3id.org/traits.build/locations_value", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -4058,7 +4083,7 @@ }, "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -4110,7 +4135,7 @@ "@id": "https://w3id.org/traits.build/measurement", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -4148,7 +4173,7 @@ }, "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -4194,7 +4219,7 @@ ], "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -4229,7 +4254,7 @@ }, "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -4267,7 +4292,7 @@ }, "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -4308,7 +4333,7 @@ }, "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -4343,7 +4368,7 @@ "@id": "https://w3id.org/traits.build/measurement_remarks", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -4381,7 +4406,7 @@ "@id": "https://w3id.org/traits.build/method_context", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -4416,13 +4441,22 @@ }, { "@id": "https://w3id.org/traits.build/method_context_id", + "http://purl.org/dc/terms/created": { + "@type": "xsd:date", + "@value": "01 February 2024" + }, "http://purl.org/dc/terms/description": { "@language": "en", "@value": "A unique integer identifier indicating a trait is measured multiple times on the same entity, with different methods used for each entry. This field is only used if a single trait is measured using multiple methods within the same dataset. The identifier links to specific information in the context table." }, - "http://rs.tdwg.org/dwc/terms/attributes/organizedInClass": { - "@id": "https://w3id.org/traits.build/traits.build-traits" - }, + "http://rs.tdwg.org/dwc/terms/attributes/organizedInClass": [ + { + "@id": "https://w3id.org/traits.build/traits.build-contexts" + }, + { + "@id": "https://w3id.org/traits.build/traits.build-traits" + } + ], "http://semanticscience.org/resource/SIO_000602": { "@id": "http://semanticscience.org/resource/SIO_000757" }, @@ -4452,7 +4486,7 @@ "@id": "https://w3id.org/traits.build/method_context_property", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -4500,6 +4534,10 @@ }, { "@id": "https://w3id.org/traits.build/method_id", + "http://purl.org/dc/terms/created": { + "@type": "xsd:date", + "@value": "01 February 2024" + }, "http://purl.org/dc/terms/description": { "@language": "en", "@value": "A unique integer identifier to distinguish between multiple sets of methods used to measure a single trait within the same dataset. The identifier links to specific information in the methods table." @@ -4547,7 +4585,7 @@ "@id": "https://w3id.org/traits.build/methods_description", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -4594,7 +4632,7 @@ "@id": "https://w3id.org/traits.build/methods_methods", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -4635,7 +4673,7 @@ "@id": "https://w3id.org/traits.build/observation", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -4677,7 +4715,7 @@ "@id": "https://w3id.org/traits.build/observation_id", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -4732,7 +4770,7 @@ ], "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -4773,7 +4811,7 @@ }, "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -4817,7 +4855,7 @@ }, "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -4861,7 +4899,7 @@ }, "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -4909,7 +4947,7 @@ }, "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -4967,7 +5005,7 @@ ], "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -5025,7 +5063,7 @@ }, "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -5083,7 +5121,7 @@ }, "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -5124,7 +5162,7 @@ }, "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -5165,7 +5203,7 @@ }, "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -5206,7 +5244,7 @@ }, "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -5245,16 +5283,13 @@ "@id": "https://w3id.org/traits.build/original_name", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", "@value": "Name given to taxon in the original data supplied by the authors." }, "http://rs.tdwg.org/dwc/terms/attributes/organizedInClass": [ - { - "@id": "https://w3id.org/traits.build/traits.build-taxa" - }, { "@id": "https://w3id.org/traits.build/traits.build-taxonomic_updates" }, @@ -5265,30 +5300,13 @@ "http://semanticscience.org/resource/SIO_000602": { "@id": "http://semanticscience.org/resource/SIO_000757" }, - "http://semanticscience.org/resource/SIO_000642": [ - { - "@id": "https://w3id.org/traits.build/taxon_name" - }, - { - "@id": "https://w3id.org/traits.build/aligned_name" - } - ], - "http://semanticscience.org/resource/SIO_000672": { - "@id": "https://w3id.org/traits.build/taxon" - }, "http://www.w3.org/1999/02/22-rdf-syntax-ns#datatype": { "@id": "http://www.w3.org/2001/XMLSchema#string" }, - "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@language": "en", - "@value": "original name" - }, - { - "@language": "en", - "@value": "original taxon name" - } - ], + "http://www.w3.org/2000/01/rdf-schema#label": { + "@language": "en", + "@value": "original taxon name" + }, "http://www.w3.org/2004/02/skos/core#altLabel": { "@language": "en", "@value": "original_name" @@ -5304,22 +5322,16 @@ "http://www.w3.org/2004/02/skos/core#inScheme": { "@id": "https://w3id.org/traits.build/" }, - "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "original name" - }, - { - "@language": "en", - "@value": "original taxon name" - } - ] + "http://www.w3.org/2004/02/skos/core#prefLabel": { + "@language": "en", + "@value": "original taxon name" + } }, { "@id": "https://w3id.org/traits.build/plot", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -5354,13 +5366,22 @@ }, { "@id": "https://w3id.org/traits.build/plot_context_id", + "http://purl.org/dc/terms/created": { + "@type": "xsd:date", + "@value": "01 February 2024" + }, "http://purl.org/dc/terms/description": { "@language": "en", "@value": "A unique integer identifier for a plot, where a plot is a distinct collection of organisms within a single geographic location, such as plants growing on different aspects or blocks in an experiment. The identifier links to specific information in the context table." }, - "http://rs.tdwg.org/dwc/terms/attributes/organizedInClass": { - "@id": "https://w3id.org/traits.build/traits.build-traits" - }, + "http://rs.tdwg.org/dwc/terms/attributes/organizedInClass": [ + { + "@id": "https://w3id.org/traits.build/traits.build-contexts" + }, + { + "@id": "https://w3id.org/traits.build/traits.build-traits" + } + ], "http://semanticscience.org/resource/SIO_000602": { "@id": "http://semanticscience.org/resource/SIO_000757" }, @@ -5393,7 +5414,7 @@ "@id": "https://w3id.org/traits.build/plot_context_property", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -5446,7 +5467,7 @@ }, "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -5482,6 +5503,10 @@ }, { "@id": "https://w3id.org/traits.build/population_id", + "http://purl.org/dc/terms/created": { + "@type": "xsd:date", + "@value": "01 February 2024" + }, "http://purl.org/dc/terms/description": { "@language": "en", "@value": "A unique integer identifier for a population, where a population is defined as individuals growing in the same location (location_id /location_name) and plot (plot_context_id, a context category) and being subjected to the same treatment (treatment_context_id, a context category)." @@ -5519,6 +5544,10 @@ }, { "@id": "https://w3id.org/traits.build/repeat_measurements_id", + "http://purl.org/dc/terms/created": { + "@type": "xsd:date", + "@value": "01 February 2024" + }, "http://purl.org/dc/terms/description": { "@language": "en", "@value": "A unique integer identifier for repeat measurements of a trait that comprise a single observation, such as a response curve." @@ -5561,6 +5590,10 @@ }, { "@id": "https://w3id.org/traits.build/replicates", + "http://purl.org/dc/terms/created": { + "@type": "xsd:date", + "@value": "01 February 2024" + }, "http://purl.org/dc/terms/description": { "@language": "en", "@value": "Number of replicate measurements that comprise a recorded trait measurement. A numeric value (or range) is ideal and appropriate if the value type is a `mean`, `median`, `min` or  `max`. For these value types, if replication is unknown the entry should be `unknown`. If the value type is `raw_value` the replicate value should be 1. If the trait is categorical or the value indicates a measurement for an entire species (or other taxon) replicate value should be `.na`." @@ -5600,7 +5633,7 @@ "@id": "https://w3id.org/traits.build/sampling_strategy", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -5644,7 +5677,7 @@ "@id": "https://w3id.org/traits.build/scientific_name", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -5691,7 +5724,7 @@ "@id": "https://w3id.org/traits.build/scientific_name_id", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -5738,7 +5771,7 @@ "@id": "https://w3id.org/traits.build/source_id", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -5784,7 +5817,7 @@ "@id": "https://w3id.org/traits.build/source_original_dataset_citation", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -5828,7 +5861,7 @@ "@id": "https://w3id.org/traits.build/source_original_dataset_key", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -5875,7 +5908,7 @@ "@id": "https://w3id.org/traits.build/source_primary_citation", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -5919,7 +5952,7 @@ "@id": "https://w3id.org/traits.build/source_primary_key", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -5966,7 +5999,7 @@ "@id": "https://w3id.org/traits.build/source_secondary_citation", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -6010,7 +6043,7 @@ "@id": "https://w3id.org/traits.build/source_secondary_key", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -6051,7 +6084,7 @@ "@id": "https://w3id.org/traits.build/taxon", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": [ { @@ -6150,7 +6183,7 @@ "@id": "https://w3id.org/traits.build/taxon_distribution", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -6188,7 +6221,7 @@ "@id": "https://w3id.org/traits.build/taxon_id", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -6235,7 +6268,7 @@ "@id": "https://w3id.org/traits.build/taxon_name", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -6314,7 +6347,7 @@ "@id": "https://w3id.org/traits.build/taxon_rank", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -6362,7 +6395,7 @@ "@id": "https://w3id.org/traits.build/taxonomic_dataset", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -6406,7 +6439,7 @@ "@id": "https://w3id.org/traits.build/taxonomic_resolution", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -6447,7 +6480,7 @@ "@id": "https://w3id.org/traits.build/taxonomic_status", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -6491,7 +6524,7 @@ "@id": "https://w3id.org/traits.build/temporal_context", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -6526,13 +6559,22 @@ }, { "@id": "https://w3id.org/traits.build/temporal_context_id", + "http://purl.org/dc/terms/created": { + "@type": "xsd:date", + "@value": "01 February 2024" + }, "http://purl.org/dc/terms/description": { "@language": "en", "@value": "A unique integer identifier assigned where repeat observations are made on the same individual (or population, or taxon) across time. The identifier links to specific information in the context table." }, - "http://rs.tdwg.org/dwc/terms/attributes/organizedInClass": { - "@id": "https://w3id.org/traits.build/traits.build-traits" - }, + "http://rs.tdwg.org/dwc/terms/attributes/organizedInClass": [ + { + "@id": "https://w3id.org/traits.build/traits.build-contexts" + }, + { + "@id": "https://w3id.org/traits.build/traits.build-traits" + } + ], "http://semanticscience.org/resource/SIO_000602": { "@id": "http://semanticscience.org/resource/SIO_000757" }, @@ -6565,7 +6607,7 @@ "@id": "https://w3id.org/traits.build/temporal_context_property", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -6615,7 +6657,7 @@ "@id": "https://w3id.org/traits.build/trait", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -6684,7 +6726,7 @@ "@id": "https://w3id.org/traits.build/trait_concept_URI", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -6764,7 +6806,7 @@ ], "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -6796,7 +6838,7 @@ "@id": "https://w3id.org/traits.build/trait_name", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -6852,7 +6894,7 @@ "@id": "https://w3id.org/traits.build/trait_value", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -6896,6 +6938,10 @@ }, { "@id": "https://w3id.org/traits.build/traits.build-build_info", + "http://purl.org/dc/terms/created": { + "@type": "xsd:date", + "@value": "01 February 2024" + }, "http://purl.org/dc/terms/description": { "@language": "en", "@value": "A description of the computing environment used to create this version of the dataset, including version number, git commit and R session_info." @@ -6923,7 +6969,7 @@ "@id": "https://w3id.org/traits.build/traits.build-contexts", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -6952,7 +6998,7 @@ "@id": "https://w3id.org/traits.build/traits.build-contributors", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -6981,7 +7027,7 @@ "@id": "https://w3id.org/traits.build/traits.build-definitions", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -7016,7 +7062,7 @@ "@id": "https://w3id.org/traits.build/traits.build-excluded_data", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -7045,7 +7091,7 @@ "@id": "https://w3id.org/traits.build/traits.build-locations", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -7081,7 +7127,7 @@ "@id": "https://w3id.org/traits.build/traits.build-metadata", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -7113,7 +7159,7 @@ "@id": "https://w3id.org/traits.build/traits.build-methods", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -7143,6 +7189,10 @@ }, { "@id": "https://w3id.org/traits.build/traits.build-schema", + "http://purl.org/dc/terms/created": { + "@type": "xsd:date", + "@value": "01 February 2024" + }, "http://purl.org/dc/terms/description": { "@language": "en", "@value": "A copy of the schema for all tables and terms. Information included here was used to process data and generate any documentation for the study." @@ -7170,7 +7220,7 @@ "@id": "https://w3id.org/traits.build/traits.build-sources", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -7199,7 +7249,7 @@ "@id": "https://w3id.org/traits.build/traits.build-taxa", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -7234,7 +7284,7 @@ "@id": "https://w3id.org/traits.build/traits.build-taxonomic_updates", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -7263,7 +7313,7 @@ "@id": "https://w3id.org/traits.build/traits.build-traits", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -7310,7 +7360,7 @@ "@id": "https://w3id.org/traits.build/treatment", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -7345,13 +7395,22 @@ }, { "@id": "https://w3id.org/traits.build/treatment_context_id", + "http://purl.org/dc/terms/created": { + "@type": "xsd:date", + "@value": "01 February 2024" + }, "http://purl.org/dc/terms/description": { "@language": "en", "@value": "A unique integer identifier for a treatment, where a treatment is any experimental manipulation to an organism's growing/living conditions. The identifier links to specific information in the context table." }, - "http://rs.tdwg.org/dwc/terms/attributes/organizedInClass": { - "@id": "https://w3id.org/traits.build/traits.build-traits" - }, + "http://rs.tdwg.org/dwc/terms/attributes/organizedInClass": [ + { + "@id": "https://w3id.org/traits.build/traits.build-contexts" + }, + { + "@id": "https://w3id.org/traits.build/traits.build-traits" + } + ], "http://semanticscience.org/resource/SIO_000602": { "@id": "http://semanticscience.org/resource/SIO_000757" }, @@ -7384,7 +7443,7 @@ "@id": "https://w3id.org/traits.build/treatment_context_property", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -7434,7 +7493,7 @@ "@id": "https://w3id.org/traits.build/trinomial", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -7483,7 +7542,7 @@ "@id": "https://w3id.org/traits.build/type", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -7527,7 +7586,7 @@ "@id": "https://w3id.org/traits.build/unit", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -7575,7 +7634,7 @@ "@id": "https://w3id.org/traits.build/units", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -7619,7 +7678,7 @@ "@id": "https://w3id.org/traits.build/value_type", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", diff --git a/ontology/output/ontology/release/0.1.0/traits.build.nq b/ontology/output/ontology/release/0.1.0/traits.build.nq index 77c34dcb..85865c70 100644 --- a/ontology/output/ontology/release/0.1.0/traits.build.nq +++ b/ontology/output/ontology/release/0.1.0/traits.build.nq @@ -7,7 +7,7 @@ "traits table"@en . "A table containing measurements of traits."@en . "Includes information that must be recorded at the Measurement or Observation level."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . . "contexts table"@en . @@ -15,7 +15,7 @@ . "contexts table"@en . "A table containing observations of contextual characteristics associated with information in `traits`. Cross referencing between the two dataframes is possible using combinations of the variables `dataset_id`, `link_id`, and `link_vals`."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . "locations table"@en . "locations"@en . @@ -24,7 +24,7 @@ "locations table"@en . "A table containing observations of location/site characteristics associated with information in `traits`. Cross referencing between the two dataframes is possible using combinations of the variables `dataset_id`, `location_name`."@en . "Includes information about Location properties."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . "methods table"@en . "methods"@en . @@ -32,21 +32,21 @@ . "methods table"@en . "A table containing details on methods with which data were collected, including time frame and source. Cross referencing with the `traits` table is possible using combinations of the variables `dataset_id`, `trait_name`."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . "excluded data table"@en . "excluded_data"@en . . "excluded data table"@en . "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."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . "taxonomic updates table"@en . "taxonomic_updates"@en . . "taxonomic updates table"@en . "A table of all taxonomic changes implemented in the construction of AusTraits. Changes are determined by comparing the originally submitted taxon name against the taxonomic names listed in the taxonomic reference files, best placed in a subfolder in the `config` folder . Cross referencing with the `traits` table is possible using combinations of the variables `dataset_id` and `taxon_name`."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . "taxa table"@en . "taxa"@en . @@ -54,7 +54,7 @@ . "taxa table"@en . "A table containing details on taxa associated with information in `traits`. Whenever possible, this information is sourced from curated taxon lists that include identifiers for each taxon. The information compiled in this table is released under a CC-BY3 license. Cross referencing between the two dataframes is possible using combinations of the variable `taxon_name`."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . . "contributors table"@en . @@ -62,14 +62,14 @@ . "contributors table"@en . "A table of people contributing to each study."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . "sources table"@en . "sources"@en . . "sources table"@en . "A list containing citation details for all database sources."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . "definitions table"@en . "definitions"@en . @@ -77,7 +77,7 @@ . "definitions table"@en . "A list containing trait concept descriptions used to build the database."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . . "schema"@en . @@ -85,6 +85,7 @@ . "schema"@en . "A copy of the schema for all tables and terms. Information included here was used to process data and generate any documentation for the study."@en . + "01 February 2024"^^ . . "metadata table"@en . "metadata"@en . @@ -92,13 +93,14 @@ . "metadata table"@en . "A list containing database metadata."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . "build info"@en . "build_info"@en . . "build info"@en . "A description of the computing environment used to create this version of the dataset, including version number, git commit and R session_info."@en . + "01 February 2024"^^ . . "dataset"@en . "dataset"@en . @@ -107,7 +109,7 @@ "dataset"@en . . "13 relational tables and lists containing all data about a dataset."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . . "observation"@en . @@ -118,7 +120,7 @@ . "An Observation is a collection of measurements made at a single point in time. In traits.build it is the subset of rows within the traits data that are made on the same entity and share the same observation_id."@en . "An observation is an assertion that an entity (e.g., biological organisms, geographic locations, or environmental features, among others) was observed by an observer. An observation primarily serves to group a set of measurements together into a single "observation event". Observations are often made within a broader context. The context of an observation is given by other observations, implying that an observed entity (and specifically each corresponding measurement) contextualizes another observed entity (and its corresponding measurements). For example, an observation associated with a location may serve as context for an observation associated with an organism. In this case, the observed characteristic values of the location (such as humidity) are assumed constant for the corresponding measurements of the organism."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . . "observations from dataset"@en . @@ -135,7 +137,7 @@ . . "Observation collection encompassing all observations that comprise a dataset."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . "observations from source"@en . "observations_from_source"@en . @@ -151,7 +153,7 @@ . . "Observation collection encompassing all observations for a single published or unpublished source."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . "observations of taxon"@en . "observations_of_taxon"@en . @@ -163,7 +165,7 @@ . "Observation collection encompassing all observations on a single taxon within a single dataset."@en . "An observation collection is a container for a set of observations."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . "observations at location"@en . "observations_at_location"@en . @@ -177,7 +179,7 @@ . . "Observation collection of location properties and organismal traits at a single location."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . "observation of location"@en . "observation_of_location"@en . @@ -188,7 +190,7 @@ . . "Observation of location properties at a single location."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . "observations of population"@en . "observations_of_population"@en . @@ -199,7 +201,7 @@ . . "Observation collection encompassing all observations on a single population."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . "observations of individual"@en . "observations_of_individual"@en . @@ -210,7 +212,7 @@ . . "Observation collection encompassing all observations on a single individual."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . "observation of a treatment context"@en . "observation_of_treatment_context"@en . @@ -223,7 +225,7 @@ . "Observation where entity is a context indicating experimental manipulations that might affect the trait values measured on an individual, population or species-level entities."@en . "Examples include growing temperature, growing CO2 concentrations, and nutrient amendments."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . "observation of plot context"@en . "observation_of_plot_context"@en . @@ -235,7 +237,7 @@ . . "Observation where entity is a category of context indicating variation across plots at a single location might affect the trait values measured on individual or population-level entities."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . "observation of entity context"@en . "observation_of_entity_context"@en . @@ -249,7 +251,7 @@ . . "Observation where entity is a category of context indicating repeat observations have been made on an individual, population or species-level entity across time which might affect the entity's measured trait values."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . "observation of temporal context"@en . "observation_of_temporal_context"@en . @@ -262,7 +264,7 @@ . "Observation where entity is a category of context indicating repeat observations have been made on a plot, which might affect the trait values measured on individual or population-level entities."@en . "Examples of temporal contexts are `sampling season`, `sampling time of day`, and sequential `observation numbers` without any linked categorical description."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . "measurement"@en . "measurement"@en . @@ -270,7 +272,7 @@ . "measurement"@en . "A measurement is an assertion that a characteristic of an entity had a particular value with respect to an observation event."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . . "trait measurement"@en . @@ -287,7 +289,7 @@ "trait measurement"@en . . "A measurement made on a trait."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . "measurement of location property"@en . "measurement_of_location_property"@en . @@ -298,7 +300,7 @@ "measurement of location property"@en . . "A measurement made on a location property."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . "measurement of treatment context property"@en . "measurement_of_treatment_context_property"@en . @@ -309,7 +311,7 @@ . . "A measurement made on a treatment context property."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . "measurement of plot context property"@en . "measurement_of_plot_context_property"@en . @@ -319,7 +321,7 @@ "measurement of plot context property"@en . . "A measurement made on a plot context property."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . "measurement of entity context property"@en . "measurement_of_entity_context_property"@en . @@ -329,7 +331,7 @@ "measurement of entity context property"@en . . "A measurement made on an entity context property."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . "measurement of temporal context property"@en . "measurement_of_temporal_context_property"@en . @@ -339,7 +341,7 @@ "measurement of temporal context property"@en . . "A measurement made on a temporal context property."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . "entity"@en . "entity"@en . @@ -347,7 +349,7 @@ . "entity"@en . "An entity is an object (e.g., a tree, a community, an ecological process). Entities constitute the foci of observations, i.e., every observation is of exactly one entity."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . . "individual"@en . @@ -358,7 +360,7 @@ . "individual"@en . "An individual living organism."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . . "population"@en . @@ -369,7 +371,7 @@ . "population"@en . "A collection of organisms, all of the same species, that live in the same place."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . . "taxon"@en . @@ -378,7 +380,7 @@ . "taxon"@en . "A circumscribed set of organisms."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . "location"@en . "location"@en . @@ -388,7 +390,7 @@ "location"@en . . "A spatial region or named place."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . . "context"@en . @@ -397,7 +399,7 @@ . "context"@en . "The situation within which a trait measurement is made, which can help explain the measured trait value."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . "plot context"@en . "plot"@en . @@ -406,7 +408,7 @@ . "plot context"@en . "A subdivision of a location, designated because some properties differ across plots within a location, which might cause differences in measured trait values between plots."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . "treatment context"@en . "treatment"@en . @@ -415,7 +417,7 @@ . "treatment context"@en . "An experimental manipulation that subjects different individuals or populations to different conditions, which can lead to differences in measured trait values across treatments."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . "temporal context"@en . "temporal_context"@en . @@ -424,7 +426,7 @@ . "temporal context"@en . "A situation or process that varies across time and might cause the measured trait values of individuals or populations to change across time."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . "method context"@en . "method_context"@en . @@ -433,7 +435,7 @@ . "method context"@en . "A compment of a trait measurement protocol that is changed between individual trait measurements and might cause the measured trait values of individuals or populations to change."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . "dataset id"@en . "dataset_id"@en . @@ -449,7 +451,7 @@ "dataset id"@en . . "Primary identifier for each study contributed to AusTraits, most often these are scientific papers, books, or online resources. By default this should be the name of the first author and year of publication, e.g. `Falster_2005`."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . "taxon name"@en . "taxon_name"@en . @@ -470,7 +472,7 @@ . "Scientific name of the taxon on which traits were sampled, without authorship. When possible, this is the currently accepted (botanical) or valid (zoological) scientific name, but might also be a higher taxonomic level."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . "observation id"@en . "observation_id"@en . @@ -480,7 +482,7 @@ "observation id"@en . . "A unique integral identifier for the observation, where an observation is all measurements made on an individual at a single point in time. It is important for joining traits coming from the same `observation_id`. Within each dataset, observation_id's are unique combinations of `taxon_name`, `population_id`, `individual_id`, and `temporal_context_id`."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . "trait name"@en . "trait_name"@en . @@ -492,7 +494,7 @@ . "trait name"@en . "Name of the trait sampled. Allowable values specified in the table `definitions`."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . . . @@ -505,7 +507,7 @@ . "value"@en . "The measured value of a trait."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . . "unit"@en . @@ -516,7 +518,7 @@ . "unit"@en . "Units of the sampled trait value after aligning with AusTraits standards."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . . . @@ -527,7 +529,7 @@ "entity type"@en . "A categorical variable specifying the entity corresponding to the trait values recorded."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . "value type"@en . "value_type"@en . @@ -537,7 +539,7 @@ "value type"@en . "A categorical variable describing the statistical nature of the trait value recorded."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . "basis of value"@en . @@ -548,7 +550,7 @@ "basis of value"@en . "A categorical variable describing how the trait value was obtained."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . "replicates"@en . @@ -559,6 +561,7 @@ "replicates"@en . "Number of replicate measurements that comprise a recorded trait measurement. A numeric value (or range) is ideal and appropriate if the value type is a `mean`, `median`, `min` or  `max`. For these value types, if replication is unknown the entry should be `unknown`. If the value type is `raw_value` the replicate value should be 1. If the trait is categorical or the value indicates a measurement for an entire species (or other taxon) replicate value should be `.na`."@en . . + "01 February 2024"^^ . . . "basis of record"@en . @@ -569,7 +572,7 @@ "basis of record"@en . "A categorical variable specifying from which kind of specimen traits were recorded."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . "life stage"@en . "life_stage"@en . @@ -582,7 +585,7 @@ . "A field to indicate the life stage or age class of the entity measured. Standard values are `adult`, `sapling`, `seedling` and `juvenile`."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . "population id"@en . @@ -594,6 +597,7 @@ . "A unique integer identifier for a population, where a population is defined as individuals growing in the same location (location_id /location_name) and plot (plot_context_id, a context category) and being subjected to the same treatment (treatment_context_id, a context category)."@en . . + "01 February 2024"^^ . . "individual id"@en . "individual_id"@en . @@ -604,6 +608,7 @@ . "A unique integer identifier for an individual, with individuals numbered sequentially within each dataset by taxon by population grouping. Most often each row of data represents an individual, but in some datasets trait data collected on a single individual is presented across multiple rows of data, such as if the same trait is measured using different methods or the same individual is measured repeatedly across time."@en . . + "01 February 2024"^^ . . "repeat measurements id"@en . "repeat_measurements_id"@en . @@ -615,6 +620,7 @@ . "A unique integer identifier for repeat measurements of a trait that comprise a single observation, such as a response curve."@en . . + "01 February 2024"^^ . . "source id"@en . "source_id"@en . @@ -626,7 +632,7 @@ . "For datasets that are compilations, an identifier for the original data source."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . "location id"@en . "location_id"@en . @@ -638,55 +644,66 @@ . "A unique integer identifier for a location, with locations numbered sequentially within a dataset. The identifier links to specific information in the location table."@en . . + "01 February 2024"^^ . . "treatment context id"@en . "treatment_context_id"@en . . . . + . "treatment context id"@en . . "A unique integer identifier for a treatment, where a treatment is any experimental manipulation to an organism's growing/living conditions. The identifier links to specific information in the context table."@en . . + "01 February 2024"^^ . . "plot context id"@en . "plot_context_id"@en . . . . + . "plot context id"@en . . "A unique integer identifier for a plot, where a plot is a distinct collection of organisms within a single geographic location, such as plants growing on different aspects or blocks in an experiment. The identifier links to specific information in the context table."@en . . + "01 February 2024"^^ . . "entity context id"@en . "entity_context_id"@en . . . . + . "entity context id"@en . . "A unique integer identifier indicating specific contextual properties of an individual, possibly including the individual's sex or caste (for social insects)."@en . . + "01 February 2024"^^ . . "temporal context id"@en . "temporal_context_id"@en . . . . + . "temporal context id"@en . . "A unique integer identifier assigned where repeat observations are made on the same individual (or population, or taxon) across time. The identifier links to specific information in the context table."@en . . + "01 February 2024"^^ . . "method context id"@en . "method_context_id"@en . . . . + . "method context id"@en . "A unique integer identifier indicating a trait is measured multiple times on the same entity, with different methods used for each entry. This field is only used if a single trait is measured using multiple methods within the same dataset. The identifier links to specific information in the context table."@en . . + "01 February 2024"^^ . . "collection date"@en . "collection_date"@en . @@ -699,7 +716,7 @@ . "Date sample was taken, in the format `yyyy-mm-dd`, `yyyy-mm` or `yyyy`, depending on the resoluton specified. Alternatively an overall range for the study can be indicating, with the starting and ending sample date sepatated by a `/`, as in 2010-10/2011-03"@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . "measurement remarks"@en . @@ -710,7 +727,7 @@ "measurement remarks"@en . "Brief comments or notes accompanying the trait measurement."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . "method id"@en . "method_id"@en . @@ -723,6 +740,7 @@ . "A unique integer identifier to distinguish between multiple sets of methods used to measure a single trait within the same dataset. The identifier links to specific information in the methods table."@en . . + "01 February 2024"^^ . . "original taxon name"@en . "original_name"@en . @@ -734,7 +752,7 @@ "original taxon name"@en . "Name given to taxon in the original data supplied by the authors."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . "location name"@en . "location_name"@en . @@ -745,7 +763,7 @@ "location name"@en . "The location name used by the data contributor or a generic location name designated by AusTraits when one is not provided."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . "location property"@en . "location_property"@en . @@ -757,7 +775,7 @@ . "The location characteristic being recorded. The name should include units of measurement, e.g. `MAT (C)`. Ideally we have at least the following variables for each location, `longitude (deg)`, `latitude (deg)`, `description`."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . "location property value"@en . "value"@en . @@ -768,7 +786,7 @@ "location property value"@en . "The measured value of a location property."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . "latitude (deg)"@en . "latitude"@en . @@ -782,7 +800,7 @@ . "The geographic latitude (in decimal degrees, using the spatial reference system given in geodeticDatum) of the geographic center of a Location. Positive values are north of the Equator, negative values are south of it. Legal values lie between -90 and 90, inclusive."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . "longitude (deg)"@en . @@ -797,7 +815,7 @@ . "The geographic longitude (in decimal degrees, using the spatial reference system given in dwc:geodeticDatum) of the geographic center of a dcterms:Location. Positive values are east of the Greenwich Meridian, negative values are west of it. Legal values lie between -180 and 180, inclusive."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . "elevation (m)"@en . @@ -812,7 +830,7 @@ . "The elevation above mean sea level in meters."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . "context property"@en . @@ -826,7 +844,7 @@ . "The contextual characteristic being recorded. If applicable, name should include units of measurement, e.g. `CO2 concentration (ppm)`."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . "treatment context property"@en . @@ -840,7 +858,7 @@ . "A context characteristic indicating stratified treatments that might affect the trait values measured on an individual or population-level entity."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . "plot context property"@en . @@ -854,7 +872,7 @@ . "A context characteristic indicating stratified variation within a location that might affect the trait values measured on an individual or population-level entity."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . "entity context property"@en . @@ -868,7 +886,7 @@ . "A context characteristic indicating stratified variation across individuals or populations might affect the trait values measured."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . "temporal context property"@en . @@ -882,7 +900,7 @@ . "A context characteristic indicating stratified variation across time might affect the trait values measured."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . "method context property"@en . @@ -896,7 +914,7 @@ . "A context characteristic indicating stratified variation in the protocol used to measure traits might affect the trait values measured."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . "context property category"@en . @@ -908,7 +926,7 @@ . "The category of context property, with options being `plot`, `treatment`, `individual_context`, `temporal` and `method`."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . "context property value"@en . "value"@en . @@ -920,7 +938,7 @@ "context property value"@en . "The measured value of a context property."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . "context property value description"@en . "description"@en . @@ -931,7 +949,7 @@ . "Description of a specific context property value."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . "context propety link id"@en . "link_id"@en . @@ -946,6 +964,7 @@ . "Variable indicating which identifier column in the traits table contains the specified `link_vals`."@en . . + "01 February 2024"^^ . . "context propety link vals"@en . "link_vals"@en . @@ -960,6 +979,7 @@ . "Unique integer identifiers that link between identifier columns in the `traits` table and the contextual properties/values in the `contexts` table."@en . . + "01 February 2024"^^ . . "methods"@en . "methods"@en . @@ -970,7 +990,7 @@ "methods"@en . "A textual description of the methods used to collect the trait data. Whenever available, methods are taken near-verbatim from the referenced source. Methods can include descriptions such as 'measured on botanical collections', 'data from the literature', or a detailed description of the field or lab methods used to collect the data."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . "dataset description"@en . "description"@en . @@ -982,7 +1002,7 @@ . "A 1-2 sentence description of the purpose of the study."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . "dataset sampling strategy"@en . @@ -994,7 +1014,7 @@ . "When available, this information is lifted verbatim from a published manuscript. For preserved specimens, this field ideally indicates which records were 'sampled' to measure a specific trait."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . "source primary key"@en . @@ -1007,7 +1027,7 @@ . "Citation key for the primary source in `sources`. The key is typically formatted as `Surname_year`."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . "source primary citation"@en . @@ -1020,7 +1040,7 @@ . "Citation for the primary source. This detail is generated from the primary source in the metadata."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . "source secondary key"@en . "source_secondary_key"@en . @@ -1031,7 +1051,7 @@ . "Citation key for the secondary source in `sources`. The key is typically formatted as `Surname_year`."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . "source secondary citation"@en . "source_secondary_citation"@en . @@ -1043,7 +1063,7 @@ . "Citations for the secondary source. This detail is generated from the secondary source in the metadata."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . "source original dataset key"@en . "source_original_dataset_key"@en . @@ -1055,7 +1075,7 @@ . "Citation key for the original dataset_id in sources, for compilations. The key is typically formatted as `Surname_year`."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . "source original dataset citation"@en . @@ -1068,7 +1088,7 @@ . "Citations for the original dataset_id in sources, for compilationse. This detail is generated from the original source in the metadata."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . "contributor"@en . "contributor"@en . @@ -1080,7 +1100,7 @@ . "A person contributing to a dataset."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . "assistants"@en . @@ -1093,7 +1113,7 @@ . "People who played a more minor role in data collection for the study."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . "dataset curators"@en . @@ -1106,28 +1126,28 @@ . "Database team member(s) who contacted the data collectors and added the study to the database repository."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . - "data collector"@en . - "data_collector"@en . - . - . - . - . - . - "data collector"@en . - . - . - . - . - . - . - "Person contributing to a dataset as a data collector."@en . - . - "02/01/24"^^ . - . - . + "data collectors"@en . + "data_collectors"@en . + . + . + . + . + . + "data collectors"@en . + . + . + . + . + . + . + "Person contributing to a dataset as a data collector."@en . + . + "01 February 2024"^^ . + . + . "last name"@en . "last_name"@en . . @@ -1138,7 +1158,7 @@ . "Last name of the data collector."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . "given name"@en . @@ -1151,7 +1171,7 @@ . "Given names of the data collector."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . "ORCID identifier"@en . @@ -1164,7 +1184,7 @@ . "ORCID (Open Researcher and Contributor ID) for the data collector, if available."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . "affiliation"@en . @@ -1176,7 +1196,7 @@ . "Affiliation of data collector."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . "additional role"@en . @@ -1188,24 +1208,9 @@ . "Any additional roles the data collector had in the study, a field most frequently used to identify which data contributor is the contact person for the dataset."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . - "original name"@en . - "original_name"@en . - . - . - . - . - . - "original name"@en . - . - . - . - "Name given to taxon in the original data supplied by the authors."@en . - . - "02/01/24"^^ . - . "taxonomic dataset"@en . "taxonomic_dataset"@en . . @@ -1215,7 +1220,7 @@ . "Name of the taxonomy (tree) that contains this concept. ie. APC, AusMoss etc."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . "taxon rank"@en . @@ -1228,7 +1233,7 @@ "The taxonomic rank of the most specific name in the scientific name."@en . "This is to clarify cases where information is not given on a species level."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . "trinomial"@en . @@ -1242,7 +1247,7 @@ . "The infraspecific taxon name match for an original name. This column is assigned `na` for taxon name that are at a broader taxonomic_resolution."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . "binomial"@en . "binomial"@en . @@ -1255,7 +1260,7 @@ . "The species-level taxon name match for an original name. This column is assigned `na` for taxon name that are at a broader taxonomic_resolution."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . "genus"@en . "genus"@en . @@ -1268,7 +1273,7 @@ . "Genus of the taxon without authorship."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . "family"@en . @@ -1282,7 +1287,7 @@ . "Family of the taxon."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . "taxon distribution"@en . @@ -1293,7 +1298,7 @@ . "Known distribution of the taxon, by Australian state."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . "establishment means"@en . "establishment_means"@en . @@ -1304,7 +1309,7 @@ . "Statement about whether an organism or organisms have been introduced to a given place and time through the direct or indirect activity of modern humans."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . "taxonomic status"@en . @@ -1316,7 +1321,7 @@ . "The status of the use of the scientificName as a label for the taxon in regard to the 'accepted (or valid) taxonomy'. The assigned taxonomic status must be linked to a specific taxonomic reference that defines the concept."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . "scientific name"@en . @@ -1329,7 +1334,7 @@ . "The full scientific name, with authorship and date information if known."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . "taxon id"@en . @@ -1342,7 +1347,7 @@ . "An identifier for the set of taxon information (data associated with the taxon class). May be a global unique identifier or an identifier specific to the data set. Must be resolvable within this dataset."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . "scientific name id"@en . @@ -1355,7 +1360,7 @@ . "An identifier for the set of taxon information (data associated with the taxon class). May be a global unique identifier or an identifier specific to the data set. Must be resolvable within this dataset."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . "taxon"@en . @@ -1378,7 +1383,7 @@ . "A group of organisms assumed to form a homogeneous unit with regard to associated trait measurements."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . "aligned name"@en . @@ -1393,7 +1398,7 @@ . "The taxon name without authorship after implementing automated syntax standardisation and spelling changes as well as manually encoded syntax alignments for this taxon in the metadata file for the corresponding `dataset_id`. This name has not yet been matched to the currently accepted (botanical) or valid (zoological) taxon name in cases where there are taxonomic synonyms, isonyms, orthographic variants, etc."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . "taxonomic resolution"@en . "taxonomic_resolution"@en . @@ -1404,7 +1409,7 @@ . "The rank of the most specific taxon name (or scientific name) to which a submitted orignal name resolves."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . "trait concept"@en . "trait"@en . @@ -1422,7 +1427,7 @@ . "A collection of trait values pertaining to a distinct characteristic of a specific part of an organism (cell, tissue, organ, or whole organism)."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . "trait identifier"@en . @@ -1435,7 +1440,7 @@ . "Unique identifier of the trait according to a public ontology, or a user-provided thesaurus of traits."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . . @@ -1450,7 +1455,7 @@ . "A concise English label for the trait."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . . @@ -1465,7 +1470,7 @@ . "A short description, generally ranging from 1-3 sentences that clearly indicates the trait’s scope."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . . @@ -1479,7 +1484,7 @@ . "Additional notes about the scope of the trait or acceptable methods."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . . @@ -1492,7 +1497,7 @@ . "An upper boundary for accepted numerical values."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . "min allowed values"@en . @@ -1504,7 +1509,7 @@ . "A lower boundary for accepted numerical values."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . "units"@en . @@ -1516,7 +1521,7 @@ . "The preferred units for the trait, conforming to the Unified Code for Units of Measure (UCUM). There are often two entries for units, one that is a string and the second which links to a units of measurement axiom."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . "allowed categorical values"@en . @@ -1529,7 +1534,7 @@ . "Allowed trait values for a categorical trait, including a brief description of the value."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . . @@ -1542,7 +1547,7 @@ . "Type of trait, specifying if traits are categorical, numeric, or ordinal."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . "Identifier"@en . @@ -1957,5 +1962,5 @@ "Daniel Falster" . "Elizabeth Wenk" . "Sophie Yang" . - "01/02/24^^" . + "01 February 2024^^" . . diff --git a/ontology/output/ontology/release/0.1.0/traits.build.nt b/ontology/output/ontology/release/0.1.0/traits.build.nt index b935ee6a..31413275 100644 --- a/ontology/output/ontology/release/0.1.0/traits.build.nt +++ b/ontology/output/ontology/release/0.1.0/traits.build.nt @@ -7,7 +7,7 @@ "traits table"@en "A table containing measurements of traits."@en "Includes information that must be recorded at the Measurement or Observation level."@en - "02/01/24"^^ + "01 February 2024"^^ "contexts table"@en @@ -15,7 +15,7 @@ "contexts table"@en "A table containing observations of contextual characteristics associated with information in `traits`. Cross referencing between the two dataframes is possible using combinations of the variables `dataset_id`, `link_id`, and `link_vals`."@en - "02/01/24"^^ + "01 February 2024"^^ "locations table"@en "locations"@en @@ -24,7 +24,7 @@ "locations table"@en "A table containing observations of location/site characteristics associated with information in `traits`. Cross referencing between the two dataframes is possible using combinations of the variables `dataset_id`, `location_name`."@en "Includes information about Location properties."@en - "02/01/24"^^ + "01 February 2024"^^ "methods table"@en "methods"@en @@ -32,21 +32,21 @@ "methods table"@en "A table containing details on methods with which data were collected, including time frame and source. Cross referencing with the `traits` table is possible using combinations of the variables `dataset_id`, `trait_name`."@en - "02/01/24"^^ + "01 February 2024"^^ "excluded data table"@en "excluded_data"@en "excluded data table"@en "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."@en - "02/01/24"^^ + "01 February 2024"^^ "taxonomic updates table"@en "taxonomic_updates"@en "taxonomic updates table"@en "A table of all taxonomic changes implemented in the construction of AusTraits. Changes are determined by comparing the originally submitted taxon name against the taxonomic names listed in the taxonomic reference files, best placed in a subfolder in the `config` folder . Cross referencing with the `traits` table is possible using combinations of the variables `dataset_id` and `taxon_name`."@en - "02/01/24"^^ + "01 February 2024"^^ "taxa table"@en "taxa"@en @@ -54,7 +54,7 @@ "taxa table"@en "A table containing details on taxa associated with information in `traits`. Whenever possible, this information is sourced from curated taxon lists that include identifiers for each taxon. The information compiled in this table is released under a CC-BY3 license. Cross referencing between the two dataframes is possible using combinations of the variable `taxon_name`."@en - "02/01/24"^^ + "01 February 2024"^^ "contributors table"@en @@ -62,14 +62,14 @@ "contributors table"@en "A table of people contributing to each study."@en - "02/01/24"^^ + "01 February 2024"^^ "sources table"@en "sources"@en "sources table"@en "A list containing citation details for all database sources."@en - "02/01/24"^^ + "01 February 2024"^^ "definitions table"@en "definitions"@en @@ -77,7 +77,7 @@ "definitions table"@en "A list containing trait concept descriptions used to build the database."@en - "02/01/24"^^ + "01 February 2024"^^ "schema"@en @@ -85,6 +85,7 @@ "schema"@en "A copy of the schema for all tables and terms. Information included here was used to process data and generate any documentation for the study."@en + "01 February 2024"^^ "metadata table"@en "metadata"@en @@ -92,13 +93,14 @@ "metadata table"@en "A list containing database metadata."@en - "02/01/24"^^ + "01 February 2024"^^ "build info"@en "build_info"@en "build info"@en "A description of the computing environment used to create this version of the dataset, including version number, git commit and R session_info."@en + "01 February 2024"^^ "dataset"@en "dataset"@en @@ -107,7 +109,7 @@ "dataset"@en "13 relational tables and lists containing all data about a dataset."@en - "02/01/24"^^ + "01 February 2024"^^ "observation"@en @@ -118,7 +120,7 @@ "An Observation is a collection of measurements made at a single point in time. In traits.build it is the subset of rows within the traits data that are made on the same entity and share the same observation_id."@en "An observation is an assertion that an entity (e.g., biological organisms, geographic locations, or environmental features, among others) was observed by an observer. An observation primarily serves to group a set of measurements together into a single "observation event". Observations are often made within a broader context. The context of an observation is given by other observations, implying that an observed entity (and specifically each corresponding measurement) contextualizes another observed entity (and its corresponding measurements). For example, an observation associated with a location may serve as context for an observation associated with an organism. In this case, the observed characteristic values of the location (such as humidity) are assumed constant for the corresponding measurements of the organism."@en - "02/01/24"^^ + "01 February 2024"^^ "observations from dataset"@en @@ -135,7 +137,7 @@ "Observation collection encompassing all observations that comprise a dataset."@en - "02/01/24"^^ + "01 February 2024"^^ "observations from source"@en "observations_from_source"@en @@ -151,7 +153,7 @@ "Observation collection encompassing all observations for a single published or unpublished source."@en - "02/01/24"^^ + "01 February 2024"^^ "observations of taxon"@en "observations_of_taxon"@en @@ -163,7 +165,7 @@ "Observation collection encompassing all observations on a single taxon within a single dataset."@en "An observation collection is a container for a set of observations."@en - "02/01/24"^^ + "01 February 2024"^^ "observations at location"@en "observations_at_location"@en @@ -177,7 +179,7 @@ "Observation collection of location properties and organismal traits at a single location."@en - "02/01/24"^^ + "01 February 2024"^^ "observation of location"@en "observation_of_location"@en @@ -188,7 +190,7 @@ "Observation of location properties at a single location."@en - "02/01/24"^^ + "01 February 2024"^^ "observations of population"@en "observations_of_population"@en @@ -199,7 +201,7 @@ "Observation collection encompassing all observations on a single population."@en - "02/01/24"^^ + "01 February 2024"^^ "observations of individual"@en "observations_of_individual"@en @@ -210,7 +212,7 @@ "Observation collection encompassing all observations on a single individual."@en - "02/01/24"^^ + "01 February 2024"^^ "observation of a treatment context"@en "observation_of_treatment_context"@en @@ -223,7 +225,7 @@ "Observation where entity is a context indicating experimental manipulations that might affect the trait values measured on an individual, population or species-level entities."@en "Examples include growing temperature, growing CO2 concentrations, and nutrient amendments."@en - "02/01/24"^^ + "01 February 2024"^^ "observation of plot context"@en "observation_of_plot_context"@en @@ -235,7 +237,7 @@ "Observation where entity is a category of context indicating variation across plots at a single location might affect the trait values measured on individual or population-level entities."@en - "02/01/24"^^ + "01 February 2024"^^ "observation of entity context"@en "observation_of_entity_context"@en @@ -249,7 +251,7 @@ "Observation where entity is a category of context indicating repeat observations have been made on an individual, population or species-level entity across time which might affect the entity's measured trait values."@en - "02/01/24"^^ + "01 February 2024"^^ "observation of temporal context"@en "observation_of_temporal_context"@en @@ -262,7 +264,7 @@ "Observation where entity is a category of context indicating repeat observations have been made on a plot, which might affect the trait values measured on individual or population-level entities."@en "Examples of temporal contexts are `sampling season`, `sampling time of day`, and sequential `observation numbers` without any linked categorical description."@en - "02/01/24"^^ + "01 February 2024"^^ "measurement"@en "measurement"@en @@ -270,7 +272,7 @@ "measurement"@en "A measurement is an assertion that a characteristic of an entity had a particular value with respect to an observation event."@en - "02/01/24"^^ + "01 February 2024"^^ "trait measurement"@en @@ -287,7 +289,7 @@ "trait measurement"@en "A measurement made on a trait."@en - "02/01/24"^^ + "01 February 2024"^^ "measurement of location property"@en "measurement_of_location_property"@en @@ -298,7 +300,7 @@ "measurement of location property"@en "A measurement made on a location property."@en - "02/01/24"^^ + "01 February 2024"^^ "measurement of treatment context property"@en "measurement_of_treatment_context_property"@en @@ -309,7 +311,7 @@ "A measurement made on a treatment context property."@en - "02/01/24"^^ + "01 February 2024"^^ "measurement of plot context property"@en "measurement_of_plot_context_property"@en @@ -319,7 +321,7 @@ "measurement of plot context property"@en "A measurement made on a plot context property."@en - "02/01/24"^^ + "01 February 2024"^^ "measurement of entity context property"@en "measurement_of_entity_context_property"@en @@ -329,7 +331,7 @@ "measurement of entity context property"@en "A measurement made on an entity context property."@en - "02/01/24"^^ + "01 February 2024"^^ "measurement of temporal context property"@en "measurement_of_temporal_context_property"@en @@ -339,7 +341,7 @@ "measurement of temporal context property"@en "A measurement made on a temporal context property."@en - "02/01/24"^^ + "01 February 2024"^^ "entity"@en "entity"@en @@ -347,7 +349,7 @@ "entity"@en "An entity is an object (e.g., a tree, a community, an ecological process). Entities constitute the foci of observations, i.e., every observation is of exactly one entity."@en - "02/01/24"^^ + "01 February 2024"^^ "individual"@en @@ -358,7 +360,7 @@ "individual"@en "An individual living organism."@en - "02/01/24"^^ + "01 February 2024"^^ "population"@en @@ -369,7 +371,7 @@ "population"@en "A collection of organisms, all of the same species, that live in the same place."@en - "02/01/24"^^ + "01 February 2024"^^ "taxon"@en @@ -378,7 +380,7 @@ "taxon"@en "A circumscribed set of organisms."@en - "02/01/24"^^ + "01 February 2024"^^ "location"@en "location"@en @@ -388,7 +390,7 @@ "location"@en "A spatial region or named place."@en - "02/01/24"^^ + "01 February 2024"^^ "context"@en @@ -397,7 +399,7 @@ "context"@en "The situation within which a trait measurement is made, which can help explain the measured trait value."@en - "02/01/24"^^ + "01 February 2024"^^ "plot context"@en "plot"@en @@ -406,7 +408,7 @@ "plot context"@en "A subdivision of a location, designated because some properties differ across plots within a location, which might cause differences in measured trait values between plots."@en - "02/01/24"^^ + "01 February 2024"^^ "treatment context"@en "treatment"@en @@ -415,7 +417,7 @@ "treatment context"@en "An experimental manipulation that subjects different individuals or populations to different conditions, which can lead to differences in measured trait values across treatments."@en - "02/01/24"^^ + "01 February 2024"^^ "temporal context"@en "temporal_context"@en @@ -424,7 +426,7 @@ "temporal context"@en "A situation or process that varies across time and might cause the measured trait values of individuals or populations to change across time."@en - "02/01/24"^^ + "01 February 2024"^^ "method context"@en "method_context"@en @@ -433,7 +435,7 @@ "method context"@en "A compment of a trait measurement protocol that is changed between individual trait measurements and might cause the measured trait values of individuals or populations to change."@en - "02/01/24"^^ + "01 February 2024"^^ "dataset id"@en "dataset_id"@en @@ -449,7 +451,7 @@ "dataset id"@en "Primary identifier for each study contributed to AusTraits, most often these are scientific papers, books, or online resources. By default this should be the name of the first author and year of publication, e.g. `Falster_2005`."@en - "02/01/24"^^ + "01 February 2024"^^ "taxon name"@en "taxon_name"@en @@ -470,7 +472,7 @@ "Scientific name of the taxon on which traits were sampled, without authorship. When possible, this is the currently accepted (botanical) or valid (zoological) scientific name, but might also be a higher taxonomic level."@en - "02/01/24"^^ + "01 February 2024"^^ "observation id"@en "observation_id"@en @@ -480,7 +482,7 @@ "observation id"@en "A unique integral identifier for the observation, where an observation is all measurements made on an individual at a single point in time. It is important for joining traits coming from the same `observation_id`. Within each dataset, observation_id's are unique combinations of `taxon_name`, `population_id`, `individual_id`, and `temporal_context_id`."@en - "02/01/24"^^ + "01 February 2024"^^ "trait name"@en "trait_name"@en @@ -492,7 +494,7 @@ "trait name"@en "Name of the trait sampled. Allowable values specified in the table `definitions`."@en - "02/01/24"^^ + "01 February 2024"^^ @@ -505,7 +507,7 @@ "value"@en "The measured value of a trait."@en - "02/01/24"^^ + "01 February 2024"^^ "unit"@en @@ -516,7 +518,7 @@ "unit"@en "Units of the sampled trait value after aligning with AusTraits standards."@en - "02/01/24"^^ + "01 February 2024"^^ @@ -527,7 +529,7 @@ "entity type"@en "A categorical variable specifying the entity corresponding to the trait values recorded."@en - "02/01/24"^^ + "01 February 2024"^^ "value type"@en "value_type"@en @@ -537,7 +539,7 @@ "value type"@en "A categorical variable describing the statistical nature of the trait value recorded."@en - "02/01/24"^^ + "01 February 2024"^^ "basis of value"@en @@ -548,7 +550,7 @@ "basis of value"@en "A categorical variable describing how the trait value was obtained."@en - "02/01/24"^^ + "01 February 2024"^^ "replicates"@en @@ -559,6 +561,7 @@ "replicates"@en "Number of replicate measurements that comprise a recorded trait measurement. A numeric value (or range) is ideal and appropriate if the value type is a `mean`, `median`, `min` or  `max`. For these value types, if replication is unknown the entry should be `unknown`. If the value type is `raw_value` the replicate value should be 1. If the trait is categorical or the value indicates a measurement for an entire species (or other taxon) replicate value should be `.na`."@en + "01 February 2024"^^ "basis of record"@en @@ -569,7 +572,7 @@ "basis of record"@en "A categorical variable specifying from which kind of specimen traits were recorded."@en - "02/01/24"^^ + "01 February 2024"^^ "life stage"@en "life_stage"@en @@ -582,7 +585,7 @@ "A field to indicate the life stage or age class of the entity measured. Standard values are `adult`, `sapling`, `seedling` and `juvenile`."@en - "02/01/24"^^ + "01 February 2024"^^ "population id"@en @@ -594,6 +597,7 @@ "A unique integer identifier for a population, where a population is defined as individuals growing in the same location (location_id /location_name) and plot (plot_context_id, a context category) and being subjected to the same treatment (treatment_context_id, a context category)."@en + "01 February 2024"^^ "individual id"@en "individual_id"@en @@ -604,6 +608,7 @@ "A unique integer identifier for an individual, with individuals numbered sequentially within each dataset by taxon by population grouping. Most often each row of data represents an individual, but in some datasets trait data collected on a single individual is presented across multiple rows of data, such as if the same trait is measured using different methods or the same individual is measured repeatedly across time."@en + "01 February 2024"^^ "repeat measurements id"@en "repeat_measurements_id"@en @@ -615,6 +620,7 @@ "A unique integer identifier for repeat measurements of a trait that comprise a single observation, such as a response curve."@en + "01 February 2024"^^ "source id"@en "source_id"@en @@ -626,7 +632,7 @@ "For datasets that are compilations, an identifier for the original data source."@en - "02/01/24"^^ + "01 February 2024"^^ "location id"@en "location_id"@en @@ -638,55 +644,66 @@ "A unique integer identifier for a location, with locations numbered sequentially within a dataset. The identifier links to specific information in the location table."@en + "01 February 2024"^^ "treatment context id"@en "treatment_context_id"@en + "treatment context id"@en "A unique integer identifier for a treatment, where a treatment is any experimental manipulation to an organism's growing/living conditions. The identifier links to specific information in the context table."@en + "01 February 2024"^^ "plot context id"@en "plot_context_id"@en + "plot context id"@en "A unique integer identifier for a plot, where a plot is a distinct collection of organisms within a single geographic location, such as plants growing on different aspects or blocks in an experiment. The identifier links to specific information in the context table."@en + "01 February 2024"^^ "entity context id"@en "entity_context_id"@en + "entity context id"@en "A unique integer identifier indicating specific contextual properties of an individual, possibly including the individual's sex or caste (for social insects)."@en + "01 February 2024"^^ "temporal context id"@en "temporal_context_id"@en + "temporal context id"@en "A unique integer identifier assigned where repeat observations are made on the same individual (or population, or taxon) across time. The identifier links to specific information in the context table."@en + "01 February 2024"^^ "method context id"@en "method_context_id"@en + "method context id"@en "A unique integer identifier indicating a trait is measured multiple times on the same entity, with different methods used for each entry. This field is only used if a single trait is measured using multiple methods within the same dataset. The identifier links to specific information in the context table."@en + "01 February 2024"^^ "collection date"@en "collection_date"@en @@ -699,7 +716,7 @@ "Date sample was taken, in the format `yyyy-mm-dd`, `yyyy-mm` or `yyyy`, depending on the resoluton specified. Alternatively an overall range for the study can be indicating, with the starting and ending sample date sepatated by a `/`, as in 2010-10/2011-03"@en - "02/01/24"^^ + "01 February 2024"^^ "measurement remarks"@en @@ -710,7 +727,7 @@ "measurement remarks"@en "Brief comments or notes accompanying the trait measurement."@en - "02/01/24"^^ + "01 February 2024"^^ "method id"@en "method_id"@en @@ -723,6 +740,7 @@ "A unique integer identifier to distinguish between multiple sets of methods used to measure a single trait within the same dataset. The identifier links to specific information in the methods table."@en + "01 February 2024"^^ "original taxon name"@en "original_name"@en @@ -734,7 +752,7 @@ "original taxon name"@en "Name given to taxon in the original data supplied by the authors."@en - "02/01/24"^^ + "01 February 2024"^^ "location name"@en "location_name"@en @@ -745,7 +763,7 @@ "location name"@en "The location name used by the data contributor or a generic location name designated by AusTraits when one is not provided."@en - "02/01/24"^^ + "01 February 2024"^^ "location property"@en "location_property"@en @@ -757,7 +775,7 @@ "The location characteristic being recorded. The name should include units of measurement, e.g. `MAT (C)`. Ideally we have at least the following variables for each location, `longitude (deg)`, `latitude (deg)`, `description`."@en - "02/01/24"^^ + "01 February 2024"^^ "location property value"@en "value"@en @@ -768,7 +786,7 @@ "location property value"@en "The measured value of a location property."@en - "02/01/24"^^ + "01 February 2024"^^ "latitude (deg)"@en "latitude"@en @@ -782,7 +800,7 @@ "The geographic latitude (in decimal degrees, using the spatial reference system given in geodeticDatum) of the geographic center of a Location. Positive values are north of the Equator, negative values are south of it. Legal values lie between -90 and 90, inclusive."@en - "02/01/24"^^ + "01 February 2024"^^ "longitude (deg)"@en @@ -797,7 +815,7 @@ "The geographic longitude (in decimal degrees, using the spatial reference system given in dwc:geodeticDatum) of the geographic center of a dcterms:Location. Positive values are east of the Greenwich Meridian, negative values are west of it. Legal values lie between -180 and 180, inclusive."@en - "02/01/24"^^ + "01 February 2024"^^ "elevation (m)"@en @@ -812,7 +830,7 @@ "The elevation above mean sea level in meters."@en - "02/01/24"^^ + "01 February 2024"^^ "context property"@en @@ -826,7 +844,7 @@ "The contextual characteristic being recorded. If applicable, name should include units of measurement, e.g. `CO2 concentration (ppm)`."@en - "02/01/24"^^ + "01 February 2024"^^ "treatment context property"@en @@ -840,7 +858,7 @@ "A context characteristic indicating stratified treatments that might affect the trait values measured on an individual or population-level entity."@en - "02/01/24"^^ + "01 February 2024"^^ "plot context property"@en @@ -854,7 +872,7 @@ "A context characteristic indicating stratified variation within a location that might affect the trait values measured on an individual or population-level entity."@en - "02/01/24"^^ + "01 February 2024"^^ "entity context property"@en @@ -868,7 +886,7 @@ "A context characteristic indicating stratified variation across individuals or populations might affect the trait values measured."@en - "02/01/24"^^ + "01 February 2024"^^ "temporal context property"@en @@ -882,7 +900,7 @@ "A context characteristic indicating stratified variation across time might affect the trait values measured."@en - "02/01/24"^^ + "01 February 2024"^^ "method context property"@en @@ -896,7 +914,7 @@ "A context characteristic indicating stratified variation in the protocol used to measure traits might affect the trait values measured."@en - "02/01/24"^^ + "01 February 2024"^^ "context property category"@en @@ -908,7 +926,7 @@ "The category of context property, with options being `plot`, `treatment`, `individual_context`, `temporal` and `method`."@en - "02/01/24"^^ + "01 February 2024"^^ "context property value"@en "value"@en @@ -920,7 +938,7 @@ "context property value"@en "The measured value of a context property."@en - "02/01/24"^^ + "01 February 2024"^^ "context property value description"@en "description"@en @@ -931,7 +949,7 @@ "Description of a specific context property value."@en - "02/01/24"^^ + "01 February 2024"^^ "context propety link id"@en "link_id"@en @@ -946,6 +964,7 @@ "Variable indicating which identifier column in the traits table contains the specified `link_vals`."@en + "01 February 2024"^^ "context propety link vals"@en "link_vals"@en @@ -960,6 +979,7 @@ "Unique integer identifiers that link between identifier columns in the `traits` table and the contextual properties/values in the `contexts` table."@en + "01 February 2024"^^ "methods"@en "methods"@en @@ -970,7 +990,7 @@ "methods"@en "A textual description of the methods used to collect the trait data. Whenever available, methods are taken near-verbatim from the referenced source. Methods can include descriptions such as 'measured on botanical collections', 'data from the literature', or a detailed description of the field or lab methods used to collect the data."@en - "02/01/24"^^ + "01 February 2024"^^ "dataset description"@en "description"@en @@ -982,7 +1002,7 @@ "A 1-2 sentence description of the purpose of the study."@en - "02/01/24"^^ + "01 February 2024"^^ "dataset sampling strategy"@en @@ -994,7 +1014,7 @@ "When available, this information is lifted verbatim from a published manuscript. For preserved specimens, this field ideally indicates which records were 'sampled' to measure a specific trait."@en - "02/01/24"^^ + "01 February 2024"^^ "source primary key"@en @@ -1007,7 +1027,7 @@ "Citation key for the primary source in `sources`. The key is typically formatted as `Surname_year`."@en - "02/01/24"^^ + "01 February 2024"^^ "source primary citation"@en @@ -1020,7 +1040,7 @@ "Citation for the primary source. This detail is generated from the primary source in the metadata."@en - "02/01/24"^^ + "01 February 2024"^^ "source secondary key"@en "source_secondary_key"@en @@ -1031,7 +1051,7 @@ "Citation key for the secondary source in `sources`. The key is typically formatted as `Surname_year`."@en - "02/01/24"^^ + "01 February 2024"^^ "source secondary citation"@en "source_secondary_citation"@en @@ -1043,7 +1063,7 @@ "Citations for the secondary source. This detail is generated from the secondary source in the metadata."@en - "02/01/24"^^ + "01 February 2024"^^ "source original dataset key"@en "source_original_dataset_key"@en @@ -1055,7 +1075,7 @@ "Citation key for the original dataset_id in sources, for compilations. The key is typically formatted as `Surname_year`."@en - "02/01/24"^^ + "01 February 2024"^^ "source original dataset citation"@en @@ -1068,7 +1088,7 @@ "Citations for the original dataset_id in sources, for compilationse. This detail is generated from the original source in the metadata."@en - "02/01/24"^^ + "01 February 2024"^^ "contributor"@en "contributor"@en @@ -1080,7 +1100,7 @@ "A person contributing to a dataset."@en - "02/01/24"^^ + "01 February 2024"^^ "assistants"@en @@ -1093,7 +1113,7 @@ "People who played a more minor role in data collection for the study."@en - "02/01/24"^^ + "01 February 2024"^^ "dataset curators"@en @@ -1106,28 +1126,28 @@ "Database team member(s) who contacted the data collectors and added the study to the database repository."@en - "02/01/24"^^ + "01 February 2024"^^ - "data collector"@en - "data_collector"@en - - - - - - "data collector"@en - - - - - - - "Person contributing to a dataset as a data collector."@en - - "02/01/24"^^ - - + "data collectors"@en + "data_collectors"@en + + + + + + "data collectors"@en + + + + + + + "Person contributing to a dataset as a data collector."@en + + "01 February 2024"^^ + + "last name"@en "last_name"@en @@ -1138,7 +1158,7 @@ "Last name of the data collector."@en - "02/01/24"^^ + "01 February 2024"^^ "given name"@en @@ -1151,7 +1171,7 @@ "Given names of the data collector."@en - "02/01/24"^^ + "01 February 2024"^^ "ORCID identifier"@en @@ -1164,7 +1184,7 @@ "ORCID (Open Researcher and Contributor ID) for the data collector, if available."@en - "02/01/24"^^ + "01 February 2024"^^ "affiliation"@en @@ -1176,7 +1196,7 @@ "Affiliation of data collector."@en - "02/01/24"^^ + "01 February 2024"^^ "additional role"@en @@ -1188,24 +1208,9 @@ "Any additional roles the data collector had in the study, a field most frequently used to identify which data contributor is the contact person for the dataset."@en - "02/01/24"^^ + "01 February 2024"^^ - "original name"@en - "original_name"@en - - - - - - "original name"@en - - - - "Name given to taxon in the original data supplied by the authors."@en - - "02/01/24"^^ - "taxonomic dataset"@en "taxonomic_dataset"@en @@ -1215,7 +1220,7 @@ "Name of the taxonomy (tree) that contains this concept. ie. APC, AusMoss etc."@en - "02/01/24"^^ + "01 February 2024"^^ "taxon rank"@en @@ -1228,7 +1233,7 @@ "The taxonomic rank of the most specific name in the scientific name."@en "This is to clarify cases where information is not given on a species level."@en - "02/01/24"^^ + "01 February 2024"^^ "trinomial"@en @@ -1242,7 +1247,7 @@ "The infraspecific taxon name match for an original name. This column is assigned `na` for taxon name that are at a broader taxonomic_resolution."@en - "02/01/24"^^ + "01 February 2024"^^ "binomial"@en "binomial"@en @@ -1255,7 +1260,7 @@ "The species-level taxon name match for an original name. This column is assigned `na` for taxon name that are at a broader taxonomic_resolution."@en - "02/01/24"^^ + "01 February 2024"^^ "genus"@en "genus"@en @@ -1268,7 +1273,7 @@ "Genus of the taxon without authorship."@en - "02/01/24"^^ + "01 February 2024"^^ "family"@en @@ -1282,7 +1287,7 @@ "Family of the taxon."@en - "02/01/24"^^ + "01 February 2024"^^ "taxon distribution"@en @@ -1293,7 +1298,7 @@ "Known distribution of the taxon, by Australian state."@en - "02/01/24"^^ + "01 February 2024"^^ "establishment means"@en "establishment_means"@en @@ -1304,7 +1309,7 @@ "Statement about whether an organism or organisms have been introduced to a given place and time through the direct or indirect activity of modern humans."@en - "02/01/24"^^ + "01 February 2024"^^ "taxonomic status"@en @@ -1316,7 +1321,7 @@ "The status of the use of the scientificName as a label for the taxon in regard to the 'accepted (or valid) taxonomy'. The assigned taxonomic status must be linked to a specific taxonomic reference that defines the concept."@en - "02/01/24"^^ + "01 February 2024"^^ "scientific name"@en @@ -1329,7 +1334,7 @@ "The full scientific name, with authorship and date information if known."@en - "02/01/24"^^ + "01 February 2024"^^ "taxon id"@en @@ -1342,7 +1347,7 @@ "An identifier for the set of taxon information (data associated with the taxon class). May be a global unique identifier or an identifier specific to the data set. Must be resolvable within this dataset."@en - "02/01/24"^^ + "01 February 2024"^^ "scientific name id"@en @@ -1355,7 +1360,7 @@ "An identifier for the set of taxon information (data associated with the taxon class). May be a global unique identifier or an identifier specific to the data set. Must be resolvable within this dataset."@en - "02/01/24"^^ + "01 February 2024"^^ "taxon"@en @@ -1378,7 +1383,7 @@ "A group of organisms assumed to form a homogeneous unit with regard to associated trait measurements."@en - "02/01/24"^^ + "01 February 2024"^^ "aligned name"@en @@ -1393,7 +1398,7 @@ "The taxon name without authorship after implementing automated syntax standardisation and spelling changes as well as manually encoded syntax alignments for this taxon in the metadata file for the corresponding `dataset_id`. This name has not yet been matched to the currently accepted (botanical) or valid (zoological) taxon name in cases where there are taxonomic synonyms, isonyms, orthographic variants, etc."@en - "02/01/24"^^ + "01 February 2024"^^ "taxonomic resolution"@en "taxonomic_resolution"@en @@ -1404,7 +1409,7 @@ "The rank of the most specific taxon name (or scientific name) to which a submitted orignal name resolves."@en - "02/01/24"^^ + "01 February 2024"^^ "trait concept"@en "trait"@en @@ -1422,7 +1427,7 @@ "A collection of trait values pertaining to a distinct characteristic of a specific part of an organism (cell, tissue, organ, or whole organism)."@en - "02/01/24"^^ + "01 February 2024"^^ "trait identifier"@en @@ -1435,7 +1440,7 @@ "Unique identifier of the trait according to a public ontology, or a user-provided thesaurus of traits."@en - "02/01/24"^^ + "01 February 2024"^^ @@ -1450,7 +1455,7 @@ "A concise English label for the trait."@en - "02/01/24"^^ + "01 February 2024"^^ @@ -1465,7 +1470,7 @@ "A short description, generally ranging from 1-3 sentences that clearly indicates the trait’s scope."@en - "02/01/24"^^ + "01 February 2024"^^ @@ -1479,7 +1484,7 @@ "Additional notes about the scope of the trait or acceptable methods."@en - "02/01/24"^^ + "01 February 2024"^^ @@ -1492,7 +1497,7 @@ "An upper boundary for accepted numerical values."@en - "02/01/24"^^ + "01 February 2024"^^ "min allowed values"@en @@ -1504,7 +1509,7 @@ "A lower boundary for accepted numerical values."@en - "02/01/24"^^ + "01 February 2024"^^ "units"@en @@ -1516,7 +1521,7 @@ "The preferred units for the trait, conforming to the Unified Code for Units of Measure (UCUM). There are often two entries for units, one that is a string and the second which links to a units of measurement axiom."@en - "02/01/24"^^ + "01 February 2024"^^ "allowed categorical values"@en @@ -1529,7 +1534,7 @@ "Allowed trait values for a categorical trait, including a brief description of the value."@en - "02/01/24"^^ + "01 February 2024"^^ @@ -1542,7 +1547,7 @@ "Type of trait, specifying if traits are categorical, numeric, or ordinal."@en - "02/01/24"^^ + "01 February 2024"^^ "Identifier"@en @@ -1957,5 +1962,5 @@ "Daniel Falster" "Elizabeth Wenk" "Sophie Yang" - "01/02/24^^" + "01 February 2024^^" diff --git a/ontology/output/ontology/release/0.1.0/traits.build.ttl b/ontology/output/ontology/release/0.1.0/traits.build.ttl index 4c2d7d94..8892b058 100644 --- a/ontology/output/ontology/release/0.1.0/traits.build.ttl +++ b/ontology/output/ontology/release/0.1.0/traits.build.ttl @@ -679,7 +679,7 @@ skos:scopeNote skos:prefLabel "scope note"@en . - dcterms:created "01/02/24^^" ; + dcterms:created "01 February 2024^^" ; dcterms:creator "Daniel Falster", "Elizabeth Wenk", "Sophie Yang" ; dcterms:description "A database of 13 relational tables build using the {traits.build} R-packge for harmonizing trait data." ; dcterms:license ""^^ ; @@ -692,7 +692,7 @@ skos:scopeNote skos:prefLabel "traits.build database"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "ORCID (Open Researcher and Contributor ID) for the data collector, if available."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -707,7 +707,7 @@ skos:scopeNote skos:prefLabel "ORCID identifier"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "Any additional roles the data collector had in the study, a field most frequently used to identify which data contributor is the contact person for the dataset."@en ; dwcattributes:organizedInClass ; SIO:SIO_000254 ; @@ -721,7 +721,7 @@ skos:scopeNote skos:prefLabel "additional role"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "Affiliation of data collector."@en ; dwcattributes:organizedInClass ; SIO:SIO_000254 ; @@ -735,7 +735,7 @@ skos:scopeNote skos:prefLabel "affiliation"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "The taxon name without authorship after implementing automated syntax standardisation and spelling changes as well as manually encoded syntax alignments for this taxon in the metadata file for the corresponding `dataset_id`. This name has not yet been matched to the currently accepted (botanical) or valid (zoological) taxon name in cases where there are taxonomic synonyms, isonyms, orthographic variants, etc."@en ; dwcattributes:organizedInClass ; SIO:SIO_000223 ; @@ -750,7 +750,7 @@ skos:scopeNote skos:prefLabel "aligned name"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "Allowed trait values for a categorical trait, including a brief description of the value."@en ; dwcattributes:organizedInClass ; SIO:SIO_000224 ; @@ -764,7 +764,7 @@ skos:scopeNote skos:prefLabel "allowed categorical values"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "An upper boundary for accepted numerical values."@en ; dwcattributes:organizedInClass ; SIO:SIO_000224 ; @@ -778,7 +778,7 @@ skos:scopeNote skos:prefLabel "max allowed values"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "A lower boundary for accepted numerical values."@en ; dwcattributes:organizedInClass ; SIO:SIO_000224 ; @@ -792,7 +792,7 @@ skos:scopeNote skos:prefLabel "min allowed values"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "People who played a more minor role in data collection for the study."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -807,7 +807,7 @@ skos:scopeNote skos:prefLabel "assistants"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "A categorical variable specifying from which kind of specimen traits were recorded."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -819,7 +819,7 @@ skos:scopeNote skos:prefLabel "basis of record"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "A categorical variable describing how the trait value was obtained."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -832,7 +832,7 @@ skos:scopeNote skos:prefLabel "basis of value"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "The species-level taxon name match for an original name. This column is assigned `na` for taxon name that are at a broader taxonomic_resolution."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -847,7 +847,7 @@ skos:scopeNote oboe:characteristicFor ; - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "Date sample was taken, in the format `yyyy-mm-dd`, `yyyy-mm` or `yyyy`, depending on the resoluton specified. Alternatively an overall range for the study can be indicating, with the starting and ending sample date sepatated by a `/`, as in 2010-10/2011-03"@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -861,7 +861,7 @@ skos:scopeNote skos:prefLabel "collection date"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "Additional notes about the scope of the trait or acceptable methods."@en ; dwcattributes:organizedInClass ; SIO:SIO_000254 ; @@ -875,7 +875,7 @@ skos:scopeNote skos:prefLabel "comments"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "The situation within which a trait measurement is made, which can help explain the measured trait value."@en ; SIO:SIO_000602 SIO:SIO_000756 ; rdfs:label "context"@en ; @@ -886,7 +886,7 @@ skos:scopeNote oboe:characteristicFor ; - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "The contextual characteristic being recorded. If applicable, name should include units of measurement, e.g. `CO2 concentration (ppm)`."@en ; dwcattributes:organizedInClass ; SIO:SIO_000255 ; @@ -901,7 +901,7 @@ skos:scopeNote skos:prefLabel "context property"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "The category of context property, with options being `plot`, `treatment`, `individual_context`, `temporal` and `method`."@en ; dwcattributes:organizedInClass ; SIO:SIO_000254 ; @@ -914,7 +914,7 @@ skos:scopeNote skos:prefLabel "context property category"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "Description of a specific context property value."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -927,6 +927,7 @@ skos:scopeNote skos:prefLabel "context property value description"@en . + dcterms:created "01 February 2024"^^ ; dcterms:description "Variable indicating which identifier column in the traits table contains the specified `link_vals`."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -939,6 +940,7 @@ skos:scopeNote skos:prefLabel "context propety link id"@en . + dcterms:created "01 February 2024"^^ ; dcterms:description "Unique integer identifiers that link between identifier columns in the `traits` table and the contextual properties/values in the `contexts` table."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -952,7 +954,7 @@ skos:scopeNote oboe:measurementFor ; - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "The measured value of a context property."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -964,7 +966,7 @@ skos:scopeNote skos:prefLabel "context property value"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "A person contributing to a dataset."@en ; dwcattributes:organizedInClass , ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -977,8 +979,8 @@ skos:scopeNote skos:inScheme ; skos:prefLabel "contributor"@en . - - dcterms:created "02/01/24"^^ ; + + dcterms:created "01 February 2024"^^ ; dcterms:description "Person contributing to a dataset as a data collector."@en ; dwcattributes:organizedInClass , ; SIO:SIO_000255 , ; @@ -986,16 +988,16 @@ skos:scopeNote SIO:SIO_000673 , , ; SIO:SIO_001096 ; rdf:datatype ; - rdfs:label "data collector"@en ; + rdfs:label "data collectors"@en ; owl:sameAs gdmt:DataCollector ; - skos:altLabel "data_collector"@en ; + skos:altLabel "data_collectors"@en ; skos:broader dcterms:contributor ; skos:exactMatch gdmt:DataCollector ; skos:inScheme ; - skos:prefLabel "data collector"@en . + skos:prefLabel "data collectors"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "13 relational tables and lists containing all data about a dataset."@en ; SIO:SIO_000602 SIO:SIO_000750 ; SIO:SIO_000673 ; @@ -1007,7 +1009,7 @@ skos:scopeNote skos:prefLabel "dataset"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "Database team member(s) who contacted the data collectors and added the study to the database repository."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -1022,7 +1024,7 @@ skos:scopeNote skos:prefLabel "dataset curators"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "Primary identifier for each study contributed to AusTraits, most often these are scientific papers, books, or online resources. By default this should be the name of the first author and year of publication, e.g. `Falster_2005`."@en ; dwcattributes:organizedInClass , , , , , , ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -1034,7 +1036,7 @@ skos:scopeNote skos:prefLabel "dataset id"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "A short description, generally ranging from 1-3 sentences that clearly indicates the trait’s scope."@en ; dwcattributes:organizedInClass ; SIO:SIO_000254 ; @@ -1049,7 +1051,7 @@ skos:scopeNote oboe:characteristicFor ; - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "The elevation above mean sea level in meters."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -1064,7 +1066,7 @@ skos:scopeNote skos:prefLabel "elevation (m)"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "An entity is an object (e.g., a tree, a community, an ecological process). Entities constitute the foci of observations, i.e., every observation is of exactly one entity."@en ; SIO:SIO_000602 SIO:SIO_000756 ; rdfs:label "entity"@en ; @@ -1075,8 +1077,9 @@ skos:scopeNote skos:prefLabel "entity"@en . + dcterms:created "01 February 2024"^^ ; dcterms:description "A unique integer identifier indicating specific contextual properties of an individual, possibly including the individual's sex or caste (for social insects)."@en ; - dwcattributes:organizedInClass ; + dwcattributes:organizedInClass , ; SIO:SIO_000602 SIO:SIO_000757 ; SIO:SIO_000674 ; rdf:datatype ; @@ -1087,7 +1090,7 @@ skos:scopeNote skos:prefLabel "entity context id"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "A context characteristic indicating stratified variation across individuals or populations might affect the trait values measured."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -1103,7 +1106,7 @@ skos:scopeNote skos:prefLabel "entity context property"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "A categorical variable specifying the entity corresponding to the trait values recorded."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -1114,7 +1117,7 @@ skos:scopeNote skos:prefLabel "entity type"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "Statement about whether an organism or organisms have been introduced to a given place and time through the direct or indirect activity of modern humans."@en ; dwcattributes:organizedInClass ; SIO:SIO_000224 ; @@ -1128,7 +1131,7 @@ skos:scopeNote skos:prefLabel "establishment means"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "Family of the taxon."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -1143,7 +1146,7 @@ skos:scopeNote skos:prefLabel "family"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "Genus of the taxon without authorship."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -1158,7 +1161,7 @@ skos:scopeNote skos:prefLabel "genus"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "Given names of the data collector."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -1174,7 +1177,7 @@ skos:scopeNote oboe:hasContext ; - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "An individual living organism."@en ; SIO:SIO_000602 SIO:SIO_000756 ; rdfs:label "individual"@en ; @@ -1186,6 +1189,7 @@ skos:scopeNote skos:prefLabel "individual"@en . + dcterms:created "01 February 2024"^^ ; dcterms:description "A unique integer identifier for an individual, with individuals numbered sequentially within each dataset by taxon by population grouping. Most often each row of data represents an individual, but in some datasets trait data collected on a single individual is presented across multiple rows of data, such as if the same trait is measured using different methods or the same individual is measured repeatedly across time."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -1198,7 +1202,7 @@ skos:scopeNote skos:prefLabel "individual id"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "A concise English label for the trait."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -1212,7 +1216,7 @@ skos:scopeNote skos:prefLabel "label"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "Last name of the data collector."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -1228,7 +1232,7 @@ skos:scopeNote oboe:characteristicFor ; - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "The geographic latitude (in decimal degrees, using the spatial reference system given in geodeticDatum) of the geographic center of a Location. Positive values are north of the Equator, negative values are south of it. Legal values lie between -90 and 90, inclusive."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -1244,7 +1248,7 @@ skos:scopeNote oboe:characteristicFor ; - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "A field to indicate the life stage or age class of the entity measured. Standard values are `adult`, `sapling`, `seedling` and `juvenile`."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -1258,7 +1262,7 @@ skos:scopeNote skos:prefLabel "life stage"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "A spatial region or named place."@en ; SIO:SIO_000602 SIO:SIO_000756 ; SIO:SIO_000673 ; @@ -1271,6 +1275,7 @@ skos:scopeNote skos:prefLabel "location"@en . + dcterms:created "01 February 2024"^^ ; dcterms:description "A unique integer identifier for a location, with locations numbered sequentially within a dataset. The identifier links to specific information in the location table."@en ; dwcattributes:organizedInClass , ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -1283,7 +1288,7 @@ skos:scopeNote skos:prefLabel "location id"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "The location name used by the data contributor or a generic location name designated by AusTraits when one is not provided."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -1297,7 +1302,7 @@ skos:scopeNote oboe:characteristicFor ; oboe:hasValue ; - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "The location characteristic being recorded. The name should include units of measurement, e.g. `MAT (C)`. Ideally we have at least the following variables for each location, `longitude (deg)`, `latitude (deg)`, `description`."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -1309,7 +1314,7 @@ skos:scopeNote skos:prefLabel "location property"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "The measured value of a location property."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -1322,7 +1327,7 @@ skos:scopeNote oboe:characteristicFor ; - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "The geographic longitude (in decimal degrees, using the spatial reference system given in dwc:geodeticDatum) of the geographic center of a dcterms:Location. Positive values are east of the Greenwich Meridian, negative values are west of it. Legal values lie between -180 and 180, inclusive."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -1337,7 +1342,7 @@ skos:scopeNote skos:prefLabel "longitude (deg)"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "A measurement is an assertion that a characteristic of an entity had a particular value with respect to an observation event."@en ; SIO:SIO_000602 SIO:SIO_001187 ; rdfs:label "measurement"@en ; @@ -1349,7 +1354,7 @@ skos:scopeNote oboe:measurementFor ; - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "A measurement made on an entity context property."@en ; SIO:SIO_000602 SIO:SIO_001187 ; SIO:SIO_000673 ; @@ -1362,7 +1367,7 @@ skos:scopeNote oboe:hasValue ; oboe:measurementFor , ; - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "A measurement made on a location property."@en ; SIO:SIO_000602 SIO:SIO_001187 ; rdfs:label "measurement of location property"@en ; @@ -1373,7 +1378,7 @@ skos:scopeNote oboe:measurementFor ; - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "A measurement made on a plot context property."@en ; SIO:SIO_000602 SIO:SIO_001187 ; SIO:SIO_000673 ; @@ -1385,7 +1390,7 @@ skos:scopeNote oboe:measurementFor ; - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "A measurement made on a temporal context property."@en ; SIO:SIO_000602 SIO:SIO_001187 ; SIO:SIO_000673 ; @@ -1398,7 +1403,7 @@ skos:scopeNote oboe:hasValue ; oboe:measurementFor ; - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "A measurement made on a treatment context property."@en ; SIO:SIO_000602 SIO:SIO_001187 ; SIO:SIO_000673 ; @@ -1409,7 +1414,7 @@ skos:scopeNote skos:prefLabel "measurement of treatment context property"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "Brief comments or notes accompanying the trait measurement."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -1421,7 +1426,7 @@ skos:scopeNote skos:prefLabel "measurement remarks"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "A compment of a trait measurement protocol that is changed between individual trait measurements and might cause the measured trait values of individuals or populations to change."@en ; SIO:SIO_000602 SIO:SIO_000756 ; rdfs:label "method context"@en ; @@ -1431,8 +1436,9 @@ skos:scopeNote skos:prefLabel "method context"@en . + dcterms:created "01 February 2024"^^ ; dcterms:description "A unique integer identifier indicating a trait is measured multiple times on the same entity, with different methods used for each entry. This field is only used if a single trait is measured using multiple methods within the same dataset. The identifier links to specific information in the context table."@en ; - dwcattributes:organizedInClass ; + dwcattributes:organizedInClass , ; SIO:SIO_000602 SIO:SIO_000757 ; rdf:datatype ; rdfs:label "method context id"@en ; @@ -1442,7 +1448,7 @@ skos:scopeNote skos:prefLabel "method context id"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "A context characteristic indicating stratified variation in the protocol used to measure traits might affect the trait values measured."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -1458,6 +1464,7 @@ skos:scopeNote skos:prefLabel "method context property"@en . + dcterms:created "01 February 2024"^^ ; dcterms:description "A unique integer identifier to distinguish between multiple sets of methods used to measure a single trait within the same dataset. The identifier links to specific information in the methods table."@en ; dwcattributes:organizedInClass , ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -1471,7 +1478,7 @@ skos:scopeNote skos:prefLabel "method id"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "A 1-2 sentence description of the purpose of the study."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -1486,7 +1493,7 @@ skos:scopeNote skos:prefLabel "dataset description"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "A textual description of the methods used to collect the trait data. Whenever available, methods are taken near-verbatim from the referenced source. Methods can include descriptions such as 'measured on botanical collections', 'data from the literature', or a detailed description of the field or lab methods used to collect the data."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -1499,7 +1506,7 @@ skos:scopeNote skos:prefLabel "methods"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "An Observation is a collection of measurements made at a single point in time. In traits.build it is the subset of rows within the traits data that are made on the same entity and share the same observation_id."@en ; SIO:SIO_000602 SIO:SIO_000754 ; SIO:SIO_000673 ; @@ -1512,7 +1519,7 @@ skos:scopeNote skos:prefLabel "observation"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "A unique integral identifier for the observation, where an observation is all measurements made on an individual at a single point in time. It is important for joining traits coming from the same `observation_id`. Within each dataset, observation_id's are unique combinations of `taxon_name`, `population_id`, `individual_id`, and `temporal_context_id`."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -1527,7 +1534,7 @@ skos:scopeNote oboe:characteristicFor ; oboe:hasMeasurement ; oboe:ofEntity , , ; - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "Observation where entity is a category of context indicating repeat observations have been made on an individual, population or species-level entity across time which might affect the entity's measured trait values."@en ; SIO:SIO_000602 SIO:SIO_000754 ; SIO:SIO_000673 ; @@ -1540,7 +1547,7 @@ skos:scopeNote oboe:hasMeasurement ; oboe:ofEntity ; - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "Observation of location properties at a single location."@en ; SIO:SIO_000602 SIO:SIO_000754 ; SIO:SIO_000673 ; @@ -1554,7 +1561,7 @@ skos:scopeNote oboe:characteristicFor ; oboe:hasMeasurement ; oboe:ofEntity ; - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "Observation where entity is a category of context indicating variation across plots at a single location might affect the trait values measured on individual or population-level entities."@en ; SIO:SIO_000602 SIO:SIO_000754 ; SIO:SIO_000673 ; @@ -1568,7 +1575,7 @@ skos:scopeNote oboe:characteristicFor ; oboe:hasMeasurement ; oboe:ofEntity ; - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "Observation where entity is a category of context indicating repeat observations have been made on a plot, which might affect the trait values measured on individual or population-level entities."@en ; SIO:SIO_000602 SIO:SIO_000754 ; SIO:SIO_000673 ; @@ -1583,7 +1590,7 @@ skos:scopeNote oboe:characteristicFor ; oboe:hasMeasurement ; oboe:ofEntity ; - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "Observation where entity is a context indicating experimental manipulations that might affect the trait values measured on an individual, population or species-level entities."@en ; SIO:SIO_000602 SIO:SIO_000754 ; SIO:SIO_000673 ; @@ -1597,7 +1604,7 @@ skos:scopeNote oboe:hasMeasurement , ; oboe:ofEntity , , ; - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "Observation collection of location properties and organismal traits at a single location."@en ; SIO:SIO_000602 SIO:SIO_000754 ; SIO:SIO_000673 ; @@ -1610,7 +1617,7 @@ skos:scopeNote oboe:hasMeasurement , , , , , ; oboe:ofEntity ; - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "Observation collection encompassing all observations that comprise a dataset."@en ; SIO:SIO_000602 SIO:SIO_000754 ; SIO:SIO_000673 ; @@ -1623,7 +1630,7 @@ skos:scopeNote oboe:hasMeasurement , , , , , ; oboe:ofEntity ; - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "Observation collection encompassing all observations for a single published or unpublished source."@en ; SIO:SIO_000602 SIO:SIO_000754 ; SIO:SIO_000673 ; @@ -1636,7 +1643,7 @@ skos:scopeNote oboe:hasMeasurement ; oboe:ofEntity ; - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "Observation collection encompassing all observations on a single individual."@en ; SIO:SIO_000602 SIO:SIO_000754 ; SIO:SIO_000673 ; @@ -1649,7 +1656,7 @@ skos:scopeNote oboe:hasMeasurement ; oboe:ofEntity ; - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "Observation collection encompassing all observations on a single population."@en ; SIO:SIO_000602 SIO:SIO_000754 ; SIO:SIO_000673 ; @@ -1662,7 +1669,7 @@ skos:scopeNote oboe:hasMeasurement ; oboe:ofEntity ; - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "Observation collection encompassing all observations on a single taxon within a single dataset."@en ; SIO:SIO_000602 SIO:SIO_000754 ; SIO:SIO_000673 ; @@ -1674,21 +1681,19 @@ skos:scopeNote skos:prefLabel "observations of taxon"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "Name given to taxon in the original data supplied by the authors."@en ; - dwcattributes:organizedInClass , , ; + dwcattributes:organizedInClass , ; SIO:SIO_000602 SIO:SIO_000757 ; - SIO:SIO_000642 , ; - SIO:SIO_000672 ; rdf:datatype ; - rdfs:label "original name"@en, "original taxon name"@en ; + rdfs:label "original taxon name"@en ; skos:altLabel "original_name"@en ; skos:broader rdfs:label, skos:prefLabel ; skos:inScheme ; - skos:prefLabel "original name"@en, "original taxon name"@en . + skos:prefLabel "original taxon name"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "A subdivision of a location, designated because some properties differ across plots within a location, which might cause differences in measured trait values between plots."@en ; SIO:SIO_000602 SIO:SIO_000756 ; rdfs:label "plot context"@en ; @@ -1698,8 +1703,9 @@ skos:scopeNote skos:prefLabel "plot context"@en . + dcterms:created "01 February 2024"^^ ; dcterms:description "A unique integer identifier for a plot, where a plot is a distinct collection of organisms within a single geographic location, such as plants growing on different aspects or blocks in an experiment. The identifier links to specific information in the context table."@en ; - dwcattributes:organizedInClass ; + dwcattributes:organizedInClass , ; SIO:SIO_000602 SIO:SIO_000757 ; SIO:SIO_000674 ; rdf:datatype ; @@ -1710,7 +1716,7 @@ skos:scopeNote skos:prefLabel "plot context id"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "A context characteristic indicating stratified variation within a location that might affect the trait values measured on an individual or population-level entity."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -1727,7 +1733,7 @@ skos:scopeNote oboe:hasContext ; - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "A collection of organisms, all of the same species, that live in the same place."@en ; SIO:SIO_000602 SIO:SIO_000756 ; rdfs:label "population"@en ; @@ -1739,6 +1745,7 @@ skos:scopeNote skos:prefLabel "population"@en . + dcterms:created "01 February 2024"^^ ; dcterms:description "A unique integer identifier for a population, where a population is defined as individuals growing in the same location (location_id /location_name) and plot (plot_context_id, a context category) and being subjected to the same treatment (treatment_context_id, a context category)."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -1751,6 +1758,7 @@ skos:scopeNote skos:prefLabel "population id"@en . + dcterms:created "01 February 2024"^^ ; dcterms:description "A unique integer identifier for repeat measurements of a trait that comprise a single observation, such as a response curve."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -1763,6 +1771,7 @@ skos:scopeNote skos:prefLabel "repeat measurements id"@en . + dcterms:created "01 February 2024"^^ ; dcterms:description "Number of replicate measurements that comprise a recorded trait measurement. A numeric value (or range) is ideal and appropriate if the value type is a `mean`, `median`, `min` or  `max`. For these value types, if replication is unknown the entry should be `unknown`. If the value type is `raw_value` the replicate value should be 1. If the trait is categorical or the value indicates a measurement for an entire species (or other taxon) replicate value should be `.na`."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -1775,7 +1784,7 @@ skos:scopeNote skos:prefLabel "replicates"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "When available, this information is lifted verbatim from a published manuscript. For preserved specimens, this field ideally indicates which records were 'sampled' to measure a specific trait."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -1789,7 +1798,7 @@ skos:scopeNote skos:prefLabel "dataset sampling strategy"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "The full scientific name, with authorship and date information if known."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -1804,7 +1813,7 @@ skos:scopeNote skos:prefLabel "scientific name"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "An identifier for the set of taxon information (data associated with the taxon class). May be a global unique identifier or an identifier specific to the data set. Must be resolvable within this dataset."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -1819,7 +1828,7 @@ skos:scopeNote skos:prefLabel "scientific name id"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "For datasets that are compilations, an identifier for the original data source."@en ; dwcattributes:organizedInClass , ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -1832,7 +1841,7 @@ skos:scopeNote skos:prefLabel "source id"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "Citations for the original dataset_id in sources, for compilationse. This detail is generated from the original source in the metadata."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -1846,7 +1855,7 @@ skos:scopeNote skos:prefLabel "source original dataset citation"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "Citation key for the original dataset_id in sources, for compilations. The key is typically formatted as `Surname_year`."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -1861,7 +1870,7 @@ skos:scopeNote skos:prefLabel "source original dataset key"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "Citation for the primary source. This detail is generated from the primary source in the metadata."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -1875,7 +1884,7 @@ skos:scopeNote skos:prefLabel "source primary citation"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "Citation key for the primary source in `sources`. The key is typically formatted as `Surname_year`."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -1890,7 +1899,7 @@ skos:scopeNote skos:prefLabel "source primary key"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "Citations for the secondary source. This detail is generated from the secondary source in the metadata."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -1904,7 +1913,7 @@ skos:scopeNote skos:prefLabel "source secondary citation"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "Citation key for the secondary source in `sources`. The key is typically formatted as `Surname_year`."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -1917,7 +1926,7 @@ skos:scopeNote skos:prefLabel "source secondary key"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "A circumscribed set of organisms."@en, "A group of organisms assumed to form a homogeneous unit with regard to associated trait measurements."@en ; dwcattributes:organizedInClass ; SIO:SIO_000223 , ; @@ -1934,7 +1943,7 @@ skos:scopeNote skos:prefLabel "taxon"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "Known distribution of the taxon, by Australian state."@en ; dwcattributes:organizedInClass ; SIO:SIO_000224 ; @@ -1946,7 +1955,7 @@ skos:scopeNote skos:prefLabel "taxon distribution"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "An identifier for the set of taxon information (data associated with the taxon class). May be a global unique identifier or an identifier specific to the data set. Must be resolvable within this dataset."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -1961,7 +1970,7 @@ skos:scopeNote skos:prefLabel "taxon id"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "Scientific name of the taxon on which traits were sampled, without authorship. When possible, this is the currently accepted (botanical) or valid (zoological) scientific name, but might also be a higher taxonomic level."@en ; dwcattributes:organizedInClass , , ; SIO:SIO_000223 , , ; @@ -1978,7 +1987,7 @@ skos:scopeNote skos:prefLabel "taxon name"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "The taxonomic rank of the most specific name in the scientific name."@en ; dwcattributes:organizedInClass ; SIO:SIO_000224 ; @@ -1993,7 +2002,7 @@ skos:scopeNote skos:prefLabel "taxon rank"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "Name of the taxonomy (tree) that contains this concept. ie. APC, AusMoss etc."@en ; dwcattributes:organizedInClass ; SIO:SIO_000224 ; @@ -2007,7 +2016,7 @@ skos:scopeNote skos:prefLabel "taxonomic dataset"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "The rank of the most specific taxon name (or scientific name) to which a submitted orignal name resolves."@en ; dwcattributes:organizedInClass ; SIO:SIO_000224 ; @@ -2020,7 +2029,7 @@ skos:scopeNote skos:relatedMatch dwc:taxonRank . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "The status of the use of the scientificName as a label for the taxon in regard to the 'accepted (or valid) taxonomy'. The assigned taxonomic status must be linked to a specific taxonomic reference that defines the concept."@en ; dwcattributes:organizedInClass ; SIO:SIO_000224 ; @@ -2034,7 +2043,7 @@ skos:scopeNote skos:prefLabel "taxonomic status"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "A situation or process that varies across time and might cause the measured trait values of individuals or populations to change across time."@en ; SIO:SIO_000602 SIO:SIO_000756 ; rdfs:label "temporal context"@en ; @@ -2044,8 +2053,9 @@ skos:scopeNote skos:prefLabel "temporal context"@en . + dcterms:created "01 February 2024"^^ ; dcterms:description "A unique integer identifier assigned where repeat observations are made on the same individual (or population, or taxon) across time. The identifier links to specific information in the context table."@en ; - dwcattributes:organizedInClass ; + dwcattributes:organizedInClass , ; SIO:SIO_000602 SIO:SIO_000757 ; SIO:SIO_000674 ; rdf:datatype ; @@ -2056,7 +2066,7 @@ skos:scopeNote skos:prefLabel "temporal context id"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "A context characteristic indicating stratified variation across time might affect the trait values measured."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -2072,7 +2082,7 @@ skos:scopeNote skos:prefLabel "temporal context property"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "A collection of trait values pertaining to a distinct characteristic of a specific part of an organism (cell, tissue, organ, or whole organism)."@en ; dwcattributes:organizedInClass ; SIO:SIO_000223 , , , , ; @@ -2088,7 +2098,7 @@ skos:scopeNote skos:prefLabel "trait concept"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "Unique identifier of the trait according to a public ontology, or a user-provided thesaurus of traits."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -2104,7 +2114,7 @@ skos:scopeNote oboe:hasValue ; oboe:measurementFor , , , , , , ; - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "A measurement made on a trait."@en ; SIO:SIO_000602 SIO:SIO_001187 ; rdfs:label "trait measurement"@en ; @@ -2114,7 +2124,7 @@ skos:scopeNote skos:prefLabel "trait measurement"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "Name of the trait sampled. Allowable values specified in the table `definitions`."@en ; dwcattributes:organizedInClass , , ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -2126,7 +2136,7 @@ skos:scopeNote skos:prefLabel "trait name"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "The measured value of a trait."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -2139,6 +2149,7 @@ skos:scopeNote skos:prefLabel "value"@en . + dcterms:created "01 February 2024"^^ ; dcterms:description "A description of the computing environment used to create this version of the dataset, including version number, git commit and R session_info."@en ; SIO:SIO_000602 SIO:SIO_001330 ; rdfs:label "build info"@en ; @@ -2147,7 +2158,7 @@ skos:scopeNote skos:prefLabel "build info"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "A table containing observations of contextual characteristics associated with information in `traits`. Cross referencing between the two dataframes is possible using combinations of the variables `dataset_id`, `link_id`, and `link_vals`."@en ; SIO:SIO_000602 SIO:SIO_000754 ; rdfs:label "contexts table"@en ; @@ -2156,7 +2167,7 @@ skos:scopeNote skos:prefLabel "contexts table"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "A table of people contributing to each study."@en ; SIO:SIO_000602 SIO:SIO_000754 ; rdfs:label "contributors table"@en ; @@ -2165,7 +2176,7 @@ skos:scopeNote skos:prefLabel "contributors table"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "A list containing trait concept descriptions used to build the database."@en ; SIO:SIO_000602 SIO:SIO_000754 ; rdfs:label "definitions table"@en ; @@ -2176,7 +2187,7 @@ skos:scopeNote skos:prefLabel "definitions table"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms: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."@en ; SIO:SIO_000602 SIO:SIO_000754 ; rdfs:label "excluded data table"@en ; @@ -2185,7 +2196,7 @@ skos:scopeNote skos:prefLabel "excluded data table"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "A table containing observations of location/site characteristics associated with information in `traits`. Cross referencing between the two dataframes is possible using combinations of the variables `dataset_id`, `location_name`."@en ; SIO:SIO_000602 SIO:SIO_000754 ; rdfs:comment "Includes information about Location properties."@en ; @@ -2196,7 +2207,7 @@ skos:scopeNote skos:relatedMatch ets:Occurrence . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "A list containing database metadata."@en ; SIO:SIO_000602 SIO:SIO_001330 ; rdfs:label "metadata table"@en ; @@ -2206,7 +2217,7 @@ skos:scopeNote skos:prefLabel "metadata table"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "A table containing details on methods with which data were collected, including time frame and source. Cross referencing with the `traits` table is possible using combinations of the variables `dataset_id`, `trait_name`."@en ; SIO:SIO_000602 SIO:SIO_000754 ; rdfs:label "methods table"@en ; @@ -2216,6 +2227,7 @@ skos:scopeNote skos:relatedMatch ets:MeasurementOrFact . + dcterms:created "01 February 2024"^^ ; dcterms:description "A copy of the schema for all tables and terms. Information included here was used to process data and generate any documentation for the study."@en ; SIO:SIO_000602 SIO:SIO_001330 ; rdfs:label "schema"@en ; @@ -2224,7 +2236,7 @@ skos:scopeNote skos:prefLabel "schema"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "A list containing citation details for all database sources."@en ; SIO:SIO_000602 SIO:SIO_000754 ; rdfs:label "sources table"@en ; @@ -2233,7 +2245,7 @@ skos:scopeNote skos:prefLabel "sources table"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "A table containing details on taxa associated with information in `traits`. Whenever possible, this information is sourced from curated taxon lists that include identifiers for each taxon. The information compiled in this table is released under a CC-BY3 license. Cross referencing between the two dataframes is possible using combinations of the variable `taxon_name`."@en ; SIO:SIO_000602 SIO:SIO_000754 ; rdfs:label "taxa table"@en ; @@ -2244,7 +2256,7 @@ skos:scopeNote skos:prefLabel "taxa table"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "A table of all taxonomic changes implemented in the construction of AusTraits. Changes are determined by comparing the originally submitted taxon name against the taxonomic names listed in the taxonomic reference files, best placed in a subfolder in the `config` folder . Cross referencing with the `traits` table is possible using combinations of the variables `dataset_id` and `taxon_name`."@en ; SIO:SIO_000602 SIO:SIO_000754 ; rdfs:label "taxonomic updates table"@en ; @@ -2253,7 +2265,7 @@ skos:scopeNote skos:prefLabel "taxonomic updates table"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "A table containing measurements of traits."@en ; SIO:SIO_000602 SIO:SIO_000754 ; rdfs:comment "Includes information that must be recorded at the Measurement or Observation level."@en ; @@ -2266,7 +2278,7 @@ skos:scopeNote skos:relatedMatch ets:MeasurementOrFact, ets:Occurrence . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "An experimental manipulation that subjects different individuals or populations to different conditions, which can lead to differences in measured trait values across treatments."@en ; SIO:SIO_000602 SIO:SIO_000756 ; rdfs:label "treatment context"@en ; @@ -2276,8 +2288,9 @@ skos:scopeNote skos:prefLabel "treatment context"@en . + dcterms:created "01 February 2024"^^ ; dcterms:description "A unique integer identifier for a treatment, where a treatment is any experimental manipulation to an organism's growing/living conditions. The identifier links to specific information in the context table."@en ; - dwcattributes:organizedInClass ; + dwcattributes:organizedInClass , ; SIO:SIO_000602 SIO:SIO_000757 ; SIO:SIO_000674 ; rdf:datatype ; @@ -2288,7 +2301,7 @@ skos:scopeNote skos:prefLabel "treatment context id"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "A context characteristic indicating stratified treatments that might affect the trait values measured on an individual or population-level entity."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -2304,7 +2317,7 @@ skos:scopeNote skos:prefLabel "treatment context property"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "The infraspecific taxon name match for an original name. This column is assigned `na` for taxon name that are at a broader taxonomic_resolution."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -2318,7 +2331,7 @@ skos:scopeNote skos:relatedMatch dwc:infraspecificEpithet . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "Type of trait, specifying if traits are categorical, numeric, or ordinal."@en ; dwcattributes:organizedInClass ; SIO:SIO_000224 ; @@ -2332,7 +2345,7 @@ skos:scopeNote skos:prefLabel "type"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "Units of the sampled trait value after aligning with AusTraits standards."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -2344,7 +2357,7 @@ skos:scopeNote skos:prefLabel "unit"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "The preferred units for the trait, conforming to the Unified Code for Units of Measure (UCUM). There are often two entries for units, one that is a string and the second which links to a units of measurement axiom."@en ; dwcattributes:organizedInClass ; SIO:SIO_000224 ; @@ -2358,7 +2371,7 @@ skos:scopeNote skos:prefLabel "units"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "A categorical variable describing the statistical nature of the trait value recorded."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; diff --git a/ontology/output/ontology/traits.build.json b/ontology/output/ontology/traits.build.json index 14d99208..1522ed1a 100644 --- a/ontology/output/ontology/traits.build.json +++ b/ontology/output/ontology/traits.build.json @@ -1862,7 +1862,7 @@ }, { "@id": "https://w3id.org/traits.build", - "http://purl.org/dc/terms/created": "01/02/24^^", + "http://purl.org/dc/terms/created": "01 February 2024^^", "http://purl.org/dc/terms/creator": [ "Sophie Yang", "Elizabeth Wenk", @@ -1904,7 +1904,7 @@ "@id": "https://w3id.org/traits.build/ORCID", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -1951,7 +1951,7 @@ "@id": "https://w3id.org/traits.build/additional_role", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -1995,7 +1995,7 @@ "@id": "https://w3id.org/traits.build/affiliation", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -2039,7 +2039,7 @@ "@id": "https://w3id.org/traits.build/aligned_name", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -2091,7 +2091,7 @@ "@id": "https://w3id.org/traits.build/allowed_values_levels", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -2145,7 +2145,7 @@ "@id": "https://w3id.org/traits.build/allowed_values_max", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -2189,7 +2189,7 @@ "@id": "https://w3id.org/traits.build/allowed_values_min", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -2233,7 +2233,7 @@ "@id": "https://w3id.org/traits.build/assistants", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -2280,7 +2280,7 @@ "@id": "https://w3id.org/traits.build/basis_of_record", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -2318,7 +2318,7 @@ "@id": "https://w3id.org/traits.build/basis_of_value", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -2359,7 +2359,7 @@ "@id": "https://w3id.org/traits.build/binomial", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -2411,7 +2411,7 @@ }, "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -2460,7 +2460,7 @@ "@id": "https://w3id.org/traits.build/comments", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -2514,7 +2514,7 @@ "@id": "https://w3id.org/traits.build/context", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -2549,7 +2549,7 @@ }, "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -2596,7 +2596,7 @@ "@id": "https://w3id.org/traits.build/contexts_category", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -2637,7 +2637,7 @@ "@id": "https://w3id.org/traits.build/contexts_description", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -2676,6 +2676,10 @@ }, { "@id": "https://w3id.org/traits.build/contexts_link_id", + "http://purl.org/dc/terms/created": { + "@type": "xsd:date", + "@value": "01 February 2024" + }, "http://purl.org/dc/terms/description": { "@language": "en", "@value": "Variable indicating which identifier column in the traits table contains the specified `link_vals`." @@ -2727,6 +2731,10 @@ }, { "@id": "https://w3id.org/traits.build/contexts_link_vals", + "http://purl.org/dc/terms/created": { + "@type": "xsd:date", + "@value": "01 February 2024" + }, "http://purl.org/dc/terms/description": { "@language": "en", "@value": "Unique integer identifiers that link between identifier columns in the `traits` table and the contextual properties/values in the `contexts` table." @@ -2783,7 +2791,7 @@ }, "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -2826,7 +2834,7 @@ "@id": "https://w3id.org/traits.build/contributor", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -2875,7 +2883,7 @@ "@id": "https://w3id.org/traits.build/data_collectors", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -2946,7 +2954,7 @@ "@id": "https://w3id.org/traits.build/dataset", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -2984,7 +2992,7 @@ "@id": "https://w3id.org/traits.build/dataset_curators", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -3031,7 +3039,7 @@ "@id": "https://w3id.org/traits.build/dataset_id", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -3089,7 +3097,7 @@ "@id": "https://w3id.org/traits.build/description", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -3146,7 +3154,7 @@ }, "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -3198,7 +3206,7 @@ "@id": "https://w3id.org/traits.build/entity", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -3231,13 +3239,22 @@ }, { "@id": "https://w3id.org/traits.build/entity_context_id", + "http://purl.org/dc/terms/created": { + "@type": "xsd:date", + "@value": "01 February 2024" + }, "http://purl.org/dc/terms/description": { "@language": "en", "@value": "A unique integer identifier indicating specific contextual properties of an individual, possibly including the individual's sex or caste (for social insects)." }, - "http://rs.tdwg.org/dwc/terms/attributes/organizedInClass": { - "@id": "https://w3id.org/traits.build/traits.build-traits" - }, + "http://rs.tdwg.org/dwc/terms/attributes/organizedInClass": [ + { + "@id": "https://w3id.org/traits.build/traits.build-contexts" + }, + { + "@id": "https://w3id.org/traits.build/traits.build-traits" + } + ], "http://semanticscience.org/resource/SIO_000602": { "@id": "http://semanticscience.org/resource/SIO_000757" }, @@ -3270,7 +3287,7 @@ "@id": "https://w3id.org/traits.build/entity_context_property", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -3320,7 +3337,7 @@ "@id": "https://w3id.org/traits.build/entity_type", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -3355,7 +3372,7 @@ "@id": "https://w3id.org/traits.build/establishment_means", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -3399,7 +3416,7 @@ "@id": "https://w3id.org/traits.build/family", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -3451,7 +3468,7 @@ "@id": "https://w3id.org/traits.build/genus", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -3503,7 +3520,7 @@ "@id": "https://w3id.org/traits.build/given_name", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -3553,7 +3570,7 @@ }, "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -3589,6 +3606,10 @@ }, { "@id": "https://w3id.org/traits.build/individual_id", + "http://purl.org/dc/terms/created": { + "@type": "xsd:date", + "@value": "01 February 2024" + }, "http://purl.org/dc/terms/description": { "@language": "en", "@value": "A unique integer identifier for an individual, with individuals numbered sequentially within each dataset by taxon by population grouping. Most often each row of data represents an individual, but in some datasets trait data collected on a single individual is presented across multiple rows of data, such as if the same trait is measured using different methods or the same individual is measured repeatedly across time." @@ -3628,7 +3649,7 @@ "@id": "https://w3id.org/traits.build/label", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -3688,7 +3709,7 @@ "@id": "https://w3id.org/traits.build/last_name", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -3738,7 +3759,7 @@ }, "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -3793,7 +3814,7 @@ }, "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -3842,7 +3863,7 @@ "@id": "https://w3id.org/traits.build/location", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -3881,6 +3902,10 @@ }, { "@id": "https://w3id.org/traits.build/location_id", + "http://purl.org/dc/terms/created": { + "@type": "xsd:date", + "@value": "01 February 2024" + }, "http://purl.org/dc/terms/description": { "@language": "en", "@value": "A unique integer identifier for a location, with locations numbered sequentially within a dataset. The identifier links to specific information in the location table." @@ -3925,7 +3950,7 @@ "@id": "https://w3id.org/traits.build/location_name", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -3974,7 +3999,7 @@ }, "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -4012,7 +4037,7 @@ "@id": "https://w3id.org/traits.build/locations_value", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -4058,7 +4083,7 @@ }, "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -4110,7 +4135,7 @@ "@id": "https://w3id.org/traits.build/measurement", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -4148,7 +4173,7 @@ }, "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -4194,7 +4219,7 @@ ], "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -4229,7 +4254,7 @@ }, "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -4267,7 +4292,7 @@ }, "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -4308,7 +4333,7 @@ }, "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -4343,7 +4368,7 @@ "@id": "https://w3id.org/traits.build/measurement_remarks", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -4381,7 +4406,7 @@ "@id": "https://w3id.org/traits.build/method_context", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -4416,13 +4441,22 @@ }, { "@id": "https://w3id.org/traits.build/method_context_id", + "http://purl.org/dc/terms/created": { + "@type": "xsd:date", + "@value": "01 February 2024" + }, "http://purl.org/dc/terms/description": { "@language": "en", "@value": "A unique integer identifier indicating a trait is measured multiple times on the same entity, with different methods used for each entry. This field is only used if a single trait is measured using multiple methods within the same dataset. The identifier links to specific information in the context table." }, - "http://rs.tdwg.org/dwc/terms/attributes/organizedInClass": { - "@id": "https://w3id.org/traits.build/traits.build-traits" - }, + "http://rs.tdwg.org/dwc/terms/attributes/organizedInClass": [ + { + "@id": "https://w3id.org/traits.build/traits.build-contexts" + }, + { + "@id": "https://w3id.org/traits.build/traits.build-traits" + } + ], "http://semanticscience.org/resource/SIO_000602": { "@id": "http://semanticscience.org/resource/SIO_000757" }, @@ -4452,7 +4486,7 @@ "@id": "https://w3id.org/traits.build/method_context_property", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -4500,6 +4534,10 @@ }, { "@id": "https://w3id.org/traits.build/method_id", + "http://purl.org/dc/terms/created": { + "@type": "xsd:date", + "@value": "01 February 2024" + }, "http://purl.org/dc/terms/description": { "@language": "en", "@value": "A unique integer identifier to distinguish between multiple sets of methods used to measure a single trait within the same dataset. The identifier links to specific information in the methods table." @@ -4547,7 +4585,7 @@ "@id": "https://w3id.org/traits.build/methods_description", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -4594,7 +4632,7 @@ "@id": "https://w3id.org/traits.build/methods_methods", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -4635,7 +4673,7 @@ "@id": "https://w3id.org/traits.build/observation", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -4677,7 +4715,7 @@ "@id": "https://w3id.org/traits.build/observation_id", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -4732,7 +4770,7 @@ ], "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -4773,7 +4811,7 @@ }, "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -4817,7 +4855,7 @@ }, "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -4861,7 +4899,7 @@ }, "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -4909,7 +4947,7 @@ }, "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -4967,7 +5005,7 @@ ], "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -5025,7 +5063,7 @@ }, "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -5083,7 +5121,7 @@ }, "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -5124,7 +5162,7 @@ }, "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -5165,7 +5203,7 @@ }, "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -5206,7 +5244,7 @@ }, "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -5245,7 +5283,7 @@ "@id": "https://w3id.org/traits.build/original_name", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -5262,30 +5300,13 @@ "http://semanticscience.org/resource/SIO_000602": { "@id": "http://semanticscience.org/resource/SIO_000757" }, - "http://semanticscience.org/resource/SIO_000642": [ - { - "@id": "https://w3id.org/traits.build/taxon_name" - }, - { - "@id": "https://w3id.org/traits.build/aligned_name" - } - ], - "http://semanticscience.org/resource/SIO_000672": { - "@id": "https://w3id.org/traits.build/taxon" - }, "http://www.w3.org/1999/02/22-rdf-syntax-ns#datatype": { "@id": "http://www.w3.org/2001/XMLSchema#string" }, - "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@language": "en", - "@value": "original name" - }, - { - "@language": "en", - "@value": "original taxon name" - } - ], + "http://www.w3.org/2000/01/rdf-schema#label": { + "@language": "en", + "@value": "original taxon name" + }, "http://www.w3.org/2004/02/skos/core#altLabel": { "@language": "en", "@value": "original_name" @@ -5301,22 +5322,16 @@ "http://www.w3.org/2004/02/skos/core#inScheme": { "@id": "https://w3id.org/traits.build/" }, - "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "original name" - }, - { - "@language": "en", - "@value": "original taxon name" - } - ] + "http://www.w3.org/2004/02/skos/core#prefLabel": { + "@language": "en", + "@value": "original taxon name" + } }, { "@id": "https://w3id.org/traits.build/plot", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -5351,13 +5366,22 @@ }, { "@id": "https://w3id.org/traits.build/plot_context_id", + "http://purl.org/dc/terms/created": { + "@type": "xsd:date", + "@value": "01 February 2024" + }, "http://purl.org/dc/terms/description": { "@language": "en", "@value": "A unique integer identifier for a plot, where a plot is a distinct collection of organisms within a single geographic location, such as plants growing on different aspects or blocks in an experiment. The identifier links to specific information in the context table." }, - "http://rs.tdwg.org/dwc/terms/attributes/organizedInClass": { - "@id": "https://w3id.org/traits.build/traits.build-traits" - }, + "http://rs.tdwg.org/dwc/terms/attributes/organizedInClass": [ + { + "@id": "https://w3id.org/traits.build/traits.build-contexts" + }, + { + "@id": "https://w3id.org/traits.build/traits.build-traits" + } + ], "http://semanticscience.org/resource/SIO_000602": { "@id": "http://semanticscience.org/resource/SIO_000757" }, @@ -5390,7 +5414,7 @@ "@id": "https://w3id.org/traits.build/plot_context_property", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -5443,7 +5467,7 @@ }, "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -5479,6 +5503,10 @@ }, { "@id": "https://w3id.org/traits.build/population_id", + "http://purl.org/dc/terms/created": { + "@type": "xsd:date", + "@value": "01 February 2024" + }, "http://purl.org/dc/terms/description": { "@language": "en", "@value": "A unique integer identifier for a population, where a population is defined as individuals growing in the same location (location_id /location_name) and plot (plot_context_id, a context category) and being subjected to the same treatment (treatment_context_id, a context category)." @@ -5516,6 +5544,10 @@ }, { "@id": "https://w3id.org/traits.build/repeat_measurements_id", + "http://purl.org/dc/terms/created": { + "@type": "xsd:date", + "@value": "01 February 2024" + }, "http://purl.org/dc/terms/description": { "@language": "en", "@value": "A unique integer identifier for repeat measurements of a trait that comprise a single observation, such as a response curve." @@ -5558,6 +5590,10 @@ }, { "@id": "https://w3id.org/traits.build/replicates", + "http://purl.org/dc/terms/created": { + "@type": "xsd:date", + "@value": "01 February 2024" + }, "http://purl.org/dc/terms/description": { "@language": "en", "@value": "Number of replicate measurements that comprise a recorded trait measurement. A numeric value (or range) is ideal and appropriate if the value type is a `mean`, `median`, `min` or  `max`. For these value types, if replication is unknown the entry should be `unknown`. If the value type is `raw_value` the replicate value should be 1. If the trait is categorical or the value indicates a measurement for an entire species (or other taxon) replicate value should be `.na`." @@ -5597,7 +5633,7 @@ "@id": "https://w3id.org/traits.build/sampling_strategy", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -5641,7 +5677,7 @@ "@id": "https://w3id.org/traits.build/scientific_name", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -5688,7 +5724,7 @@ "@id": "https://w3id.org/traits.build/scientific_name_id", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -5735,7 +5771,7 @@ "@id": "https://w3id.org/traits.build/source_id", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -5781,7 +5817,7 @@ "@id": "https://w3id.org/traits.build/source_original_dataset_citation", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -5825,7 +5861,7 @@ "@id": "https://w3id.org/traits.build/source_original_dataset_key", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -5872,7 +5908,7 @@ "@id": "https://w3id.org/traits.build/source_primary_citation", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -5916,7 +5952,7 @@ "@id": "https://w3id.org/traits.build/source_primary_key", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -5963,7 +5999,7 @@ "@id": "https://w3id.org/traits.build/source_secondary_citation", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -6007,7 +6043,7 @@ "@id": "https://w3id.org/traits.build/source_secondary_key", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -6048,7 +6084,7 @@ "@id": "https://w3id.org/traits.build/taxon", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": [ { @@ -6147,7 +6183,7 @@ "@id": "https://w3id.org/traits.build/taxon_distribution", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -6185,7 +6221,7 @@ "@id": "https://w3id.org/traits.build/taxon_id", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -6232,7 +6268,7 @@ "@id": "https://w3id.org/traits.build/taxon_name", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -6311,7 +6347,7 @@ "@id": "https://w3id.org/traits.build/taxon_rank", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -6359,7 +6395,7 @@ "@id": "https://w3id.org/traits.build/taxonomic_dataset", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -6403,7 +6439,7 @@ "@id": "https://w3id.org/traits.build/taxonomic_resolution", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -6444,7 +6480,7 @@ "@id": "https://w3id.org/traits.build/taxonomic_status", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -6488,7 +6524,7 @@ "@id": "https://w3id.org/traits.build/temporal_context", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -6523,13 +6559,22 @@ }, { "@id": "https://w3id.org/traits.build/temporal_context_id", + "http://purl.org/dc/terms/created": { + "@type": "xsd:date", + "@value": "01 February 2024" + }, "http://purl.org/dc/terms/description": { "@language": "en", "@value": "A unique integer identifier assigned where repeat observations are made on the same individual (or population, or taxon) across time. The identifier links to specific information in the context table." }, - "http://rs.tdwg.org/dwc/terms/attributes/organizedInClass": { - "@id": "https://w3id.org/traits.build/traits.build-traits" - }, + "http://rs.tdwg.org/dwc/terms/attributes/organizedInClass": [ + { + "@id": "https://w3id.org/traits.build/traits.build-contexts" + }, + { + "@id": "https://w3id.org/traits.build/traits.build-traits" + } + ], "http://semanticscience.org/resource/SIO_000602": { "@id": "http://semanticscience.org/resource/SIO_000757" }, @@ -6562,7 +6607,7 @@ "@id": "https://w3id.org/traits.build/temporal_context_property", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -6612,7 +6657,7 @@ "@id": "https://w3id.org/traits.build/trait", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -6681,7 +6726,7 @@ "@id": "https://w3id.org/traits.build/trait_concept_URI", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -6761,7 +6806,7 @@ ], "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -6793,7 +6838,7 @@ "@id": "https://w3id.org/traits.build/trait_name", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -6849,7 +6894,7 @@ "@id": "https://w3id.org/traits.build/trait_value", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -6895,7 +6940,7 @@ "@id": "https://w3id.org/traits.build/traits.build-build_info", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -6924,7 +6969,7 @@ "@id": "https://w3id.org/traits.build/traits.build-contexts", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -6953,7 +6998,7 @@ "@id": "https://w3id.org/traits.build/traits.build-contributors", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -6982,7 +7027,7 @@ "@id": "https://w3id.org/traits.build/traits.build-definitions", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -7017,7 +7062,7 @@ "@id": "https://w3id.org/traits.build/traits.build-excluded_data", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -7046,7 +7091,7 @@ "@id": "https://w3id.org/traits.build/traits.build-locations", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -7082,7 +7127,7 @@ "@id": "https://w3id.org/traits.build/traits.build-metadata", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -7114,7 +7159,7 @@ "@id": "https://w3id.org/traits.build/traits.build-methods", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -7146,7 +7191,7 @@ "@id": "https://w3id.org/traits.build/traits.build-schema", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -7175,7 +7220,7 @@ "@id": "https://w3id.org/traits.build/traits.build-sources", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -7204,7 +7249,7 @@ "@id": "https://w3id.org/traits.build/traits.build-taxa", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -7239,7 +7284,7 @@ "@id": "https://w3id.org/traits.build/traits.build-taxonomic_updates", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -7268,7 +7313,7 @@ "@id": "https://w3id.org/traits.build/traits.build-traits", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -7315,7 +7360,7 @@ "@id": "https://w3id.org/traits.build/treatment", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -7350,13 +7395,22 @@ }, { "@id": "https://w3id.org/traits.build/treatment_context_id", + "http://purl.org/dc/terms/created": { + "@type": "xsd:date", + "@value": "01 February 2024" + }, "http://purl.org/dc/terms/description": { "@language": "en", "@value": "A unique integer identifier for a treatment, where a treatment is any experimental manipulation to an organism's growing/living conditions. The identifier links to specific information in the context table." }, - "http://rs.tdwg.org/dwc/terms/attributes/organizedInClass": { - "@id": "https://w3id.org/traits.build/traits.build-traits" - }, + "http://rs.tdwg.org/dwc/terms/attributes/organizedInClass": [ + { + "@id": "https://w3id.org/traits.build/traits.build-contexts" + }, + { + "@id": "https://w3id.org/traits.build/traits.build-traits" + } + ], "http://semanticscience.org/resource/SIO_000602": { "@id": "http://semanticscience.org/resource/SIO_000757" }, @@ -7389,7 +7443,7 @@ "@id": "https://w3id.org/traits.build/treatment_context_property", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -7439,7 +7493,7 @@ "@id": "https://w3id.org/traits.build/trinomial", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -7488,7 +7542,7 @@ "@id": "https://w3id.org/traits.build/type", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -7532,7 +7586,7 @@ "@id": "https://w3id.org/traits.build/unit", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -7580,7 +7634,7 @@ "@id": "https://w3id.org/traits.build/units", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", @@ -7624,7 +7678,7 @@ "@id": "https://w3id.org/traits.build/value_type", "http://purl.org/dc/terms/created": { "@type": "xsd:date", - "@value": "02/01/24" + "@value": "01 February 2024" }, "http://purl.org/dc/terms/description": { "@language": "en", diff --git a/ontology/output/ontology/traits.build.nq b/ontology/output/ontology/traits.build.nq index 45ac8dcc..85865c70 100644 --- a/ontology/output/ontology/traits.build.nq +++ b/ontology/output/ontology/traits.build.nq @@ -7,7 +7,7 @@ "traits table"@en . "A table containing measurements of traits."@en . "Includes information that must be recorded at the Measurement or Observation level."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . . "contexts table"@en . @@ -15,7 +15,7 @@ . "contexts table"@en . "A table containing observations of contextual characteristics associated with information in `traits`. Cross referencing between the two dataframes is possible using combinations of the variables `dataset_id`, `link_id`, and `link_vals`."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . "locations table"@en . "locations"@en . @@ -24,7 +24,7 @@ "locations table"@en . "A table containing observations of location/site characteristics associated with information in `traits`. Cross referencing between the two dataframes is possible using combinations of the variables `dataset_id`, `location_name`."@en . "Includes information about Location properties."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . "methods table"@en . "methods"@en . @@ -32,21 +32,21 @@ . "methods table"@en . "A table containing details on methods with which data were collected, including time frame and source. Cross referencing with the `traits` table is possible using combinations of the variables `dataset_id`, `trait_name`."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . "excluded data table"@en . "excluded_data"@en . . "excluded data table"@en . "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."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . "taxonomic updates table"@en . "taxonomic_updates"@en . . "taxonomic updates table"@en . "A table of all taxonomic changes implemented in the construction of AusTraits. Changes are determined by comparing the originally submitted taxon name against the taxonomic names listed in the taxonomic reference files, best placed in a subfolder in the `config` folder . Cross referencing with the `traits` table is possible using combinations of the variables `dataset_id` and `taxon_name`."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . "taxa table"@en . "taxa"@en . @@ -54,7 +54,7 @@ . "taxa table"@en . "A table containing details on taxa associated with information in `traits`. Whenever possible, this information is sourced from curated taxon lists that include identifiers for each taxon. The information compiled in this table is released under a CC-BY3 license. Cross referencing between the two dataframes is possible using combinations of the variable `taxon_name`."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . . "contributors table"@en . @@ -62,14 +62,14 @@ . "contributors table"@en . "A table of people contributing to each study."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . "sources table"@en . "sources"@en . . "sources table"@en . "A list containing citation details for all database sources."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . "definitions table"@en . "definitions"@en . @@ -77,7 +77,7 @@ . "definitions table"@en . "A list containing trait concept descriptions used to build the database."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . . "schema"@en . @@ -85,7 +85,7 @@ . "schema"@en . "A copy of the schema for all tables and terms. Information included here was used to process data and generate any documentation for the study."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . "metadata table"@en . "metadata"@en . @@ -93,14 +93,14 @@ . "metadata table"@en . "A list containing database metadata."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . "build info"@en . "build_info"@en . . "build info"@en . "A description of the computing environment used to create this version of the dataset, including version number, git commit and R session_info."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . "dataset"@en . "dataset"@en . @@ -109,7 +109,7 @@ "dataset"@en . . "13 relational tables and lists containing all data about a dataset."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . . "observation"@en . @@ -120,7 +120,7 @@ . "An Observation is a collection of measurements made at a single point in time. In traits.build it is the subset of rows within the traits data that are made on the same entity and share the same observation_id."@en . "An observation is an assertion that an entity (e.g., biological organisms, geographic locations, or environmental features, among others) was observed by an observer. An observation primarily serves to group a set of measurements together into a single "observation event". Observations are often made within a broader context. The context of an observation is given by other observations, implying that an observed entity (and specifically each corresponding measurement) contextualizes another observed entity (and its corresponding measurements). For example, an observation associated with a location may serve as context for an observation associated with an organism. In this case, the observed characteristic values of the location (such as humidity) are assumed constant for the corresponding measurements of the organism."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . . "observations from dataset"@en . @@ -137,7 +137,7 @@ . . "Observation collection encompassing all observations that comprise a dataset."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . "observations from source"@en . "observations_from_source"@en . @@ -153,7 +153,7 @@ . . "Observation collection encompassing all observations for a single published or unpublished source."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . "observations of taxon"@en . "observations_of_taxon"@en . @@ -165,7 +165,7 @@ . "Observation collection encompassing all observations on a single taxon within a single dataset."@en . "An observation collection is a container for a set of observations."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . "observations at location"@en . "observations_at_location"@en . @@ -179,7 +179,7 @@ . . "Observation collection of location properties and organismal traits at a single location."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . "observation of location"@en . "observation_of_location"@en . @@ -190,7 +190,7 @@ . . "Observation of location properties at a single location."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . "observations of population"@en . "observations_of_population"@en . @@ -201,7 +201,7 @@ . . "Observation collection encompassing all observations on a single population."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . "observations of individual"@en . "observations_of_individual"@en . @@ -212,7 +212,7 @@ . . "Observation collection encompassing all observations on a single individual."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . "observation of a treatment context"@en . "observation_of_treatment_context"@en . @@ -225,7 +225,7 @@ . "Observation where entity is a context indicating experimental manipulations that might affect the trait values measured on an individual, population or species-level entities."@en . "Examples include growing temperature, growing CO2 concentrations, and nutrient amendments."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . "observation of plot context"@en . "observation_of_plot_context"@en . @@ -237,7 +237,7 @@ . . "Observation where entity is a category of context indicating variation across plots at a single location might affect the trait values measured on individual or population-level entities."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . "observation of entity context"@en . "observation_of_entity_context"@en . @@ -251,7 +251,7 @@ . . "Observation where entity is a category of context indicating repeat observations have been made on an individual, population or species-level entity across time which might affect the entity's measured trait values."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . "observation of temporal context"@en . "observation_of_temporal_context"@en . @@ -264,7 +264,7 @@ . "Observation where entity is a category of context indicating repeat observations have been made on a plot, which might affect the trait values measured on individual or population-level entities."@en . "Examples of temporal contexts are `sampling season`, `sampling time of day`, and sequential `observation numbers` without any linked categorical description."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . "measurement"@en . "measurement"@en . @@ -272,7 +272,7 @@ . "measurement"@en . "A measurement is an assertion that a characteristic of an entity had a particular value with respect to an observation event."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . . "trait measurement"@en . @@ -289,7 +289,7 @@ "trait measurement"@en . . "A measurement made on a trait."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . "measurement of location property"@en . "measurement_of_location_property"@en . @@ -300,7 +300,7 @@ "measurement of location property"@en . . "A measurement made on a location property."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . "measurement of treatment context property"@en . "measurement_of_treatment_context_property"@en . @@ -311,7 +311,7 @@ . . "A measurement made on a treatment context property."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . "measurement of plot context property"@en . "measurement_of_plot_context_property"@en . @@ -321,7 +321,7 @@ "measurement of plot context property"@en . . "A measurement made on a plot context property."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . "measurement of entity context property"@en . "measurement_of_entity_context_property"@en . @@ -331,7 +331,7 @@ "measurement of entity context property"@en . . "A measurement made on an entity context property."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . "measurement of temporal context property"@en . "measurement_of_temporal_context_property"@en . @@ -341,7 +341,7 @@ "measurement of temporal context property"@en . . "A measurement made on a temporal context property."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . "entity"@en . "entity"@en . @@ -349,7 +349,7 @@ . "entity"@en . "An entity is an object (e.g., a tree, a community, an ecological process). Entities constitute the foci of observations, i.e., every observation is of exactly one entity."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . . "individual"@en . @@ -360,7 +360,7 @@ . "individual"@en . "An individual living organism."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . . "population"@en . @@ -371,7 +371,7 @@ . "population"@en . "A collection of organisms, all of the same species, that live in the same place."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . . "taxon"@en . @@ -380,7 +380,7 @@ . "taxon"@en . "A circumscribed set of organisms."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . "location"@en . "location"@en . @@ -390,7 +390,7 @@ "location"@en . . "A spatial region or named place."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . . "context"@en . @@ -399,7 +399,7 @@ . "context"@en . "The situation within which a trait measurement is made, which can help explain the measured trait value."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . "plot context"@en . "plot"@en . @@ -408,7 +408,7 @@ . "plot context"@en . "A subdivision of a location, designated because some properties differ across plots within a location, which might cause differences in measured trait values between plots."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . "treatment context"@en . "treatment"@en . @@ -417,7 +417,7 @@ . "treatment context"@en . "An experimental manipulation that subjects different individuals or populations to different conditions, which can lead to differences in measured trait values across treatments."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . "temporal context"@en . "temporal_context"@en . @@ -426,7 +426,7 @@ . "temporal context"@en . "A situation or process that varies across time and might cause the measured trait values of individuals or populations to change across time."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . "method context"@en . "method_context"@en . @@ -435,7 +435,7 @@ . "method context"@en . "A compment of a trait measurement protocol that is changed between individual trait measurements and might cause the measured trait values of individuals or populations to change."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . "dataset id"@en . "dataset_id"@en . @@ -451,7 +451,7 @@ "dataset id"@en . . "Primary identifier for each study contributed to AusTraits, most often these are scientific papers, books, or online resources. By default this should be the name of the first author and year of publication, e.g. `Falster_2005`."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . "taxon name"@en . "taxon_name"@en . @@ -472,7 +472,7 @@ . "Scientific name of the taxon on which traits were sampled, without authorship. When possible, this is the currently accepted (botanical) or valid (zoological) scientific name, but might also be a higher taxonomic level."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . "observation id"@en . "observation_id"@en . @@ -482,7 +482,7 @@ "observation id"@en . . "A unique integral identifier for the observation, where an observation is all measurements made on an individual at a single point in time. It is important for joining traits coming from the same `observation_id`. Within each dataset, observation_id's are unique combinations of `taxon_name`, `population_id`, `individual_id`, and `temporal_context_id`."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . "trait name"@en . "trait_name"@en . @@ -494,7 +494,7 @@ . "trait name"@en . "Name of the trait sampled. Allowable values specified in the table `definitions`."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . . . @@ -507,7 +507,7 @@ . "value"@en . "The measured value of a trait."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . . "unit"@en . @@ -518,7 +518,7 @@ . "unit"@en . "Units of the sampled trait value after aligning with AusTraits standards."@en . - "02/01/24"^^ . + "01 February 2024"^^ . . . . @@ -529,7 +529,7 @@ "entity type"@en . "A categorical variable specifying the entity corresponding to the trait values recorded."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . "value type"@en . "value_type"@en . @@ -539,7 +539,7 @@ "value type"@en . "A categorical variable describing the statistical nature of the trait value recorded."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . "basis of value"@en . @@ -550,7 +550,7 @@ "basis of value"@en . "A categorical variable describing how the trait value was obtained."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . "replicates"@en . @@ -561,6 +561,7 @@ "replicates"@en . "Number of replicate measurements that comprise a recorded trait measurement. A numeric value (or range) is ideal and appropriate if the value type is a `mean`, `median`, `min` or  `max`. For these value types, if replication is unknown the entry should be `unknown`. If the value type is `raw_value` the replicate value should be 1. If the trait is categorical or the value indicates a measurement for an entire species (or other taxon) replicate value should be `.na`."@en . . + "01 February 2024"^^ . . . "basis of record"@en . @@ -571,7 +572,7 @@ "basis of record"@en . "A categorical variable specifying from which kind of specimen traits were recorded."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . "life stage"@en . "life_stage"@en . @@ -584,7 +585,7 @@ . "A field to indicate the life stage or age class of the entity measured. Standard values are `adult`, `sapling`, `seedling` and `juvenile`."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . "population id"@en . @@ -596,6 +597,7 @@ . "A unique integer identifier for a population, where a population is defined as individuals growing in the same location (location_id /location_name) and plot (plot_context_id, a context category) and being subjected to the same treatment (treatment_context_id, a context category)."@en . . + "01 February 2024"^^ . . "individual id"@en . "individual_id"@en . @@ -606,6 +608,7 @@ . "A unique integer identifier for an individual, with individuals numbered sequentially within each dataset by taxon by population grouping. Most often each row of data represents an individual, but in some datasets trait data collected on a single individual is presented across multiple rows of data, such as if the same trait is measured using different methods or the same individual is measured repeatedly across time."@en . . + "01 February 2024"^^ . . "repeat measurements id"@en . "repeat_measurements_id"@en . @@ -617,6 +620,7 @@ . "A unique integer identifier for repeat measurements of a trait that comprise a single observation, such as a response curve."@en . . + "01 February 2024"^^ . . "source id"@en . "source_id"@en . @@ -628,7 +632,7 @@ . "For datasets that are compilations, an identifier for the original data source."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . "location id"@en . "location_id"@en . @@ -640,55 +644,66 @@ . "A unique integer identifier for a location, with locations numbered sequentially within a dataset. The identifier links to specific information in the location table."@en . . + "01 February 2024"^^ . . "treatment context id"@en . "treatment_context_id"@en . . . . + . "treatment context id"@en . . "A unique integer identifier for a treatment, where a treatment is any experimental manipulation to an organism's growing/living conditions. The identifier links to specific information in the context table."@en . . + "01 February 2024"^^ . . "plot context id"@en . "plot_context_id"@en . . . . + . "plot context id"@en . . "A unique integer identifier for a plot, where a plot is a distinct collection of organisms within a single geographic location, such as plants growing on different aspects or blocks in an experiment. The identifier links to specific information in the context table."@en . . + "01 February 2024"^^ . . "entity context id"@en . "entity_context_id"@en . . . . + . "entity context id"@en . . "A unique integer identifier indicating specific contextual properties of an individual, possibly including the individual's sex or caste (for social insects)."@en . . + "01 February 2024"^^ . . "temporal context id"@en . "temporal_context_id"@en . . . . + . "temporal context id"@en . . "A unique integer identifier assigned where repeat observations are made on the same individual (or population, or taxon) across time. The identifier links to specific information in the context table."@en . . + "01 February 2024"^^ . . "method context id"@en . "method_context_id"@en . . . . + . "method context id"@en . "A unique integer identifier indicating a trait is measured multiple times on the same entity, with different methods used for each entry. This field is only used if a single trait is measured using multiple methods within the same dataset. The identifier links to specific information in the context table."@en . . + "01 February 2024"^^ . . "collection date"@en . "collection_date"@en . @@ -701,7 +716,7 @@ . "Date sample was taken, in the format `yyyy-mm-dd`, `yyyy-mm` or `yyyy`, depending on the resoluton specified. Alternatively an overall range for the study can be indicating, with the starting and ending sample date sepatated by a `/`, as in 2010-10/2011-03"@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . "measurement remarks"@en . @@ -712,7 +727,7 @@ "measurement remarks"@en . "Brief comments or notes accompanying the trait measurement."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . "method id"@en . "method_id"@en . @@ -725,6 +740,7 @@ . "A unique integer identifier to distinguish between multiple sets of methods used to measure a single trait within the same dataset. The identifier links to specific information in the methods table."@en . . + "01 February 2024"^^ . . "original taxon name"@en . "original_name"@en . @@ -736,7 +752,7 @@ "original taxon name"@en . "Name given to taxon in the original data supplied by the authors."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . "location name"@en . "location_name"@en . @@ -747,7 +763,7 @@ "location name"@en . "The location name used by the data contributor or a generic location name designated by AusTraits when one is not provided."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . "location property"@en . "location_property"@en . @@ -759,7 +775,7 @@ . "The location characteristic being recorded. The name should include units of measurement, e.g. `MAT (C)`. Ideally we have at least the following variables for each location, `longitude (deg)`, `latitude (deg)`, `description`."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . "location property value"@en . "value"@en . @@ -770,7 +786,7 @@ "location property value"@en . "The measured value of a location property."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . "latitude (deg)"@en . "latitude"@en . @@ -784,7 +800,7 @@ . "The geographic latitude (in decimal degrees, using the spatial reference system given in geodeticDatum) of the geographic center of a Location. Positive values are north of the Equator, negative values are south of it. Legal values lie between -90 and 90, inclusive."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . "longitude (deg)"@en . @@ -799,7 +815,7 @@ . "The geographic longitude (in decimal degrees, using the spatial reference system given in dwc:geodeticDatum) of the geographic center of a dcterms:Location. Positive values are east of the Greenwich Meridian, negative values are west of it. Legal values lie between -180 and 180, inclusive."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . "elevation (m)"@en . @@ -814,7 +830,7 @@ . "The elevation above mean sea level in meters."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . "context property"@en . @@ -828,7 +844,7 @@ . "The contextual characteristic being recorded. If applicable, name should include units of measurement, e.g. `CO2 concentration (ppm)`."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . "treatment context property"@en . @@ -842,7 +858,7 @@ . "A context characteristic indicating stratified treatments that might affect the trait values measured on an individual or population-level entity."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . "plot context property"@en . @@ -856,7 +872,7 @@ . "A context characteristic indicating stratified variation within a location that might affect the trait values measured on an individual or population-level entity."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . "entity context property"@en . @@ -870,7 +886,7 @@ . "A context characteristic indicating stratified variation across individuals or populations might affect the trait values measured."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . "temporal context property"@en . @@ -884,7 +900,7 @@ . "A context characteristic indicating stratified variation across time might affect the trait values measured."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . "method context property"@en . @@ -898,7 +914,7 @@ . "A context characteristic indicating stratified variation in the protocol used to measure traits might affect the trait values measured."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . "context property category"@en . @@ -910,7 +926,7 @@ . "The category of context property, with options being `plot`, `treatment`, `individual_context`, `temporal` and `method`."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . "context property value"@en . "value"@en . @@ -922,7 +938,7 @@ "context property value"@en . "The measured value of a context property."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . "context property value description"@en . "description"@en . @@ -933,7 +949,7 @@ . "Description of a specific context property value."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . "context propety link id"@en . "link_id"@en . @@ -948,6 +964,7 @@ . "Variable indicating which identifier column in the traits table contains the specified `link_vals`."@en . . + "01 February 2024"^^ . . "context propety link vals"@en . "link_vals"@en . @@ -962,6 +979,7 @@ . "Unique integer identifiers that link between identifier columns in the `traits` table and the contextual properties/values in the `contexts` table."@en . . + "01 February 2024"^^ . . "methods"@en . "methods"@en . @@ -972,7 +990,7 @@ "methods"@en . "A textual description of the methods used to collect the trait data. Whenever available, methods are taken near-verbatim from the referenced source. Methods can include descriptions such as 'measured on botanical collections', 'data from the literature', or a detailed description of the field or lab methods used to collect the data."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . "dataset description"@en . "description"@en . @@ -984,7 +1002,7 @@ . "A 1-2 sentence description of the purpose of the study."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . "dataset sampling strategy"@en . @@ -996,7 +1014,7 @@ . "When available, this information is lifted verbatim from a published manuscript. For preserved specimens, this field ideally indicates which records were 'sampled' to measure a specific trait."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . "source primary key"@en . @@ -1009,7 +1027,7 @@ . "Citation key for the primary source in `sources`. The key is typically formatted as `Surname_year`."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . "source primary citation"@en . @@ -1022,7 +1040,7 @@ . "Citation for the primary source. This detail is generated from the primary source in the metadata."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . "source secondary key"@en . "source_secondary_key"@en . @@ -1033,7 +1051,7 @@ . "Citation key for the secondary source in `sources`. The key is typically formatted as `Surname_year`."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . "source secondary citation"@en . "source_secondary_citation"@en . @@ -1045,7 +1063,7 @@ . "Citations for the secondary source. This detail is generated from the secondary source in the metadata."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . "source original dataset key"@en . "source_original_dataset_key"@en . @@ -1057,7 +1075,7 @@ . "Citation key for the original dataset_id in sources, for compilations. The key is typically formatted as `Surname_year`."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . "source original dataset citation"@en . @@ -1070,7 +1088,7 @@ . "Citations for the original dataset_id in sources, for compilationse. This detail is generated from the original source in the metadata."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . "contributor"@en . "contributor"@en . @@ -1082,7 +1100,7 @@ . "A person contributing to a dataset."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . "assistants"@en . @@ -1095,7 +1113,7 @@ . "People who played a more minor role in data collection for the study."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . "dataset curators"@en . @@ -1108,7 +1126,7 @@ . "Database team member(s) who contacted the data collectors and added the study to the database repository."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . "data collectors"@en . @@ -1127,7 +1145,7 @@ . "Person contributing to a dataset as a data collector."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . "last name"@en . @@ -1140,7 +1158,7 @@ . "Last name of the data collector."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . "given name"@en . @@ -1153,7 +1171,7 @@ . "Given names of the data collector."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . "ORCID identifier"@en . @@ -1166,7 +1184,7 @@ . "ORCID (Open Researcher and Contributor ID) for the data collector, if available."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . "affiliation"@en . @@ -1178,7 +1196,7 @@ . "Affiliation of data collector."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . "additional role"@en . @@ -1190,23 +1208,9 @@ . "Any additional roles the data collector had in the study, a field most frequently used to identify which data contributor is the contact person for the dataset."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . - "original name"@en . - "original_name"@en . - . - . - . - . - "original name"@en . - . - . - . - "Name given to taxon in the original data supplied by the authors."@en . - . - "02/01/24"^^ . - . "taxonomic dataset"@en . "taxonomic_dataset"@en . . @@ -1216,7 +1220,7 @@ . "Name of the taxonomy (tree) that contains this concept. ie. APC, AusMoss etc."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . "taxon rank"@en . @@ -1229,7 +1233,7 @@ "The taxonomic rank of the most specific name in the scientific name."@en . "This is to clarify cases where information is not given on a species level."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . "trinomial"@en . @@ -1243,7 +1247,7 @@ . "The infraspecific taxon name match for an original name. This column is assigned `na` for taxon name that are at a broader taxonomic_resolution."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . "binomial"@en . "binomial"@en . @@ -1256,7 +1260,7 @@ . "The species-level taxon name match for an original name. This column is assigned `na` for taxon name that are at a broader taxonomic_resolution."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . "genus"@en . "genus"@en . @@ -1269,7 +1273,7 @@ . "Genus of the taxon without authorship."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . "family"@en . @@ -1283,7 +1287,7 @@ . "Family of the taxon."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . "taxon distribution"@en . @@ -1294,7 +1298,7 @@ . "Known distribution of the taxon, by Australian state."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . "establishment means"@en . "establishment_means"@en . @@ -1305,7 +1309,7 @@ . "Statement about whether an organism or organisms have been introduced to a given place and time through the direct or indirect activity of modern humans."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . "taxonomic status"@en . @@ -1317,7 +1321,7 @@ . "The status of the use of the scientificName as a label for the taxon in regard to the 'accepted (or valid) taxonomy'. The assigned taxonomic status must be linked to a specific taxonomic reference that defines the concept."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . "scientific name"@en . @@ -1330,7 +1334,7 @@ . "The full scientific name, with authorship and date information if known."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . "taxon id"@en . @@ -1343,7 +1347,7 @@ . "An identifier for the set of taxon information (data associated with the taxon class). May be a global unique identifier or an identifier specific to the data set. Must be resolvable within this dataset."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . "scientific name id"@en . @@ -1356,7 +1360,7 @@ . "An identifier for the set of taxon information (data associated with the taxon class). May be a global unique identifier or an identifier specific to the data set. Must be resolvable within this dataset."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . "taxon"@en . @@ -1379,7 +1383,7 @@ . "A group of organisms assumed to form a homogeneous unit with regard to associated trait measurements."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . "aligned name"@en . @@ -1394,7 +1398,7 @@ . "The taxon name without authorship after implementing automated syntax standardisation and spelling changes as well as manually encoded syntax alignments for this taxon in the metadata file for the corresponding `dataset_id`. This name has not yet been matched to the currently accepted (botanical) or valid (zoological) taxon name in cases where there are taxonomic synonyms, isonyms, orthographic variants, etc."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . "taxonomic resolution"@en . "taxonomic_resolution"@en . @@ -1405,7 +1409,7 @@ . "The rank of the most specific taxon name (or scientific name) to which a submitted orignal name resolves."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . "trait concept"@en . "trait"@en . @@ -1423,7 +1427,7 @@ . "A collection of trait values pertaining to a distinct characteristic of a specific part of an organism (cell, tissue, organ, or whole organism)."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . "trait identifier"@en . @@ -1436,7 +1440,7 @@ . "Unique identifier of the trait according to a public ontology, or a user-provided thesaurus of traits."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . . @@ -1451,7 +1455,7 @@ . "A concise English label for the trait."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . . @@ -1466,7 +1470,7 @@ . "A short description, generally ranging from 1-3 sentences that clearly indicates the trait’s scope."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . . @@ -1480,7 +1484,7 @@ . "Additional notes about the scope of the trait or acceptable methods."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . . @@ -1493,7 +1497,7 @@ . "An upper boundary for accepted numerical values."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . "min allowed values"@en . @@ -1505,7 +1509,7 @@ . "A lower boundary for accepted numerical values."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . "units"@en . @@ -1517,7 +1521,7 @@ . "The preferred units for the trait, conforming to the Unified Code for Units of Measure (UCUM). There are often two entries for units, one that is a string and the second which links to a units of measurement axiom."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . "allowed categorical values"@en . @@ -1530,7 +1534,7 @@ . "Allowed trait values for a categorical trait, including a brief description of the value."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . . @@ -1543,7 +1547,7 @@ . "Type of trait, specifying if traits are categorical, numeric, or ordinal."@en . . - "02/01/24"^^ . + "01 February 2024"^^ . . . "Identifier"@en . @@ -1958,5 +1962,5 @@ "Daniel Falster" . "Elizabeth Wenk" . "Sophie Yang" . - "01/02/24^^" . + "01 February 2024^^" . . diff --git a/ontology/output/ontology/traits.build.nt b/ontology/output/ontology/traits.build.nt index 19cc8bdc..31413275 100644 --- a/ontology/output/ontology/traits.build.nt +++ b/ontology/output/ontology/traits.build.nt @@ -7,7 +7,7 @@ "traits table"@en "A table containing measurements of traits."@en "Includes information that must be recorded at the Measurement or Observation level."@en - "02/01/24"^^ + "01 February 2024"^^ "contexts table"@en @@ -15,7 +15,7 @@ "contexts table"@en "A table containing observations of contextual characteristics associated with information in `traits`. Cross referencing between the two dataframes is possible using combinations of the variables `dataset_id`, `link_id`, and `link_vals`."@en - "02/01/24"^^ + "01 February 2024"^^ "locations table"@en "locations"@en @@ -24,7 +24,7 @@ "locations table"@en "A table containing observations of location/site characteristics associated with information in `traits`. Cross referencing between the two dataframes is possible using combinations of the variables `dataset_id`, `location_name`."@en "Includes information about Location properties."@en - "02/01/24"^^ + "01 February 2024"^^ "methods table"@en "methods"@en @@ -32,21 +32,21 @@ "methods table"@en "A table containing details on methods with which data were collected, including time frame and source. Cross referencing with the `traits` table is possible using combinations of the variables `dataset_id`, `trait_name`."@en - "02/01/24"^^ + "01 February 2024"^^ "excluded data table"@en "excluded_data"@en "excluded data table"@en "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."@en - "02/01/24"^^ + "01 February 2024"^^ "taxonomic updates table"@en "taxonomic_updates"@en "taxonomic updates table"@en "A table of all taxonomic changes implemented in the construction of AusTraits. Changes are determined by comparing the originally submitted taxon name against the taxonomic names listed in the taxonomic reference files, best placed in a subfolder in the `config` folder . Cross referencing with the `traits` table is possible using combinations of the variables `dataset_id` and `taxon_name`."@en - "02/01/24"^^ + "01 February 2024"^^ "taxa table"@en "taxa"@en @@ -54,7 +54,7 @@ "taxa table"@en "A table containing details on taxa associated with information in `traits`. Whenever possible, this information is sourced from curated taxon lists that include identifiers for each taxon. The information compiled in this table is released under a CC-BY3 license. Cross referencing between the two dataframes is possible using combinations of the variable `taxon_name`."@en - "02/01/24"^^ + "01 February 2024"^^ "contributors table"@en @@ -62,14 +62,14 @@ "contributors table"@en "A table of people contributing to each study."@en - "02/01/24"^^ + "01 February 2024"^^ "sources table"@en "sources"@en "sources table"@en "A list containing citation details for all database sources."@en - "02/01/24"^^ + "01 February 2024"^^ "definitions table"@en "definitions"@en @@ -77,7 +77,7 @@ "definitions table"@en "A list containing trait concept descriptions used to build the database."@en - "02/01/24"^^ + "01 February 2024"^^ "schema"@en @@ -85,7 +85,7 @@ "schema"@en "A copy of the schema for all tables and terms. Information included here was used to process data and generate any documentation for the study."@en - "02/01/24"^^ + "01 February 2024"^^ "metadata table"@en "metadata"@en @@ -93,14 +93,14 @@ "metadata table"@en "A list containing database metadata."@en - "02/01/24"^^ + "01 February 2024"^^ "build info"@en "build_info"@en "build info"@en "A description of the computing environment used to create this version of the dataset, including version number, git commit and R session_info."@en - "02/01/24"^^ + "01 February 2024"^^ "dataset"@en "dataset"@en @@ -109,7 +109,7 @@ "dataset"@en "13 relational tables and lists containing all data about a dataset."@en - "02/01/24"^^ + "01 February 2024"^^ "observation"@en @@ -120,7 +120,7 @@ "An Observation is a collection of measurements made at a single point in time. In traits.build it is the subset of rows within the traits data that are made on the same entity and share the same observation_id."@en "An observation is an assertion that an entity (e.g., biological organisms, geographic locations, or environmental features, among others) was observed by an observer. An observation primarily serves to group a set of measurements together into a single "observation event". Observations are often made within a broader context. The context of an observation is given by other observations, implying that an observed entity (and specifically each corresponding measurement) contextualizes another observed entity (and its corresponding measurements). For example, an observation associated with a location may serve as context for an observation associated with an organism. In this case, the observed characteristic values of the location (such as humidity) are assumed constant for the corresponding measurements of the organism."@en - "02/01/24"^^ + "01 February 2024"^^ "observations from dataset"@en @@ -137,7 +137,7 @@ "Observation collection encompassing all observations that comprise a dataset."@en - "02/01/24"^^ + "01 February 2024"^^ "observations from source"@en "observations_from_source"@en @@ -153,7 +153,7 @@ "Observation collection encompassing all observations for a single published or unpublished source."@en - "02/01/24"^^ + "01 February 2024"^^ "observations of taxon"@en "observations_of_taxon"@en @@ -165,7 +165,7 @@ "Observation collection encompassing all observations on a single taxon within a single dataset."@en "An observation collection is a container for a set of observations."@en - "02/01/24"^^ + "01 February 2024"^^ "observations at location"@en "observations_at_location"@en @@ -179,7 +179,7 @@ "Observation collection of location properties and organismal traits at a single location."@en - "02/01/24"^^ + "01 February 2024"^^ "observation of location"@en "observation_of_location"@en @@ -190,7 +190,7 @@ "Observation of location properties at a single location."@en - "02/01/24"^^ + "01 February 2024"^^ "observations of population"@en "observations_of_population"@en @@ -201,7 +201,7 @@ "Observation collection encompassing all observations on a single population."@en - "02/01/24"^^ + "01 February 2024"^^ "observations of individual"@en "observations_of_individual"@en @@ -212,7 +212,7 @@ "Observation collection encompassing all observations on a single individual."@en - "02/01/24"^^ + "01 February 2024"^^ "observation of a treatment context"@en "observation_of_treatment_context"@en @@ -225,7 +225,7 @@ "Observation where entity is a context indicating experimental manipulations that might affect the trait values measured on an individual, population or species-level entities."@en "Examples include growing temperature, growing CO2 concentrations, and nutrient amendments."@en - "02/01/24"^^ + "01 February 2024"^^ "observation of plot context"@en "observation_of_plot_context"@en @@ -237,7 +237,7 @@ "Observation where entity is a category of context indicating variation across plots at a single location might affect the trait values measured on individual or population-level entities."@en - "02/01/24"^^ + "01 February 2024"^^ "observation of entity context"@en "observation_of_entity_context"@en @@ -251,7 +251,7 @@ "Observation where entity is a category of context indicating repeat observations have been made on an individual, population or species-level entity across time which might affect the entity's measured trait values."@en - "02/01/24"^^ + "01 February 2024"^^ "observation of temporal context"@en "observation_of_temporal_context"@en @@ -264,7 +264,7 @@ "Observation where entity is a category of context indicating repeat observations have been made on a plot, which might affect the trait values measured on individual or population-level entities."@en "Examples of temporal contexts are `sampling season`, `sampling time of day`, and sequential `observation numbers` without any linked categorical description."@en - "02/01/24"^^ + "01 February 2024"^^ "measurement"@en "measurement"@en @@ -272,7 +272,7 @@ "measurement"@en "A measurement is an assertion that a characteristic of an entity had a particular value with respect to an observation event."@en - "02/01/24"^^ + "01 February 2024"^^ "trait measurement"@en @@ -289,7 +289,7 @@ "trait measurement"@en "A measurement made on a trait."@en - "02/01/24"^^ + "01 February 2024"^^ "measurement of location property"@en "measurement_of_location_property"@en @@ -300,7 +300,7 @@ "measurement of location property"@en "A measurement made on a location property."@en - "02/01/24"^^ + "01 February 2024"^^ "measurement of treatment context property"@en "measurement_of_treatment_context_property"@en @@ -311,7 +311,7 @@ "A measurement made on a treatment context property."@en - "02/01/24"^^ + "01 February 2024"^^ "measurement of plot context property"@en "measurement_of_plot_context_property"@en @@ -321,7 +321,7 @@ "measurement of plot context property"@en "A measurement made on a plot context property."@en - "02/01/24"^^ + "01 February 2024"^^ "measurement of entity context property"@en "measurement_of_entity_context_property"@en @@ -331,7 +331,7 @@ "measurement of entity context property"@en "A measurement made on an entity context property."@en - "02/01/24"^^ + "01 February 2024"^^ "measurement of temporal context property"@en "measurement_of_temporal_context_property"@en @@ -341,7 +341,7 @@ "measurement of temporal context property"@en "A measurement made on a temporal context property."@en - "02/01/24"^^ + "01 February 2024"^^ "entity"@en "entity"@en @@ -349,7 +349,7 @@ "entity"@en "An entity is an object (e.g., a tree, a community, an ecological process). Entities constitute the foci of observations, i.e., every observation is of exactly one entity."@en - "02/01/24"^^ + "01 February 2024"^^ "individual"@en @@ -360,7 +360,7 @@ "individual"@en "An individual living organism."@en - "02/01/24"^^ + "01 February 2024"^^ "population"@en @@ -371,7 +371,7 @@ "population"@en "A collection of organisms, all of the same species, that live in the same place."@en - "02/01/24"^^ + "01 February 2024"^^ "taxon"@en @@ -380,7 +380,7 @@ "taxon"@en "A circumscribed set of organisms."@en - "02/01/24"^^ + "01 February 2024"^^ "location"@en "location"@en @@ -390,7 +390,7 @@ "location"@en "A spatial region or named place."@en - "02/01/24"^^ + "01 February 2024"^^ "context"@en @@ -399,7 +399,7 @@ "context"@en "The situation within which a trait measurement is made, which can help explain the measured trait value."@en - "02/01/24"^^ + "01 February 2024"^^ "plot context"@en "plot"@en @@ -408,7 +408,7 @@ "plot context"@en "A subdivision of a location, designated because some properties differ across plots within a location, which might cause differences in measured trait values between plots."@en - "02/01/24"^^ + "01 February 2024"^^ "treatment context"@en "treatment"@en @@ -417,7 +417,7 @@ "treatment context"@en "An experimental manipulation that subjects different individuals or populations to different conditions, which can lead to differences in measured trait values across treatments."@en - "02/01/24"^^ + "01 February 2024"^^ "temporal context"@en "temporal_context"@en @@ -426,7 +426,7 @@ "temporal context"@en "A situation or process that varies across time and might cause the measured trait values of individuals or populations to change across time."@en - "02/01/24"^^ + "01 February 2024"^^ "method context"@en "method_context"@en @@ -435,7 +435,7 @@ "method context"@en "A compment of a trait measurement protocol that is changed between individual trait measurements and might cause the measured trait values of individuals or populations to change."@en - "02/01/24"^^ + "01 February 2024"^^ "dataset id"@en "dataset_id"@en @@ -451,7 +451,7 @@ "dataset id"@en "Primary identifier for each study contributed to AusTraits, most often these are scientific papers, books, or online resources. By default this should be the name of the first author and year of publication, e.g. `Falster_2005`."@en - "02/01/24"^^ + "01 February 2024"^^ "taxon name"@en "taxon_name"@en @@ -472,7 +472,7 @@ "Scientific name of the taxon on which traits were sampled, without authorship. When possible, this is the currently accepted (botanical) or valid (zoological) scientific name, but might also be a higher taxonomic level."@en - "02/01/24"^^ + "01 February 2024"^^ "observation id"@en "observation_id"@en @@ -482,7 +482,7 @@ "observation id"@en "A unique integral identifier for the observation, where an observation is all measurements made on an individual at a single point in time. It is important for joining traits coming from the same `observation_id`. Within each dataset, observation_id's are unique combinations of `taxon_name`, `population_id`, `individual_id`, and `temporal_context_id`."@en - "02/01/24"^^ + "01 February 2024"^^ "trait name"@en "trait_name"@en @@ -494,7 +494,7 @@ "trait name"@en "Name of the trait sampled. Allowable values specified in the table `definitions`."@en - "02/01/24"^^ + "01 February 2024"^^ @@ -507,7 +507,7 @@ "value"@en "The measured value of a trait."@en - "02/01/24"^^ + "01 February 2024"^^ "unit"@en @@ -518,7 +518,7 @@ "unit"@en "Units of the sampled trait value after aligning with AusTraits standards."@en - "02/01/24"^^ + "01 February 2024"^^ @@ -529,7 +529,7 @@ "entity type"@en "A categorical variable specifying the entity corresponding to the trait values recorded."@en - "02/01/24"^^ + "01 February 2024"^^ "value type"@en "value_type"@en @@ -539,7 +539,7 @@ "value type"@en "A categorical variable describing the statistical nature of the trait value recorded."@en - "02/01/24"^^ + "01 February 2024"^^ "basis of value"@en @@ -550,7 +550,7 @@ "basis of value"@en "A categorical variable describing how the trait value was obtained."@en - "02/01/24"^^ + "01 February 2024"^^ "replicates"@en @@ -561,6 +561,7 @@ "replicates"@en "Number of replicate measurements that comprise a recorded trait measurement. A numeric value (or range) is ideal and appropriate if the value type is a `mean`, `median`, `min` or  `max`. For these value types, if replication is unknown the entry should be `unknown`. If the value type is `raw_value` the replicate value should be 1. If the trait is categorical or the value indicates a measurement for an entire species (or other taxon) replicate value should be `.na`."@en + "01 February 2024"^^ "basis of record"@en @@ -571,7 +572,7 @@ "basis of record"@en "A categorical variable specifying from which kind of specimen traits were recorded."@en - "02/01/24"^^ + "01 February 2024"^^ "life stage"@en "life_stage"@en @@ -584,7 +585,7 @@ "A field to indicate the life stage or age class of the entity measured. Standard values are `adult`, `sapling`, `seedling` and `juvenile`."@en - "02/01/24"^^ + "01 February 2024"^^ "population id"@en @@ -596,6 +597,7 @@ "A unique integer identifier for a population, where a population is defined as individuals growing in the same location (location_id /location_name) and plot (plot_context_id, a context category) and being subjected to the same treatment (treatment_context_id, a context category)."@en + "01 February 2024"^^ "individual id"@en "individual_id"@en @@ -606,6 +608,7 @@ "A unique integer identifier for an individual, with individuals numbered sequentially within each dataset by taxon by population grouping. Most often each row of data represents an individual, but in some datasets trait data collected on a single individual is presented across multiple rows of data, such as if the same trait is measured using different methods or the same individual is measured repeatedly across time."@en + "01 February 2024"^^ "repeat measurements id"@en "repeat_measurements_id"@en @@ -617,6 +620,7 @@ "A unique integer identifier for repeat measurements of a trait that comprise a single observation, such as a response curve."@en + "01 February 2024"^^ "source id"@en "source_id"@en @@ -628,7 +632,7 @@ "For datasets that are compilations, an identifier for the original data source."@en - "02/01/24"^^ + "01 February 2024"^^ "location id"@en "location_id"@en @@ -640,55 +644,66 @@ "A unique integer identifier for a location, with locations numbered sequentially within a dataset. The identifier links to specific information in the location table."@en + "01 February 2024"^^ "treatment context id"@en "treatment_context_id"@en + "treatment context id"@en "A unique integer identifier for a treatment, where a treatment is any experimental manipulation to an organism's growing/living conditions. The identifier links to specific information in the context table."@en + "01 February 2024"^^ "plot context id"@en "plot_context_id"@en + "plot context id"@en "A unique integer identifier for a plot, where a plot is a distinct collection of organisms within a single geographic location, such as plants growing on different aspects or blocks in an experiment. The identifier links to specific information in the context table."@en + "01 February 2024"^^ "entity context id"@en "entity_context_id"@en + "entity context id"@en "A unique integer identifier indicating specific contextual properties of an individual, possibly including the individual's sex or caste (for social insects)."@en + "01 February 2024"^^ "temporal context id"@en "temporal_context_id"@en + "temporal context id"@en "A unique integer identifier assigned where repeat observations are made on the same individual (or population, or taxon) across time. The identifier links to specific information in the context table."@en + "01 February 2024"^^ "method context id"@en "method_context_id"@en + "method context id"@en "A unique integer identifier indicating a trait is measured multiple times on the same entity, with different methods used for each entry. This field is only used if a single trait is measured using multiple methods within the same dataset. The identifier links to specific information in the context table."@en + "01 February 2024"^^ "collection date"@en "collection_date"@en @@ -701,7 +716,7 @@ "Date sample was taken, in the format `yyyy-mm-dd`, `yyyy-mm` or `yyyy`, depending on the resoluton specified. Alternatively an overall range for the study can be indicating, with the starting and ending sample date sepatated by a `/`, as in 2010-10/2011-03"@en - "02/01/24"^^ + "01 February 2024"^^ "measurement remarks"@en @@ -712,7 +727,7 @@ "measurement remarks"@en "Brief comments or notes accompanying the trait measurement."@en - "02/01/24"^^ + "01 February 2024"^^ "method id"@en "method_id"@en @@ -725,6 +740,7 @@ "A unique integer identifier to distinguish between multiple sets of methods used to measure a single trait within the same dataset. The identifier links to specific information in the methods table."@en + "01 February 2024"^^ "original taxon name"@en "original_name"@en @@ -736,7 +752,7 @@ "original taxon name"@en "Name given to taxon in the original data supplied by the authors."@en - "02/01/24"^^ + "01 February 2024"^^ "location name"@en "location_name"@en @@ -747,7 +763,7 @@ "location name"@en "The location name used by the data contributor or a generic location name designated by AusTraits when one is not provided."@en - "02/01/24"^^ + "01 February 2024"^^ "location property"@en "location_property"@en @@ -759,7 +775,7 @@ "The location characteristic being recorded. The name should include units of measurement, e.g. `MAT (C)`. Ideally we have at least the following variables for each location, `longitude (deg)`, `latitude (deg)`, `description`."@en - "02/01/24"^^ + "01 February 2024"^^ "location property value"@en "value"@en @@ -770,7 +786,7 @@ "location property value"@en "The measured value of a location property."@en - "02/01/24"^^ + "01 February 2024"^^ "latitude (deg)"@en "latitude"@en @@ -784,7 +800,7 @@ "The geographic latitude (in decimal degrees, using the spatial reference system given in geodeticDatum) of the geographic center of a Location. Positive values are north of the Equator, negative values are south of it. Legal values lie between -90 and 90, inclusive."@en - "02/01/24"^^ + "01 February 2024"^^ "longitude (deg)"@en @@ -799,7 +815,7 @@ "The geographic longitude (in decimal degrees, using the spatial reference system given in dwc:geodeticDatum) of the geographic center of a dcterms:Location. Positive values are east of the Greenwich Meridian, negative values are west of it. Legal values lie between -180 and 180, inclusive."@en - "02/01/24"^^ + "01 February 2024"^^ "elevation (m)"@en @@ -814,7 +830,7 @@ "The elevation above mean sea level in meters."@en - "02/01/24"^^ + "01 February 2024"^^ "context property"@en @@ -828,7 +844,7 @@ "The contextual characteristic being recorded. If applicable, name should include units of measurement, e.g. `CO2 concentration (ppm)`."@en - "02/01/24"^^ + "01 February 2024"^^ "treatment context property"@en @@ -842,7 +858,7 @@ "A context characteristic indicating stratified treatments that might affect the trait values measured on an individual or population-level entity."@en - "02/01/24"^^ + "01 February 2024"^^ "plot context property"@en @@ -856,7 +872,7 @@ "A context characteristic indicating stratified variation within a location that might affect the trait values measured on an individual or population-level entity."@en - "02/01/24"^^ + "01 February 2024"^^ "entity context property"@en @@ -870,7 +886,7 @@ "A context characteristic indicating stratified variation across individuals or populations might affect the trait values measured."@en - "02/01/24"^^ + "01 February 2024"^^ "temporal context property"@en @@ -884,7 +900,7 @@ "A context characteristic indicating stratified variation across time might affect the trait values measured."@en - "02/01/24"^^ + "01 February 2024"^^ "method context property"@en @@ -898,7 +914,7 @@ "A context characteristic indicating stratified variation in the protocol used to measure traits might affect the trait values measured."@en - "02/01/24"^^ + "01 February 2024"^^ "context property category"@en @@ -910,7 +926,7 @@ "The category of context property, with options being `plot`, `treatment`, `individual_context`, `temporal` and `method`."@en - "02/01/24"^^ + "01 February 2024"^^ "context property value"@en "value"@en @@ -922,7 +938,7 @@ "context property value"@en "The measured value of a context property."@en - "02/01/24"^^ + "01 February 2024"^^ "context property value description"@en "description"@en @@ -933,7 +949,7 @@ "Description of a specific context property value."@en - "02/01/24"^^ + "01 February 2024"^^ "context propety link id"@en "link_id"@en @@ -948,6 +964,7 @@ "Variable indicating which identifier column in the traits table contains the specified `link_vals`."@en + "01 February 2024"^^ "context propety link vals"@en "link_vals"@en @@ -962,6 +979,7 @@ "Unique integer identifiers that link between identifier columns in the `traits` table and the contextual properties/values in the `contexts` table."@en + "01 February 2024"^^ "methods"@en "methods"@en @@ -972,7 +990,7 @@ "methods"@en "A textual description of the methods used to collect the trait data. Whenever available, methods are taken near-verbatim from the referenced source. Methods can include descriptions such as 'measured on botanical collections', 'data from the literature', or a detailed description of the field or lab methods used to collect the data."@en - "02/01/24"^^ + "01 February 2024"^^ "dataset description"@en "description"@en @@ -984,7 +1002,7 @@ "A 1-2 sentence description of the purpose of the study."@en - "02/01/24"^^ + "01 February 2024"^^ "dataset sampling strategy"@en @@ -996,7 +1014,7 @@ "When available, this information is lifted verbatim from a published manuscript. For preserved specimens, this field ideally indicates which records were 'sampled' to measure a specific trait."@en - "02/01/24"^^ + "01 February 2024"^^ "source primary key"@en @@ -1009,7 +1027,7 @@ "Citation key for the primary source in `sources`. The key is typically formatted as `Surname_year`."@en - "02/01/24"^^ + "01 February 2024"^^ "source primary citation"@en @@ -1022,7 +1040,7 @@ "Citation for the primary source. This detail is generated from the primary source in the metadata."@en - "02/01/24"^^ + "01 February 2024"^^ "source secondary key"@en "source_secondary_key"@en @@ -1033,7 +1051,7 @@ "Citation key for the secondary source in `sources`. The key is typically formatted as `Surname_year`."@en - "02/01/24"^^ + "01 February 2024"^^ "source secondary citation"@en "source_secondary_citation"@en @@ -1045,7 +1063,7 @@ "Citations for the secondary source. This detail is generated from the secondary source in the metadata."@en - "02/01/24"^^ + "01 February 2024"^^ "source original dataset key"@en "source_original_dataset_key"@en @@ -1057,7 +1075,7 @@ "Citation key for the original dataset_id in sources, for compilations. The key is typically formatted as `Surname_year`."@en - "02/01/24"^^ + "01 February 2024"^^ "source original dataset citation"@en @@ -1070,7 +1088,7 @@ "Citations for the original dataset_id in sources, for compilationse. This detail is generated from the original source in the metadata."@en - "02/01/24"^^ + "01 February 2024"^^ "contributor"@en "contributor"@en @@ -1082,7 +1100,7 @@ "A person contributing to a dataset."@en - "02/01/24"^^ + "01 February 2024"^^ "assistants"@en @@ -1095,7 +1113,7 @@ "People who played a more minor role in data collection for the study."@en - "02/01/24"^^ + "01 February 2024"^^ "dataset curators"@en @@ -1108,7 +1126,7 @@ "Database team member(s) who contacted the data collectors and added the study to the database repository."@en - "02/01/24"^^ + "01 February 2024"^^ "data collectors"@en @@ -1127,7 +1145,7 @@ "Person contributing to a dataset as a data collector."@en - "02/01/24"^^ + "01 February 2024"^^ "last name"@en @@ -1140,7 +1158,7 @@ "Last name of the data collector."@en - "02/01/24"^^ + "01 February 2024"^^ "given name"@en @@ -1153,7 +1171,7 @@ "Given names of the data collector."@en - "02/01/24"^^ + "01 February 2024"^^ "ORCID identifier"@en @@ -1166,7 +1184,7 @@ "ORCID (Open Researcher and Contributor ID) for the data collector, if available."@en - "02/01/24"^^ + "01 February 2024"^^ "affiliation"@en @@ -1178,7 +1196,7 @@ "Affiliation of data collector."@en - "02/01/24"^^ + "01 February 2024"^^ "additional role"@en @@ -1190,23 +1208,9 @@ "Any additional roles the data collector had in the study, a field most frequently used to identify which data contributor is the contact person for the dataset."@en - "02/01/24"^^ + "01 February 2024"^^ - "original name"@en - "original_name"@en - - - - - "original name"@en - - - - "Name given to taxon in the original data supplied by the authors."@en - - "02/01/24"^^ - "taxonomic dataset"@en "taxonomic_dataset"@en @@ -1216,7 +1220,7 @@ "Name of the taxonomy (tree) that contains this concept. ie. APC, AusMoss etc."@en - "02/01/24"^^ + "01 February 2024"^^ "taxon rank"@en @@ -1229,7 +1233,7 @@ "The taxonomic rank of the most specific name in the scientific name."@en "This is to clarify cases where information is not given on a species level."@en - "02/01/24"^^ + "01 February 2024"^^ "trinomial"@en @@ -1243,7 +1247,7 @@ "The infraspecific taxon name match for an original name. This column is assigned `na` for taxon name that are at a broader taxonomic_resolution."@en - "02/01/24"^^ + "01 February 2024"^^ "binomial"@en "binomial"@en @@ -1256,7 +1260,7 @@ "The species-level taxon name match for an original name. This column is assigned `na` for taxon name that are at a broader taxonomic_resolution."@en - "02/01/24"^^ + "01 February 2024"^^ "genus"@en "genus"@en @@ -1269,7 +1273,7 @@ "Genus of the taxon without authorship."@en - "02/01/24"^^ + "01 February 2024"^^ "family"@en @@ -1283,7 +1287,7 @@ "Family of the taxon."@en - "02/01/24"^^ + "01 February 2024"^^ "taxon distribution"@en @@ -1294,7 +1298,7 @@ "Known distribution of the taxon, by Australian state."@en - "02/01/24"^^ + "01 February 2024"^^ "establishment means"@en "establishment_means"@en @@ -1305,7 +1309,7 @@ "Statement about whether an organism or organisms have been introduced to a given place and time through the direct or indirect activity of modern humans."@en - "02/01/24"^^ + "01 February 2024"^^ "taxonomic status"@en @@ -1317,7 +1321,7 @@ "The status of the use of the scientificName as a label for the taxon in regard to the 'accepted (or valid) taxonomy'. The assigned taxonomic status must be linked to a specific taxonomic reference that defines the concept."@en - "02/01/24"^^ + "01 February 2024"^^ "scientific name"@en @@ -1330,7 +1334,7 @@ "The full scientific name, with authorship and date information if known."@en - "02/01/24"^^ + "01 February 2024"^^ "taxon id"@en @@ -1343,7 +1347,7 @@ "An identifier for the set of taxon information (data associated with the taxon class). May be a global unique identifier or an identifier specific to the data set. Must be resolvable within this dataset."@en - "02/01/24"^^ + "01 February 2024"^^ "scientific name id"@en @@ -1356,7 +1360,7 @@ "An identifier for the set of taxon information (data associated with the taxon class). May be a global unique identifier or an identifier specific to the data set. Must be resolvable within this dataset."@en - "02/01/24"^^ + "01 February 2024"^^ "taxon"@en @@ -1379,7 +1383,7 @@ "A group of organisms assumed to form a homogeneous unit with regard to associated trait measurements."@en - "02/01/24"^^ + "01 February 2024"^^ "aligned name"@en @@ -1394,7 +1398,7 @@ "The taxon name without authorship after implementing automated syntax standardisation and spelling changes as well as manually encoded syntax alignments for this taxon in the metadata file for the corresponding `dataset_id`. This name has not yet been matched to the currently accepted (botanical) or valid (zoological) taxon name in cases where there are taxonomic synonyms, isonyms, orthographic variants, etc."@en - "02/01/24"^^ + "01 February 2024"^^ "taxonomic resolution"@en "taxonomic_resolution"@en @@ -1405,7 +1409,7 @@ "The rank of the most specific taxon name (or scientific name) to which a submitted orignal name resolves."@en - "02/01/24"^^ + "01 February 2024"^^ "trait concept"@en "trait"@en @@ -1423,7 +1427,7 @@ "A collection of trait values pertaining to a distinct characteristic of a specific part of an organism (cell, tissue, organ, or whole organism)."@en - "02/01/24"^^ + "01 February 2024"^^ "trait identifier"@en @@ -1436,7 +1440,7 @@ "Unique identifier of the trait according to a public ontology, or a user-provided thesaurus of traits."@en - "02/01/24"^^ + "01 February 2024"^^ @@ -1451,7 +1455,7 @@ "A concise English label for the trait."@en - "02/01/24"^^ + "01 February 2024"^^ @@ -1466,7 +1470,7 @@ "A short description, generally ranging from 1-3 sentences that clearly indicates the trait’s scope."@en - "02/01/24"^^ + "01 February 2024"^^ @@ -1480,7 +1484,7 @@ "Additional notes about the scope of the trait or acceptable methods."@en - "02/01/24"^^ + "01 February 2024"^^ @@ -1493,7 +1497,7 @@ "An upper boundary for accepted numerical values."@en - "02/01/24"^^ + "01 February 2024"^^ "min allowed values"@en @@ -1505,7 +1509,7 @@ "A lower boundary for accepted numerical values."@en - "02/01/24"^^ + "01 February 2024"^^ "units"@en @@ -1517,7 +1521,7 @@ "The preferred units for the trait, conforming to the Unified Code for Units of Measure (UCUM). There are often two entries for units, one that is a string and the second which links to a units of measurement axiom."@en - "02/01/24"^^ + "01 February 2024"^^ "allowed categorical values"@en @@ -1530,7 +1534,7 @@ "Allowed trait values for a categorical trait, including a brief description of the value."@en - "02/01/24"^^ + "01 February 2024"^^ @@ -1543,7 +1547,7 @@ "Type of trait, specifying if traits are categorical, numeric, or ordinal."@en - "02/01/24"^^ + "01 February 2024"^^ "Identifier"@en @@ -1958,5 +1962,5 @@ "Daniel Falster" "Elizabeth Wenk" "Sophie Yang" - "01/02/24^^" + "01 February 2024^^" diff --git a/ontology/output/ontology/traits.build.ttl b/ontology/output/ontology/traits.build.ttl index e9213caa..8892b058 100644 --- a/ontology/output/ontology/traits.build.ttl +++ b/ontology/output/ontology/traits.build.ttl @@ -679,7 +679,7 @@ skos:scopeNote skos:prefLabel "scope note"@en . - dcterms:created "01/02/24^^" ; + dcterms:created "01 February 2024^^" ; dcterms:creator "Daniel Falster", "Elizabeth Wenk", "Sophie Yang" ; dcterms:description "A database of 13 relational tables build using the {traits.build} R-packge for harmonizing trait data." ; dcterms:license ""^^ ; @@ -692,7 +692,7 @@ skos:scopeNote skos:prefLabel "traits.build database"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "ORCID (Open Researcher and Contributor ID) for the data collector, if available."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -707,7 +707,7 @@ skos:scopeNote skos:prefLabel "ORCID identifier"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "Any additional roles the data collector had in the study, a field most frequently used to identify which data contributor is the contact person for the dataset."@en ; dwcattributes:organizedInClass ; SIO:SIO_000254 ; @@ -721,7 +721,7 @@ skos:scopeNote skos:prefLabel "additional role"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "Affiliation of data collector."@en ; dwcattributes:organizedInClass ; SIO:SIO_000254 ; @@ -735,7 +735,7 @@ skos:scopeNote skos:prefLabel "affiliation"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "The taxon name without authorship after implementing automated syntax standardisation and spelling changes as well as manually encoded syntax alignments for this taxon in the metadata file for the corresponding `dataset_id`. This name has not yet been matched to the currently accepted (botanical) or valid (zoological) taxon name in cases where there are taxonomic synonyms, isonyms, orthographic variants, etc."@en ; dwcattributes:organizedInClass ; SIO:SIO_000223 ; @@ -750,7 +750,7 @@ skos:scopeNote skos:prefLabel "aligned name"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "Allowed trait values for a categorical trait, including a brief description of the value."@en ; dwcattributes:organizedInClass ; SIO:SIO_000224 ; @@ -764,7 +764,7 @@ skos:scopeNote skos:prefLabel "allowed categorical values"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "An upper boundary for accepted numerical values."@en ; dwcattributes:organizedInClass ; SIO:SIO_000224 ; @@ -778,7 +778,7 @@ skos:scopeNote skos:prefLabel "max allowed values"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "A lower boundary for accepted numerical values."@en ; dwcattributes:organizedInClass ; SIO:SIO_000224 ; @@ -792,7 +792,7 @@ skos:scopeNote skos:prefLabel "min allowed values"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "People who played a more minor role in data collection for the study."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -807,7 +807,7 @@ skos:scopeNote skos:prefLabel "assistants"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "A categorical variable specifying from which kind of specimen traits were recorded."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -819,7 +819,7 @@ skos:scopeNote skos:prefLabel "basis of record"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "A categorical variable describing how the trait value was obtained."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -832,7 +832,7 @@ skos:scopeNote skos:prefLabel "basis of value"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "The species-level taxon name match for an original name. This column is assigned `na` for taxon name that are at a broader taxonomic_resolution."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -847,7 +847,7 @@ skos:scopeNote oboe:characteristicFor ; - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "Date sample was taken, in the format `yyyy-mm-dd`, `yyyy-mm` or `yyyy`, depending on the resoluton specified. Alternatively an overall range for the study can be indicating, with the starting and ending sample date sepatated by a `/`, as in 2010-10/2011-03"@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -861,7 +861,7 @@ skos:scopeNote skos:prefLabel "collection date"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "Additional notes about the scope of the trait or acceptable methods."@en ; dwcattributes:organizedInClass ; SIO:SIO_000254 ; @@ -875,7 +875,7 @@ skos:scopeNote skos:prefLabel "comments"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "The situation within which a trait measurement is made, which can help explain the measured trait value."@en ; SIO:SIO_000602 SIO:SIO_000756 ; rdfs:label "context"@en ; @@ -886,7 +886,7 @@ skos:scopeNote oboe:characteristicFor ; - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "The contextual characteristic being recorded. If applicable, name should include units of measurement, e.g. `CO2 concentration (ppm)`."@en ; dwcattributes:organizedInClass ; SIO:SIO_000255 ; @@ -901,7 +901,7 @@ skos:scopeNote skos:prefLabel "context property"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "The category of context property, with options being `plot`, `treatment`, `individual_context`, `temporal` and `method`."@en ; dwcattributes:organizedInClass ; SIO:SIO_000254 ; @@ -914,7 +914,7 @@ skos:scopeNote skos:prefLabel "context property category"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "Description of a specific context property value."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -927,6 +927,7 @@ skos:scopeNote skos:prefLabel "context property value description"@en . + dcterms:created "01 February 2024"^^ ; dcterms:description "Variable indicating which identifier column in the traits table contains the specified `link_vals`."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -939,6 +940,7 @@ skos:scopeNote skos:prefLabel "context propety link id"@en . + dcterms:created "01 February 2024"^^ ; dcterms:description "Unique integer identifiers that link between identifier columns in the `traits` table and the contextual properties/values in the `contexts` table."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -952,7 +954,7 @@ skos:scopeNote oboe:measurementFor ; - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "The measured value of a context property."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -964,7 +966,7 @@ skos:scopeNote skos:prefLabel "context property value"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "A person contributing to a dataset."@en ; dwcattributes:organizedInClass , ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -978,7 +980,7 @@ skos:scopeNote skos:prefLabel "contributor"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "Person contributing to a dataset as a data collector."@en ; dwcattributes:organizedInClass , ; SIO:SIO_000255 , ; @@ -995,7 +997,7 @@ skos:scopeNote skos:prefLabel "data collectors"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "13 relational tables and lists containing all data about a dataset."@en ; SIO:SIO_000602 SIO:SIO_000750 ; SIO:SIO_000673 ; @@ -1007,7 +1009,7 @@ skos:scopeNote skos:prefLabel "dataset"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "Database team member(s) who contacted the data collectors and added the study to the database repository."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -1022,7 +1024,7 @@ skos:scopeNote skos:prefLabel "dataset curators"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "Primary identifier for each study contributed to AusTraits, most often these are scientific papers, books, or online resources. By default this should be the name of the first author and year of publication, e.g. `Falster_2005`."@en ; dwcattributes:organizedInClass , , , , , , ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -1034,7 +1036,7 @@ skos:scopeNote skos:prefLabel "dataset id"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "A short description, generally ranging from 1-3 sentences that clearly indicates the trait’s scope."@en ; dwcattributes:organizedInClass ; SIO:SIO_000254 ; @@ -1049,7 +1051,7 @@ skos:scopeNote oboe:characteristicFor ; - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "The elevation above mean sea level in meters."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -1064,7 +1066,7 @@ skos:scopeNote skos:prefLabel "elevation (m)"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "An entity is an object (e.g., a tree, a community, an ecological process). Entities constitute the foci of observations, i.e., every observation is of exactly one entity."@en ; SIO:SIO_000602 SIO:SIO_000756 ; rdfs:label "entity"@en ; @@ -1075,8 +1077,9 @@ skos:scopeNote skos:prefLabel "entity"@en . + dcterms:created "01 February 2024"^^ ; dcterms:description "A unique integer identifier indicating specific contextual properties of an individual, possibly including the individual's sex or caste (for social insects)."@en ; - dwcattributes:organizedInClass ; + dwcattributes:organizedInClass , ; SIO:SIO_000602 SIO:SIO_000757 ; SIO:SIO_000674 ; rdf:datatype ; @@ -1087,7 +1090,7 @@ skos:scopeNote skos:prefLabel "entity context id"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "A context characteristic indicating stratified variation across individuals or populations might affect the trait values measured."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -1103,7 +1106,7 @@ skos:scopeNote skos:prefLabel "entity context property"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "A categorical variable specifying the entity corresponding to the trait values recorded."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -1114,7 +1117,7 @@ skos:scopeNote skos:prefLabel "entity type"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "Statement about whether an organism or organisms have been introduced to a given place and time through the direct or indirect activity of modern humans."@en ; dwcattributes:organizedInClass ; SIO:SIO_000224 ; @@ -1128,7 +1131,7 @@ skos:scopeNote skos:prefLabel "establishment means"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "Family of the taxon."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -1143,7 +1146,7 @@ skos:scopeNote skos:prefLabel "family"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "Genus of the taxon without authorship."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -1158,7 +1161,7 @@ skos:scopeNote skos:prefLabel "genus"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "Given names of the data collector."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -1174,7 +1177,7 @@ skos:scopeNote oboe:hasContext ; - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "An individual living organism."@en ; SIO:SIO_000602 SIO:SIO_000756 ; rdfs:label "individual"@en ; @@ -1186,6 +1189,7 @@ skos:scopeNote skos:prefLabel "individual"@en . + dcterms:created "01 February 2024"^^ ; dcterms:description "A unique integer identifier for an individual, with individuals numbered sequentially within each dataset by taxon by population grouping. Most often each row of data represents an individual, but in some datasets trait data collected on a single individual is presented across multiple rows of data, such as if the same trait is measured using different methods or the same individual is measured repeatedly across time."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -1198,7 +1202,7 @@ skos:scopeNote skos:prefLabel "individual id"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "A concise English label for the trait."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -1212,7 +1216,7 @@ skos:scopeNote skos:prefLabel "label"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "Last name of the data collector."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -1228,7 +1232,7 @@ skos:scopeNote oboe:characteristicFor ; - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "The geographic latitude (in decimal degrees, using the spatial reference system given in geodeticDatum) of the geographic center of a Location. Positive values are north of the Equator, negative values are south of it. Legal values lie between -90 and 90, inclusive."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -1244,7 +1248,7 @@ skos:scopeNote oboe:characteristicFor ; - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "A field to indicate the life stage or age class of the entity measured. Standard values are `adult`, `sapling`, `seedling` and `juvenile`."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -1258,7 +1262,7 @@ skos:scopeNote skos:prefLabel "life stage"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "A spatial region or named place."@en ; SIO:SIO_000602 SIO:SIO_000756 ; SIO:SIO_000673 ; @@ -1271,6 +1275,7 @@ skos:scopeNote skos:prefLabel "location"@en . + dcterms:created "01 February 2024"^^ ; dcterms:description "A unique integer identifier for a location, with locations numbered sequentially within a dataset. The identifier links to specific information in the location table."@en ; dwcattributes:organizedInClass , ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -1283,7 +1288,7 @@ skos:scopeNote skos:prefLabel "location id"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "The location name used by the data contributor or a generic location name designated by AusTraits when one is not provided."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -1297,7 +1302,7 @@ skos:scopeNote oboe:characteristicFor ; oboe:hasValue ; - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "The location characteristic being recorded. The name should include units of measurement, e.g. `MAT (C)`. Ideally we have at least the following variables for each location, `longitude (deg)`, `latitude (deg)`, `description`."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -1309,7 +1314,7 @@ skos:scopeNote skos:prefLabel "location property"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "The measured value of a location property."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -1322,7 +1327,7 @@ skos:scopeNote oboe:characteristicFor ; - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "The geographic longitude (in decimal degrees, using the spatial reference system given in dwc:geodeticDatum) of the geographic center of a dcterms:Location. Positive values are east of the Greenwich Meridian, negative values are west of it. Legal values lie between -180 and 180, inclusive."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -1337,7 +1342,7 @@ skos:scopeNote skos:prefLabel "longitude (deg)"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "A measurement is an assertion that a characteristic of an entity had a particular value with respect to an observation event."@en ; SIO:SIO_000602 SIO:SIO_001187 ; rdfs:label "measurement"@en ; @@ -1349,7 +1354,7 @@ skos:scopeNote oboe:measurementFor ; - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "A measurement made on an entity context property."@en ; SIO:SIO_000602 SIO:SIO_001187 ; SIO:SIO_000673 ; @@ -1362,7 +1367,7 @@ skos:scopeNote oboe:hasValue ; oboe:measurementFor , ; - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "A measurement made on a location property."@en ; SIO:SIO_000602 SIO:SIO_001187 ; rdfs:label "measurement of location property"@en ; @@ -1373,7 +1378,7 @@ skos:scopeNote oboe:measurementFor ; - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "A measurement made on a plot context property."@en ; SIO:SIO_000602 SIO:SIO_001187 ; SIO:SIO_000673 ; @@ -1385,7 +1390,7 @@ skos:scopeNote oboe:measurementFor ; - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "A measurement made on a temporal context property."@en ; SIO:SIO_000602 SIO:SIO_001187 ; SIO:SIO_000673 ; @@ -1398,7 +1403,7 @@ skos:scopeNote oboe:hasValue ; oboe:measurementFor ; - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "A measurement made on a treatment context property."@en ; SIO:SIO_000602 SIO:SIO_001187 ; SIO:SIO_000673 ; @@ -1409,7 +1414,7 @@ skos:scopeNote skos:prefLabel "measurement of treatment context property"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "Brief comments or notes accompanying the trait measurement."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -1421,7 +1426,7 @@ skos:scopeNote skos:prefLabel "measurement remarks"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "A compment of a trait measurement protocol that is changed between individual trait measurements and might cause the measured trait values of individuals or populations to change."@en ; SIO:SIO_000602 SIO:SIO_000756 ; rdfs:label "method context"@en ; @@ -1431,8 +1436,9 @@ skos:scopeNote skos:prefLabel "method context"@en . + dcterms:created "01 February 2024"^^ ; dcterms:description "A unique integer identifier indicating a trait is measured multiple times on the same entity, with different methods used for each entry. This field is only used if a single trait is measured using multiple methods within the same dataset. The identifier links to specific information in the context table."@en ; - dwcattributes:organizedInClass ; + dwcattributes:organizedInClass , ; SIO:SIO_000602 SIO:SIO_000757 ; rdf:datatype ; rdfs:label "method context id"@en ; @@ -1442,7 +1448,7 @@ skos:scopeNote skos:prefLabel "method context id"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "A context characteristic indicating stratified variation in the protocol used to measure traits might affect the trait values measured."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -1458,6 +1464,7 @@ skos:scopeNote skos:prefLabel "method context property"@en . + dcterms:created "01 February 2024"^^ ; dcterms:description "A unique integer identifier to distinguish between multiple sets of methods used to measure a single trait within the same dataset. The identifier links to specific information in the methods table."@en ; dwcattributes:organizedInClass , ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -1471,7 +1478,7 @@ skos:scopeNote skos:prefLabel "method id"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "A 1-2 sentence description of the purpose of the study."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -1486,7 +1493,7 @@ skos:scopeNote skos:prefLabel "dataset description"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "A textual description of the methods used to collect the trait data. Whenever available, methods are taken near-verbatim from the referenced source. Methods can include descriptions such as 'measured on botanical collections', 'data from the literature', or a detailed description of the field or lab methods used to collect the data."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -1499,7 +1506,7 @@ skos:scopeNote skos:prefLabel "methods"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "An Observation is a collection of measurements made at a single point in time. In traits.build it is the subset of rows within the traits data that are made on the same entity and share the same observation_id."@en ; SIO:SIO_000602 SIO:SIO_000754 ; SIO:SIO_000673 ; @@ -1512,7 +1519,7 @@ skos:scopeNote skos:prefLabel "observation"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "A unique integral identifier for the observation, where an observation is all measurements made on an individual at a single point in time. It is important for joining traits coming from the same `observation_id`. Within each dataset, observation_id's are unique combinations of `taxon_name`, `population_id`, `individual_id`, and `temporal_context_id`."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -1527,7 +1534,7 @@ skos:scopeNote oboe:characteristicFor ; oboe:hasMeasurement ; oboe:ofEntity , , ; - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "Observation where entity is a category of context indicating repeat observations have been made on an individual, population or species-level entity across time which might affect the entity's measured trait values."@en ; SIO:SIO_000602 SIO:SIO_000754 ; SIO:SIO_000673 ; @@ -1540,7 +1547,7 @@ skos:scopeNote oboe:hasMeasurement ; oboe:ofEntity ; - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "Observation of location properties at a single location."@en ; SIO:SIO_000602 SIO:SIO_000754 ; SIO:SIO_000673 ; @@ -1554,7 +1561,7 @@ skos:scopeNote oboe:characteristicFor ; oboe:hasMeasurement ; oboe:ofEntity ; - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "Observation where entity is a category of context indicating variation across plots at a single location might affect the trait values measured on individual or population-level entities."@en ; SIO:SIO_000602 SIO:SIO_000754 ; SIO:SIO_000673 ; @@ -1568,7 +1575,7 @@ skos:scopeNote oboe:characteristicFor ; oboe:hasMeasurement ; oboe:ofEntity ; - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "Observation where entity is a category of context indicating repeat observations have been made on a plot, which might affect the trait values measured on individual or population-level entities."@en ; SIO:SIO_000602 SIO:SIO_000754 ; SIO:SIO_000673 ; @@ -1583,7 +1590,7 @@ skos:scopeNote oboe:characteristicFor ; oboe:hasMeasurement ; oboe:ofEntity ; - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "Observation where entity is a context indicating experimental manipulations that might affect the trait values measured on an individual, population or species-level entities."@en ; SIO:SIO_000602 SIO:SIO_000754 ; SIO:SIO_000673 ; @@ -1597,7 +1604,7 @@ skos:scopeNote oboe:hasMeasurement , ; oboe:ofEntity , , ; - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "Observation collection of location properties and organismal traits at a single location."@en ; SIO:SIO_000602 SIO:SIO_000754 ; SIO:SIO_000673 ; @@ -1610,7 +1617,7 @@ skos:scopeNote oboe:hasMeasurement , , , , , ; oboe:ofEntity ; - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "Observation collection encompassing all observations that comprise a dataset."@en ; SIO:SIO_000602 SIO:SIO_000754 ; SIO:SIO_000673 ; @@ -1623,7 +1630,7 @@ skos:scopeNote oboe:hasMeasurement , , , , , ; oboe:ofEntity ; - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "Observation collection encompassing all observations for a single published or unpublished source."@en ; SIO:SIO_000602 SIO:SIO_000754 ; SIO:SIO_000673 ; @@ -1636,7 +1643,7 @@ skos:scopeNote oboe:hasMeasurement ; oboe:ofEntity ; - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "Observation collection encompassing all observations on a single individual."@en ; SIO:SIO_000602 SIO:SIO_000754 ; SIO:SIO_000673 ; @@ -1649,7 +1656,7 @@ skos:scopeNote oboe:hasMeasurement ; oboe:ofEntity ; - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "Observation collection encompassing all observations on a single population."@en ; SIO:SIO_000602 SIO:SIO_000754 ; SIO:SIO_000673 ; @@ -1662,7 +1669,7 @@ skos:scopeNote oboe:hasMeasurement ; oboe:ofEntity ; - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "Observation collection encompassing all observations on a single taxon within a single dataset."@en ; SIO:SIO_000602 SIO:SIO_000754 ; SIO:SIO_000673 ; @@ -1674,21 +1681,19 @@ skos:scopeNote skos:prefLabel "observations of taxon"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "Name given to taxon in the original data supplied by the authors."@en ; dwcattributes:organizedInClass , ; SIO:SIO_000602 SIO:SIO_000757 ; - SIO:SIO_000642 , ; - SIO:SIO_000672 ; rdf:datatype ; - rdfs:label "original name"@en, "original taxon name"@en ; + rdfs:label "original taxon name"@en ; skos:altLabel "original_name"@en ; skos:broader rdfs:label, skos:prefLabel ; skos:inScheme ; - skos:prefLabel "original name"@en, "original taxon name"@en . + skos:prefLabel "original taxon name"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "A subdivision of a location, designated because some properties differ across plots within a location, which might cause differences in measured trait values between plots."@en ; SIO:SIO_000602 SIO:SIO_000756 ; rdfs:label "plot context"@en ; @@ -1698,8 +1703,9 @@ skos:scopeNote skos:prefLabel "plot context"@en . + dcterms:created "01 February 2024"^^ ; dcterms:description "A unique integer identifier for a plot, where a plot is a distinct collection of organisms within a single geographic location, such as plants growing on different aspects or blocks in an experiment. The identifier links to specific information in the context table."@en ; - dwcattributes:organizedInClass ; + dwcattributes:organizedInClass , ; SIO:SIO_000602 SIO:SIO_000757 ; SIO:SIO_000674 ; rdf:datatype ; @@ -1710,7 +1716,7 @@ skos:scopeNote skos:prefLabel "plot context id"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "A context characteristic indicating stratified variation within a location that might affect the trait values measured on an individual or population-level entity."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -1727,7 +1733,7 @@ skos:scopeNote oboe:hasContext ; - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "A collection of organisms, all of the same species, that live in the same place."@en ; SIO:SIO_000602 SIO:SIO_000756 ; rdfs:label "population"@en ; @@ -1739,6 +1745,7 @@ skos:scopeNote skos:prefLabel "population"@en . + dcterms:created "01 February 2024"^^ ; dcterms:description "A unique integer identifier for a population, where a population is defined as individuals growing in the same location (location_id /location_name) and plot (plot_context_id, a context category) and being subjected to the same treatment (treatment_context_id, a context category)."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -1751,6 +1758,7 @@ skos:scopeNote skos:prefLabel "population id"@en . + dcterms:created "01 February 2024"^^ ; dcterms:description "A unique integer identifier for repeat measurements of a trait that comprise a single observation, such as a response curve."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -1763,6 +1771,7 @@ skos:scopeNote skos:prefLabel "repeat measurements id"@en . + dcterms:created "01 February 2024"^^ ; dcterms:description "Number of replicate measurements that comprise a recorded trait measurement. A numeric value (or range) is ideal and appropriate if the value type is a `mean`, `median`, `min` or  `max`. For these value types, if replication is unknown the entry should be `unknown`. If the value type is `raw_value` the replicate value should be 1. If the trait is categorical or the value indicates a measurement for an entire species (or other taxon) replicate value should be `.na`."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -1775,7 +1784,7 @@ skos:scopeNote skos:prefLabel "replicates"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "When available, this information is lifted verbatim from a published manuscript. For preserved specimens, this field ideally indicates which records were 'sampled' to measure a specific trait."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -1789,7 +1798,7 @@ skos:scopeNote skos:prefLabel "dataset sampling strategy"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "The full scientific name, with authorship and date information if known."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -1804,7 +1813,7 @@ skos:scopeNote skos:prefLabel "scientific name"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "An identifier for the set of taxon information (data associated with the taxon class). May be a global unique identifier or an identifier specific to the data set. Must be resolvable within this dataset."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -1819,7 +1828,7 @@ skos:scopeNote skos:prefLabel "scientific name id"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "For datasets that are compilations, an identifier for the original data source."@en ; dwcattributes:organizedInClass , ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -1832,7 +1841,7 @@ skos:scopeNote skos:prefLabel "source id"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "Citations for the original dataset_id in sources, for compilationse. This detail is generated from the original source in the metadata."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -1846,7 +1855,7 @@ skos:scopeNote skos:prefLabel "source original dataset citation"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "Citation key for the original dataset_id in sources, for compilations. The key is typically formatted as `Surname_year`."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -1861,7 +1870,7 @@ skos:scopeNote skos:prefLabel "source original dataset key"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "Citation for the primary source. This detail is generated from the primary source in the metadata."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -1875,7 +1884,7 @@ skos:scopeNote skos:prefLabel "source primary citation"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "Citation key for the primary source in `sources`. The key is typically formatted as `Surname_year`."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -1890,7 +1899,7 @@ skos:scopeNote skos:prefLabel "source primary key"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "Citations for the secondary source. This detail is generated from the secondary source in the metadata."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -1904,7 +1913,7 @@ skos:scopeNote skos:prefLabel "source secondary citation"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "Citation key for the secondary source in `sources`. The key is typically formatted as `Surname_year`."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -1917,7 +1926,7 @@ skos:scopeNote skos:prefLabel "source secondary key"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "A circumscribed set of organisms."@en, "A group of organisms assumed to form a homogeneous unit with regard to associated trait measurements."@en ; dwcattributes:organizedInClass ; SIO:SIO_000223 , ; @@ -1934,7 +1943,7 @@ skos:scopeNote skos:prefLabel "taxon"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "Known distribution of the taxon, by Australian state."@en ; dwcattributes:organizedInClass ; SIO:SIO_000224 ; @@ -1946,7 +1955,7 @@ skos:scopeNote skos:prefLabel "taxon distribution"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "An identifier for the set of taxon information (data associated with the taxon class). May be a global unique identifier or an identifier specific to the data set. Must be resolvable within this dataset."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -1961,7 +1970,7 @@ skos:scopeNote skos:prefLabel "taxon id"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "Scientific name of the taxon on which traits were sampled, without authorship. When possible, this is the currently accepted (botanical) or valid (zoological) scientific name, but might also be a higher taxonomic level."@en ; dwcattributes:organizedInClass , , ; SIO:SIO_000223 , , ; @@ -1978,7 +1987,7 @@ skos:scopeNote skos:prefLabel "taxon name"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "The taxonomic rank of the most specific name in the scientific name."@en ; dwcattributes:organizedInClass ; SIO:SIO_000224 ; @@ -1993,7 +2002,7 @@ skos:scopeNote skos:prefLabel "taxon rank"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "Name of the taxonomy (tree) that contains this concept. ie. APC, AusMoss etc."@en ; dwcattributes:organizedInClass ; SIO:SIO_000224 ; @@ -2007,7 +2016,7 @@ skos:scopeNote skos:prefLabel "taxonomic dataset"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "The rank of the most specific taxon name (or scientific name) to which a submitted orignal name resolves."@en ; dwcattributes:organizedInClass ; SIO:SIO_000224 ; @@ -2020,7 +2029,7 @@ skos:scopeNote skos:relatedMatch dwc:taxonRank . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "The status of the use of the scientificName as a label for the taxon in regard to the 'accepted (or valid) taxonomy'. The assigned taxonomic status must be linked to a specific taxonomic reference that defines the concept."@en ; dwcattributes:organizedInClass ; SIO:SIO_000224 ; @@ -2034,7 +2043,7 @@ skos:scopeNote skos:prefLabel "taxonomic status"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "A situation or process that varies across time and might cause the measured trait values of individuals or populations to change across time."@en ; SIO:SIO_000602 SIO:SIO_000756 ; rdfs:label "temporal context"@en ; @@ -2044,8 +2053,9 @@ skos:scopeNote skos:prefLabel "temporal context"@en . + dcterms:created "01 February 2024"^^ ; dcterms:description "A unique integer identifier assigned where repeat observations are made on the same individual (or population, or taxon) across time. The identifier links to specific information in the context table."@en ; - dwcattributes:organizedInClass ; + dwcattributes:organizedInClass , ; SIO:SIO_000602 SIO:SIO_000757 ; SIO:SIO_000674 ; rdf:datatype ; @@ -2056,7 +2066,7 @@ skos:scopeNote skos:prefLabel "temporal context id"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "A context characteristic indicating stratified variation across time might affect the trait values measured."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -2072,7 +2082,7 @@ skos:scopeNote skos:prefLabel "temporal context property"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "A collection of trait values pertaining to a distinct characteristic of a specific part of an organism (cell, tissue, organ, or whole organism)."@en ; dwcattributes:organizedInClass ; SIO:SIO_000223 , , , , ; @@ -2088,7 +2098,7 @@ skos:scopeNote skos:prefLabel "trait concept"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "Unique identifier of the trait according to a public ontology, or a user-provided thesaurus of traits."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -2104,7 +2114,7 @@ skos:scopeNote oboe:hasValue ; oboe:measurementFor , , , , , , ; - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "A measurement made on a trait."@en ; SIO:SIO_000602 SIO:SIO_001187 ; rdfs:label "trait measurement"@en ; @@ -2114,7 +2124,7 @@ skos:scopeNote skos:prefLabel "trait measurement"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "Name of the trait sampled. Allowable values specified in the table `definitions`."@en ; dwcattributes:organizedInClass , , ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -2126,7 +2136,7 @@ skos:scopeNote skos:prefLabel "trait name"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "The measured value of a trait."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -2139,7 +2149,7 @@ skos:scopeNote skos:prefLabel "value"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "A description of the computing environment used to create this version of the dataset, including version number, git commit and R session_info."@en ; SIO:SIO_000602 SIO:SIO_001330 ; rdfs:label "build info"@en ; @@ -2148,7 +2158,7 @@ skos:scopeNote skos:prefLabel "build info"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "A table containing observations of contextual characteristics associated with information in `traits`. Cross referencing between the two dataframes is possible using combinations of the variables `dataset_id`, `link_id`, and `link_vals`."@en ; SIO:SIO_000602 SIO:SIO_000754 ; rdfs:label "contexts table"@en ; @@ -2157,7 +2167,7 @@ skos:scopeNote skos:prefLabel "contexts table"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "A table of people contributing to each study."@en ; SIO:SIO_000602 SIO:SIO_000754 ; rdfs:label "contributors table"@en ; @@ -2166,7 +2176,7 @@ skos:scopeNote skos:prefLabel "contributors table"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "A list containing trait concept descriptions used to build the database."@en ; SIO:SIO_000602 SIO:SIO_000754 ; rdfs:label "definitions table"@en ; @@ -2177,7 +2187,7 @@ skos:scopeNote skos:prefLabel "definitions table"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms: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."@en ; SIO:SIO_000602 SIO:SIO_000754 ; rdfs:label "excluded data table"@en ; @@ -2186,7 +2196,7 @@ skos:scopeNote skos:prefLabel "excluded data table"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "A table containing observations of location/site characteristics associated with information in `traits`. Cross referencing between the two dataframes is possible using combinations of the variables `dataset_id`, `location_name`."@en ; SIO:SIO_000602 SIO:SIO_000754 ; rdfs:comment "Includes information about Location properties."@en ; @@ -2197,7 +2207,7 @@ skos:scopeNote skos:relatedMatch ets:Occurrence . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "A list containing database metadata."@en ; SIO:SIO_000602 SIO:SIO_001330 ; rdfs:label "metadata table"@en ; @@ -2207,7 +2217,7 @@ skos:scopeNote skos:prefLabel "metadata table"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "A table containing details on methods with which data were collected, including time frame and source. Cross referencing with the `traits` table is possible using combinations of the variables `dataset_id`, `trait_name`."@en ; SIO:SIO_000602 SIO:SIO_000754 ; rdfs:label "methods table"@en ; @@ -2217,7 +2227,7 @@ skos:scopeNote skos:relatedMatch ets:MeasurementOrFact . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "A copy of the schema for all tables and terms. Information included here was used to process data and generate any documentation for the study."@en ; SIO:SIO_000602 SIO:SIO_001330 ; rdfs:label "schema"@en ; @@ -2226,7 +2236,7 @@ skos:scopeNote skos:prefLabel "schema"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "A list containing citation details for all database sources."@en ; SIO:SIO_000602 SIO:SIO_000754 ; rdfs:label "sources table"@en ; @@ -2235,7 +2245,7 @@ skos:scopeNote skos:prefLabel "sources table"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "A table containing details on taxa associated with information in `traits`. Whenever possible, this information is sourced from curated taxon lists that include identifiers for each taxon. The information compiled in this table is released under a CC-BY3 license. Cross referencing between the two dataframes is possible using combinations of the variable `taxon_name`."@en ; SIO:SIO_000602 SIO:SIO_000754 ; rdfs:label "taxa table"@en ; @@ -2246,7 +2256,7 @@ skos:scopeNote skos:prefLabel "taxa table"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "A table of all taxonomic changes implemented in the construction of AusTraits. Changes are determined by comparing the originally submitted taxon name against the taxonomic names listed in the taxonomic reference files, best placed in a subfolder in the `config` folder . Cross referencing with the `traits` table is possible using combinations of the variables `dataset_id` and `taxon_name`."@en ; SIO:SIO_000602 SIO:SIO_000754 ; rdfs:label "taxonomic updates table"@en ; @@ -2255,7 +2265,7 @@ skos:scopeNote skos:prefLabel "taxonomic updates table"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "A table containing measurements of traits."@en ; SIO:SIO_000602 SIO:SIO_000754 ; rdfs:comment "Includes information that must be recorded at the Measurement or Observation level."@en ; @@ -2268,7 +2278,7 @@ skos:scopeNote skos:relatedMatch ets:MeasurementOrFact, ets:Occurrence . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "An experimental manipulation that subjects different individuals or populations to different conditions, which can lead to differences in measured trait values across treatments."@en ; SIO:SIO_000602 SIO:SIO_000756 ; rdfs:label "treatment context"@en ; @@ -2278,8 +2288,9 @@ skos:scopeNote skos:prefLabel "treatment context"@en . + dcterms:created "01 February 2024"^^ ; dcterms:description "A unique integer identifier for a treatment, where a treatment is any experimental manipulation to an organism's growing/living conditions. The identifier links to specific information in the context table."@en ; - dwcattributes:organizedInClass ; + dwcattributes:organizedInClass , ; SIO:SIO_000602 SIO:SIO_000757 ; SIO:SIO_000674 ; rdf:datatype ; @@ -2290,7 +2301,7 @@ skos:scopeNote skos:prefLabel "treatment context id"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "A context characteristic indicating stratified treatments that might affect the trait values measured on an individual or population-level entity."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -2306,7 +2317,7 @@ skos:scopeNote skos:prefLabel "treatment context property"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "The infraspecific taxon name match for an original name. This column is assigned `na` for taxon name that are at a broader taxonomic_resolution."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -2320,7 +2331,7 @@ skos:scopeNote skos:relatedMatch dwc:infraspecificEpithet . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "Type of trait, specifying if traits are categorical, numeric, or ordinal."@en ; dwcattributes:organizedInClass ; SIO:SIO_000224 ; @@ -2334,7 +2345,7 @@ skos:scopeNote skos:prefLabel "type"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "Units of the sampled trait value after aligning with AusTraits standards."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ; @@ -2346,7 +2357,7 @@ skos:scopeNote skos:prefLabel "unit"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "The preferred units for the trait, conforming to the Unified Code for Units of Measure (UCUM). There are often two entries for units, one that is a string and the second which links to a units of measurement axiom."@en ; dwcattributes:organizedInClass ; SIO:SIO_000224 ; @@ -2360,7 +2371,7 @@ skos:scopeNote skos:prefLabel "units"@en . - dcterms:created "02/01/24"^^ ; + dcterms:created "01 February 2024"^^ ; dcterms:description "A categorical variable describing the statistical nature of the trait value recorded."@en ; dwcattributes:organizedInClass ; SIO:SIO_000602 SIO:SIO_000757 ;