-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Datasets with multiple and no (yet) IDs #34
Comments
If we changed the cardinality of dataset_id, would it also solve the issue #33 ? That is, a list of identifiers would include "historical" identifiers and current. |
I think it would - if to |
I can see the usefulness of allowing for alternate/additional identifiers. I think we need to understand the use cases. If the primary use case is to allow for historical identifiers (versions) of an object we could perhaps introduce something like a {
"related_identifiers": [
{ "type": "doi", "identifier": "10.123/1234abc", "relation_type": "is_version_of" }
]
} I'm not sure what ontology would be most appropriate for the |
dct: isVersionOf |
While I don't disagree with the reasoning here, I would like to push back a little against the idea of handling multiple IDs and especially of modelling their sematics in the DMP Common Standard. While I agree that all of these things exist, the question for us to consider is: "Do we need to model these things to enable the exchange of semantically useful DMPs?" I would like to argue that using a single ID (consistently) is enough to achieve this. If some one wants to relate multiple IDs together, that can be done outside of the DMP standard. |
During adjusting our model with @rwwh, we found out that for dataset having exactly one "dataset_id" is too limiting.
The text was updated successfully, but these errors were encountered: