1. I will be storing DOIs in dc.identifier.doi, as soon as I get it set up. (I am new to DOI registrations.) I am temporarily storing them in the same field as handles.
2. Other DOIs – my plan is to put these in a dc.relation field. I see that UMN did that, too. When doing retrospective assignment of DOIs, I found that a dataset I have is also in Dryad. I need to come up with a better plan, but in the meantime I added: dc.relation Also available in Dryad: https://doi.org/10.5061/dryad.9bg43.
3. I see advantages to having different persistent identifiers in different fields. a) Easier to manipulate the data, if needed, in the DSpace instance of when the data is exported. b) The display of the fields in a local repository can be customized with different labels, order of display changed, etc.
There was a discussion on the DCAT list last fall about DOIs. This ticket was referenced: https://jira.duraspace.org/browse/DS-3708: … it is proposed that we move all DOIs generated by DSpace into a new field 'dc.identifier.doi'. This will resolve the discrepancy between the DataCite and EZID DOI generation code (DS-2199), disentangle generated DOIs from Handles, and consistently separate generated DOIs from user-entered DOIs. Thereafter, dc.identifier will hold all user-supplied identifiers; dc.identifier.doi will hold all DSpace-generated DOIs; and dc.identifier.uri will hold all Handles. This will make storage of identifiers more consistent, prevent confusion of generated and submitted identifiers, and make it simpler to work with generated identifiers since each field will hold only one type.
Felicity
Felicity Dykas
Head, Digital Services Department
MU Libraries
University of Missouri--Columbia
--
All messages to this mailing list should adhere to the DuraSpace Code of Conduct:
https://duraspace.org/about/policies/code-of-conduct/
---
You received this message because you are subscribed to the Google Groups "DSpace Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
dspace-communi...@googlegroups.com.
To post to this group, send email to
dspace-c...@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-community.
For more options, visit https://groups.google.com/d/optout.
At KU, we use dc.identifier.doi to store DOIs for anything in the repository that has one. This includes those materials for which we assign DOis, such as articles from journals that we publish, datasets, or Open Educational Resources created with the support of the Libraries.
We use dc.relation.isversionof to store links to published material for which there is no DOI.
Best,
Marianne Reed
Digital Initiatives Coordinator
450 Watson Library
University of Kansas Libraries
From: dspace-c...@googlegroups.com <dspace-c...@googlegroups.com>
On Behalf Of Jere Odell
Sent: Tuesday, October 9, 2018 2:13 PM
To: DSpace Community <dspace-c...@googlegroups.com>
Subject: [dspace-community] Best Practices in DSpace DOIs and Dublin Core?
1. If your DSpace instance is generating DOIs and storing them in the DSpace Dublin Core metadata, how are you doing this?
--
1. If your DSpace instance is generating DOIs and storing them in the DSpace Dublin Core metadata, how are you doing this?To be specific, are you (A) storing the DSpace DOI in the same metadata field as the DSpace handle? dc.identifier.uri? (See for example: https://conservancy.umn.edu/handle/11299/188066 ... which stores both the handle and the doi in dc.identifier.)
--
All messages to this mailing list should adhere to the DuraSpace Code of Conduct: https://duraspace.org/about/policies/code-of-conduct/
---
You received this message because you are subscribed to a topic in the Google Groups "DSpace Community" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/dspace-community/Jz4VlgPuK8w/unsubscribe.
To unsubscribe from this group and all its topics, send an email to dspace-communi...@googlegroups.com.
I think there's mismatch between how librarians think metadata should be applied and how DSpace can auto-register (DataCite) DOIs. If Mark and Claudia are correct, DSpace generates DOIs in dc.identifier.uri and [cannot/is not currently able to] register DOIs from other Dublin Core fields ... such as dc.identifier.doi.If I understand correctly, DSpace was designed to issue one persistent identifier ... the handle. DOIs were a more recent request and, for now, if we want to auto-generate DOIs we have to store them in dc.identifier.uri. Is that correct?If so, that puts those of us that want to assign DOIs to our DSpace records in a difficult spot ... we must choose between a) manual methods of registering the DOI or b) rely on a less-than-optimal metadata practice.Am I missing something?
I think the assignation of DOIs to whatever field, is possible, just some extra lines of codes would solve it
in (dspace 5) http://85.152.11.156:7172/handle/10317/4931?show=full you can show that the system is automatically assigning dois to new records (well, you have to trust that this is the process we are following) and via cron jobs the system is able to retrospectively assign dois to archived objects
dc.identifier.uri is used for the handle dc.identifier.uri:
http://hdl.handle.net/10317/4931 and
dc.identifier.doi is used for DOIs dc.identifier.doi ---> 10.31428/10317/4931 (note that following crossref recomendations the doi suffix re-user the main indicator, the handle
regards
Emilio
You received this message because you are subscribed to the Google Groups "DSpace Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dspace-communi...@googlegroups.com.
I think the assignation of DOIs to whatever field, is possible, just some extra lines of codes would solve it
in (dspace 5) http://85.152.11.156:7172/handle/10317/4931?show=full you can show that the system is automatically assigning dois to new records (well, you have to trust that this is the process we are following) and via cron jobs the system is able to retrospectively assign dois to archived objects
dc.identifier.uri is used for the handle dc.identifier.uri: http://hdl.handle.net/10317/4931 and
dc.identifier.doi is used for DOIs dc.identifier.doi ---> 10.31428/10317/4931 (note that following crossref recomendations the doi suffix re-user the main indicator, the handle