You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Remap oai_dc fields dc:type, dc:date, and dc:rights #8129.
The `oai_dc` export and harvesting format has had the following fields remapped:
- dc:type was mapped to the field "Kind of Data". Now it is hard-coded to the word "Dataset".
- dc:date was mapped to the field "Production Date" when available and otherwise to "Publication Date". Now it is mapped only to the field "Publication Date".
- dc:rights was not mapped to anything. Now it is mapped (when available) to terms of use, restrictions, and license.
* add tests for export and citation date #8129
* map dc:date to pub date or field for citation date #8129
* back out of any changes to dc:rights #8129
* remove OAI-PMH changes from API changelog (also in release note) #8129
* tweak release note, mention backward incompatibility, reexport #8129
### Remap oai_dc export and harvesting format fields: dc:type and dc:date
2
+
3
+
The `oai_dc` export and harvesting format has had the following fields remapped:
4
+
5
+
- dc:type was mapped to the field "Kind of Data". Now it is hard-coded to the word "Dataset".
6
+
- dc:date was mapped to the field "Production Date" when available and otherwise to "Publication Date". Now it is mapped the field "Publication Date" or the field used for the citation date, if set (see [Set Citation Date Field Type for a Dataset](https://guides.dataverse.org/en/6.3/api/native-api.html#set-citation-date-field-type-for-a-dataset)).
7
+
8
+
In order for these changes to be reflected in existing datasets, a [reexport all](https://guides.dataverse.org/en/6.3/admin/metadataexport.html#batch-exports-through-the-api) should be run.
9
+
10
+
For more information, please see #8129 and #10737.
11
+
12
+
### Backward incompatible changes
13
+
14
+
See the "Remap oai_dc export" section above.
15
+
16
+
### Upgrade instructions
17
+
18
+
In order for changes to the `oai_dc` metadata export format to be reflected in existing datasets, a [reexport all](https://guides.dataverse.org/en/6.3/admin/metadataexport.html#batch-exports-through-the-api) should be run.
Copy file name to clipboardexpand all lines: doc/sphinx-guides/source/api/native-api.rst
+2
Original file line number
Diff line number
Diff line change
@@ -1836,6 +1836,8 @@ The fully expanded example above (without environment variables) looks like this
1836
1836
1837
1837
.. note:: You cannot deaccession a dataset more than once. If you call this endpoint twice for the same dataset version, you will get a not found error on the second call, since the dataset you are looking for will no longer be published since it is already deaccessioned.
0 commit comments