adiwg-json_schemas 0.4.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (63) hide show
  1. checksums.yaml +7 -0
  2. data/.gitignore +18 -0
  3. data/.travis.yml +9 -0
  4. data/CREDITS +3 -0
  5. data/Gemfile +4 -0
  6. data/LICENSE +24 -0
  7. data/README.md +36 -0
  8. data/Rakefile +12 -0
  9. data/adiwg-json_schemas.gemspec +24 -0
  10. data/examples/adiwg_project_example_1.json +847 -0
  11. data/examples/citation.json +60 -0
  12. data/examples/contact.json +165 -0
  13. data/examples/contactRef.json +15 -0
  14. data/examples/dataQuality.json +132 -0
  15. data/examples/data_example.json +371 -0
  16. data/examples/date.json +19 -0
  17. data/examples/distributor.json +53 -0
  18. data/examples/extent_linestring.json +288 -0
  19. data/examples/extent_point.json +200 -0
  20. data/examples/extent_polygon.json +353 -0
  21. data/examples/full_example.json +1629 -0
  22. data/examples/geojson.json +253 -0
  23. data/examples/graphicOverview.json +23 -0
  24. data/examples/hierarchyLevel.json +90 -0
  25. data/examples/keywords.json +68 -0
  26. data/examples/lcc_project_example.json +245 -0
  27. data/examples/maintInfo.json +22 -0
  28. data/examples/onlineResource.json +12 -0
  29. data/examples/resolution.json +9 -0
  30. data/examples/resourceConstraints.json +25 -0
  31. data/examples/resourceInfo.json +1287 -0
  32. data/examples/resourceMaintenance.json +10 -0
  33. data/examples/taxonomy.json +98 -0
  34. data/examples/uri.json +7 -0
  35. data/examples/usage.json +23 -0
  36. data/lib/adiwg/json_schemas/utils.rb +20 -0
  37. data/lib/adiwg/json_schemas/version.rb +6 -0
  38. data/lib/adiwg/json_schemas.rb +7 -0
  39. data/lib/adiwg-json_schemas.rb +1 -0
  40. data/schema/schema/citation.json +77 -0
  41. data/schema/schema/contact.json +175 -0
  42. data/schema/schema/dataQuality.json +82 -0
  43. data/schema/schema/distributor.json +89 -0
  44. data/schema/schema/extent.json +118 -0
  45. data/schema/schema/geojson/bbox.json +10 -0
  46. data/schema/schema/geojson/crs.json +53 -0
  47. data/schema/schema/geojson/geojson.json +131 -0
  48. data/schema/schema/geojson/geometry.json +123 -0
  49. data/schema/schema/graphicOverview.json +22 -0
  50. data/schema/schema/keyword.json +37 -0
  51. data/schema/schema/maintInfo.json +26 -0
  52. data/schema/schema/metadata.json +88 -0
  53. data/schema/schema/onlineResource.json +28 -0
  54. data/schema/schema/resolution.json +29 -0
  55. data/schema/schema/resourceConstraint.json +65 -0
  56. data/schema/schema/resourceInfo.json +151 -0
  57. data/schema/schema/taxonomy.json +61 -0
  58. data/schema/schema/usage.json +23 -0
  59. data/schema/schema.json +42 -0
  60. data/templates/adiwg_metadata_template.json +585 -0
  61. data/test/tc_schemas.rb +133 -0
  62. data/test/tc_utils.rb +26 -0
  63. metadata +150 -0
@@ -0,0 +1,253 @@
1
+ [{
2
+ "type": "FeatureCollection",
3
+ "id": "multiPt1",
4
+ "bbox": [-164.88550989974, 59.159712874412, -164.86353724349, 59.169368826866],
5
+ "properties": {
6
+ "name": "A FeatureCollection(points)",
7
+ "description": "represents GML MultiGeometry"
8
+ },
9
+ "crs": {
10
+ "type": "name",
11
+ "properties": {
12
+ "name": "urn:ogc:def:crs:OGC:1.3:CRS84"
13
+ }
14
+ },
15
+ "features": [{
16
+ "type": "Feature",
17
+ "id": "point010",
18
+ "properties": {
19
+ "identifier": "PNT-12345",
20
+ "idAuthority": "http://www.gtnp.org",
21
+ "name": "BS7882",
22
+ "description": "point valid on or after a specific date",
23
+ "date": "2011-09-15"
24
+
25
+ },
26
+ "geometry": {
27
+ "type": "Point",
28
+ "coordinates": [-164.88550989974, 59.179712874412]
29
+ }
30
+ }, {
31
+ "type": "Feature",
32
+ "id": "point012",
33
+ "properties": {
34
+ "description": "point valid on or after a specific date",
35
+ "timeInstant": [{
36
+ "description": "ground condition",
37
+ "timePosition": "2012-07-15T08:05:00-09:00"
38
+ }]
39
+
40
+ },
41
+ "geometry": {
42
+ "type": "Point",
43
+ "coordinates": [-164.87550989974, 59.209712874412]
44
+ }
45
+ }, {
46
+ "type": "Feature",
47
+ "id": "point013",
48
+ "properties": {
49
+ "description": "point valid over a time period",
50
+ "temporalElement": {
51
+ "timePeriod": [{
52
+ "beginPosition": "2013-08-24T08:05:00",
53
+ "endPosition": "2013-10-04"
54
+ }]
55
+ }
56
+ },
57
+ "geometry": {
58
+ "type": "Point",
59
+ "coordinates": [-164.89650989974, 59.249712874412]
60
+ }
61
+ }]
62
+ }, {
63
+ "type": "Feature",
64
+ "bbox": [-164.88550989974, 59.159712874412, -164.86353724349, 59.169368826866],
65
+ "id": "pointlist1",
66
+ "properties": {
67
+ "name": "Fishin' spots",
68
+ "description": "These points have shared attributes",
69
+ "includesData": true
70
+ },
71
+ "geometry": {
72
+ "type": "MultiPoint",
73
+ "coordinates": [
74
+ [-164.87402357161, 59.165040850639],
75
+ [-164.87502357161, 59.164040850639],
76
+ [-164.88387053359, 59.161207759012]
77
+ ]
78
+ },
79
+ "crs": {
80
+ "type": "name",
81
+ "properties": {
82
+ "name": "urn:ogc:def:crs:OGC:1.3:CRS84"
83
+ }
84
+ }
85
+ }, {
86
+ "type": "Feature",
87
+ "id": "point1",
88
+ "properties": {
89
+ "identifier": "PNT-12345",
90
+ "idAuthority": "http://www.gtnp.org",
91
+ "name": "BS7882",
92
+ "description": "Sea buoy BS7882 location"
93
+ },
94
+ "geometry": {
95
+ "type": "Point",
96
+ "coordinates": [-164.87402357161, 59.165040850639]
97
+ },
98
+ "crs": {
99
+ "type": "name",
100
+ "properties": {
101
+ "name": "urn:ogc:def:crs:OGC:1.3:CRS84"
102
+ }
103
+ }
104
+ }, {
105
+ "type": "Feature",
106
+ "id": "point100",
107
+ "properties": {
108
+ "identifier": "PNT-12346",
109
+ "idAuthority": "http://www.gtnp.org",
110
+ "name": "BS999",
111
+ "description": "Sea buoy BS999 location"
112
+ },
113
+ "geometry": {
114
+ "type": "Point",
115
+ "coordinates": [-164.87302357161, 59.145040850639]
116
+ },
117
+ "crs": {
118
+ "type": "name",
119
+ "properties": {
120
+ "name": "urn:ogc:def:crs:OGC:1.3:CRS84"
121
+ }
122
+ }
123
+ }, {
124
+ "type": "FeatureCollection",
125
+ "id": "multiline1",
126
+ "bbox": [-157.07025098484, 70.022012234173, 35.2, -150.76174075893, 71.109331363597, 125.8],
127
+ "properties": {
128
+ "name": "A FeatureCollection(lines)",
129
+ "description": "represents GML MultiGeometry"
130
+ },
131
+ "crs": {
132
+ "type": "name",
133
+ "properties": {
134
+ "name": "urn:ogc:def:crs:OGC:1.3:CRS84"
135
+ }
136
+ },
137
+ "features": [{
138
+ "type": "Feature",
139
+ "id": "multiLine001",
140
+ "properties": {
141
+ "name": "Josh",
142
+ "description": "First line in multiline object",
143
+ "date": "2011-09-15"
144
+
145
+ },
146
+ "geometry": {
147
+ "type": "LineString",
148
+ "coordinates": [
149
+ [-157.0702509848438, 71.10933136359692, 35.2],
150
+ [-154.6526281903968, 70.40820968995817, 68.1],
151
+ [-150.7617407589279, 70.02201223417278, 84.7],
152
+ [-150.8371960238169, 70.43210058905156, 125.8],
153
+ [-152.2049884417053, 70.87235618158296, 116.0]
154
+ ]
155
+ }
156
+ }, {
157
+ "type": "Feature",
158
+ "id": "multiLine001",
159
+ "properties": {
160
+ "name": "Chris",
161
+ "description": "Second line in multiline object"
162
+ },
163
+ "geometry": {
164
+ "type": "LineString",
165
+ "coordinates": [
166
+ [-154.5708878990441, 71.04082324476376, 36.9],
167
+ [-150.7617407589279, 70.02201223417278, 84.7],
168
+ [-154.6526281903968, 70.40820968995817, 68.1],
169
+ [-157.0702509848438, 71.10933136359692, 35.2]
170
+ ]
171
+ }
172
+ }, {
173
+ "type": "Feature",
174
+ "id": "multiLine003",
175
+ "properties": {
176
+ "name": "Allison",
177
+ "description": "Third line in multiline object"
178
+ },
179
+ "geometry": {
180
+ "type": "LineString",
181
+ "coordinates": [
182
+ [-150.7617407589279, 70.02201223417278, 84.7],
183
+ [-154.6526281903968, 70.40820968995817, 68.1]
184
+ ]
185
+ }
186
+ }]
187
+ }, {
188
+ "type": "FeatureCollection",
189
+ "id": "unique2",
190
+ "bbox": [-149.89603182812, 61.215716023773, -149.87405917187, 61.225371976227],
191
+ "properties": {
192
+ "name": "A FeatureCollection(polygons)",
193
+ "description": "represents GML MultiGeometry",
194
+ "includesData": true
195
+ },
196
+ "crs": {
197
+ "type": "name",
198
+ "properties": {
199
+ "name": "urn:ogc:def:crs:OGC:1.3:CRS84"
200
+ }
201
+ },
202
+ "features": [{
203
+ "type": "Feature",
204
+ "id": "unique3",
205
+ "geometry": {
206
+ "type": "Polygon",
207
+ "coordinates": [
208
+ [
209
+ [-149.880796, 61.21988],
210
+ [-149.880625, 61.221305],
211
+ [-149.889386, 61.221346],
212
+ [-149.880796, 61.21988]
213
+ ],
214
+ [
215
+ [-149.8807, 61.21990],
216
+ [-149.880627, 61.221300],
217
+ [-149.8809, 61.221300],
218
+ [-149.8807, 61.21990]
219
+ ],
220
+ [
221
+ [-149.889300, 61.221300],
222
+ [-149.889382, 61.221345],
223
+ [-149.889382, 61.221445],
224
+ [-149.889300, 61.221300]
225
+ ]
226
+ ]
227
+ },
228
+ "properties": {
229
+ "name": "Buttress Park sampling location",
230
+ "description": "Boundary of area in downtown Anchorage where sampling occurred"
231
+ }
232
+ }, {
233
+ "type": "Feature",
234
+ "id": "unique4",
235
+ "geometry": {
236
+ "type": "Polygon",
237
+ "coordinates": [
238
+ [
239
+ [-149.888221, 61.219643],
240
+ [-149.889466, 61.219643],
241
+ [-149.889251, 61.219973],
242
+ [-149.887835, 61.219952],
243
+ [-149.888221, 61.219643]
244
+ ]
245
+ ]
246
+ },
247
+ "properties": {
248
+ "includesData": false,
249
+ "name": "Equipment staging area",
250
+ "description": "Area where sampling equipment was stored, no sampling occurred (Note:includesData should be ignored here. Would need to move this feature into another geographicElement.)"
251
+ }
252
+ }]
253
+ }]
@@ -0,0 +1,23 @@
1
+ [
2
+ {
3
+ "fileName": "allRecs_callCounts_bowhead_2010.jpg",
4
+ "fileDescription": "This image is a spectraplot visualizing the density of Bowhead whale calls in the Northeast Chukchi Sea, AMAR recorder locations, and industry lease areas.",
5
+ "fileType": "JPEG",
6
+ "uri": "http://www.workspace.aoos.org/files/28354/ACOUST_SND_CLIP_2008_11_Ed3.csv"
7
+ }, {
8
+ "fileName": "cross_section_perc_sommer_2010.png",
9
+ "fileDescription": ".",
10
+ "fileLink": "https://www.workspace.aoos.org/files/28349/ACOUST_AMBT_NOISE_2007_11_Ed3.csv"
11
+ }, {
12
+ "fileName": "pln40_perc_2010_01.png",
13
+ "fileType": "PNG",
14
+ "fileLink": "http://workspace.aoos.org/files/28344/ACOUST_MMP_2009_11_Ed3.csv"
15
+ }, {
16
+ "fileName": "pln40_spec_summer_2010.png",
17
+ "fileLink": "http://workspace.aoos.org/files/28339/ACOUST_ACQ_2009_11_Ed3.csv"
18
+ }, {
19
+ "fileName": "pln40_spec_summer_2010.png"
20
+ }
21
+ ]
22
+
23
+
@@ -0,0 +1,90 @@
1
+ "metadata": {
2
+ {
3
+ "hierarchyLevel": "attribute"
4
+ }
5
+ }
6
+
7
+ "metadata": {
8
+ {
9
+ "hierarchyLevel": "attributeType"
10
+ }
11
+ }
12
+
13
+
14
+ "metadata": {
15
+ {
16
+ "hierarchyLevel": "collectionHardware"
17
+ }
18
+ }
19
+
20
+ "metadata": {
21
+ {
22
+ "hierarchyLevel": "collectionSession"
23
+ }
24
+ }
25
+
26
+ "metadata": {
27
+ {
28
+ "hierarchyLevel": "dataset"
29
+ }
30
+ }
31
+
32
+ "metadata": {
33
+ {
34
+ "hierarchyLevel": "nonGeographicDataset"
35
+ }
36
+ }
37
+
38
+ "metadata": {
39
+ {
40
+ "hierarchyLevel": "dimensionGroup"
41
+ }
42
+ }
43
+
44
+ "metadata": {
45
+ {
46
+ "hierarchyLevel": "feature"
47
+ }
48
+ }
49
+
50
+ "metadata": {
51
+ {
52
+ "hierarchyLevel": "featureType"
53
+ }
54
+ }
55
+
56
+ "metadata": {
57
+ {
58
+ "hierarchyLevel": "propertyType"
59
+ }
60
+ }
61
+
62
+ "metadata": {
63
+ {
64
+ "hierarchyLevel": "fieldSession"
65
+ }
66
+ }
67
+
68
+ "metadata": {
69
+ {
70
+ "hierarchyLevel": "software"
71
+ }
72
+ }
73
+
74
+ "metadata": {
75
+ {
76
+ "hierarchyLevel": "service"
77
+ }
78
+ }
79
+
80
+ "metadata": {
81
+ {
82
+ "hierarchyLevel": "model"
83
+ }
84
+ }
85
+
86
+ "metadata": {
87
+ {
88
+ "hierarchyLevel": "tile"
89
+ }
90
+ }
@@ -0,0 +1,68 @@
1
+ [
2
+ {
3
+ "keyword": ["Oceans > Ocean temperature > Thermocline", "Oceans > Ocean Temperature > Water Temperature", "Oceans > Ocean Heat Budget > Heat Flux"],
4
+ "keywordType": "theme",
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"
29
+ }
30
+ }
31
+ }
32
+ }, {
33
+ "keyword": ["Oceans > Ocean temperature > Thermocline", "Oceans > Ocean Temperature > Water Temperature", "Oceans > Ocean Heat Budget > Heat Flux"],
34
+ "keywordType": "theme",
35
+ "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
+ }
46
+ }
47
+ }, {
48
+ "keyword": ["In Situ/Laboratory Instruments > Temperature/Humidity Sensors > Thermometers"],
49
+ "keywordType": "instrument",
50
+ "thesaurus": {
51
+ "citation": {
52
+ "title": "NASA/Global Change Master Directory (GCMD) Earth Science Keywords."
53
+ }
54
+ }
55
+ }, {
56
+ "keyword": ["In Situ/Laboratory Instruments > Temperature/Humidity Sensors > Thermometers"],
57
+ "keywordType": "instrument"
58
+ }, {
59
+ "keyword": ["In Situ/Laboratory Instruments > Temperature/Humidity Sensors > Thermometers"],
60
+ "thesaurus": {
61
+ "citation": {
62
+ "title": "NASA/Global Change Master Directory (GCMD) Earth Science Keywords."
63
+ }
64
+ }
65
+ }, {
66
+ "keyword": ["thermocline", "sea surface temperature"]
67
+ }
68
+ ]
@@ -0,0 +1,245 @@
1
+ {
2
+ "version": {
3
+ "name": "adiwgJSON",
4
+ "version": "0.3.0"
5
+ },
6
+ "contact": [
7
+ {
8
+ "contactId": "1",
9
+ "organizationName": "Arctic Landscape Conservation Cooperative",
10
+ "onlineResource": [
11
+ {
12
+ "uri": "http://arcticlcc.org",
13
+ "name": "Arctic LCC website",
14
+ "description": "Website for the Arctic Landscape Conservation Cooperative",
15
+ "function": "information"
16
+ }
17
+ ],
18
+ "phoneBook": [
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"]
31
+ }
32
+ ],
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"]
40
+ }
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"]
47
+ }
48
+ }, {
49
+ "contactId": "3",
50
+ "individualName": "David McGuire",
51
+ "organizationName": "Alaska Cooperative Fish and Wildlife Research Unit",
52
+ "address": {
53
+ "electronicMailAddress": ["admcguire@alaska.edu"]
54
+ }
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"
67
+ }
68
+ ],
69
+ "metadata": {
70
+ "metadataInfo": {
71
+ "metadataIdentifier": "D5D16D06-CEEB-E011-8260-000C2952247E",
72
+ "metadataScope": ["project"],
73
+ "metadataContact": [
74
+ {
75
+ "contactId": "1",
76
+ "role": "custodian"
77
+ }
78
+ ],
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": [
87
+ {
88
+ "contactId": "1",
89
+ "role": "publisher"
90
+ }
91
+ ]
92
+ }
93
+ },
94
+ "resourceInfo": {
95
+ "citation": {
96
+ "title": "Integrated Ecosystem Model (AIEM) for Alaska",
97
+ "date": [
98
+ {
99
+ "date": "2010-02-15",
100
+ "dateType": "projectStart"
101
+ }, {
102
+ "date": "2016-08-31",
103
+ "dateType": "projectEnd"
104
+ }
105
+ ],
106
+ "responsibleParty": [
107
+ {
108
+ "contactId": "1",
109
+ "role": "primaryLCC",
110
+ "resourceIdentifier": [
111
+ {
112
+ "identifierName": "projectId",
113
+ "identifier": "ALCC2010-05"
114
+ }
115
+ ],
116
+ "funding": [
117
+ {
118
+ "fiscalYear": 2010,
119
+ "originalSource": {
120
+ "contactId": "7"
121
+ },
122
+ "amount": 410000
123
+ }, {
124
+ "fiscalYear": 2011,
125
+ "originalSource": {
126
+ "contactId": "7"
127
+ },
128
+ "amount": 410000
129
+ }
130
+ ]
131
+ }, {
132
+ "contactId": "2",
133
+ "role": "principalInvestigator"
134
+ }, {
135
+ "contactId": "3",
136
+ "role": "principalInvestigator"
137
+ }, {
138
+ "contactId": "5",
139
+ "role": "collaborator"
140
+ }, {
141
+ "contactId": "4",
142
+ "role": "partnerLCC",
143
+ "resourceIdentifier": [
144
+ {
145
+ "identifierName": "projectId",
146
+ "identifier": "WA2011_09"
147
+ }
148
+ ],
149
+ "funding": [
150
+ {
151
+ "fiscalYear": 2011,
152
+ "amount": 50000
153
+ }
154
+ ]
155
+ }, {
156
+ "contactId": "6",
157
+ "role": "partnerLCC",
158
+ "resourceIdentifier": [
159
+ {
160
+ "identifierName": "projectId",
161
+ "identifier": "NWB-002"
162
+ }
163
+ ],
164
+ "funding": [
165
+ {
166
+ "fiscalYear": 2011,
167
+ "amount": 15000,
168
+ "comment": "This is an example."
169
+ }
170
+ ]
171
+ }
172
+ ],
173
+ "additionalIdentifier": {
174
+ "scienceBase": ""
175
+ },
176
+ "onlineResource": [
177
+ {
178
+ "uri": "http://arcticlcc.org/projects/ALCC2010-05",
179
+ "protocol": "http",
180
+ "name": "Project website",
181
+ "description": "Main project website",
182
+ "function": "information"
183
+ }, {
184
+ "uri": "https://www.sciencebase.gov/catalog/folder/52b4afa2e4b0260bc327ef6d",
185
+ "protocol": "http",
186
+ "name": "Project ScienceBase Page",
187
+ "description": "Fake ScienceBase link",
188
+ "function": "scienceBase"
189
+ }
190
+ ]
191
+ },
192
+ "pointOfContact": [
193
+ {
194
+ "contactId": "1",
195
+ "role": "pointOfContact"
196
+ }
197
+ ],
198
+ "abstract": "Project with SNAP to develop a framework that will couple models of disturbance and vegetation succession (ALFRESCO), biogeochemistry (TEM), and permafrost (GIPL).",
199
+ "shortAbstract": "",
200
+ "status": "onGoing",
201
+ "resourceSpecificUsage": [
202
+ {
203
+ "specificUsage": "Broad variety of datasets for use by land and resource managers as well as researchers.",
204
+ "userContactInfo": [
205
+ {
206
+ "contactId": "1",
207
+ "role": "pointOfContact"
208
+ }
209
+ ]
210
+ }
211
+ ],
212
+ "language": ["eng; USA"],
213
+ "keyword": [
214
+ {
215
+ "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"],
216
+ "keywordType": "theme",
217
+ "thesaurus": {
218
+ "thesaurusLink": "http://gcmdservices.gsfc.nasa.gov/static/kms/sciencekeywords/sciencekeywords.csv",
219
+ "citation": {
220
+ "title": "NASA/Global Change Master Directory (GCMD) Earth Science Keywords.",
221
+ "date": [
222
+ {
223
+ "date": "2013-09-19",
224
+ "dateType": "revision"
225
+ }
226
+ ],
227
+ "edition": "Version 8.0.0.0.0",
228
+ "presentationForm": ["documentDigital"]
229
+ }
230
+ }
231
+ }, {
232
+ "keyword": ["Population & Habitat Evaluation/Projection", "Vulnerability Assessment"],
233
+ "keywordType": "project",
234
+ "thesaurus": {
235
+ "thesaurusLink": "https://www.sciencebase.gov/vocab/vocabulary/52dee7c5e4b0dee2a6cd6b18",
236
+ "citation": {
237
+ "title": "LCC Project Category Vocabulary",
238
+ "presentationForm": ["documentDigital"]
239
+ }
240
+ }
241
+ }
242
+ ]
243
+ }
244
+ }
245
+ }
@@ -0,0 +1,22 @@
1
+ [
2
+ {
3
+ "maintenanceFrequency": "annually",
4
+ "maintenanceNote": ["metadata is updated each year after data from that year has been added to the dataset", "Oh, and this is a second note."],
5
+ "maintenanceContact": [
6
+ {
7
+ "contactId": "4",
8
+ "role": "custodian"
9
+ }, {
10
+ "contactId": "2",
11
+ "role": "owner"
12
+ }
13
+ ]
14
+ }, {
15
+ "maintenanceFrequency": "annually",
16
+ "maintenanceNote": ["metadata is updated each year after data from that year has been added to the datasest"]
17
+ }, {
18
+ "maintenanceFrequency": "asNeeded"
19
+ }, {
20
+ "maintenanceNote": ["Test of missing frequency code."]
21
+ }
22
+ ]