|
| 1 | +{ |
| 2 | + "datasetVersion": { |
| 3 | + "metadataBlocks": { |
| 4 | + "citation": { |
| 5 | + "fields": [ |
| 6 | + { |
| 7 | + "value": "Darwin's Finches", |
| 8 | + "typeClass": "primitive", |
| 9 | + "multiple": false, |
| 10 | + "typeName": "title" |
| 11 | + }, |
| 12 | + { |
| 13 | + "value": [ |
| 14 | + { |
| 15 | + "authorName": { |
| 16 | + "value": "Finch, Fiona", |
| 17 | + "typeClass": "primitive", |
| 18 | + "multiple": false, |
| 19 | + "typeName": "authorName" |
| 20 | + }, |
| 21 | + "authorAffiliation": { |
| 22 | + "value": "Birds Inc.", |
| 23 | + "typeClass": "primitive", |
| 24 | + "multiple": false, |
| 25 | + "typeName": "authorAffiliation" |
| 26 | + } |
| 27 | + } |
| 28 | + ], |
| 29 | + "typeClass": "compound", |
| 30 | + "multiple": true, |
| 31 | + "typeName": "author" |
| 32 | + }, |
| 33 | + { |
| 34 | + "value": [ |
| 35 | + { "datasetContactEmail" : { |
| 36 | + "typeClass": "primitive", |
| 37 | + "multiple": false, |
| 38 | + "typeName": "datasetContactEmail", |
| 39 | + "value" : "finch@mailinator.com" |
| 40 | + }, |
| 41 | + "datasetContactName" : { |
| 42 | + "typeClass": "primitive", |
| 43 | + "multiple": false, |
| 44 | + "typeName": "datasetContactName", |
| 45 | + "value": "Finch, Fiona" |
| 46 | + } |
| 47 | + }], |
| 48 | + "typeClass": "compound", |
| 49 | + "multiple": true, |
| 50 | + "typeName": "datasetContact" |
| 51 | + }, |
| 52 | + { |
| 53 | + "value": [ { |
| 54 | + "dsDescriptionValue":{ |
| 55 | + "value": "Darwin's finches (also known as the Galápagos finches) are a group of about fifteen species of passerine birds.", |
| 56 | + "multiple":false, |
| 57 | + "typeClass": "primitive", |
| 58 | + "typeName": "dsDescriptionValue" |
| 59 | + }}], |
| 60 | + "typeClass": "compound", |
| 61 | + "multiple": true, |
| 62 | + "typeName": "dsDescription" |
| 63 | + }, |
| 64 | + { |
| 65 | + "value": [ |
| 66 | + "Medicine, Health and Life Sciences" |
| 67 | + ], |
| 68 | + "typeClass": "controlledVocabulary", |
| 69 | + "multiple": true, |
| 70 | + "typeName": "subject" |
| 71 | + } |
| 72 | + ], |
| 73 | + "displayName": "Citation Metadata" |
| 74 | + } |
| 75 | + } |
| 76 | + } |
| 77 | +} |
0 commit comments