Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create initial draft of the eventType vocabulary #107

Closed
timrobertson100 opened this issue Apr 1, 2022 · 2 comments
Closed

Create initial draft of the eventType vocabulary #107

timrobertson100 opened this issue Apr 1, 2022 · 2 comments

Comments

@timrobertson100
Copy link
Member

There will soon be a proposal to add eventType as a term in Darwin Core, to be used in the event core schema and beyond. This will surely need to accommodate a large variety of concepts but over time an upper taxonomy may be achievable to structure these.

In order to support the GBIF/ALA developments to bring SamplingEvent search and the ongoing work to Diversify the Data Model we're working through a series of exemplar datasets which require this vocabulary.

I suggest we draft what is necessary for these case studies as a start in the form of a simple CSV containing concept, parentConcept, definitionInEnglish. This will be sufficient to quickly bootstrap a vocabulary in the UAT Vocab Server enabling the integration into the pipleines.

@timrobertson100
Copy link
Member Author

CC @charvolant

muttcg added a commit to gbif/dwc-api that referenced this issue Apr 1, 2022
muttcg added a commit to gbif/dwc-api that referenced this issue Apr 1, 2022
@timrobertson100
Copy link
Member Author

timrobertson100 commented Apr 12, 2022

Please see https://registry.gbif-uat.org/vocabulary/EventType/concepts

This was created using

touch /tmp/empty.csv
java -cp vocabulary-importer/target/vocabulary-importer-0.49-SNAPSHOT.jar org.gbif.vocabulary.importer.CliApp \
--vocabularyName "EventType" \
--vocabularyLabelEN "Event Type" \
--vocabularyDefinitionEN "An early draft of a vocabulary for DwC:eventType, developed to support the pilot work on the ALA and GBIF. See https://github.com/gbif/vocabulary/issues/107" \
--conceptsPath "/tmp/eventType.csv" \
--csvDelimiter ";" \
--apiUrl "https://api.gbif-uat.org/v1/" \
--apiUser "trobertson" \
--hiddenLabelsPath "/tmp/empty.csv" \
--apiPassword

and eventType.csv which was provided by @charvolant

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant