|
| 1 | +{ |
| 2 | + "identifiers": [ |
| 3 | + { |
| 4 | + "identifier": "10.14291/1", |
| 5 | + "identifierType": "DOI" |
| 6 | + }], |
| 7 | + "alternateIdentifiers": [ |
| 8 | + { |
| 9 | + "alternateIdentifier": "Alt_Identifier", |
| 10 | + "alternateIdentifierType": "Alt_Identifier_Type" |
| 11 | + } |
| 12 | + ], |
| 13 | + "contributors": [ |
| 14 | + { |
| 15 | + "nameType": "Personal", |
| 16 | + "affiliation": [ |
| 17 | + { |
| 18 | + "name": "DataCite", |
| 19 | + "affiliationIdentifier": "https://ror.org/04wxnsj81", |
| 20 | + "affiliationIdentifierScheme": "ROR" |
| 21 | + } |
| 22 | + ], |
| 23 | + "name": "Contributor Name", |
| 24 | + "contributorType": "ContactPerson", |
| 25 | + "nameIdentifiers": [ |
| 26 | + { |
| 27 | + "nameIdentifier": "Contributor Identifier", |
| 28 | + "nameIdentifierScheme": "GRID", |
| 29 | + "schemeUri": "https://www.grid.ac/institutes/" |
| 30 | + } |
| 31 | + ] |
| 32 | + } |
| 33 | + ], |
| 34 | + "creators": [ |
| 35 | + { |
| 36 | + "nameType": "Personal", |
| 37 | + "affiliation": [ |
| 38 | + { |
| 39 | + "name": "DataCite", |
| 40 | + "affiliationIdentifier": "https://ror.org/04wxnsj81", |
| 41 | + "affiliationIdentifierScheme": "ROR" |
| 42 | + } |
| 43 | + ], |
| 44 | + "name": "Name", |
| 45 | + "familyName": "Family Name", |
| 46 | + "givenName": "Given Name", |
| 47 | + "nameIdentifiers": [ |
| 48 | + { |
| 49 | + "nameIdentifier": "Name Identifier", |
| 50 | + "nameIdentifierScheme": "ORCID", |
| 51 | + "schemeUri": "http://orcid.org/" |
| 52 | + } |
| 53 | + ] |
| 54 | + } |
| 55 | + ], |
| 56 | + "dates": [ |
| 57 | + { |
| 58 | + "date": "2014-10-01", |
| 59 | + "dateType": "Created" |
| 60 | + }, |
| 61 | + { |
| 62 | + "date": "2017-03-01", |
| 63 | + "dateType": "Updated" |
| 64 | + }, |
| 65 | + { |
| 66 | + "date": "2012-05-22/2016-12-21", |
| 67 | + "dateType": "Collected" |
| 68 | + } |
| 69 | + ], |
| 70 | + "descriptions": [ |
| 71 | + { |
| 72 | + "description": "Description", |
| 73 | + "descriptionType": "Abstract" |
| 74 | + } |
| 75 | + ], |
| 76 | + "formats": [ |
| 77 | + "format" |
| 78 | + ], |
| 79 | + "fundingReferences": [ |
| 80 | + { |
| 81 | + "awardTitle": "Measurement of Column-Averaged CO2", |
| 82 | + "funderName": "National Aeronautics and Space Administration", |
| 83 | + "funderIdentifierType": "GRID", |
| 84 | + "funderIdentifier": "grid.238252.c", |
| 85 | + "awardNumber": "NAG5-12247" |
| 86 | + } |
| 87 | + ], |
| 88 | + "geoLocations": [ |
| 89 | + { |
| 90 | + "geoLocationPlace": "Place Name", |
| 91 | + "geoLocationPoint": { |
| 92 | + "pointLatitude": "0.000", |
| 93 | + "pointLongitude": "0.000" |
| 94 | + } |
| 95 | + } |
| 96 | + ], |
| 97 | + "language": "en", |
| 98 | + "publicationYear": "2017", |
| 99 | + "publisher": "Publisher", |
| 100 | + "relatedIdentifiers": [ |
| 101 | + { |
| 102 | + "relatedIdentifier": "http://www.url.org/", |
| 103 | + "relatedIdentifierType": "URL", |
| 104 | + "relationType": "IsPartOf" |
| 105 | + }, |
| 106 | + { |
| 107 | + "relatedIdentifier": "10.5072/FK2", |
| 108 | + "relatedIdentifierType": "DOI", |
| 109 | + "relationType": "IsDocumentedBy" |
| 110 | + } |
| 111 | + ], |
| 112 | + "types": { |
| 113 | + "resourceTypeGeneral": "Dataset", |
| 114 | + "resourceType": "Dataset" |
| 115 | + }, |
| 116 | + "rightsList": [ |
| 117 | + { |
| 118 | + "rights": "Rights Name", |
| 119 | + "rightsURI": "Rights List" |
| 120 | + } |
| 121 | + ], |
| 122 | + "subjects": [ |
| 123 | + { |
| 124 | + "subject": "subject1" |
| 125 | + }, |
| 126 | + { |
| 127 | + "subject": "subject2" |
| 128 | + } |
| 129 | + ], |
| 130 | + "titles": [ |
| 131 | + { |
| 132 | + "title": "Title" |
| 133 | + }, |
| 134 | + { |
| 135 | + "title": "Alternative Title", |
| 136 | + "titleType": "AlternativeTitle" |
| 137 | + } |
| 138 | + ], |
| 139 | + "version": "0", |
| 140 | + "schemaVersion": "http://datacite.org/schema/kernel-4" |
| 141 | +} |
0 commit comments