GBIF has ~80k datasets proper registered with DataCite. In addition, we mint DOIs for custom datasets created based on aggregated queries (aka. downloads) among the combined records of the 80k datasets.
Downloads are linked to all parent/contributing datasets via relatedIdentifiers
, however, using "relationType": "References"
. An inadvertent consequence of this is that downloads are counted as citations in Datacite Commons, e.g., iNaturalist is shown with 82k citations. The real number is ~3000.
To avoid this, should we pick another relationType
for the download-parent dataset relation, and if so, which one? IsDerivedFrom
?
Thoughts appreciated!