-
Notifications
You must be signed in to change notification settings - Fork 1
Darwin Core Archive Requirements
Robert edited this page Sep 7, 2016
·
9 revisions
- Must be in zip format with files only inside. No folders inside zip file.
- Must contain at least 3 files
- meta.xml
- multimedia.csv
- occurrence.csv
- meta.xml file requirements
- Reference example below.
- Core requirements.
- At minimum, must contain one column: id
- Must contain Darwin Core rowType definition http://rs.tdwg.org/dwc/terms/occurrence as “core” node element.
- Core node must have nodes with csv file name.
- Extension requirements.
- Must contain Darwin Core rowType definition http://rs.tdwg.org/ac/terms/Multimedia as "extension" node element.
- Extension node must have nodes with csv file name.
- First node referencing csv column must be named coreid. Value in first column of csv file will reference first column "id" in Occurrence csv file.
- Darwin Core field http://rs.tdwg.org/ac/terms/accessURI and node is required. URI references publically accessible image.
- Record identifiers are required.
- Identifiers are found by searching column names in Extension CSV file.
- Text search for identifiers are CASE sensitive. They MUST match.
- Currently, there are 4 record identifiers Biospex searches for in the following order:
- identifier - http://purl.org/dc/terms/identifier
- providerManagedID - http://rs.tdwg.org/ac/terms/providerManagedID
- uuid - custom
- recordId - custom