summaryrefslogtreecommitdiffstats
path: root/python/tests/files/datacite/datacite_result_13.json
diff options
context:
space:
mode:
authorMartin Czygan <martin.czygan@gmail.com>2020-01-07 15:20:25 +0100
committerMartin Czygan <martin.czygan@gmail.com>2020-01-07 15:20:25 +0100
commitf9c711f77bba992e6e9e1d75929d35e8da828f61 (patch)
tree187b808ae2a84344ab23a88926b1204bd35bb5bb /python/tests/files/datacite/datacite_result_13.json
parent3b531d2f83e9fde67e3c45d751fb80b2d9c815be (diff)
downloadfatcat-f9c711f77bba992e6e9e1d75929d35e8da828f61.tar.gz
fatcat-f9c711f77bba992e6e9e1d75929d35e8da828f61.zip
datacite: adding datacite-specific extra metadata
* attributes.metadataVersion * attributes.schemaVersion * attributes.version (source dependent values, follows suggestions in https://schema.datacite.org/meta/kernel-4.3/doc/DataCite-MetadataKernel_v4.3.pdf#page=26, but values vary) Furthermore: * attributes.types.resourceTypeGeneral * attributes.types.resourceType
Diffstat (limited to 'python/tests/files/datacite/datacite_result_13.json')
-rw-r--r--python/tests/files/datacite/datacite_result_13.json58
1 files changed, 33 insertions, 25 deletions
diff --git a/python/tests/files/datacite/datacite_result_13.json b/python/tests/files/datacite/datacite_result_13.json
index d6ed2985..3dc7cafb 100644
--- a/python/tests/files/datacite/datacite_result_13.json
+++ b/python/tests/files/datacite/datacite_result_13.json
@@ -1,28 +1,36 @@
{
- "extra": {"datacite": {}, "month": 10},
- "title": "[M\u00fcssen wir des Gl\u00fccks uns sch\u00e4men?]",
- "release_type": "article-journal",
- "release_stage": "published",
- "release_date": "1940-10-05",
- "release_year": 1940,
- "ext_ids": {
- "doi": "10.5169/seals-314104"
+ "extra": {
+ "datacite": {
+ "metadataVersion": 17,
+ "resourceType": "Journal Article",
+ "resourceTypeGeneral": "Text",
+ "schemaVersion": "http://datacite.org/schema/kernel-3"
},
- "publisher": "Buchdruckerei B\u00fcchler & Co.",
- "contribs": [
- {
- "index": 0,
- "raw_name": "O.M.",
- "role": "author"
- },
- {
- "index": 1,
- "raw_name": "Hermann Hiltbrunner",
- "given_name": "Hermann",
- "surname": "Hiltbrunner",
- "role": "author"
- }
- ],
- "refs": [],
- "abstracts": []
+ "month": 10
+ },
+ "title": "[Müssen wir des Glücks uns schämen?]",
+ "release_type": "article-journal",
+ "release_stage": "published",
+ "release_date": "1940-10-05",
+ "release_year": 1940,
+ "ext_ids": {
+ "doi": "10.5169/seals-314104"
+ },
+ "publisher": "Buchdruckerei Büchler & Co.",
+ "contribs": [
+ {
+ "index": 0,
+ "raw_name": "O.M.",
+ "role": "author"
+ },
+ {
+ "index": 1,
+ "raw_name": "Hermann Hiltbrunner",
+ "given_name": "Hermann",
+ "surname": "Hiltbrunner",
+ "role": "author"
+ }
+ ],
+ "refs": [],
+ "abstracts": []
}