Mapping fields between Specify7 and Darwin Core

Hi @elenimou,

Thanks for your question! Yes, there is a way to map Specify fields to Darwin Core. This is part of the exporting and data publishing setup that is described in this guide:

Field mappings are per export mapping (per query), so they are not globally applied to all collections.

For example, you can map terms like license, accessRights, or basisOfRecord to fields in a table (like the ‘Institution’ table) as this will be the same for all records:

<field term="http://purl.org/dc/terms/license" stringId="1,23,26,96,94.institution.copyright" oper="8" value="" isNot="false" isRelFld="false"/>
<field term="http://purl.org/dc/terms/accessRights" stringId="1,23,26,96,94.institution.termsOfUse" oper="8" value="" isNot="false" isRelFld="false"/>
<field term="http://rs.tdwg.org/dwc/terms/basisOfRecord" stringId="1,23.collection.collectionType" oper="8" value="" isNot="false" isRelFld="false"/>

You could add a value you wish to use for the rightsHolder term to the ‘Institution’ table and include it in your mapping! This could simply the the institution.Name field. :slight_smile: