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.
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: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.