At the moment materialSampleState is a platform controlled vocabulary limited to: destroyed, damaged, lost, decommissioned.
Considering that:
- For some collections we need to also capture the information about if something is "alive" and we should probably avoid
BasisOfRecord since it's actually the same material sample, only its state will change (something alive will die at some point).
- DwC and ABCD are using
disposition for things like in collection, missing
Suggestion:
- Add
disposition to record information about the "status" of the material sample in the collection/lab: destroyed, damaged, lost, decommissioned (assuming nothing means in collection)
- Use
materialSampleState to record information about the material sample itself: "living", "preserved"
At the moment
materialSampleStateis a platform controlled vocabulary limited to:destroyed,damaged,lost,decommissioned.Considering that:
BasisOfRecordsince it's actually the same material sample, only its state will change (something alive will die at some point).dispositionfor things likein collection,missingSuggestion:
dispositionto record information about the "status" of the material sample in the collection/lab:destroyed,damaged,lost,decommissioned(assuming nothing means in collection)materialSampleStateto record information about the material sample itself: "living", "preserved"