adiwg-json_schemas 0.5.2 → 0.7.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -3,54 +3,61 @@
3
3
  "keyword": ["Oceans > Ocean temperature > Thermocline", "Oceans > Ocean Temperature > Water Temperature", "Oceans > Ocean Heat Budget > Heat Flux"],
4
4
  "keywordType": "theme",
5
5
  "thesaurus": {
6
- "thesaurusLink": "http://gcmdservices.gsfc.nasa.gov/static/kms/sciencekeywords/sciencekeywords.csv",
7
- "citation": {
8
- "title": "NASA/Global Change Master Directory (GCMD) Earth Science Keywords.",
9
- "date": [
10
- {
11
- "date": "2013-09-19",
12
- "dateType": "revision"
13
- }
14
- ],
15
- "edition": "Version 8.0.0.0.0",
16
- "responsibleParty": [
17
- {
18
- "contactId": "1",
19
- "role": "originator"
20
- }, {
21
- "contactId": "2",
22
- "role": "owner"
23
- }
24
- ],
25
- "presentationForm": ["documentDigital"],
26
- "additionalIdentifier": {
27
- "isbn": "HB12365.214",
28
- "issn": "0ab4-dd983c01"
6
+ "title": "NASA/Global Change Master Directory (GCMD) Earth Science Keywords.",
7
+ "date": [
8
+ {
9
+ "date": "2013-09-19",
10
+ "dateType": "revision"
29
11
  }
30
- }
12
+ ],
13
+ "onlineResource": [
14
+ {
15
+ "uri": "http://gcmdservices.gsfc.nasa.gov/static/kms/sciencekeywords/sciencekeywords.csv"
16
+ }
17
+ ],
18
+ "edition": "Version 8.0.0.0.0",
19
+ "responsibleParty": [
20
+ {
21
+ "contactId": "1",
22
+ "role": "originator"
23
+ }, {
24
+ "contactId": "2",
25
+ "role": "owner"
26
+ }
27
+ ],
28
+ "presentationForm": ["documentDigital"],
29
+ "identifier": [
30
+ {
31
+ "type": "isbn",
32
+ "identifier": "HB12365.214"
33
+ }, {
34
+ "type": "issn",
35
+ "identifier": "0ab4-dd983c01"
36
+ }
37
+ ]
31
38
  }
32
39
  }, {
33
40
  "keyword": ["Oceans > Ocean temperature > Thermocline", "Oceans > Ocean Temperature > Water Temperature", "Oceans > Ocean Heat Budget > Heat Flux"],
34
41
  "keywordType": "theme",
35
42
  "thesaurus": {
36
- "thesaurusLink": "http://gcmdservices.gsfc.nasa.gov/static/kms/sciencekeywords/sciencekeywords.csv",
37
- "citation": {
38
- "title": "NASA/Global Change Master Directory (GCMD) Earth Science Keywords.",
39
- "date": [
40
- {
41
- "date": "2013-09-19",
42
- "dateType": "revision"
43
- }
44
- ]
45
- }
43
+ "title": "NASA/Global Change Master Directory (GCMD) Earth Science Keywords.",
44
+ "date": [
45
+ {
46
+ "date": "2013-09-19",
47
+ "dateType": "revision"
48
+ }
49
+ ],
50
+ "onlineResource": [
51
+ {
52
+ "uri": "http://gcmdservices.gsfc.nasa.gov/static/kms/sciencekeywords/sciencekeywords.csv"
53
+ }
54
+ ]
46
55
  }
47
56
  }, {
48
57
  "keyword": ["In Situ/Laboratory Instruments > Temperature/Humidity Sensors > Thermometers"],
49
58
  "keywordType": "instrument",
50
59
  "thesaurus": {
51
- "citation": {
52
- "title": "NASA/Global Change Master Directory (GCMD) Earth Science Keywords."
53
- }
60
+ "title": "NASA/Global Change Master Directory (GCMD) Earth Science Keywords."
54
61
  }
55
62
  }, {
56
63
  "keyword": ["In Situ/Laboratory Instruments > Temperature/Humidity Sensors > Thermometers"],
@@ -58,9 +65,7 @@
58
65
  }, {
59
66
  "keyword": ["In Situ/Laboratory Instruments > Temperature/Humidity Sensors > Thermometers"],
60
67
  "thesaurus": {
61
- "citation": {
62
- "title": "NASA/Global Change Master Directory (GCMD) Earth Science Keywords."
63
- }
68
+ "title": "NASA/Global Change Master Directory (GCMD) Earth Science Keywords."
64
69
  }
65
70
  }, {
66
71
  "keyword": ["thermocline", "sea surface temperature"]
@@ -1,262 +1,325 @@
1
1
  {
2
- "version": {
3
- "name": "adiwgJSON",
4
- "version": "0.5.0"
2
+ "version":{
3
+ "name":"adiwgJSON",
4
+ "version":"0.7.0"
5
5
  },
6
- "contact": [
6
+ "contact":[
7
7
  {
8
- "contactId": "1",
9
- "organizationName": "Arctic Landscape Conservation Cooperative",
10
- "onlineResource": [
8
+ "contactId":"1",
9
+ "organizationName":"Arctic Landscape Conservation Cooperative",
10
+ "onlineResource":[
11
11
  {
12
- "uri": "http://arcticlcc.org",
13
- "name": "Arctic LCC website",
14
- "description": "Website for the Arctic Landscape Conservation Cooperative",
15
- "function": "information"
12
+ "uri":"http://arcticlcc.org",
13
+ "name":"Arctic LCC website",
14
+ "description":"Website for the Arctic Landscape Conservation Cooperative",
15
+ "function":"information"
16
16
  }
17
17
  ],
18
- "phoneBook": [
18
+ "phoneBook":[
19
19
  {
20
- "phoneName": "office",
21
- "phoneNumber": "907-786-3605",
22
- "service": ["voice", "fax"]
23
- }, {
24
- "phoneName": "mobile",
25
- "phoneNumber": "907-306-1895",
26
- "service": ["voice", "sms"]
27
- }, {
28
- "phoneName": "fax",
29
- "phoneNumber": "907-786-3592",
30
- "service": ["fax"]
20
+ "phoneName":"office",
21
+ "phoneNumber":"907-786-3605",
22
+ "service":[
23
+ "voice",
24
+ "fax"
25
+ ]
26
+ },
27
+ {
28
+ "phoneName":"mobile",
29
+ "phoneNumber":"907-306-1895",
30
+ "service":[
31
+ "voice",
32
+ "sms"
33
+ ]
34
+ },
35
+ {
36
+ "phoneName":"fax",
37
+ "phoneNumber":"907-786-3592",
38
+ "service":[
39
+ "fax"
40
+ ]
31
41
  }
32
42
  ],
33
- "address": {
34
- "deliveryPoint": ["1011 E. Tudor Rd"],
35
- "city": "Anchorage",
36
- "administrativeArea": "AK",
37
- "postalCode": "99503",
38
- "country": "USA",
39
- "electronicMailAddress": ["staff@arcticlcc.org"]
43
+ "address":{
44
+ "deliveryPoint":[
45
+ "1011 E. Tudor Rd"
46
+ ],
47
+ "city":"Anchorage",
48
+ "administrativeArea":"AK",
49
+ "postalCode":"99503",
50
+ "country":"USA",
51
+ "electronicMailAddress":[
52
+ "staff@arcticlcc.org"
53
+ ]
40
54
  }
41
- }, {
42
- "contactId": "2",
43
- "individualName": "Scott Rupp",
44
- "organizationName": "University of Alaska - Fairbanks -> Scenarios Network for Alaska & Arctic Planning",
45
- "address": {
46
- "electronicMailAddress": ["tsrupp@alaska.edu"]
55
+ },
56
+ {
57
+ "contactId":"2",
58
+ "individualName":"Scott Rupp",
59
+ "organizationName":"University of Alaska - Fairbanks -> Scenarios Network for Alaska & Arctic Planning",
60
+ "address":{
61
+ "electronicMailAddress":[
62
+ "tsrupp@alaska.edu"
63
+ ]
47
64
  }
48
- }, {
49
- "contactId": "3",
50
- "individualName": "David McGuire",
51
- "organizationName": "Alaska Cooperative Fish and Wildlife Research Unit",
52
- "address": {
53
- "electronicMailAddress": ["admcguire@alaska.edu"]
65
+ },
66
+ {
67
+ "contactId":"3",
68
+ "individualName":"David McGuire",
69
+ "organizationName":"Alaska Cooperative Fish and Wildlife Research Unit",
70
+ "address":{
71
+ "electronicMailAddress":[
72
+ "admcguire@alaska.edu"
73
+ ]
54
74
  }
55
- }, {
56
- "contactId": "4",
57
- "organizationName": "Western Alaska Landscape Conservation Cooperative"
58
- }, {
59
- "contactId": "5",
60
- "organizationName": "Alaska Climate Science Center"
61
- }, {
62
- "contactId": "6",
63
- "organizationName": "Northwest Boreal Landscape Conservation Cooperative"
64
- }, {
65
- "contactId": "7",
66
- "organizationName": "U.S. Fish and Wildlife Service"
75
+ },
76
+ {
77
+ "contactId":"4",
78
+ "organizationName":"Western Alaska Landscape Conservation Cooperative"
79
+ },
80
+ {
81
+ "contactId":"5",
82
+ "organizationName":"Alaska Climate Science Center"
83
+ },
84
+ {
85
+ "contactId":"6",
86
+ "organizationName":"Northwest Boreal Landscape Conservation Cooperative"
87
+ },
88
+ {
89
+ "contactId":"7",
90
+ "organizationName":"U.S. Fish and Wildlife Service"
67
91
  }
68
92
  ],
69
- "metadata": {
70
- "metadataInfo": {
71
- "metadataIdentifier": "D5D16D06-CEEB-E011-8260-000C2952247E",
72
- "metadataScope": ["project"],
73
- "metadataContact": [
93
+ "metadata":{
94
+ "metadataInfo":{
95
+ "metadataIdentifier":"D5D16D06-CEEB-E011-8260-000C2952247E",
96
+ "metadataScope":[
97
+ "project"
98
+ ],
99
+ "metadataContact":[
74
100
  {
75
- "contactId": "1",
76
- "role": "custodian"
101
+ "contactId":"1",
102
+ "role":"custodian"
77
103
  }
78
104
  ],
79
- "metadataCreationDate": "2014-04-28",
80
- "metadataLastUpdate": "2014-04-28",
81
- "metadataUri": "http://arcticlcc.org/metadata/project/ALCC2010-05",
82
- "metadataStatus": "onGoing",
83
- "metadataMaintenance": {
84
- "maintenanceFrequency": "asNeeded",
85
- "maintenanceNote": ["Metadata records are generated on request from current database"],
86
- "maintenanceContact": [
105
+ "metadataCreationDate":"2014-04-28",
106
+ "metadataLastUpdate":"2014-04-28",
107
+ "metadataUri":"http://arcticlcc.org/metadata/project/ALCC2010-05",
108
+ "metadataStatus":"onGoing",
109
+ "metadataMaintenance":{
110
+ "maintenanceFrequency":"asNeeded",
111
+ "maintenanceNote":[
112
+ "Metadata records are generated on request from current database"
113
+ ],
114
+ "maintenanceContact":[
87
115
  {
88
- "contactId": "1",
89
- "role": "publisher"
116
+ "contactId":"1",
117
+ "role":"publisher"
90
118
  }
91
119
  ]
92
120
  }
93
121
  },
94
- "resourceInfo": {
95
- "citation": {
96
- "title": "Integrated Ecosystem Model (AIEM) for Alaska",
97
- "date": [
122
+ "resourceInfo":{
123
+ "citation":{
124
+ "title":"Integrated Ecosystem Model (AIEM) for Alaska",
125
+ "date":[
126
+ {
127
+ "date":"2010-02-15",
128
+ "dateType":"projectStart"
129
+ },
98
130
  {
99
- "date": "2010-02-15",
100
- "dateType": "projectStart"
101
- }, {
102
- "date": "2016-08-31",
103
- "dateType": "projectEnd"
131
+ "date":"2016-08-31",
132
+ "dateType":"projectEnd"
104
133
  }
105
134
  ],
106
- "responsibleParty": [
135
+ "responsibleParty":[
107
136
  {
108
- "contactId": "1",
109
- "role": "primaryLCC",
110
- "funding": [
137
+ "contactId":"1",
138
+ "role":"primaryLCC",
139
+ "funding":[
111
140
  {
112
- "fiscalYear": 2010,
113
- "originalSource": {
114
- "contactId": "7"
141
+ "fiscalYear":2010,
142
+ "originalSource":{
143
+ "contactId":"7"
115
144
  },
116
- "amount": 410000
117
- }, {
118
- "fiscalYear": 2011,
119
- "originalSource": {
120
- "contactId": "7"
145
+ "amount":410000
146
+ },
147
+ {
148
+ "fiscalYear":2011,
149
+ "originalSource":{
150
+ "contactId":"7"
121
151
  },
122
- "amount": 410000
152
+ "amount":410000
123
153
  }
124
154
  ]
125
- }, {
126
- "contactId": "2",
127
- "role": "principalInvestigator"
128
- }, {
129
- "contactId": "3",
130
- "role": "principalInvestigator"
131
- }, {
132
- "contactId": "5",
133
- "role": "collaborator"
134
- }, {
135
- "contactId": "4",
136
- "role": "partnerLCC",
137
- "funding": [
155
+ },
156
+ {
157
+ "contactId":"2",
158
+ "role":"principalInvestigator"
159
+ },
160
+ {
161
+ "contactId":"3",
162
+ "role":"principalInvestigator"
163
+ },
164
+ {
165
+ "contactId":"5",
166
+ "role":"collaborator"
167
+ },
168
+ {
169
+ "contactId":"4",
170
+ "role":"partnerLCC",
171
+ "funding":[
138
172
  {
139
- "fiscalYear": 2011,
140
- "amount": 50000
173
+ "fiscalYear":2011,
174
+ "amount":50000
141
175
  }
142
176
  ]
143
- }, {
144
- "contactId": "6",
145
- "role": "partnerLCC",
146
- "funding": [
177
+ },
178
+ {
179
+ "contactId":"6",
180
+ "role":"partnerLCC",
181
+ "funding":[
147
182
  {
148
- "fiscalYear": 2011,
149
- "amount": 15000,
150
- "comment": "This is an example."
183
+ "fiscalYear":2011,
184
+ "amount":15000,
185
+ "comment":"This is an example."
151
186
  }
152
187
  ]
153
188
  }
154
189
  ],
155
- "additionalIdentifier": {
156
- "scienceBase": ""
157
- },
158
- "onlineResource": [
190
+ "identifier":[
191
+ {
192
+ "authority":{
193
+ "title":"Arctic LCC Project",
194
+ "responsibleParty":[
195
+ {
196
+ "contactId":"1",
197
+ "role":"originator"
198
+ }
199
+ ]
200
+ },
201
+ "identifier":"ALCC2010-05"
202
+ },
159
203
  {
160
- "uri": "http://arcticlcc.org/projects/ALCC2010-05",
161
- "protocol": "http",
162
- "name": "Project website",
163
- "description": "Main project website",
164
- "function": "information"
165
- }, {
166
- "uri": "https://www.sciencebase.gov/catalog/folder/52b4afa2e4b0260bc327ef6d",
167
- "protocol": "http",
168
- "name": "Project ScienceBase Page",
169
- "description": "Fake ScienceBase link",
170
- "function": "scienceBase"
204
+ "authority":{
205
+ "title":"WA LCC Project",
206
+ "responsibleParty":[
207
+ {
208
+ "contactId":"4",
209
+ "role":"collaborator"
210
+ }
211
+ ],
212
+ "onlineResource":[
213
+ {
214
+ "uri":"http://thisisanexample.com"
215
+ }
216
+ ]
217
+ },
218
+ "identifier":"WA2011_09"
219
+ },
220
+ {
221
+ "authority":{
222
+ "title":"NWB LCC Project",
223
+ "responsibleParty":[
224
+ {
225
+ "contactId":"4",
226
+ "role":"collaborator"
227
+ }
228
+ ]
229
+ },
230
+ "identifier":"NWB-002"
231
+ }
232
+ ],
233
+ "onlineResource":[
234
+ {
235
+ "uri":"http://arcticlcc.org/projects/ALCC2010-05",
236
+ "protocol":"http",
237
+ "name":"Project website",
238
+ "description":"Main project website",
239
+ "function":"information"
240
+ },
241
+ {
242
+ "uri":"https://www.sciencebase.gov/catalog/folder/52b4afa2e4b0260bc327ef6d",
243
+ "protocol":"http",
244
+ "name":"Project ScienceBase Page",
245
+ "description":"Fake ScienceBase link",
246
+ "function":"scienceBase"
171
247
  }
172
248
  ]
173
249
  },
174
- "resourceIdentifier": [
175
- {
176
- "title": "Arctic LCC Project",
177
- "responsibleParty": [
178
- {
179
- "contactId": "1",
180
- "role": "originator"
181
- }
182
- ],
183
- "identifier": "ALCC2010-05"
184
- }, {
185
- "title": "WA LCC Project",
186
- "responsibleParty": [
187
- {
188
- "contactId": "4",
189
- "role": "collaborator"
190
- }
191
- ],
192
- "onlineResource": [
193
- {
194
- "uri": "http://thisisanexample.com"
195
- }
196
- ],
197
- "identifier": "WA2011_09"
198
- }, {
199
- "title": "NWB LCC Project",
200
- "responsibleParty": [
201
- {
202
- "contactId": "4",
203
- "role": "collaborator"
204
- }
205
- ],
206
- "identifier": "NWB-002"
207
- }
208
- ],
209
- "pointOfContact": [
250
+ "pointOfContact":[
210
251
  {
211
- "contactId": "1",
212
- "role": "pointOfContact"
252
+ "contactId":"1",
253
+ "role":"pointOfContact"
213
254
  }
214
255
  ],
215
- "abstract": "Project with SNAP to develop a framework that will couple models of disturbance and vegetation succession (ALFRESCO), biogeochemistry (TEM), and permafrost (GIPL).",
216
- "shortAbstract": "",
217
- "status": "onGoing",
218
- "resourceSpecificUsage": [
256
+ "abstract":"Project with SNAP to develop a framework that will couple models of disturbance and vegetation succession (ALFRESCO), biogeochemistry (TEM), and permafrost (GIPL).",
257
+ "shortAbstract":"",
258
+ "status":"onGoing",
259
+ "resourceSpecificUsage":[
219
260
  {
220
- "specificUsage": "Broad variety of datasets for use by land and resource managers as well as researchers.",
221
- "userContactInfo": [
261
+ "specificUsage":"Broad variety of datasets for use by land and resource managers as well as researchers.",
262
+ "userContactInfo":[
222
263
  {
223
- "contactId": "1",
224
- "role": "pointOfContact"
264
+ "contactId":"1",
265
+ "role":"pointOfContact"
225
266
  }
226
267
  ]
227
268
  }
228
269
  ],
229
- "language": ["eng; USA"],
230
- "keyword": [
270
+ "language":[
271
+ "eng; USA"
272
+ ],
273
+ "keyword":[
231
274
  {
232
- "keyword": ["EARTH SCIENCE -> TERRESTRIAL HYDROSPHERE -> SURFACE WATER -> WETLANDS", "EARTH SCIENCE -> CRYOSPHERE -> FROZEN GROUND -> SOIL TEMPERATURE", "EARTH SCIENCE -> CRYOSPHERE -> FROZEN GROUND -> PERMAFROST", "EARTH SCIENCE SERVICES -> MODELS -> DYNAMIC VEGETATION/ECOSYSTEM MODELS", "EARTH SCIENCE -> LAND SURFACE -> LAND USE/LAND COVER -> LAND COVER", "EARTH SCIENCE -> LAND SURFACE -> LANDSCAPE -> LANDSCAPE ECOLOGY", "EARTH SCIENCE -> LAND SURFACE -> LANDSCAPE -> LANDSCAPE PROCESSES"],
233
- "keywordType": "theme",
234
- "thesaurus": {
235
- "thesaurusLink": "http://gcmdservices.gsfc.nasa.gov/static/kms/sciencekeywords/sciencekeywords.csv",
236
- "citation": {
237
- "title": "NASA/Global Change Master Directory (GCMD) Earth Science Keywords.",
238
- "date": [
239
- {
240
- "date": "2013-09-19",
241
- "dateType": "revision"
242
- }
243
- ],
244
- "edition": "Version 8.0.0.0.0",
245
- "presentationForm": ["documentDigital"]
246
- }
275
+ "keyword":[
276
+ "EARTH SCIENCE -> TERRESTRIAL HYDROSPHERE -> SURFACE WATER -> WETLANDS",
277
+ "EARTH SCIENCE -> CRYOSPHERE -> FROZEN GROUND -> SOIL TEMPERATURE",
278
+ "EARTH SCIENCE -> CRYOSPHERE -> FROZEN GROUND -> PERMAFROST",
279
+ "EARTH SCIENCE SERVICES -> MODELS -> DYNAMIC VEGETATION/ECOSYSTEM MODELS",
280
+ "EARTH SCIENCE -> LAND SURFACE -> LAND USE/LAND COVER -> LAND COVER",
281
+ "EARTH SCIENCE -> LAND SURFACE -> LANDSCAPE -> LANDSCAPE ECOLOGY",
282
+ "EARTH SCIENCE -> LAND SURFACE -> LANDSCAPE -> LANDSCAPE PROCESSES"
283
+ ],
284
+ "keywordType":"theme",
285
+ "thesaurus":{
286
+ "title":"NASA/Global Change Master Directory (GCMD) Earth Science Keywords.",
287
+ "date":[
288
+ {
289
+ "date":"2013-09-19",
290
+ "dateType":"revision"
291
+ }
292
+ ],
293
+ "onlineResource":[
294
+ {
295
+ "uri":"http://gcmdservices.gsfc.nasa.gov/static/kms/sciencekeywords/sciencekeywords.csv"
296
+ }
297
+ ],
298
+ "edition":"Version 8.0.0.0.0",
299
+ "presentationForm":[
300
+ "documentDigital"
301
+ ]
247
302
  }
248
- }, {
249
- "keyword": ["Population & Habitat Evaluation/Projection", "Vulnerability Assessment"],
250
- "keywordType": "project",
251
- "thesaurus": {
252
- "thesaurusLink": "https://www.sciencebase.gov/vocab/vocabulary/52dee7c5e4b0dee2a6cd6b18",
253
- "citation": {
254
- "title": "LCC Project Category Vocabulary",
255
- "presentationForm": ["documentDigital"]
256
- }
303
+ },
304
+ {
305
+ "keyword":[
306
+ "Population & Habitat Evaluation/Projection",
307
+ "Vulnerability Assessment"
308
+ ],
309
+ "keywordType":"project",
310
+ "thesaurus":{
311
+ "title":"LCC Project Category Vocabulary",
312
+ "onlineResource":[
313
+ {
314
+ "uri":"https://www.sciencebase.gov/vocab/vocabulary/52dee7c5e4b0dee2a6cd6b18"
315
+ }
316
+ ],
317
+ "presentationForm":[
318
+ "documentDigital"
319
+ ]
257
320
  }
258
321
  }
259
322
  ]
260
323
  }
261
324
  }
262
- }
325
+ }
@@ -4,8 +4,7 @@
4
4
  "name": "Arctic LCC website",
5
5
  "protocol": "http",
6
6
  "description": "Website for the Arctic Landscape Conservation Cooperative",
7
- "function": "information",
8
- "doi": "10.1111/j.1365-2575.2012.00413.x"
7
+ "function": "information"
9
8
  }, {
10
9
  "uri": "http://arcticlcc.org"
11
10
  }