-
Notifications
You must be signed in to change notification settings - Fork 8
Description
Based on my search of the Darwin Core (DwC) GitHub issues and documentation, there is currently no dedicated field in Darwin Core for recording protected area information, which creates challenges for biodiversity data publishers who need to document whether specimens or observations were collected within protected areas.
We have tried several imperfect approaches to encode protected area information in our datasets:
- dwc:locationRemarks - Comments field where protected area information is noted, e.g., "Białowieski Park Narodowy" or "Cisy Staropolskie imienia Leona Wyczółkowskiego" (names according to Protected Planet: https://www.protectedplanet.net/country/POL)
- dwc:verbatimLocality - Contains this information but in a less normalized way, e.g., "Puszcza Białowieska. Białowieski P.N. Oddz. 316-342. Gniazdo mysikrólika (Regulus regulus)" (English: "Białowieża Forest. Białowieża National Park, Section 316-342. Goldcrest nest (Regulus regulus)")
The main problems with these approaches are:
- Lack of standardization - No consensus on which field to use means data is inconsistent across datasets
- Mixed information - Protected area names are combined with other locality details, making extraction and querying difficult
- No controlled vocabulary - Records are difficult to filter as they are present in many columns and their names vary (abbreviated vs. full names, different languages)
I'd like to discuss adding dedicated terms that would significantly improve data quality and usability:
- dwc:protectedAreaName - for standardized protected area names,
- dwc:protectedAreaID - for linking to i.e. World Database on Protected Areas (WDPA) identifiers, which provide globally unique IDs for each protected area.
This standardization would benefit both scientists and policymakers by enabling easy filtering of taxa within specific protected areas, allowing analysis of biodiversity patterns across protected area networks, and assessing their conservation needs.