-
Notifications
You must be signed in to change notification settings - Fork 8
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
How to store information of multiple life stages in a museum sample when everything is together #192
Comments
Life stage and sex are two distinct fields in DwC that should not be intermixed.
GBIF are currently working on a controlled sex vocabulary where the concept 'mixed' will be an option and such data can be captured. It is not yet implemented, though. The 'mixed' term is currently not an option for lifeStage so the bulk samples would need to be separated into individual occurrence records as mentioned previously. |
Please @CecSve @tucotuco @timrobertson100 @baskaufs is this controlled sex vocabulary work linked to TDWG? |
I'm not aware that it has any official connection to TDWG at this point. |
Hi @debpaul – GBIF currently interpret verbatim data to fit some enumerations we have. All of that is handled in the code. |
@debpaul, @baskaufs, and @CecSve @pzermoglio and @tucotuco have been involved in the development of the vocabularies and testing of the GBIF vocabulary service as a viable solution to the call for a platform for community-vetted vocabularies motivated by the TDWG Biodiversity Data Quality Task Group 4 on Vocabularies of Values, which @pzermoglio convenes. |
We have been trying to implement the best practices of not putting various instances of life stages in the same record e.g.( 8 Adults | 1 Juvenile) following an advice that @tucotuco gave us in this comment.
However, some collections keep several individuals from different life stages and sexes in one jar with the same catalog number and they cannot divide them in various records, because they publish one record per catalog number, and creating more it is not an option.
In other cases, we have a total number of individuals and know that there are male and females in a sample, but not the specific number of each one, so it is not possible to divide the record in two and keep the same information in individualCount, because it will be incorrect.
So, we are wondering what is the best practice in those cases, should we keep a comment in organismRemarks saying that individuals belong to several life stages and leave empty the field lifeStage because they do not fall under just one instance?
Or maybe in this exceptions we can keep multiple instances in the field lifeStage?
Thansk for the help!
The text was updated successfully, but these errors were encountered: