From b437b3722bcef91930564869f475cdc288aeff58 Mon Sep 17 00:00:00 2001 From: Ben Richardson Date: Wed, 4 Nov 2020 11:17:22 +0800 Subject: [PATCH] Adds recordedByID and identifiedByID; removes non-breaking spaces that break my Markdown previewer; adds a .gitignore file. --- .gitignore | 1 + mou-technical-addendum.md | 6 ++++-- 2 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..85e7c1d --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/.idea/ diff --git a/mou-technical-addendum.md b/mou-technical-addendum.md index f1ff2c5..4a0fbaf 100644 --- a/mou-technical-addendum.md +++ b/mou-technical-addendum.md @@ -70,6 +70,7 @@ There are a number of required and highly recommended fields that will be listed * [parentEventID](http://hiscom.rbg.vic.gov.au/hispid/terms/bushBlitzExpedition) (BushBlitz participants only) * [identificationQualifier](https://hiscom.github.io/hispid/terms/#identificationQualifier) * [identifiedBy](https://hiscom.github.io/hispid/terms/#identifiedBy) +* [identifiedByID](https://rs.gbif.org/terms/1.0/identifiedByID) * [identificationDate](https://hiscom.github.io/hispid/terms/#identificationDate) * [typeStatus](https://hiscom.github.io/hispid/terms/#typeStatus) * [scientificName](https://hiscom.github.io/hispid/terms/#scientificName) @@ -82,11 +83,12 @@ There are a number of required and highly recommended fields that will be listed ### Highly recommended fields * [recordedBy](https://hiscom.github.io/hispid/terms/#recordedBy) +* [recordedByID](https://rs.gbif.org/terms/1.0/recordedByID) * [recordNumber](https://hiscom.github.io/hispid/terms/#recordNumber) * [eventRemarks](https://hiscom.github.io/hispid/terms/#eventRemarks) * [georeferencedBy](https://hiscom.github.io/hispid/terms/#georeferencedBy) * [georeferenceProtocol](https://hiscom.github.io/hispid/terms/#georeferenceProtocol) -* [minimumElevationInMeters](https://hiscom.github.io/hispid/terms/#minimumElevationInMeters), [maximumElevationinMeters](https://hiscom.github.io/hispid/terms/#maximumElevationInMeters) +* [minimumElevationInMeters](https://hiscom.github.io/hispid/terms/#minimumElevationInMeters), [maximumElevationinMeters](https://hiscom.github.io/hispid/terms/#maximumElevationInMeters) * [habitat](https://hiscom.github.io/hispid/terms/#habitat) -* Higher taxonomy: [family](https://hiscom.github.io/hispid/terms/#family), [order](https://hiscom.github.io/hispid/terms/#order), [class](https://hiscom.github.io/hispid/terms/#class), [phylum](https://hiscom.github.io/hispid/terms/#phylum), [kingdom](https://hiscom.github.io/hispid/terms/#kingdom) +* Higher taxonomy: [family](https://hiscom.github.io/hispid/terms/#family), [order](https://hiscom.github.io/hispid/terms/#order), [class](https://hiscom.github.io/hispid/terms/#class), [phylum](https://hiscom.github.io/hispid/terms/#phylum), [kingdom](https://hiscom.github.io/hispid/terms/#kingdom) * [identificationRemarks](https://hiscom.github.io/hispid/terms/#identificationRemarks)