RE: How to get people data from Bionomia for each dataset in this project. 1. You will need a "datasetKey" for the collection data of interest. 2. Find the relevant datasetKey here: rapid-data-providers_2021-05-03.csv (in the Zenodo repository). 3. Follow the example next. Example: Given a dataset like “AMNH Mammal Collections” published to GBIF at https://www.gbif.org/dataset/96ca66b4-f762-11e1-a439-00145eb45e9a, the Bionomia counterpart is https://bionomia.net/dataset/96ca66b4-f762-11e1-a439-00145eb45e9a. That “96c66b4-…-e9a” part of the URL is the datasetKey - same in both. There’s a “Frictionless Data Descriptor” link top-right of the page on Bionomia and although clicking it will produce machine-readable JSON code, there are 6 referenced, zipped csv files. The important one here is https://bionomia.net/dataset/96ca66b4-f762-11e1-a439-00145eb45e9a/users.csv.zip - a unique list of people with their identifiers. The other two important ones are https://bionomia.net/dataset/96ca66b4-f762-11e1-a439-00145eb45e9a/occurrences.csv.zip and https://bionomia.net/dataset/96ca66b4-f762-11e1-a439-00145eb45e9a/attributions.csv.zip. The former is the specimen records, the latter is the many:many join table between users.csv and occurrences.csv, including who made the link and when they made it.