aboutsummaryrefslogtreecommitdiffstats
path: root/python/tests/files/datacite/datacite_result_16.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_16.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_16.json')
-rw-r--r--python/tests/files/datacite/datacite_result_16.json59
1 files changed, 31 insertions, 28 deletions
diff --git a/python/tests/files/datacite/datacite_result_16.json b/python/tests/files/datacite/datacite_result_16.json
index ea8c2e59..8cf762b6 100644
--- a/python/tests/files/datacite/datacite_result_16.json
+++ b/python/tests/files/datacite/datacite_result_16.json
@@ -1,31 +1,34 @@
{
- "extra": {
- "datacite": {
- "license": [
- {
- "rights": "CC-BY",
- "rightsUri": "http://creativecommons.org/licenses/by/3.0/us"
- }
- ]
- }
- },
- "title": "Testing the Connectivity of Networks",
- "release_type": "dataset",
- "release_stage": "published",
- "release_year": 2014,
- "ext_ids": {
- "doi": "10.6084/m9.figshare.1282478"
- },
- "publisher": "Figshare",
- "contribs": [
+ "extra": {
+ "datacite": {
+ "license": [
{
- "index": 0,
- "raw_name": "Taha Sochi",
- "given_name": "Taha",
- "surname": "Sochi",
- "role": "author"
+ "rights": "CC-BY",
+ "rightsUri": "http://creativecommons.org/licenses/by/3.0/us"
}
- ],
- "refs": [],
- "abstracts": []
-} \ No newline at end of file
+ ],
+ "resourceType": "Paper",
+ "resourceTypeGeneral": "Dataset",
+ "schemaVersion": "http://datacite.org/schema/kernel-3"
+ }
+ },
+ "title": "Testing the Connectivity of Networks",
+ "release_type": "dataset",
+ "release_stage": "published",
+ "release_year": 2014,
+ "ext_ids": {
+ "doi": "10.6084/m9.figshare.1282478"
+ },
+ "publisher": "Figshare",
+ "contribs": [
+ {
+ "index": 0,
+ "raw_name": "Taha Sochi",
+ "given_name": "Taha",
+ "surname": "Sochi",
+ "role": "author"
+ }
+ ],
+ "refs": [],
+ "abstracts": []
+}