Open surchs opened 3 years ago
Based on today's discussion at the CONP dev call, we move the URL of the species taxonomy to the identifier
field instead of the identifierSource field
.
@cmadjar will send a PR that modifies the validator to check that the URL is provided in identifier
and not identifierSource
so we can get a list of affected datasets.
@emmetaobrien will go through the list of datasets to modify and will modify the datasets that we can modify ourselves.
@surchs I created a new issue in conp-dataset. Would you mind taking a look at the issue and see if I forgot something?
The DATS identifier schema has two main fields:
Currently, we are using
"identifier"
to store the non-dereferencable string name of an identifier and"identifierSource"
to store a dereferencable IRI that points to the identifier. Here is an example.I believe that the original intent of DATS was to do the opposite, i.e. to
"identifier"
be the dereferencable IRI and"identifierSource"
be the string name of the organization / entity maintaining the identifierApart from the description in the schema, this also fits with the fact that
"identifier"
used to require a URI format (see datatagsuite/schema@f02264de4dc6bf879aa374c5981d4e4003942f2d).We should discuss this and make an issue in the conp-dataset repo