diff options
author | Martin Czygan <martin.czygan@gmail.com> | 2020-01-09 16:16:20 +0100 |
---|---|---|
committer | Martin Czygan <martin.czygan@gmail.com> | 2020-01-09 16:16:20 +0100 |
commit | da1daa8568be65c39265c1819d28e8796785e600 (patch) | |
tree | 15d223dd2d092498a5578a31991ef2332207f41c /python/tests/files/datacite/datacite_doc_29.json | |
parent | 6a7591103c7b7d985ad22199138af9378de697f4 (diff) | |
download | fatcat-da1daa8568be65c39265c1819d28e8796785e600.tar.gz fatcat-da1daa8568be65c39265c1819d28e8796785e600.zip |
datacite: ignore known unknown values in resourceType*
Diffstat (limited to 'python/tests/files/datacite/datacite_doc_29.json')
-rw-r--r-- | python/tests/files/datacite/datacite_doc_29.json | 61 |
1 files changed, 61 insertions, 0 deletions
diff --git a/python/tests/files/datacite/datacite_doc_29.json b/python/tests/files/datacite/datacite_doc_29.json new file mode 100644 index 00000000..6646325f --- /dev/null +++ b/python/tests/files/datacite/datacite_doc_29.json @@ -0,0 +1,61 @@ +{ + "attributes": { + "contributors": [ + { + "affiliation": [], + "contributorType": "Editor", + "familyName": "Wemmer", + "givenName": "David", + "name": "Wemmer, David", + "nameType": "Personal" + } + ], + "creators": [ + { + "affiliation": [ + "Department of pataphysics" + ], + "name": "Anton Welch", + "nameIdentifiers": [] + } + ], + "dates": [ + { + "date": "2017-08-24", + "dateType": "Created" + }, + { + "date": "2019-08-04", + "dateType": "Updated" + }, + { + "date": "2017", + "dateType": "Issued" + } + ], + "descriptions": [ + {"description": ["Hello", "World"], "descriptionType": "Abstract"} + ], + "doi": "10.7916/d86x0cg1", + "isActive": true, + "language": "DE-CH", + "publicationYear": 2016, + "state": "findable", + "titles": [ + { + "title": "Additional file 123: ABC" + }, + { + "title": "DEF", + "titleType": "Subtitle" + } + ], + "types": { + "bibtex": "misc", + "citeproc": "article", + "ris": "GEN", + "schemaOrg": "CreativeWork", + "resourceType": "(:unav)" + } + } +} |