|
| 1 | +{ |
| 2 | + "pids": { |
| 3 | + "doi": { |
| 4 | + "identifier": "10.5281/inveniordm.1234", |
| 5 | + "provider": "datacite", |
| 6 | + "client": "inveniordm" |
| 7 | + } |
| 8 | + }, |
| 9 | + "metadata": { |
| 10 | + "resource_type": {"id": "image-photo"}, |
| 11 | + "creators": [ |
| 12 | + { |
| 13 | + "person_or_org": { |
| 14 | + "name": "Nielsen, Lars Holm", |
| 15 | + "type": "personal", |
| 16 | + "given_name": "Lars Holm", |
| 17 | + "family_name": "Nielsen", |
| 18 | + "identifiers": [ |
| 19 | + {"scheme": "orcid", "identifier": "0000-0001-8135-3489"} |
| 20 | + ] |
| 21 | + }, |
| 22 | + "affiliations": [{"name": "free-text"}] |
| 23 | + } |
| 24 | + ], |
| 25 | + "title": "InvenioRDM", |
| 26 | + "additional_titles": [ |
| 27 | + { |
| 28 | + "title": "a research data management platform", |
| 29 | + "type": {"id": "subtitle"}, |
| 30 | + "lang": {"id": "eng"} |
| 31 | + } |
| 32 | + ], |
| 33 | + "publisher": "InvenioRDM", |
| 34 | + "publication_date": "2018/2020-09", |
| 35 | + "subjects": [ |
| 36 | + {"subject": "custom"} |
| 37 | + ], |
| 38 | + "contributors": [ |
| 39 | + { |
| 40 | + "person_or_org": { |
| 41 | + "name": "Nielsen, Lars Holm", |
| 42 | + "type": "personal", |
| 43 | + "given_name": "Lars Holm", |
| 44 | + "family_name": "Nielsen", |
| 45 | + "identifiers": [ |
| 46 | + {"scheme": "orcid", "identifier": "0000-0001-8135-3489"} |
| 47 | + ] |
| 48 | + }, |
| 49 | + "role": {"id": "other"} |
| 50 | + } |
| 51 | + ], |
| 52 | + "dates": [ |
| 53 | + {"date": "1939/1945", "type": {"id": "other"}, "description": "A date"} |
| 54 | + ], |
| 55 | + "languages": [{"id": "dan"}, {"id": "eng"}], |
| 56 | + "identifiers": [{"identifier": "1924MNRAS..84..308E", "scheme": "bibcode"}], |
| 57 | + "related_identifiers": [ |
| 58 | + { |
| 59 | + "identifier": "10.1234/foo.bar", |
| 60 | + "scheme": "doi", |
| 61 | + "relation_type": {"id": "iscitedby"}, |
| 62 | + "resource_type": {"id": "dataset"} |
| 63 | + } |
| 64 | + ], |
| 65 | + "sizes": ["11 pages"], |
| 66 | + "formats": ["application/pdf"], |
| 67 | + "version": "v1.0", |
| 68 | + "rights": [ |
| 69 | + { |
| 70 | + "title": {"en": "A custom license"}, |
| 71 | + "description": {"en": "A description"}, |
| 72 | + "link": "https://customlicense.org/licenses/by/4.0/" |
| 73 | + }, |
| 74 | + {"id": "cc-by-4.0"} |
| 75 | + ], |
| 76 | + "description": "<h1>A description</h1> <p>with HTML tags</p>", |
| 77 | + "additional_descriptions": [ |
| 78 | + { |
| 79 | + "description": "Bla bla bla", |
| 80 | + "type": {"id": "methods"}, |
| 81 | + "lang": {"id": "eng"} |
| 82 | + } |
| 83 | + ], |
| 84 | + "locations": { |
| 85 | + "features": [ |
| 86 | + { |
| 87 | + "geometry": { |
| 88 | + "type": "Point", |
| 89 | + "coordinates": [-32.94682, -60.63932] |
| 90 | + }, |
| 91 | + "place": "test location place", |
| 92 | + "description": "test location description", |
| 93 | + "identifiers": [ |
| 94 | + {"identifier": "12345abcde", "scheme": "wikidata"}, |
| 95 | + {"identifier": "12345abcde", "scheme": "geonames"} |
| 96 | + ] |
| 97 | + } |
| 98 | + ] |
| 99 | + }, |
| 100 | + "references": [ |
| 101 | + { |
| 102 | + "reference": "Nielsen et al,..", |
| 103 | + "identifier": "0000 0001 1456 7559", |
| 104 | + "scheme": "isni" |
| 105 | + } |
| 106 | + ] |
| 107 | + } |
| 108 | +} |
0 commit comments