ropensci / datapack

An R package to handle data packages
https://docs.ropensci.org/datapack
44 stars 9 forks source link

Update naming convention for resource map identifiers #82

Closed gothub closed 7 years ago

gothub commented 7 years ago

When a resource map is generated for a DataPackage, the identifier the identifier generated for the resource map defaults to the format urn:uuid<a generated uuid>.

Change this default to: resource_map_<some uuid>, for example:

resource_map_e05d03c1-41af-4be2-abe9-ac40011b04c1

I don't see any need to add the urn:uuid namespace prefix to the uuid in this naming scheme, as the uuid is appended to the end of the identifier, and doesn't stand alone.

This is an informal naming convention, but is more in line with resource map identifiers created by Morpho, the arctic-data-utils package and the upcoming MetacatUI editor.

gothub commented 7 years ago

This is a duplicate of https://github.com/DataONEorg/rdataone/issues/195 and the work was completed in the dataone repo