adiwg-mdtranslator 0.8.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (135) hide show
  1. checksums.yaml +7 -0
  2. data/.gitignore +23 -0
  3. data/.travis.yml +7 -0
  4. data/Gemfile +4 -0
  5. data/LICENSE.txt +24 -0
  6. data/README.md +31 -0
  7. data/Rakefile +13 -0
  8. data/adiwg-mdtranslator.gemspec +31 -0
  9. data/bin/mdtranslator +164 -0
  10. data/lib/adiwg/mdtranslator/internal/internal_metadata_obj.rb +499 -0
  11. data/lib/adiwg/mdtranslator/internal/module_dateTimeFun.rb +98 -0
  12. data/lib/adiwg/mdtranslator/readers/adiwgJson/adiwgJson_reader.rb +80 -0
  13. data/lib/adiwg/mdtranslator/readers/adiwgJson/adiwgJson_validator.rb +115 -0
  14. data/lib/adiwg/mdtranslator/readers/adiwgJson/modules_0.8.0/module_address.rb +71 -0
  15. data/lib/adiwg/mdtranslator/readers/adiwgJson/modules_0.8.0/module_associatedResource.rb +57 -0
  16. data/lib/adiwg/mdtranslator/readers/adiwgJson/modules_0.8.0/module_boundingBox.rb +51 -0
  17. data/lib/adiwg/mdtranslator/readers/adiwgJson/modules_0.8.0/module_browseGraphic.rb +52 -0
  18. data/lib/adiwg/mdtranslator/readers/adiwgJson/modules_0.8.0/module_citation.rb +104 -0
  19. data/lib/adiwg/mdtranslator/readers/adiwgJson/modules_0.8.0/module_contacts.rb +121 -0
  20. data/lib/adiwg/mdtranslator/readers/adiwgJson/modules_0.8.0/module_coordinates.rb +52 -0
  21. data/lib/adiwg/mdtranslator/readers/adiwgJson/modules_0.8.0/module_dataQuality.rb +40 -0
  22. data/lib/adiwg/mdtranslator/readers/adiwgJson/modules_0.8.0/module_dateTime.rb +27 -0
  23. data/lib/adiwg/mdtranslator/readers/adiwgJson/modules_0.8.0/module_descriptiveKeyword.rb +49 -0
  24. data/lib/adiwg/mdtranslator/readers/adiwgJson/modules_0.8.0/module_distributionInfo.rb +150 -0
  25. data/lib/adiwg/mdtranslator/readers/adiwgJson/modules_0.8.0/module_extent.rb +62 -0
  26. data/lib/adiwg/mdtranslator/readers/adiwgJson/modules_0.8.0/module_geoCoordSystem.rb +46 -0
  27. data/lib/adiwg/mdtranslator/readers/adiwgJson/modules_0.8.0/module_geoProperties.rb +89 -0
  28. data/lib/adiwg/mdtranslator/readers/adiwgJson/modules_0.8.0/module_geographicElement.rb +168 -0
  29. data/lib/adiwg/mdtranslator/readers/adiwgJson/modules_0.8.0/module_legalConstraint.rb +45 -0
  30. data/lib/adiwg/mdtranslator/readers/adiwgJson/modules_0.8.0/module_lineString.rb +25 -0
  31. data/lib/adiwg/mdtranslator/readers/adiwgJson/modules_0.8.0/module_lineage.rb +50 -0
  32. data/lib/adiwg/mdtranslator/readers/adiwgJson/modules_0.8.0/module_metadata.rb +76 -0
  33. data/lib/adiwg/mdtranslator/readers/adiwgJson/modules_0.8.0/module_metadataExtension.rb +40 -0
  34. data/lib/adiwg/mdtranslator/readers/adiwgJson/modules_0.8.0/module_metadataInfo.rb +119 -0
  35. data/lib/adiwg/mdtranslator/readers/adiwgJson/modules_0.8.0/module_onlineResource.rb +62 -0
  36. data/lib/adiwg/mdtranslator/readers/adiwgJson/modules_0.8.0/module_phone.rb +59 -0
  37. data/lib/adiwg/mdtranslator/readers/adiwgJson/modules_0.8.0/module_point.rb +25 -0
  38. data/lib/adiwg/mdtranslator/readers/adiwgJson/modules_0.8.0/module_polygon.rb +55 -0
  39. data/lib/adiwg/mdtranslator/readers/adiwgJson/modules_0.8.0/module_processStep.rb +64 -0
  40. data/lib/adiwg/mdtranslator/readers/adiwgJson/modules_0.8.0/module_resolution.rb +42 -0
  41. data/lib/adiwg/mdtranslator/readers/adiwgJson/modules_0.8.0/module_resourceFormat.rb +35 -0
  42. data/lib/adiwg/mdtranslator/readers/adiwgJson/modules_0.8.0/module_resourceIdentifier.rb +49 -0
  43. data/lib/adiwg/mdtranslator/readers/adiwgJson/modules_0.8.0/module_resourceInfo.rb +298 -0
  44. data/lib/adiwg/mdtranslator/readers/adiwgJson/modules_0.8.0/module_resourceMaintenance.rb +50 -0
  45. data/lib/adiwg/mdtranslator/readers/adiwgJson/modules_0.8.0/module_resourceSpecificUsage.rb +50 -0
  46. data/lib/adiwg/mdtranslator/readers/adiwgJson/modules_0.8.0/module_responsibleParty.rb +37 -0
  47. data/lib/adiwg/mdtranslator/readers/adiwgJson/modules_0.8.0/module_securityConstraint.rb +52 -0
  48. data/lib/adiwg/mdtranslator/readers/adiwgJson/modules_0.8.0/module_source.rb +48 -0
  49. data/lib/adiwg/mdtranslator/readers/adiwgJson/modules_0.8.0/module_spatialReference.rb +48 -0
  50. data/lib/adiwg/mdtranslator/readers/adiwgJson/modules_0.8.0/module_taxonClass.rb +43 -0
  51. data/lib/adiwg/mdtranslator/readers/adiwgJson/modules_0.8.0/module_taxonomy.rb +83 -0
  52. data/lib/adiwg/mdtranslator/readers/adiwgJson/modules_0.8.0/module_temporalElement.rb +71 -0
  53. data/lib/adiwg/mdtranslator/readers/adiwgJson/modules_0.8.0/module_timeInstant.rb +45 -0
  54. data/lib/adiwg/mdtranslator/readers/adiwgJson/modules_0.8.0/module_timePeriod.rb +53 -0
  55. data/lib/adiwg/mdtranslator/readers/adiwgJson/modules_0.8.0/module_verticalElement.rb +53 -0
  56. data/lib/adiwg/mdtranslator/readers/adiwgJson/modules_0.8.0/module_voucher.rb +38 -0
  57. data/lib/adiwg/mdtranslator/validator.rb +43 -0
  58. data/lib/adiwg/mdtranslator/version.rb +7 -0
  59. data/lib/adiwg/mdtranslator/writers/iso19115_2/classes/class_address.rb +91 -0
  60. data/lib/adiwg/mdtranslator/writers/iso19115_2/classes/class_aggregateInformation.rb +68 -0
  61. data/lib/adiwg/mdtranslator/writers/iso19115_2/classes/class_boundingPolygon.rb +75 -0
  62. data/lib/adiwg/mdtranslator/writers/iso19115_2/classes/class_browseGraphic.rb +51 -0
  63. data/lib/adiwg/mdtranslator/writers/iso19115_2/classes/class_citation.rb +157 -0
  64. data/lib/adiwg/mdtranslator/writers/iso19115_2/classes/class_contact.rb +85 -0
  65. data/lib/adiwg/mdtranslator/writers/iso19115_2/classes/class_dataIdentification.rb +338 -0
  66. data/lib/adiwg/mdtranslator/writers/iso19115_2/classes/class_dataQuality.rb +55 -0
  67. data/lib/adiwg/mdtranslator/writers/iso19115_2/classes/class_date.rb +60 -0
  68. data/lib/adiwg/mdtranslator/writers/iso19115_2/classes/class_digitalTransferOptions.rb +51 -0
  69. data/lib/adiwg/mdtranslator/writers/iso19115_2/classes/class_distribution.rb +36 -0
  70. data/lib/adiwg/mdtranslator/writers/iso19115_2/classes/class_distributor.rb +80 -0
  71. data/lib/adiwg/mdtranslator/writers/iso19115_2/classes/class_extent.rb +94 -0
  72. data/lib/adiwg/mdtranslator/writers/iso19115_2/classes/class_format.rb +40 -0
  73. data/lib/adiwg/mdtranslator/writers/iso19115_2/classes/class_genericMetaData.rb +65 -0
  74. data/lib/adiwg/mdtranslator/writers/iso19115_2/classes/class_geographicBoundingBox.rb +74 -0
  75. data/lib/adiwg/mdtranslator/writers/iso19115_2/classes/class_geographicDescription.rb +29 -0
  76. data/lib/adiwg/mdtranslator/writers/iso19115_2/classes/class_geographicElement.rb +36 -0
  77. data/lib/adiwg/mdtranslator/writers/iso19115_2/classes/class_identifier.rb +51 -0
  78. data/lib/adiwg/mdtranslator/writers/iso19115_2/classes/class_keyword.rb +63 -0
  79. data/lib/adiwg/mdtranslator/writers/iso19115_2/classes/class_legalConstraints.rb +63 -0
  80. data/lib/adiwg/mdtranslator/writers/iso19115_2/classes/class_lineString.rb +74 -0
  81. data/lib/adiwg/mdtranslator/writers/iso19115_2/classes/class_lineage.rb +63 -0
  82. data/lib/adiwg/mdtranslator/writers/iso19115_2/classes/class_maintenanceInformation.rb +64 -0
  83. data/lib/adiwg/mdtranslator/writers/iso19115_2/classes/class_medium.rb +59 -0
  84. data/lib/adiwg/mdtranslator/writers/iso19115_2/classes/class_metadata.rb +277 -0
  85. data/lib/adiwg/mdtranslator/writers/iso19115_2/classes/class_metadataExtension.rb +156 -0
  86. data/lib/adiwg/mdtranslator/writers/iso19115_2/classes/class_multiGeometry.rb +140 -0
  87. data/lib/adiwg/mdtranslator/writers/iso19115_2/classes/class_onlineResource.rb +78 -0
  88. data/lib/adiwg/mdtranslator/writers/iso19115_2/classes/class_point.rb +74 -0
  89. data/lib/adiwg/mdtranslator/writers/iso19115_2/classes/class_polygon.rb +94 -0
  90. data/lib/adiwg/mdtranslator/writers/iso19115_2/classes/class_processStep.rb +81 -0
  91. data/lib/adiwg/mdtranslator/writers/iso19115_2/classes/class_referenceIdentifier.rb +42 -0
  92. data/lib/adiwg/mdtranslator/writers/iso19115_2/classes/class_referenceSystem.rb +29 -0
  93. data/lib/adiwg/mdtranslator/writers/iso19115_2/classes/class_resolution.rb +46 -0
  94. data/lib/adiwg/mdtranslator/writers/iso19115_2/classes/class_responsibleParty.rb +90 -0
  95. data/lib/adiwg/mdtranslator/writers/iso19115_2/classes/class_securityConstraints.rb +68 -0
  96. data/lib/adiwg/mdtranslator/writers/iso19115_2/classes/class_source.rb +59 -0
  97. data/lib/adiwg/mdtranslator/writers/iso19115_2/classes/class_standardOrderProcess.rb +74 -0
  98. data/lib/adiwg/mdtranslator/writers/iso19115_2/classes/class_taxonClassification.rb +65 -0
  99. data/lib/adiwg/mdtranslator/writers/iso19115_2/classes/class_taxonSystem.rb +100 -0
  100. data/lib/adiwg/mdtranslator/writers/iso19115_2/classes/class_telephone.rb +77 -0
  101. data/lib/adiwg/mdtranslator/writers/iso19115_2/classes/class_temporalExtent.rb +58 -0
  102. data/lib/adiwg/mdtranslator/writers/iso19115_2/classes/class_timeInstant.rb +47 -0
  103. data/lib/adiwg/mdtranslator/writers/iso19115_2/classes/class_timePeriod.rb +54 -0
  104. data/lib/adiwg/mdtranslator/writers/iso19115_2/classes/class_usage.rb +59 -0
  105. data/lib/adiwg/mdtranslator/writers/iso19115_2/classes/class_useConstraints.rb +30 -0
  106. data/lib/adiwg/mdtranslator/writers/iso19115_2/classes/class_verticalExtent.rb +59 -0
  107. data/lib/adiwg/mdtranslator/writers/iso19115_2/classes/class_vouchers.rb +48 -0
  108. data/lib/adiwg/mdtranslator/writers/iso19115_2/codelists/code_associationType.rb +35 -0
  109. data/lib/adiwg/mdtranslator/writers/iso19115_2/codelists/code_characterSet.rb +58 -0
  110. data/lib/adiwg/mdtranslator/writers/iso19115_2/codelists/code_classification.rb +35 -0
  111. data/lib/adiwg/mdtranslator/writers/iso19115_2/codelists/code_datatype.rb +45 -0
  112. data/lib/adiwg/mdtranslator/writers/iso19115_2/codelists/code_dateType.rb +29 -0
  113. data/lib/adiwg/mdtranslator/writers/iso19115_2/codelists/code_initiativeType.rb +35 -0
  114. data/lib/adiwg/mdtranslator/writers/iso19115_2/codelists/code_keywordType.rb +33 -0
  115. data/lib/adiwg/mdtranslator/writers/iso19115_2/codelists/code_maintenanceFrequency.rb +42 -0
  116. data/lib/adiwg/mdtranslator/writers/iso19115_2/codelists/code_mediumFormat.rb +32 -0
  117. data/lib/adiwg/mdtranslator/writers/iso19115_2/codelists/code_mediumName.rb +44 -0
  118. data/lib/adiwg/mdtranslator/writers/iso19115_2/codelists/code_obligation.rb +32 -0
  119. data/lib/adiwg/mdtranslator/writers/iso19115_2/codelists/code_onlineFunction.rb +31 -0
  120. data/lib/adiwg/mdtranslator/writers/iso19115_2/codelists/code_presentationForm.rb +44 -0
  121. data/lib/adiwg/mdtranslator/writers/iso19115_2/codelists/code_progress.rb +33 -0
  122. data/lib/adiwg/mdtranslator/writers/iso19115_2/codelists/code_restriction.rb +38 -0
  123. data/lib/adiwg/mdtranslator/writers/iso19115_2/codelists/code_role.rb +37 -0
  124. data/lib/adiwg/mdtranslator/writers/iso19115_2/codelists/code_scope.rb +46 -0
  125. data/lib/adiwg/mdtranslator/writers/iso19115_2/codelists/code_spatialRepresentationType.rb +36 -0
  126. data/lib/adiwg/mdtranslator/writers/iso19115_2/codelists/code_topicCategory.rb +50 -0
  127. data/lib/adiwg/mdtranslator/writers/iso19115_2/iso19115_2_writer.rb +131 -0
  128. data/lib/adiwg/mdtranslator.rb +97 -0
  129. data/lib/adiwg-mdtranslator.rb +1 -0
  130. data/mdtranslator.rb +178 -0
  131. data/test/adiwgJson_full_test_example.json +1717 -0
  132. data/test/adiwgJson_template.json +977 -0
  133. data/test/dev.rb +32 -0
  134. data/test/tc_translation.rb +31 -0
  135. metadata +317 -0
@@ -0,0 +1,1717 @@
1
+ {
2
+ "version": {
3
+ "name": "adiwgJson",
4
+ "version": "0.8.1"
5
+ },
6
+ "contact": [
7
+ {
8
+ "contactId": "1",
9
+ "organizationName": "US Geological Survey - Alaska Science Center",
10
+ "onlineResource": [
11
+ {
12
+ "uri": "http://alaska.usgs.gov/",
13
+ "protocol": "http",
14
+ "name": "Alaska Science Center Home Page",
15
+ "description": "Alaska Science Center home page",
16
+ "function": "information"
17
+ }
18
+ ],
19
+ "contactInstructions": "Complete Department and Employee phone book online with email addresses",
20
+ "phoneBook": [
21
+ {
22
+ "phoneName": "Main Phone",
23
+ "phoneNumber": "907-786-7000",
24
+ "service": ["voice"]
25
+ },
26
+ {
27
+ "phoneName": "Main Fax",
28
+ "phoneNumber": "907-786-7020",
29
+ "service": ["fax"]
30
+ }
31
+ ],
32
+ "address": {
33
+ "deliveryPoint": ["4210 University Drive"],
34
+ "city": "Anchorage",
35
+ "administrativeArea": "AK",
36
+ "postalCode": "99508",
37
+ "country": "USA"
38
+ }
39
+ },
40
+ {
41
+ "contactId": "2",
42
+ "individualName": "Urban, Frank",
43
+ "organizationName": "US Geological Survey",
44
+ "positionName": "Research Geologist",
45
+ "onlineResource": [
46
+ {
47
+ "uri": "http://academic.research.microsoft.com/Author/27724864/frank-e-urban",
48
+ "protocol": "http",
49
+ "name": "Microsoft Academic Search",
50
+ "description": "Academic publications of Frank Urban",
51
+ "function": "information"
52
+ },
53
+ {
54
+ "uri": "http://www.linkedin.com/pub/frank-urban/27/565/1a8",
55
+ "protocol": "http",
56
+ "name": "LinkedIn",
57
+ "description": "Frank Urban's Linked In page",
58
+ "function": "information"
59
+ }
60
+ ],
61
+ "contactInstructions": "Like the message says, Leave a message if no answer",
62
+ "phoneBook": [
63
+ {
64
+ "phoneName": "office",
65
+ "phoneNumber": "303-236-5953",
66
+ "service": ["voice"]
67
+ },
68
+ {
69
+ "phoneName": "mobile",
70
+ "phoneNumber": "808-236-5463",
71
+ "service": ["voice", "sms"]
72
+ }
73
+ ],
74
+ "address": {
75
+ "deliveryPoint": ["West 6th Ave. & Kipling St.", "DFC Bldg. 810"],
76
+ "city": "Lakewood",
77
+ "administrativeArea": "CO",
78
+ "postalCode": "80225",
79
+ "country": "USA",
80
+ "electronicMailAddress": ["furban@usgs.gov"]
81
+ }
82
+ },
83
+ {
84
+ "contactId": "3",
85
+ "organizationName": "US Geological Survey - Permafrost and Climate Monitoring",
86
+ "onlineResource": [
87
+ {
88
+ "uri": "http://data.usgs.gov/climateMonitoring/region/show?region=alaska",
89
+ "protocol": "http",
90
+ "name": "Real-Time Permafrost and Climate Monitoring Network - Arctic Alaska",
91
+ "description": "",
92
+ "function": "information"
93
+ }
94
+ ],
95
+ "phoneBook": [
96
+ {
97
+ "phoneName": "main office",
98
+ "phoneNumber": "303-236-5900",
99
+ "service": ["voice"]
100
+ }
101
+ ],
102
+ "address": {
103
+ "deliveryPoint": ["West 6th Ave. & Kipling St.", "DFC Bldg. 810"],
104
+ "city": "Lakewood",
105
+ "administrativeArea": "CO",
106
+ "postalCode": "80225",
107
+ "country": "USA",
108
+ "electronicMailAddress": ["pcm_info@usgs.gov"]
109
+ }
110
+ },
111
+ {
112
+ "contactId": "4",
113
+ "organizationName": "FWS - Arctic National Wildlife Refuge",
114
+ "onlineResource": [
115
+ {
116
+ "uri": "http://www.fws.gov/alaska/nwr/arctic/",
117
+ "name": "Arctic National Wildlife Refuge",
118
+ "description": "Arctic National Wildlife Refuge home page",
119
+ "function": "information"
120
+ }
121
+ ],
122
+ "phoneBook": [
123
+ {
124
+ "phoneName": "main office",
125
+ "phoneNumber": "907-456-0250",
126
+ "service": ["voice"]
127
+ },
128
+ {
129
+ "phoneName": "main office toll free",
130
+ "phoneNumber": "800-362-4546",
131
+ "service": ["voice"]
132
+ },
133
+ {
134
+ "phoneName": "main office",
135
+ "phoneNumber": "907-456-0428",
136
+ "service": ["fax"]
137
+ }
138
+ ],
139
+ "address": {
140
+ "deliveryPoint": ["101 12th Avenue", "Room 236"],
141
+ "city": "Fairbanks",
142
+ "administrativeArea": "AK",
143
+ "postalCode": "99701",
144
+ "country": "USA",
145
+ "electronicMailAddress": ["arctic_refuge@fws.gov"]
146
+ }
147
+ },
148
+ {
149
+ "contactId": "5",
150
+ "individualName": "",
151
+ "organizationName": "BLM - Arctic Field Office",
152
+ "onlineResource": [
153
+ {
154
+ "uri": "http://www.blm.gov/ak/st/en/fo/fdo/arctic_field_office.html",
155
+ "name": "Bureau of Land Management - Alaska",
156
+ "description": "Arctic Field office home page",
157
+ "function": "information"
158
+ }
159
+ ],
160
+ "contactInstructions": "Please send comments and questions about the BLM and its programs to woinfo@blm.gov",
161
+ "phoneBook": [
162
+ {
163
+ "phoneName": "main office",
164
+ "phoneNumber": "907-474-2200",
165
+ "service": ["voice"]
166
+ },
167
+ {
168
+ "phoneName": "main office toll free",
169
+ "phoneNumber": "800-437-7021",
170
+ "service": ["voice"]
171
+ },
172
+ {
173
+ "phoneName": "main office",
174
+ "phoneNumber": "907-474-2280",
175
+ "service": ["fax"]
176
+ }
177
+ ],
178
+ "address": {
179
+ "deliveryPoint": ["1150 University Avenue"],
180
+ "city": "Fairbanks",
181
+ "administrativeArea": "AK",
182
+ "postalCode": "99709",
183
+ "country": "USA",
184
+ "electronicMailAddress": ["Arctic@blm.gov", "woinfo@blm.gov"]
185
+ }
186
+ },
187
+ {
188
+ "contactId": "6",
189
+ "individualName": "Clow, Gary D.",
190
+ "organizationName": "US Geological Survey",
191
+ "positionName": "Research Geophysicist",
192
+ "phoneBook": [
193
+ {
194
+ "phoneName": "office",
195
+ "phoneNumber": "303-236-5944",
196
+ "service": ["voice"]
197
+ }
198
+ ],
199
+ "address": {
200
+ "deliveryPoint": ["West 6th Ave. & Kipling St.", "DFC Bldg. 810", "Building 25"],
201
+ "city": "Lakewood",
202
+ "administrativeArea": "CO",
203
+ "postalCode": "80225",
204
+ "country": "USA",
205
+ "electronicMailAddress": ["gclow@usgs.gov", "gary.clow@colorado.edu"]
206
+ }
207
+ },
208
+ {
209
+ "contactId": "7",
210
+ "individualName": "Brown, A.C.",
211
+ "organizationName": "US Geological Survey - Alaska Science Center",
212
+ "positionName": "Metadata Specialist",
213
+ "phoneBook": [
214
+ {
215
+ "phoneName": "office",
216
+ "phoneNumber": "907-786-7002",
217
+ "service": ["voice"]
218
+ },
219
+ {
220
+ "phoneName": "main office",
221
+ "phoneNumber": "907-786-7040",
222
+ "service": ["fax"]
223
+ }
224
+ ],
225
+ "address": {
226
+ "deliveryPoint": ["4230 University Drive", "Suite 201"],
227
+ "city": "Anchorage",
228
+ "administrativeArea": "AK",
229
+ "postalCode": "99508",
230
+ "country": "USA",
231
+ "electronicMailAddress": ["acbrown2@usgs.gov"]
232
+ }
233
+ },
234
+ {
235
+ "contactId": "8",
236
+ "individualName": "Sharon Smith",
237
+ "organizationName": "Global Terrestrial Network for Permafrost (GTN-P)",
238
+ "positionName": "Permafrost Research Scientist ",
239
+ "onlineResource": [
240
+ {
241
+ "uri": "http://www.gtnp.org/",
242
+ "protocol": "http",
243
+ "name": "Global Terrestrial Network for Permafrost",
244
+ "description": "Home page for the network initiative",
245
+ "function": "information"
246
+ }
247
+ ],
248
+ "contactInstructions": "email preferred",
249
+ "phoneBook": [
250
+ {
251
+ "phoneName": "Office",
252
+ "phoneNumber": "(613) 947-7066",
253
+ "service": ["voice", "fax"]
254
+ }
255
+ ],
256
+ "address": {
257
+ "electronicMailAddress": ["permafrost@nrcan.gc.ca"]
258
+ }
259
+ },
260
+ {
261
+ "contactId": "9",
262
+ "organizationName": "U.S. National Science Foundation, Division of Polar Programs, Directorate for Geosciences",
263
+ "onlineResource": [
264
+ {
265
+ "uri": "http://www.nsf.gov",
266
+ "protocol": "http",
267
+ "name": "U.S. National Science Foundation",
268
+ "description": "Home page for the agency",
269
+ "function": "information"
270
+ }
271
+ ]
272
+ }
273
+ ],
274
+ "metadata": {
275
+ "metadataInfo": {
276
+ "metadataIdentifier": {
277
+ "identifier": "D5D16D06-CEEB-E011-8260-000C2952247E",
278
+ "type": "uuid"
279
+ },
280
+ "parentMetadata": {
281
+ "title": "Changing Arctic Ecosystems Initiative (CAE)",
282
+ "date": [
283
+ {
284
+ "date": "2011-09-14",
285
+ "dateType": "publication"
286
+ }
287
+ ],
288
+ "responsibleParty": [
289
+ {
290
+ "contactId": "1",
291
+ "role": "pointOfContact"
292
+ }
293
+ ],
294
+ "presentationForm": ["documentDigital"],
295
+ "identifier": [
296
+ {
297
+ "identifier": "ca611edc-ab7f-4faa-983d-7eda1e25f6ae",
298
+ "type": "uuid"
299
+ },
300
+ {
301
+ "identifier": "CAE",
302
+ "type": "acronym"
303
+ }
304
+ ],
305
+ "onlineResource": [
306
+ {
307
+ "uri": "http://alaska.usgs.gov/rex/adiwg/public/projects/316?format=xml",
308
+ "protocol": "http",
309
+ "description": "Project metadata record for CAE"
310
+ }
311
+ ]
312
+ },
313
+ "metadataScope": ["dataset","project"],
314
+ "metadataContact": [
315
+ {
316
+ "contactId": "7",
317
+ "role": "custodian"
318
+ }
319
+ ],
320
+ "metadataCreationDate": "2014-02-28",
321
+ "metadataLastUpdate": "2012-12-21",
322
+ "metadataCharacterSet": "utf8",
323
+ "metadataUri": "http://alaska.usgs.gov/rex/adiwg/public/projects/32.xml",
324
+ "metadataStatus": "completed",
325
+ "metadataMaintenance": {
326
+ "maintenanceFrequency": "asNeeded",
327
+ "maintenanceNote": ["Metadata records are generated on request from current database"],
328
+ "maintenanceContact": [
329
+ {
330
+ "contactId": "7",
331
+ "role": "custodian"
332
+ }
333
+ ]
334
+ }
335
+ },
336
+ "resourceInfo": {
337
+ "citation": {
338
+ "title": "Real-Time Permafrost and Climate Monitoring Network - Arctic Alaska",
339
+ "date": [
340
+ {
341
+ "date": "2012-12-21",
342
+ "dateType": "revision"
343
+ }
344
+ ],
345
+ "edition": "First Edition plus edits",
346
+ "responsibleParty": [
347
+ {
348
+ "contactId": "1",
349
+ "role": "owner"
350
+ },
351
+ {
352
+ "contactId": "2",
353
+ "role": "principleInvestigator"
354
+ },
355
+ {
356
+ "contactId": "3",
357
+ "role": "administrator"
358
+ },
359
+ {
360
+ "contactId": "4",
361
+ "role": "collaborator"
362
+ },
363
+ {
364
+ "contactId": "7",
365
+ "role": "publisher"
366
+ }
367
+ ],
368
+ "presentationForm": ["documentDigital", "tableDigital"],
369
+ "identifier": [
370
+ {
371
+ "identifier": "10/1256.0011",
372
+ "type": "doi"
373
+ },
374
+ {
375
+ "identifier": "id with nil type",
376
+ "type": ""
377
+ },
378
+ {
379
+ "identifier": "id with missing type"
380
+ },
381
+ {
382
+ "identifier": "978-1490564098",
383
+ "type": "isbn"
384
+ },
385
+ {
386
+ "identifier": "1234-5017",
387
+ "type": "issn"
388
+ },
389
+ {
390
+ "identifier": "32",
391
+ "type": "projectId",
392
+ "authority": {
393
+ "title": "ASC Project ID",
394
+ "date": [
395
+ {
396
+ "date": "2014-05-27",
397
+ "dateType": "publication"
398
+ }
399
+ ],
400
+ "responsibleParty": [
401
+ {
402
+ "contactId": "1",
403
+ "role": "owner"
404
+ }
405
+ ],
406
+ "onlineResource": [
407
+ {
408
+ "uri": "http://alaska.usgs.gov/portal/project.php?project_id=32",
409
+ "protocol": "http",
410
+ "name": "DOI/GTN-Permafrost and Climate-Monitoring Network",
411
+ "description": "Project detail page",
412
+ "function": "information"
413
+ }
414
+ ]
415
+ }
416
+ },
417
+ {
418
+ "identifier": "A516548V0034",
419
+ "type": "awardNum",
420
+ "authority": {
421
+ "title": "NSF Grant Award Number",
422
+ "onlineResource": [
423
+ {
424
+ "uri": "http://NSFexample.org/grants/thisone"
425
+ }
426
+ ]
427
+ }
428
+ }
429
+ ],
430
+ "onlineResource": [
431
+ {
432
+ "uri": "http://data.usgs.gov/climateMonitoring/region/show?region=alaska",
433
+ "protocol": "http",
434
+ "name": "U.S. Geological Survey: Real-Time Permafrost and Climate Monitoring Network - Arctic Alaska",
435
+ "description": "project website",
436
+ "function": "information"
437
+ }
438
+ ]
439
+ },
440
+ "pointOfContact": [
441
+ {
442
+ "contactId": "2",
443
+ "role": "pointOfContact"
444
+ },
445
+ {
446
+ "contactId": "5",
447
+ "role": "collaborator"
448
+ }
449
+ ],
450
+ "abstract": "DOI is developing a long-term permafrost monitoring network on federal lands in northern Alaska as part of the Global Terrestrial Network for Permafrost (GTN-P) and the Global Climate Observing System (GCOS). DOI/GTN-P consists of two subnetworks: 1) a network of 15 automated surface stations, and 2) a 20-element deep borehole array. The surface stations continuously monitor changes in permafrost active-layer as well as a number of other climate parameters, including: permafrost temperature, soil moisture, snow depth, air temperature, wind speed and direction, up- and downwelling shortwave radiation, albedo, and cloudiness. A portion of the surface network is now available in near real-time through radio telemetry. Vegetation changes are coincidentally monitored at these sites. The borehole array is used to monitor the thermal state of the underlying permafrost. This is the largest array of deep boreholes in the world currently available for monitoring the thermal state of permafrost. Many of the surface stations are co-located with deep boreholes, effectively forming 'permafrost observatories.' In conjunction with DOI/GTN-P, we are developing models for synthesizing climate observations and for investigating how the cryosphere responds to climate change. These models will improve existing predictive capabilities for DOI lands. Climate projections by global coupled Atmosphere-Ocean General Circulation Models (AOGCMs) suggest significant environmental changes will occur in the Arctic during the next 80 years (http://www.acia.uaf.edu). According to these models, climate change will be Arctic-wide with a pronounced enhancement over the Arctic Ocean and adjacent coastal plains. These projections suggest large climate-induced landscape and ecosystem changes are likely to occur in northern Alaska during the next few decades. Important issues for DOI lands in this region include: permafrost degradation; vulnerability of high northern infrastructure to permafrost instability; large potential greenhouse gas (CO2, methane) emissions form warming permafrost; shifting vegetation patterns; impacts of habitat changes of wildlife; changing stream flow and lake levels; impacts of ecosystem changes on Native peoples: and, coastal erosion, inundation of coastal areas by storm surges. Given the large potential impacts, and the significant uncertainty in the model projections, a comprehensive monitoring effort is warranted.",
451
+ "shortAbstract": "DOI is developing a long-term permafrost monitoring network on federal lands in northern Alaska as part of the Global Terrestrial Network for Permafrost (GTN-P) and the Global Climate Observing System (GCOS).",
452
+ "status": "onGoing",
453
+ "resourceUri": "http://alaska.usgs.gov/rex/adiwg/public/projects/32",
454
+ "hasMapLocation": true,
455
+ "hasDataAvailable": true,
456
+ "language": ["eng; USA","esp; MEX"],
457
+ "purpose": "Long-term monitoring of permafrost conditions in the Alaska Arctic",
458
+ "credit": ["Allison Gaylord - Nunatech", "Mike Dover - Critigen"],
459
+ "topicCategory": ["climatology", "geoscientificInformation", "location"],
460
+ "environmentDescription": "On my laptop, not backed up",
461
+ "resourceNativeFormat": [
462
+ {
463
+ "formatName": "MS SQL Server",
464
+ "version": "2008 R2"
465
+ },
466
+ {
467
+ "formatName": "MS-SQL-Server",
468
+ "version": "2008 R2"
469
+ },
470
+ {
471
+ "formatName": "JSON",
472
+ "version": ""
473
+ },
474
+ {
475
+ "formatName": "Simple JSON",
476
+ "version": "none"
477
+ }
478
+ ],
479
+ "keyword": [
480
+ {
481
+ "keyword": ["Atmosphere > Clouds",
482
+ "Atmosphere > Atmospheric Temperature > Air Temperature",
483
+ "Cryosphere > Snow/Ice > Albedo",
484
+ "Cryosphere > Frozen Ground > Permafrost",
485
+ "Cryosphere > Snow/Ice > Snow Depth",
486
+ "Land Surface > Soils > Soil Moisture/Water Content",
487
+ "Cryosphere > Frozen Ground > Soil Temperature"],
488
+ "keywordType": "theme",
489
+ "thesaurus": {
490
+ "title": "NASA/Global Change Master Directory (GCMD) Earth Science Keywords",
491
+ "date": [
492
+ {
493
+ "date": "2013-09-19",
494
+ "dateType": "revision"
495
+ }
496
+ ],
497
+ "edition": "Version 8.0.0.0.0",
498
+ "presentationForm": ["documentDigital"],
499
+ "identifier": [
500
+ {
501
+ "identifier": "10.1000/182",
502
+ "type": "doi"
503
+ }
504
+ ],
505
+ "onlineResource": [
506
+ {
507
+ "uri": "http://gcmdservices.gsfc.nasa.gov/static/kms/sciencekeywords/sciencekeywords.csv"
508
+ }
509
+ ]
510
+ }
511
+ },
512
+ {
513
+ "keyword": ["Cryosphere"],
514
+ "keywordType": "theme",
515
+ "thesaurus": {
516
+ "title": "NSF IPY Discipline Codes",
517
+ "responsibleParty": [
518
+ {
519
+ "contactId": "9",
520
+ "role": "author"
521
+ }
522
+ ],
523
+ "presentationForm": ["documentDigital"],
524
+ "onlineResource": [
525
+ {
526
+ "uri": "http://example.com"
527
+ }
528
+ ]
529
+ }
530
+ },
531
+ {
532
+ "keyword": ["North Slope Borough", "Barrow", "Point Barrow"],
533
+ "keywordType": "place",
534
+ "thesaurus": {
535
+ "title": "United States Board on Geographic Names",
536
+ "date": [
537
+ {
538
+ "date": "1993-02-01",
539
+ "dateType": "creation"
540
+ }
541
+ ],
542
+ "presentationForm": ["documentDigital"],
543
+ "onlineResource": [
544
+ {
545
+ "uri": "http://geonames.usgs.gov/"
546
+ }
547
+ ]
548
+ }
549
+ }
550
+ ],
551
+ "resourceMaintenance": [
552
+ {
553
+ "maintenanceFrequency": "irregular",
554
+ "maintenanceNote": ["The permafrost project data is updated in step with field work awards."],
555
+ "maintenanceContact": [
556
+ {
557
+ "contactId": "2",
558
+ "role": "pointOfContact"
559
+ }
560
+ ]
561
+ }
562
+ ],
563
+ "resourceSpecificUsage": [
564
+ {
565
+ "specificUsage": "GTN-P (Global Terrestrial Network for Permafrost)",
566
+ "userDeterminedLimitation": "none",
567
+ "userContactInfo": [
568
+ {
569
+ "contactId": "1",
570
+ "role": "principalInvestigator"
571
+ },
572
+ {
573
+ "contactId": "5",
574
+ "role": "collaborator"
575
+ }
576
+ ]
577
+ },
578
+ {
579
+ "specificUsage": "GCOS (Global Climate Observing System)",
580
+ "userDeterminedLimitation": "none",
581
+ "userContactInfo": [
582
+ {
583
+ "contactId": "1",
584
+ "role": "principalInvestigator"
585
+ },
586
+ {
587
+ "contactId": "5",
588
+ "role": "collaborator"
589
+ }
590
+ ]
591
+ }
592
+ ],
593
+ "graphicOverview": [
594
+ {
595
+ "fileName": "GTNP AK Collection Site Map",
596
+ "fileDescription": "Map of borehole locations for permafrost data collection in Alaska in association with the Global Terrestrial Network forr Permafrost",
597
+ "fileType": "Map image in PDF format",
598
+ "fileUri": "http://alaska.usgs.gov/free/maps/GTNP North Slope.pdf"
599
+ },
600
+ {
601
+ "fileName": "allRecs_callCounts_bowhead_2010.jpg",
602
+ "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.",
603
+ "fileType": "JPEG",
604
+ "fileUri": "http://aoos.org/aoos-data-resources/bowhead_images2010_0114.jpg"
605
+ }, {
606
+ "fileName": "pln40_perc_2010_01.png",
607
+ "fileType": "PNG"
608
+ }, {
609
+ "fileName": "pln40_spec_summer_2010.png"
610
+ }
611
+ ],
612
+ "constraint": {
613
+ "useLimitation": ["not for suitable for navigation",
614
+ "draft version", "not intended for general use",
615
+ "don't be a jerk"],
616
+ "legalConstraint": [
617
+ {
618
+ "accessConstraint": ["patentPending", "restricted"],
619
+ "useConstraint": ["restricted"],
620
+ "otherConstraint": ["Legally barred from use for navigation."]
621
+ }, {
622
+ "accessConstraint": ["otherRestrictions"],
623
+ "useConstraint": ["otherRestrictions"],
624
+ "otherConstraint": ["Access Constraints: No one else. Use Constraints: None"]
625
+ }, {
626
+ "accessConstraint": ["copyright", "patent", "patentPending", "trademark", "license",
627
+ "intellectualPropertyRights", "restricted", "otherRestrictions"]
628
+ }
629
+ ],
630
+ "securityConstraint": [
631
+ {
632
+ "classification": "unclassified",
633
+ "userNote": "security clearance not required",
634
+ "classificationSystem": "none",
635
+ "handlingDescription": "this is how to handle things..."
636
+ }, {
637
+ "classification": "intellectualPropertyRights"
638
+ }, {
639
+ "classification": "secret",
640
+ "userNote": "Shhhhh!!!"
641
+ }
642
+ ]
643
+ },
644
+ "taxonomy": {
645
+ "classificationSystem": [
646
+ {
647
+ "title": "Otter Record Survey",
648
+ "date": [
649
+ {
650
+ "date": "2000",
651
+ "dateType": "publication"
652
+ }
653
+ ],
654
+ "responsibleParty": [
655
+ {
656
+ "contactId": "2",
657
+ "role": "publisher"
658
+ }
659
+ ]
660
+ }
661
+ ],
662
+ "taxonGeneralScope": "The otters observed were identified to the subspecies criterion and identified as southern sea otters.",
663
+ "observer": [
664
+ {
665
+ "contactId": "1",
666
+ "role": "principalInvestigator"
667
+ },
668
+ {
669
+ "contactId": "2",
670
+ "role": "pointOfContact"
671
+ }
672
+ ],
673
+ "taxonomicProcedure": "volunteers observed sea otters using binoculars in pairs",
674
+ "voucher": {
675
+ "specimen": "weathered skull found on beach",
676
+ "repository": {
677
+ "contactId": "2",
678
+ "role": "publisher"
679
+ }
680
+ },
681
+ "taxonClass": [
682
+ {
683
+ "taxonRank": "Kingdom",
684
+ "taxonValue": "Animalia"
685
+ },{
686
+ "taxonRank": "Phylum",
687
+ "taxonValue": "Chordata"
688
+ },{
689
+ "taxonRank": "Subphylum",
690
+ "taxonValue": "Vertebrata"
691
+ },{
692
+ "taxonRank": "Class",
693
+ "taxonValue": "Mammalia"
694
+ },{
695
+ "taxonRank": "Subclass",
696
+ "taxonValue": "Theria"
697
+ },{
698
+ "taxonRank": "Infraclass",
699
+ "taxonValue": "Eutheria"
700
+ },{
701
+ "taxonRank": "Order",
702
+ "taxonValue": "Carnivora"
703
+ },{
704
+ "taxonRank": "Suborder",
705
+ "taxonValue": "Caniformia"
706
+ },{
707
+ "taxonRank": "Family",
708
+ "taxonValue": "Mustilidae"
709
+ },{
710
+ "taxonRank": "Subfamily",
711
+ "taxonValue": "Lutrinae"
712
+ },{
713
+ "taxonRank": "Genus",
714
+ "taxonValue": "Enhydra"
715
+ },{
716
+ "common": "Sea Otter",
717
+ "taxonRank": "Species",
718
+ "taxonValue": "Enhydra lutris"
719
+ },{
720
+ "common": "Southern Sea Otter",
721
+ "taxonRank": "Subspecies",
722
+ "taxonValue": "Enhydra"
723
+ }
724
+ ]
725
+ },
726
+ "spatialReferenceSystem": {
727
+ "name": ["Alaska State Plane Zone 4", "UTM Zone 9"],
728
+ "epsgNumber": [3572,4326],
729
+ "wkt": [
730
+ "GEOGCS ['Longitude / Latitude (Old Hawaiian)', DATUM ['Old Hawaiian', SPHEROID ['Clarke 1866', 6378206.400000, 294.978698]], PRIMEM ['Greenwich', 0.000000 ], UNIT ['Decimal Degree', 0.01745329251994330]]",
731
+ "PROJCS ['Wyoming 4901, Eastern Zone (1983, meters)', GEOGCS ['GRS 80', DATUM ['GRS 80', SPHEROID ['GRS 80', 6378137.000000, 298.257222]], PRIMEM ['Greenwich', 0.000000 ], UNIT ['Decimal Degree', 0.01745329251994330]], PROJECTION ['Transverse Mercator'], PARAMETER ['Scale_Factor', 0.999938], PARAMETER ['Central_Meridian', -105.166667], PARAMETER ['Latitude_Of_Origin', 40.500000], PARAMETER ['False_Easting', 200000.000000], UNIT ['Meter', 1.000000000000]]"
732
+ ]
733
+ },
734
+ "spatialRepresentation": ["textTable"],
735
+ "spatialResolution": [
736
+ {
737
+ "equivalentScale": 45000
738
+ },
739
+ {
740
+ "distance": 45,
741
+ "uom": "kilometers"
742
+ }
743
+ ],
744
+ "extent": [
745
+ {
746
+ "description": "Spatial extent for GeoJSON Geometry and GeometryCollection",
747
+ "geographicElement": [
748
+ {
749
+ "type": "Point",
750
+ "bbox": [-161.45, 68.25, -148.272, 71.22],
751
+ "coordinates": [-160.123, 45.678, 500],
752
+ "crs": {
753
+ "type": "name",
754
+ "properties": {
755
+ "name": "EPSG:4326"
756
+ }
757
+ }
758
+ },
759
+ {
760
+ "type": "LineString",
761
+ "coordinates": [
762
+ [-120.717181, 70.879761, 5],
763
+ [-130.964531, 41.946544, 6],
764
+ [-140.3232, 87.12121, 7]
765
+ ],
766
+ "crs": {
767
+ "type": "name",
768
+ "properties": {
769
+ "name": "EPSG:4326"
770
+ }
771
+ }
772
+ },
773
+ {
774
+ "type": "Polygon",
775
+ "coordinates": [
776
+ [
777
+ [-139.000, 59.000],
778
+ [-140.882186, 59.839602],
779
+ [-143.101425, 60.22375],
780
+ [-147.056503, 60.829147],
781
+ [-148.902206, 59.982807],
782
+ [-148.792343, 57.944338],
783
+ [-134.576034, 57.663361]
784
+ ],
785
+ [
786
+ [-139.111, 59.111],
787
+ [-140.882186, 59.839602],
788
+ [-148.792343, 57.944338],
789
+ [-134.576034, 57.663361]
790
+ ],
791
+ [
792
+ [-139.222, 59.222],
793
+ [-147.056503, 60.829147],
794
+ [-148.902206, 59.982807],
795
+ [-148.792343, 57.944338],
796
+ [-134.576034, 57.663361]
797
+ ]
798
+ ],
799
+ "crs": {
800
+ "type": "name",
801
+ "properties": {
802
+ "name": "EPSG:4326"
803
+ }
804
+ }
805
+ },
806
+ {
807
+ "type": "MultiPoint",
808
+ "coordinates": [
809
+ [-160.111, 45.678],
810
+ [-160.222, 45.678, 50],
811
+ [-160.333, 45.678, 500]
812
+ ],
813
+ "crs": {
814
+ "type": "link",
815
+ "properties": {
816
+ "href": "http://spatialreference.org/ref/epsg/wgs-84/proj4/",
817
+ "type": "proj4"
818
+ }
819
+ }
820
+ },
821
+ {
822
+ "type": "MultiLineString",
823
+ "coordinates": [
824
+ [
825
+ [-120.111, 70.879761, 5],
826
+ [-130.222, 41.946544, 6],
827
+ [-140.333, 87.12121, 7],
828
+ [-140.444, 87.12121, 7]
829
+ ],
830
+ [
831
+ [-120.555, 70.879761, 5],
832
+ [-130.666, 41.946544, 6],
833
+ [-140.777, 87.12121, 7],
834
+ [-140.888, 87.12121, 7]
835
+ ],
836
+ [
837
+ [-120.999, 70.879761, 5],
838
+ [-130.000, 41.946544, 6],
839
+ [-140.111, 87.12121, 7],
840
+ [-140.222, 87.12121, 7]
841
+ ]
842
+ ],
843
+ "crs": {
844
+ "type": "name",
845
+ "properties": {
846
+ "name": "EPSG:4326"
847
+ }
848
+ }
849
+ },
850
+ {
851
+ "type": "MultiPolygon",
852
+ "coordinates": [
853
+ [
854
+ [
855
+ [-139.000, 59.000],
856
+ [-140.882186, 59.839602],
857
+ [-143.101425, 60.22375],
858
+ [-147.056503, 60.829147],
859
+ [-148.902206, 59.982807],
860
+ [-148.792343, 57.944338],
861
+ [-134.576034, 57.663361]
862
+ ],
863
+ [
864
+ [-139.111, 59.111],
865
+ [-140.882186, 59.839602],
866
+ [-148.792343, 57.944338],
867
+ [-134.576034, 57.663361]
868
+ ],
869
+ [
870
+ [-139.222, 59.222],
871
+ [-147.056503, 60.829147],
872
+ [-148.902206, 59.982807],
873
+ [-148.792343, 57.944338],
874
+ [-134.576034, 57.663361]
875
+ ]
876
+ ],
877
+ [
878
+ [
879
+ [-39.000, 59.000],
880
+ [-40.882186, 59.0],
881
+ [-43.101425, 60.0],
882
+ [-47.056503, 60.0],
883
+ [-48.902206, 59.0],
884
+ [-48.792343, 57.0],
885
+ [-34.576034, 57.0]
886
+ ],
887
+ [
888
+ [-39.111, 59.111],
889
+ [-40.882186, 59.0],
890
+ [-48.792343, 57.0],
891
+ [-34.576034, 57.0]
892
+ ],
893
+ [
894
+ [-39.222, 59.222],
895
+ [-47.056503, 60.0],
896
+ [-48.902206, 59.0],
897
+ [-48.792343, 57.0],
898
+ [-34.576034, 57.0]
899
+ ]
900
+ ]
901
+ ]
902
+ },
903
+ {
904
+ "type": "GeometryCollection",
905
+ "geometries": [
906
+ {
907
+ "type": "Point",
908
+ "coordinates": [100.0, 200.0, 0.0]
909
+ },
910
+ {
911
+ "type": "LineString",
912
+ "coordinates": [
913
+ [101.0, 7.0],
914
+ [105.5, 8.0],
915
+ [109.8, 9.0]
916
+ ]
917
+ }
918
+ ]
919
+ }
920
+ ],
921
+ "temporalElement": {
922
+ "date": ["2002-04-26", "2013-03-21"],
923
+ "timeInstant": [
924
+ {
925
+ "id": "time012",
926
+ "description": "Right now.",
927
+ "timePosition": "2014-05-01T15:58:25-09:00"
928
+ }
929
+ ],
930
+ "timePeriod": [
931
+ {
932
+ "id": "timePeriod032",
933
+ "description": "Writing version 0.3.0 of JSON schema reader",
934
+ "beginPosition": "2014-04-25",
935
+ "endPosition": "2014-05-02"
936
+ },
937
+ {
938
+ "id":"tp-001",
939
+ "description":"Ground Condition",
940
+ "beginPosition":"1987-05-16T16:05:00",
941
+ "endPosition":"2011-12"
942
+ },
943
+ {
944
+ "id":"tp-101",
945
+ "description":"Below Ground Condition",
946
+ "beginPosition":"1987-08-13T16:05:00",
947
+ "endPosition":"2012-12-12"
948
+ }
949
+ ]
950
+ },
951
+ "verticalElement": [
952
+ {
953
+ "minimumValue": 125,
954
+ "maximumValue": 222,
955
+ "verticalCRSTitle": "NAVD88 height (ftUS)",
956
+ "verticalCRSUri": "http://www.epsg-registry.org/export.htm?gml=urn:ogc:def:axis-name:EPSG::9904"
957
+ },
958
+ {
959
+ "minimumValue":1500,
960
+ "maximumValue":0,
961
+ "verticalCRSTitle":"NAVD88 depth",
962
+ "verticalCRSUri":"http://www.epsg-registry.org/export.htm?gml=urn:ogc:def:crs:EPSG::6357"
963
+ }
964
+
965
+ ]
966
+ },
967
+ {
968
+ "description": "Spatial extent for GeoJSON Feature and FeatureCollection",
969
+ "geographicElement": [
970
+ {
971
+ "type": "Feature",
972
+ "id": "boundingBoxFeature",
973
+ "bbox": [-161.00, 68.00, -148.00, 71.00],
974
+ "geometry": null,
975
+ "crs": {
976
+ "type": "link",
977
+ "properties": {
978
+ "href": "http://spatialreference.org/ref/epsg/wgs-84/proj4/",
979
+ "type": "proj4"
980
+ }
981
+ },
982
+ "properties": {
983
+ "featureName": "Project bounding box",
984
+ "description": "bounding box for DOI/GTN-P Deep Borehole Array",
985
+ "includesData": true
986
+ }
987
+ },
988
+ {
989
+ "type": "Feature",
990
+ "id": "point001",
991
+ "crs": {
992
+ "type": "name",
993
+ "properties": {
994
+ "name": "EPSG:4326"
995
+ }
996
+ },
997
+ "geometry": {
998
+ "type": "Point",
999
+ "coordinates": [-160.77777, 45.88888, 500]
1000
+ },
1001
+ "properties": {
1002
+ "featureName": "test point",
1003
+ "description": "testing point in feature element",
1004
+ "includesData": false
1005
+ }
1006
+ },
1007
+ {
1008
+ "type": "Feature",
1009
+ "id": "multiPoint011",
1010
+ "crs": {
1011
+ "type": "name",
1012
+ "properties": {
1013
+ "name": "EPSG:4326"
1014
+ }
1015
+ },
1016
+ "geometry": {
1017
+ "type": "MultiPoint",
1018
+ "coordinates": [
1019
+ [-151.717181, 70.879761, 5],
1020
+ [-134.964531, 41.946544, 236]
1021
+ ]
1022
+ },
1023
+ "properties": {
1024
+ "featureName": "test multi-point",
1025
+ "description": "testing multi-point in feature element",
1026
+ "includesData": false
1027
+ }
1028
+ },
1029
+ {
1030
+ "type": "Feature",
1031
+ "id": "line001",
1032
+ "crs": {
1033
+ "type": "name",
1034
+ "properties": {
1035
+ "name": "EPSG:4326"
1036
+ }
1037
+ },
1038
+ "geometry": {
1039
+ "type": "LineString",
1040
+ "coordinates": [
1041
+ [-120.717181, 70.879761, 5],
1042
+ [-130.964531, 41.946544, 6],
1043
+ [-140.3232, 87.12121, 7]
1044
+ ]
1045
+ },
1046
+ "properties": {
1047
+ "featureName": "test single linestring",
1048
+ "description": "testing lineString in feature element",
1049
+ "includesData": false
1050
+ }
1051
+ },
1052
+ {
1053
+ "type": "Feature",
1054
+ "id": "multiLine011",
1055
+ "crs": {
1056
+ "type": "name",
1057
+ "properties": {
1058
+ "name": "EPSG:4326"
1059
+ }
1060
+ },
1061
+ "geometry": {
1062
+ "type": "MultiLineString",
1063
+ "coordinates": [
1064
+ [
1065
+ [-120.717181, 70.879761, 5],
1066
+ [-130.964531, 41.946544, 6],
1067
+ [-140.3232, 87.12121, 7]
1068
+ ],
1069
+ [
1070
+ [-125.717181, 70.879761, 5],
1071
+ [-135.964531, 60.946544, 6],
1072
+ [-145.3232, 50.12121, 7]
1073
+ ]
1074
+ ]
1075
+ },
1076
+ "properties": {
1077
+ "featureName": "test multi linestring",
1078
+ "description": "testing multi lineString in feature element",
1079
+ "includesData": false
1080
+ }
1081
+ },
1082
+ {
1083
+ "type": "Feature",
1084
+ "id": "boundingPolygon",
1085
+ "geometry": {
1086
+ "type": "Polygon",
1087
+ "coordinates": [
1088
+ [
1089
+ [-139.388046, 59.828561],
1090
+ [-140.882186, 59.839602],
1091
+ [-143.101425, 60.22375],
1092
+ [-147.056503, 60.829147],
1093
+ [-148.902206, 59.982807],
1094
+ [-148.792343, 57.944338],
1095
+ [-134.576034, 57.663361]
1096
+ ]
1097
+ ]
1098
+ },
1099
+ "crs": {
1100
+ "type": "name",
1101
+ "properties": {
1102
+ "name": "EPSG:4326"
1103
+ }
1104
+ },
1105
+ "properties": {
1106
+ "featureName": "Project boundary polygon",
1107
+ "description": "bounding polygon for DOI/GTN-P Deep Borehole Array",
1108
+ "includesData": true
1109
+ }
1110
+ },
1111
+ {
1112
+ "type": "Feature",
1113
+ "id": "boundingPolygonHoles",
1114
+ "geometry": {
1115
+ "type": "Polygon",
1116
+ "coordinates": [
1117
+ [
1118
+ [-139.111111, 59.828561],
1119
+ [-140.882186, 59.839602],
1120
+ [-143.101425, 60.22375],
1121
+ [-147.056503, 60.829147],
1122
+ [-148.902206, 59.982807],
1123
+ [-148.792343, 57.944338],
1124
+ [-134.576034, 57.663361]
1125
+ ],
1126
+ [
1127
+ [-139.222222, 59.828561],
1128
+ [-140.882186, 59.839602],
1129
+ [-148.792343, 57.944338],
1130
+ [-134.576034, 57.663361]
1131
+ ],
1132
+ [
1133
+ [-139.333333, 59.828561],
1134
+ [-147.056503, 60.829147],
1135
+ [-148.902206, 59.982807],
1136
+ [-148.792343, 57.944338],
1137
+ [-134.576034, 57.663361]
1138
+ ]
1139
+ ]
1140
+ },
1141
+ "crs": {
1142
+ "type": "name",
1143
+ "properties": {
1144
+ "name": "EPSG:4326"
1145
+ }
1146
+ },
1147
+ "properties": {
1148
+ "featureName": "Project boundary polygon with holes",
1149
+ "description": "bounding polygon with holes for DOI/GTN-P Deep Borehole Array",
1150
+ "includesData": true
1151
+ }
1152
+ },
1153
+ {
1154
+ "type": "Feature",
1155
+ "id": "multiPolygon",
1156
+ "geometry": {
1157
+ "type": "MultiPolygon",
1158
+ "coordinates": [
1159
+ [
1160
+ [
1161
+ [-139.111111, 59.828561],
1162
+ [-140.111111, 59.839602],
1163
+ [-143.111111, 60.22375],
1164
+ [-147.111111, 60.829147],
1165
+ [-148.111111, 59.982807],
1166
+ [-148.111111, 57.944338],
1167
+ [-134.111111, 57.663361]
1168
+ ]
1169
+ ],
1170
+ [
1171
+ [
1172
+ [-139.222222, 59.828561],
1173
+ [-140.222222, 59.839602],
1174
+ [-143.222222, 60.22375],
1175
+ [-147.222222, 60.829147],
1176
+ [-148.222222, 59.982807],
1177
+ [-148.222222, 57.944338],
1178
+ [-134.222222, 57.663361]
1179
+ ],
1180
+ [
1181
+ [-139.333333, 59.828561],
1182
+ [-140.333333, 59.839602],
1183
+ [-148.333333, 57.944338],
1184
+ [-134.333333, 57.663361]
1185
+ ],
1186
+ [
1187
+ [-139.444444, 59.828561],
1188
+ [-147.444444, 60.829147],
1189
+ [-148.444444, 59.982807],
1190
+ [-148.444444, 57.944338],
1191
+ [-134.444444, 57.663361]
1192
+ ]
1193
+ ]
1194
+ ]
1195
+ },
1196
+ "crs": {
1197
+ "type": "name",
1198
+ "properties": {
1199
+ "name": "EPSG:4326"
1200
+ }
1201
+ },
1202
+ "properties": {
1203
+ "featureName": "Project boundary multi polygon",
1204
+ "description": "Two bounding polygons, the second with holes",
1205
+ "includesData": true
1206
+ }
1207
+ },
1208
+ {
1209
+ "type": "FeatureCollection",
1210
+ "id": "barrowSiteMap",
1211
+ "properties": {
1212
+ "featureName": "North Slope Borehole Locations",
1213
+ "description": "Borehole Locations for DOI/GTN-P Deep Borehole Array",
1214
+ "includesData": true
1215
+ },
1216
+ "crs": {
1217
+ "type": "name",
1218
+ "properties": {
1219
+ "name": "EPSG:4326"
1220
+ }
1221
+ },
1222
+ "features": [
1223
+ {
1224
+ "type": "Feature",
1225
+ "id": "borehole010",
1226
+ "geometry": {
1227
+ "type": "Point",
1228
+ "coordinates": [-151.717181, 70.556119, 2]
1229
+ },
1230
+ "properties": {
1231
+ "featureName": "Atigaru",
1232
+ "description": "Deep permafrost borehole",
1233
+ "includesData": true,
1234
+ "identifier": [
1235
+ {
1236
+ "identifier": "US 01",
1237
+ "type": "databaseId",
1238
+ "authority": {
1239
+ "title": "Global Terrestrial Network for Permafrost Identifiers",
1240
+ "responsibleParty": [
1241
+ {
1242
+ "contactId": "8",
1243
+ "role": "originator"
1244
+ }
1245
+ ],
1246
+ "onlineResource": [
1247
+ {
1248
+ "uri": "http://www.gtnp.org"
1249
+ }
1250
+ ]
1251
+ }
1252
+ },
1253
+ {
1254
+ "identifier": "ATI",
1255
+ "type": "databaseId",
1256
+ "authority": {
1257
+ "title": "US Geological Survey borehole identifier",
1258
+ "responsibleParty": [
1259
+ {
1260
+ "contactId": "3",
1261
+ "role": "originator"
1262
+ }
1263
+ ],
1264
+ "onlineResource": [
1265
+ {
1266
+ "uri": "http://data.usgs.gov/climateMonitoring/region/show?region=alaska"
1267
+ }
1268
+ ]
1269
+ }
1270
+ }
1271
+ ],
1272
+ "featureScope": "borehole",
1273
+ "featureAcquisitionMethod": "DGPS",
1274
+ "temporalElement": {
1275
+ "timePeriod": [
1276
+ {
1277
+ "id": "timePeriod010",
1278
+ "description": "Period of borehole operation",
1279
+ "beginPosition": "1977-12-14",
1280
+ "endPosition": "2007-08-13"
1281
+ }
1282
+ ]
1283
+ }
1284
+ }
1285
+ },
1286
+ {
1287
+ "type": "Feature",
1288
+ "id": "borehole020",
1289
+ "geometry": {
1290
+ "type": "Point",
1291
+ "coordinates": [-158.022575, 69.153217, 337]
1292
+ },
1293
+ "properties": {
1294
+ "featureName": "Awuna",
1295
+ "description": "Deep permafrost borehole",
1296
+ "includesData": true,
1297
+ "identifier": [
1298
+ {
1299
+ "identifier": "US 02",
1300
+ "type": "databaseId",
1301
+ "authority": {
1302
+ "title": "Global Terrestrial Network for Permafrost Identifiers"
1303
+ }
1304
+ },
1305
+ {
1306
+ "identifier": "AWUN",
1307
+ "type": "databaseId",
1308
+ "authority": {
1309
+ "title": "US Geological Survey borehole identifier"
1310
+ }
1311
+ }
1312
+ ],
1313
+ "featureScope": "borehole",
1314
+ "featureAcquisitionMethod": "DGPS",
1315
+ "temporalElement": {
1316
+ "timePeriod": [
1317
+ {
1318
+ "id": "timePeriod0120",
1319
+ "description": "Period of borehole operation",
1320
+ "beginPosition": "1981-08-22",
1321
+ "endPosition": "2007-08-13"
1322
+ }
1323
+ ]
1324
+ }
1325
+ }
1326
+ },
1327
+ {
1328
+ "type": "Feature",
1329
+ "id": "",
1330
+ "geometry": {
1331
+ "type": "Point",
1332
+ "coordinates": [-151.717181, 70.879761, 5]
1333
+ },
1334
+ "properties": {
1335
+ "featureName": "Drew Point",
1336
+ "description": "Deep permafrost borehole",
1337
+ "includesData": true,
1338
+ "identifier": [
1339
+ {
1340
+ "identifier": "US 03",
1341
+ "type": "databaseId",
1342
+ "authority": {
1343
+ "title": "Global Terrestrial Network for Permafrost Identifiers"
1344
+ }
1345
+ },
1346
+ {
1347
+ "identifier": "DWPT",
1348
+ "type": "databaseId",
1349
+ "authority": {
1350
+ "title": "US Geological Survey borehole identifier"
1351
+ }
1352
+ }
1353
+ ],
1354
+ "featureScope": "borehole",
1355
+ "featureAcquisitionMethod": "DGPS",
1356
+ "temporalElement": {
1357
+ "timePeriod": [
1358
+ {
1359
+ "id": "timePeriod030",
1360
+ "description": "Period of borehole operation",
1361
+ "beginPosition": "1987-09-17",
1362
+ "endPosition": "2007-08-13"
1363
+ }
1364
+ ]
1365
+ },
1366
+ "verticalElement": [
1367
+ {
1368
+ "minimumValue": -653,
1369
+ "maximumValue": 12,
1370
+ "verticalCRSTitle": "NAVD88 depth",
1371
+ "verticalCRSUri": "http://www.epsg-registry.org/export.htm?gml=urn:ogc:def:crs:EPSG::6357"
1372
+ }
1373
+ ]
1374
+ }
1375
+ }
1376
+ ]
1377
+ }
1378
+ ]
1379
+ }
1380
+ ],
1381
+ "dataQualityInfo": [
1382
+ {
1383
+ "scope": "dataset",
1384
+ "lineage": {
1385
+ "statement": "derived from that other dataset",
1386
+ "processStep": [
1387
+ {
1388
+ "stepId": "135b",
1389
+ "description": "Manually combed through to find obvious junk data values, changed value to 999999999999999999999",
1390
+ "rationale": "It had to be done!",
1391
+ "dateTime": "2011-08-23",
1392
+ "processor": [
1393
+ {
1394
+ "contactId": "3",
1395
+ "role": "processor"
1396
+ },
1397
+ {
1398
+ "contactId": "2",
1399
+ "role": "publisher"
1400
+ }
1401
+ ]
1402
+ },
1403
+ {
1404
+ "description": "changed junk data value to 9999",
1405
+ "rationale": "Way too many 9's that first time.",
1406
+ "dateTime": "2013-08-28",
1407
+ "processor": [
1408
+ {
1409
+ "contactId": "4",
1410
+ "role": "processor"
1411
+ }
1412
+ ]
1413
+ }
1414
+ ],
1415
+ "source": [
1416
+ {
1417
+ "description": "For this work, a mesoscale numerical model (WRF) will be initialized using the National Centers for Environmental Prediction (NCEP) North American Regional Reanalysis (NARR) output at 32-km resolution. The NARR data provides the “best-guess” analysis of atmospheric conditions for use in historical studies. The NARR domain covers all of North and Central America, much of the northeastern Pacific and northern Atlantic Oceans, including Alaska and Hawaii. Ten years of NARR data will be used (1 Jan 2000 – 31 Dec 2009).",
1418
+ "citation": {
1419
+ "title": "Very High-Resolution Dynamic Downscaling of Regional Climate and Hydrology",
1420
+ "date": [
1421
+ {
1422
+ "date": "2000-01-21",
1423
+ "dateType": "publication"
1424
+ }
1425
+ ],
1426
+ "edition": "version 1.2.0",
1427
+ "responsibleParty": [
1428
+ {
1429
+ "contactId": "1",
1430
+ "role": "originator"
1431
+ }
1432
+ ],
1433
+ "presentationForm": ["documentDigital"],
1434
+ "identifier": [
1435
+ {
1436
+ "identifier": "0ab4-dd983c01",
1437
+ "type": "issn"
1438
+ },
1439
+ {
1440
+ "identifier": "547-2239078752",
1441
+ "type": "isbn"
1442
+ }
1443
+ ]
1444
+ },
1445
+ "processStep": [
1446
+ {
1447
+ "stepId": "135bc",
1448
+ "description": "The NARR data will be used to initialize the WRF model. The NARR data cannot be used by the WRF directly. Instead, WRF-required initial data and lateral data will be created from the NARR data using the WRF Preprocessing System (WPS) utilities. In addition, the 32-km grid resolution of the NARR data will be objectively analyzed to the WRF 4-km grid. ",
1449
+ "rationale": "It had to be done!",
1450
+ "dateTime": "2013-08-13",
1451
+ "processor": [
1452
+ {
1453
+ "contactId": "3",
1454
+ "role": "processor"
1455
+ }
1456
+ ]
1457
+ },
1458
+ {
1459
+ "stepId": "135bd",
1460
+ "description": "The Hawaii Forest Bird Survey Vegetation Database includes data for over 40,400 vegetation plots that were sampled on the island of Hawaii in 1977. This database records with cover data that can be used for modeling their distribution abundance.",
1461
+ "rationale": "It had to be done!",
1462
+ "dateTime": "2013-08-13",
1463
+ "processor": [
1464
+ {
1465
+ "contactId": "3",
1466
+ "role": "processor"
1467
+ }
1468
+ ]
1469
+ }
1470
+
1471
+ ]
1472
+ },
1473
+ {
1474
+ "description": "We got this dataset from those guys in Fairbanks."
1475
+ }
1476
+ ]
1477
+ }
1478
+ },
1479
+ {
1480
+ "scope": "dataset",
1481
+ "lineage": {
1482
+ "statement": "This is that other dataset that you might have heard about.",
1483
+ "source": [
1484
+ {
1485
+ "description": "This dataset came from somewhere. It was collected by so and so.",
1486
+ "citation": {
1487
+ "title": "Example_dataset_20111009_turner_v1-12.csv",
1488
+ "date": [
1489
+ {
1490
+ "date": "2011-10-09",
1491
+ "dateType": "revision"
1492
+ }
1493
+ ]
1494
+ }
1495
+ }
1496
+ ]
1497
+ }
1498
+ },
1499
+ {
1500
+ "scope": "series",
1501
+ "lineage": {
1502
+ "statement": "This series is made up of those datasets."
1503
+ }
1504
+ },
1505
+ {
1506
+ "scope": "dataset",
1507
+ "lineage": {
1508
+ "statement": "This another ctd datas from the GAK1 location.",
1509
+ "processStep": [
1510
+ {
1511
+ "description": "This is how this dataset was processed."
1512
+ }
1513
+ ]
1514
+ }
1515
+ },
1516
+ {
1517
+ "scope": "dataset",
1518
+ "lineage": {
1519
+ "statement": "This series is made up of those datasets.",
1520
+ "source": [
1521
+ {
1522
+ "description": "We got this dataset from those guys in Fairbanks."
1523
+ }
1524
+ ]
1525
+ }
1526
+ }
1527
+ ],
1528
+ "supplementalInfo": "There is a lot more I could say, but won't"
1529
+ },
1530
+ "distributionInfo": [
1531
+ {
1532
+ "distributorContact": {
1533
+ "contactId": "4",
1534
+ "role": "custodian"
1535
+ },
1536
+ "distributionOrderProcess": [
1537
+ {
1538
+ "fees": "0.00USD",
1539
+ "plannedAvailabilityDateTime": "2013-06-21T00:00:00-08:00",
1540
+ "orderingInstructions": "Call 555-1212 and yell at the operator",
1541
+ "turnaround": "up to 3 hours"
1542
+ },
1543
+ {
1544
+ "fees": "3.00USD",
1545
+ "turnaround": "immediate"
1546
+ }
1547
+ ],
1548
+ "distributorFormat": [
1549
+ {
1550
+ "formatName": "netCDF",
1551
+ "version": "4.0"
1552
+ },
1553
+ {
1554
+ "formatName": "Excel Spreadsheet",
1555
+ "version": "xlsx"
1556
+ },
1557
+ {
1558
+ "formatName": "CSV"
1559
+ }
1560
+ ],
1561
+ "distributorTransferOptions": [
1562
+ {
1563
+ "online": [
1564
+ {
1565
+ "uri": "http://aoos.org/aoos-data-resources",
1566
+ "name": "AOOS Data Resources",
1567
+ "description": "This page provides links to interactive maps and data discovery tools.",
1568
+ "function": "information"
1569
+ },
1570
+ {
1571
+ "uri": "http://aoos.org/fake_resource_location"
1572
+ }
1573
+ ],
1574
+ "offline": {
1575
+ "name": "dvd",
1576
+ "mediumFormat": "iso9660",
1577
+ "mediumNote": "To receive a dvd in the mail, contact the distributor POC."
1578
+ }
1579
+ }
1580
+ ]
1581
+ },
1582
+ {
1583
+ "distributorContact": {
1584
+ "contactId": "5",
1585
+ "role": "distributor"
1586
+ }
1587
+ }
1588
+ ],
1589
+ "associatedResource": [
1590
+ {
1591
+ "associationType": "crossReference",
1592
+ "resourceType": "study",
1593
+ "resourceCitation": {
1594
+ "title": "U.S. Geological Survey's Borehole Temperature Logs from Arctic Alaska, pre-1989",
1595
+ "date": [
1596
+ {
1597
+ "date": "1989",
1598
+ "dateType": "creation"
1599
+ }
1600
+ ],
1601
+ "responsibleParty": [
1602
+ {
1603
+ "contactId": "5",
1604
+ "role": "pointOfContact"
1605
+ }
1606
+ ],
1607
+ "presentationForm": ["digitalData"],
1608
+ "identifier": [
1609
+ {
1610
+ "identifier": "2014AKCSC-03",
1611
+ "type": "awardNum",
1612
+ "authority": {
1613
+ "title": "NCCWSC Grant Award Number",
1614
+ "responsibleParty": [
1615
+ {
1616
+ "contactId": "9",
1617
+ "role": "funder"
1618
+ }
1619
+ ]
1620
+ }
1621
+ }
1622
+ ],
1623
+ "onlineResource": [
1624
+ {
1625
+ "uri": "http://esp.cr.usgs.gov/data/bht_alaska/",
1626
+ "protocol": "http",
1627
+ "description": "This dataset consists of borehole temperature measurements acquired in permafrost regions of arctic Alaska between 1950 and 1988 by the U.S. Geological Survey. A large number of the 87 sites (boreholes) represented in this dataset are deep enough to penetrate the base of permafrost."
1628
+ }
1629
+ ]
1630
+ },
1631
+ "metadataCitation": {
1632
+ "title": "Borehole Temperature Logs Metadata",
1633
+ "date": [
1634
+ {
1635
+ "date": "2013-08-15",
1636
+ "dateType": "revision"
1637
+ }
1638
+ ],
1639
+ "edition": "0.6.0",
1640
+ "responsibleParty": [
1641
+ {
1642
+ "contactId": "5",
1643
+ "role": "owner"
1644
+ }
1645
+ ],
1646
+ "presentationForm": ["digitalDocument"],
1647
+ "onlineResource": [
1648
+ {
1649
+ "uri": "http://alaska.usgs.gov/rex/adiwg/public/projects/263?format=xml",
1650
+ "protocol": "HTTP",
1651
+ "name": "",
1652
+ "description": "project metadata record",
1653
+ "function": ""
1654
+ }
1655
+ ]
1656
+ }
1657
+ }
1658
+ ],
1659
+ "additionalDocumentation": [
1660
+ {
1661
+ "title": "A new high_precision borehole-temperature logging system used at GISP2, Greenland, and Taylor Dome, Antarctica",
1662
+ "date": [
1663
+ {
1664
+ "date": "1996",
1665
+ "dateType": "publication"
1666
+ }
1667
+ ],
1668
+ "responsibleParty": [
1669
+ {
1670
+ "contactId": "5",
1671
+ "role": "author"
1672
+ }
1673
+ ],
1674
+ "presentationForm": ["documentDigital"],
1675
+ "identifier": [
1676
+ {
1677
+ "identifier": "10/00125.55517",
1678
+ "type": "doi"
1679
+ }
1680
+ ],
1681
+ "onlineResource": [
1682
+ {
1683
+ "uri": "http://www.igsoc.org/journal.old/42/142/igs_journal_vol42_issue142_pg576-584.pdf",
1684
+ "protocol": "http",
1685
+ "name": "Journal of Glaciology",
1686
+ "description": "Publication document",
1687
+ "function": "download"
1688
+ }
1689
+ ]
1690
+ },
1691
+ {
1692
+ "title": "Thermal State of Permafrost (TSP): The US Contribution to the International Permafrost Observatory Network",
1693
+ "date": [
1694
+ {
1695
+ "date": "2006",
1696
+ "dateType": "award"
1697
+ }
1698
+ ],
1699
+ "responsibleParty": [
1700
+ {
1701
+ "contactId": "9",
1702
+ "role": "funder"
1703
+ }
1704
+ ],
1705
+ "presentationForm": ["documentDigital"],
1706
+ "onlineResource": [
1707
+ {
1708
+ "uri": "http://www.nsf.gov/awardsearch/showAward?AWD_ID=0520578",
1709
+ "protocol": "http",
1710
+ "name": "U.S. National Science Foundation Award database",
1711
+ "description": "Grant award"
1712
+ }
1713
+ ]
1714
+ }
1715
+ ]
1716
+ }
1717
+ }