Description
I have a question related to the digitization of entomological collections. A specimen could have several numbers or unique identifiers, and there are several Darwin Core Terms which could be used to describe them.
Historical catalog numbers are usually not globally unique, and sometimes multiple specimen can have the same number in a historical catalog, if they came from the same locality. I would put such a historical number into dwc:otherCatalogNumbers. However, which of the following would be used for the number which is currently being used, most likely a globally unique identifier for the specimen?
Here are my options as far as I know:
- dwc:catalogNumber
- dwc:materialEntityID
- dwc:occurrenceID
*For the sake of completeness: dwc:otherCatalogNumbers
I also have some general confusion: A preserved specimen seems to fit the definition of several classes: dwc:Occurrence, dwc:MaterialEntity, dwc:MaterialSample and, dwc:PreservedSpecimen. Are classes the same as extensions? In Simple Darwin Core, I would not use class terms as fields, but instead use dwc:basisOfRecord with one of the class terms as value.
But how do I use classes in general? In DwC-A, would I use the class term as a field in the core file, with a unique database key to link to an extension file? In the documentation, I did not find a good explanation for the use of classes.