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
Copy file name to clipboardexpand all lines: doc/release-notes/8129-harvesting.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
The `oai_dc` export and harvesting format has had the following fields remapped:
4
4
5
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 only to the field "Publication Date".
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
7
- dc:rights was not mapped to anything. Now it is mapped (when available) to terms of use, restrictions, and license.
8
8
9
9
As these are backward incompatible changes, they have been noted in the [API changelog](https://guides.dataverse.org/en/latest/api/changelog.html).
Copy file name to clipboardexpand all lines: doc/sphinx-guides/source/api/changelog.rst
+1-1
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ v6.4
13
13
- For the ``oai_dc`` metadata export and harvesting (OAI-PMH) format:
14
14
15
15
- dc:type was mapped to the field "Kind of Data". Now it is hard-coded to the word "Dataset".
16
-
- 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".
16
+
- 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 :ref:`set-citation-date-field`).
17
17
- dc:rights was not mapped to anything. Now it is mapped (when available) to terms of use, restrictions, and license.
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
@@ -1756,6 +1756,8 @@ The fully expanded example above (without environment variables) looks like this
1756
1756
1757
1757
.. 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