adiwg-mdjson_schemas 2.0.0 → 2.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/examples/spatialRepresentation.json +7 -4
- data/lib/adiwg/mdjson_schemas/version.rb +1 -1
- data/schema/schema.json +1 -1
- data/schema/spatialRepresentation.json +2 -6
- metadata +2 -3
- data/templates/mdJson_template.json +0 -1391
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8e66cd93f62d744217745f1372674cba47a25d62
|
4
|
+
data.tar.gz: d40372c55e11868c6f8b8fd19c3cfc5e45db7945
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 40b244332eb9577835ca277b84ce7c289ae586eecb75c33d01ee562562e2124d583cad77293a6382d6d4962762bb861452e9ccb8362872d66f3322c953ebd031
|
7
|
+
data.tar.gz: e7cf72bb91a7fac52fb65aef554a4346687a8b6fc3775847c610c637f8030bcfa4f7e5a2550b689ec0f59fdb3e7a25edaca7ef3dbdb4c86543ac1aecfc0f7216
|
@@ -1,5 +1,4 @@
|
|
1
1
|
[{
|
2
|
-
"type": "grid",
|
3
2
|
"gridRepresentation": {
|
4
3
|
"dimension": [{
|
5
4
|
"dimensionType": "dimensionType",
|
@@ -13,7 +12,6 @@
|
|
13
12
|
"transformationParameterAvailable": true
|
14
13
|
}
|
15
14
|
}, {
|
16
|
-
"type": "vector",
|
17
15
|
"vectorRepresentation": {
|
18
16
|
"topologyLevel": "topologyLevel",
|
19
17
|
"vectorObject": [{
|
@@ -22,9 +20,15 @@
|
|
22
20
|
}]
|
23
21
|
}
|
24
22
|
}, {
|
25
|
-
"type": "georectified",
|
26
23
|
"georectifiedRepresentation": {
|
27
24
|
"gridRepresentation": {
|
25
|
+
"dimension": [{
|
26
|
+
"dimensionType": "dimensionType",
|
27
|
+
"dimensionSize": 9
|
28
|
+
}, {
|
29
|
+
"dimensionType": "dimensionType",
|
30
|
+
"dimensionSize": 9
|
31
|
+
}],
|
28
32
|
"numberOfDimensions": 9,
|
29
33
|
"cellGeometry": "cellGeometry",
|
30
34
|
"transformationParameterAvailable": true
|
@@ -39,7 +43,6 @@
|
|
39
43
|
"pointInPixel": "pointInPixel"
|
40
44
|
}
|
41
45
|
}, {
|
42
|
-
"type": "georeferenceable",
|
43
46
|
"georeferenceableRepresentation": {
|
44
47
|
"gridRepresentation": {
|
45
48
|
"dimension": [{
|
data/schema/schema.json
CHANGED
@@ -26,7 +26,7 @@
|
|
26
26
|
"required": ["vectorRepresentation"],
|
27
27
|
"additionalProperties": true,
|
28
28
|
"properties": {
|
29
|
-
"
|
29
|
+
"vectorRepresentation": {
|
30
30
|
"$ref": "./vectorRepresentation.json#"
|
31
31
|
}
|
32
32
|
}
|
@@ -38,7 +38,7 @@
|
|
38
38
|
"required": ["georectifiedRepresentation"],
|
39
39
|
"additionalProperties": true,
|
40
40
|
"properties": {
|
41
|
-
"
|
41
|
+
"georectifiedRepresentation": {
|
42
42
|
"$ref": "./georectifiedRepresentation.json#"
|
43
43
|
}
|
44
44
|
}
|
@@ -50,10 +50,6 @@
|
|
50
50
|
"required": ["georeferenceableRepresentation"],
|
51
51
|
"additionalProperties": true,
|
52
52
|
"properties": {
|
53
|
-
"type": {
|
54
|
-
"type": "string",
|
55
|
-
"enum": ["georeferenceable"]
|
56
|
-
},
|
57
53
|
"georeferenceableRepresentation": {
|
58
54
|
"$ref": "./georeferenceableRepresentation.json#"
|
59
55
|
}
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: adiwg-mdjson_schemas
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0.
|
4
|
+
version: 2.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Josh Bradley, Stan Smith
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-03-
|
11
|
+
date: 2017-03-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -225,7 +225,6 @@ files:
|
|
225
225
|
- schema/usage.json
|
226
226
|
- schema/vectorRepresentation.json
|
227
227
|
- schema/verticalExtent.json
|
228
|
-
- templates/mdJson_template.json
|
229
228
|
- test/draft-04.json
|
230
229
|
- test/helper.rb
|
231
230
|
- test/tc_additionalDocumentation.rb
|
@@ -1,1391 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"version": {
|
3
|
-
"name": "mdJson",
|
4
|
-
"version": "1.1.0"
|
5
|
-
},
|
6
|
-
"contact": [
|
7
|
-
{
|
8
|
-
"contactId": "",
|
9
|
-
"individualName": "",
|
10
|
-
"organizationName": "",
|
11
|
-
"positionName": "",
|
12
|
-
"onlineResource": [
|
13
|
-
{
|
14
|
-
"uri": "http://thisisanexample.com",
|
15
|
-
"protocol": "",
|
16
|
-
"name": "",
|
17
|
-
"description": "",
|
18
|
-
"function": ""
|
19
|
-
}
|
20
|
-
],
|
21
|
-
"contactInstructions": "",
|
22
|
-
"phoneBook": [
|
23
|
-
{
|
24
|
-
"phoneName": "",
|
25
|
-
"phoneNumber": "999-999-9999",
|
26
|
-
"service": [""]
|
27
|
-
}
|
28
|
-
],
|
29
|
-
"address": {
|
30
|
-
"deliveryPoint": [""],
|
31
|
-
"city": "",
|
32
|
-
"administrativeArea": "",
|
33
|
-
"postalCode": "",
|
34
|
-
"country": "",
|
35
|
-
"electronicMailAddress": ["hello@example.com"]
|
36
|
-
}
|
37
|
-
}
|
38
|
-
],
|
39
|
-
"metadata": {
|
40
|
-
"metadataInfo": {
|
41
|
-
"metadataIdentifier": {
|
42
|
-
"identifier": "",
|
43
|
-
"type": ""
|
44
|
-
},
|
45
|
-
"parentMetadata": {
|
46
|
-
"title": "",
|
47
|
-
"alternateTitle": "",
|
48
|
-
"date": [
|
49
|
-
{
|
50
|
-
"date": "0000-00-00",
|
51
|
-
"dateType": ""
|
52
|
-
}
|
53
|
-
],
|
54
|
-
"edition": "",
|
55
|
-
"responsibleParty": [
|
56
|
-
{
|
57
|
-
"contactId": "",
|
58
|
-
"role": ""
|
59
|
-
}
|
60
|
-
],
|
61
|
-
"presentationForm": [""],
|
62
|
-
"identifier": [
|
63
|
-
{
|
64
|
-
"identifier": "",
|
65
|
-
"type": ""
|
66
|
-
}
|
67
|
-
],
|
68
|
-
"onlineResource": [
|
69
|
-
{
|
70
|
-
"uri": "http://thisisanexample.com",
|
71
|
-
"protocol": "",
|
72
|
-
"name": "",
|
73
|
-
"description": "",
|
74
|
-
"function": ""
|
75
|
-
}
|
76
|
-
]
|
77
|
-
},
|
78
|
-
"metadataContact": [
|
79
|
-
{
|
80
|
-
"contactId": "",
|
81
|
-
"role": ""
|
82
|
-
}
|
83
|
-
],
|
84
|
-
"metadataCreationDate": "0000-00-00",
|
85
|
-
"metadataLastUpdate": "0000-00-00",
|
86
|
-
"metadataCharacterSet": "utf8",
|
87
|
-
"metadataLocale": [
|
88
|
-
{
|
89
|
-
"language": "",
|
90
|
-
"country": "",
|
91
|
-
"characterSet": ""
|
92
|
-
}
|
93
|
-
],
|
94
|
-
"metadataUri": "http://thisisanexample.com",
|
95
|
-
"metadataStatus": "",
|
96
|
-
"metadataMaintenance": {
|
97
|
-
"maintenanceFrequency": "",
|
98
|
-
"maintenanceNote": [""],
|
99
|
-
"maintenanceContact": [
|
100
|
-
{
|
101
|
-
"contactId": "",
|
102
|
-
"role": ""
|
103
|
-
}
|
104
|
-
]
|
105
|
-
}
|
106
|
-
},
|
107
|
-
"resourceInfo": {
|
108
|
-
"resourceType": "",
|
109
|
-
"citation": {
|
110
|
-
"title": "",
|
111
|
-
"alternateTitle": "",
|
112
|
-
"date": [
|
113
|
-
{
|
114
|
-
"date": "0000-00-00",
|
115
|
-
"dateType": ""
|
116
|
-
}
|
117
|
-
],
|
118
|
-
"edition": "",
|
119
|
-
"responsibleParty": [
|
120
|
-
{
|
121
|
-
"contactId": "",
|
122
|
-
"role": ""
|
123
|
-
}
|
124
|
-
],
|
125
|
-
"presentationForm": [""],
|
126
|
-
"identifier": [
|
127
|
-
{
|
128
|
-
"identifier": "",
|
129
|
-
"type": "",
|
130
|
-
"authority": {
|
131
|
-
"title": "",
|
132
|
-
"alternateTitle": "",
|
133
|
-
"date": [
|
134
|
-
{
|
135
|
-
"date": "0000-00-00",
|
136
|
-
"dateType": ""
|
137
|
-
}
|
138
|
-
],
|
139
|
-
"responsibleParty": [
|
140
|
-
{
|
141
|
-
"contactId": "",
|
142
|
-
"role": ""
|
143
|
-
}
|
144
|
-
],
|
145
|
-
"onlineResource": [
|
146
|
-
{
|
147
|
-
"uri": "http://thisisanexample.com",
|
148
|
-
"protocol": "",
|
149
|
-
"name": "",
|
150
|
-
"description": "",
|
151
|
-
"function": ""
|
152
|
-
}
|
153
|
-
]
|
154
|
-
}
|
155
|
-
}
|
156
|
-
],
|
157
|
-
"onlineResource": [
|
158
|
-
{
|
159
|
-
"uri": "http://thisisanexample.com",
|
160
|
-
"protocol": "",
|
161
|
-
"name": "",
|
162
|
-
"description": "",
|
163
|
-
"function": ""
|
164
|
-
}
|
165
|
-
]
|
166
|
-
},
|
167
|
-
"resourceTimePeriod": {
|
168
|
-
"description": "",
|
169
|
-
"beginPosition": "0000-00-00",
|
170
|
-
"endPosition": "0000-00-00"
|
171
|
-
},
|
172
|
-
"pointOfContact": [
|
173
|
-
{
|
174
|
-
"contactId": "",
|
175
|
-
"role": ""
|
176
|
-
}
|
177
|
-
],
|
178
|
-
"abstract": "",
|
179
|
-
"shortAbstract": "",
|
180
|
-
"status": "",
|
181
|
-
"hasMapLocation": true,
|
182
|
-
"hasDataAvailable": true,
|
183
|
-
"language": [""],
|
184
|
-
"characterSet": [""],
|
185
|
-
"locale": [
|
186
|
-
{
|
187
|
-
"language": "",
|
188
|
-
"country": "",
|
189
|
-
"characterSet": ""
|
190
|
-
}
|
191
|
-
],
|
192
|
-
"purpose": "",
|
193
|
-
"credit": [""],
|
194
|
-
"topicCategory": [""],
|
195
|
-
"environmentDescription": "",
|
196
|
-
"resourceNativeFormat": [
|
197
|
-
{
|
198
|
-
"formatName": "",
|
199
|
-
"version": ""
|
200
|
-
}
|
201
|
-
],
|
202
|
-
"keyword": [
|
203
|
-
{
|
204
|
-
"keyword": [""],
|
205
|
-
"keywordType": "",
|
206
|
-
"thesaurus": {
|
207
|
-
"title": "",
|
208
|
-
"alternateTitle": "",
|
209
|
-
"date": [
|
210
|
-
{
|
211
|
-
"date": "0000-00-00",
|
212
|
-
"dateType": ""
|
213
|
-
}
|
214
|
-
],
|
215
|
-
"edition": "",
|
216
|
-
"responsibleParty": [
|
217
|
-
{
|
218
|
-
"contactId": "",
|
219
|
-
"role": ""
|
220
|
-
}
|
221
|
-
],
|
222
|
-
"presentationForm": [""],
|
223
|
-
"identifier": [
|
224
|
-
{
|
225
|
-
"identifier": "",
|
226
|
-
"type": "",
|
227
|
-
"authority": {
|
228
|
-
"title": "",
|
229
|
-
"alternateTitle": "",
|
230
|
-
"date": [
|
231
|
-
{
|
232
|
-
"date": "0000-00-00",
|
233
|
-
"dateType": ""
|
234
|
-
}
|
235
|
-
],
|
236
|
-
"responsibleParty": [
|
237
|
-
{
|
238
|
-
"contactId": "",
|
239
|
-
"role": ""
|
240
|
-
}
|
241
|
-
],
|
242
|
-
"onlineResource": [
|
243
|
-
{
|
244
|
-
"uri": "http://thisisanexample.com",
|
245
|
-
"protocol": "",
|
246
|
-
"name": "",
|
247
|
-
"description": "",
|
248
|
-
"function": ""
|
249
|
-
}
|
250
|
-
]
|
251
|
-
}
|
252
|
-
}
|
253
|
-
],
|
254
|
-
"onlineResource": [
|
255
|
-
{
|
256
|
-
"uri": "http://thisisanexample.com",
|
257
|
-
"protocol": "",
|
258
|
-
"name": "",
|
259
|
-
"description": "",
|
260
|
-
"function": ""
|
261
|
-
}
|
262
|
-
]
|
263
|
-
}
|
264
|
-
}
|
265
|
-
],
|
266
|
-
"resourceMaintenance": [
|
267
|
-
{
|
268
|
-
"maintenanceFrequency": "",
|
269
|
-
"maintenanceNote": [""],
|
270
|
-
"maintenanceContact": [
|
271
|
-
{
|
272
|
-
"contactId": "",
|
273
|
-
"role": ""
|
274
|
-
}
|
275
|
-
]
|
276
|
-
}
|
277
|
-
],
|
278
|
-
"resourceSpecificUsage": [
|
279
|
-
{
|
280
|
-
"specificUsage": "",
|
281
|
-
"userDeterminedLimitation": "",
|
282
|
-
"userContactInfo": [
|
283
|
-
{
|
284
|
-
"contactId": "",
|
285
|
-
"role": ""
|
286
|
-
}
|
287
|
-
]
|
288
|
-
}
|
289
|
-
],
|
290
|
-
"graphicOverview": [
|
291
|
-
{
|
292
|
-
"fileName": "",
|
293
|
-
"fileDescription": "",
|
294
|
-
"fileType": "",
|
295
|
-
"fileUri": "http://thisisanexample.com"
|
296
|
-
}
|
297
|
-
],
|
298
|
-
"constraint": {
|
299
|
-
"useLimitation": [""],
|
300
|
-
"legalConstraint": [
|
301
|
-
{
|
302
|
-
"accessConstraint": [""],
|
303
|
-
"useConstraint": [""],
|
304
|
-
"otherConstraint": [""]
|
305
|
-
}
|
306
|
-
],
|
307
|
-
"securityConstraint": [
|
308
|
-
{
|
309
|
-
"classification": "",
|
310
|
-
"classificationSystem": "",
|
311
|
-
"handlingDescription": "",
|
312
|
-
"userNote": ""
|
313
|
-
}
|
314
|
-
]
|
315
|
-
},
|
316
|
-
"taxonomy": {
|
317
|
-
"classificationSystem": [
|
318
|
-
{
|
319
|
-
"title": "",
|
320
|
-
"alternateTitle": "",
|
321
|
-
"date": [
|
322
|
-
{
|
323
|
-
"date": "0000-00-00",
|
324
|
-
"dateType": ""
|
325
|
-
}
|
326
|
-
],
|
327
|
-
"edition": "",
|
328
|
-
"responsibleParty": [
|
329
|
-
{
|
330
|
-
"contactId": "",
|
331
|
-
"role": ""
|
332
|
-
}
|
333
|
-
],
|
334
|
-
"presentationForm": [""],
|
335
|
-
"identifier": [
|
336
|
-
{
|
337
|
-
"identifier": "",
|
338
|
-
"type": "",
|
339
|
-
"authority": {
|
340
|
-
"title": "",
|
341
|
-
"alternateTitle": "",
|
342
|
-
"date": [
|
343
|
-
{
|
344
|
-
"date": "0000-00-00",
|
345
|
-
"dateType": ""
|
346
|
-
}
|
347
|
-
],
|
348
|
-
"responsibleParty": [
|
349
|
-
{
|
350
|
-
"contactId": "",
|
351
|
-
"role": ""
|
352
|
-
}
|
353
|
-
],
|
354
|
-
"onlineResource": [
|
355
|
-
{
|
356
|
-
"uri": "http://thisisanexample.com",
|
357
|
-
"protocol": "",
|
358
|
-
"name": "",
|
359
|
-
"description": "",
|
360
|
-
"function": ""
|
361
|
-
}
|
362
|
-
]
|
363
|
-
}
|
364
|
-
}
|
365
|
-
],
|
366
|
-
"onlineResource": [
|
367
|
-
{
|
368
|
-
"uri": "http://thisisanexample.com",
|
369
|
-
"protocol": "",
|
370
|
-
"name": "",
|
371
|
-
"description": "",
|
372
|
-
"function": ""
|
373
|
-
}
|
374
|
-
]
|
375
|
-
}
|
376
|
-
],
|
377
|
-
"taxonGeneralScope": "",
|
378
|
-
"observer": [
|
379
|
-
{
|
380
|
-
"contactId": "",
|
381
|
-
"role": ""
|
382
|
-
}
|
383
|
-
],
|
384
|
-
"taxonomicProcedure": "",
|
385
|
-
"voucher": {
|
386
|
-
"specimen": "",
|
387
|
-
"repository": {
|
388
|
-
"contactId": "",
|
389
|
-
"role": ""
|
390
|
-
}
|
391
|
-
},
|
392
|
-
"taxonClass": [
|
393
|
-
{
|
394
|
-
"common": "",
|
395
|
-
"taxonRank": "",
|
396
|
-
"taxonValue": ""
|
397
|
-
}
|
398
|
-
]
|
399
|
-
},
|
400
|
-
"spatialReferenceSystem": {
|
401
|
-
"name": [""],
|
402
|
-
"epsgNumber": [0],
|
403
|
-
"wkt": [""]
|
404
|
-
},
|
405
|
-
"spatialRepresentation": [""],
|
406
|
-
"spatialResolution": [
|
407
|
-
{
|
408
|
-
"equivalentScale": 0
|
409
|
-
}, {
|
410
|
-
"distance": 0,
|
411
|
-
"uom": ""
|
412
|
-
}
|
413
|
-
],
|
414
|
-
"extent": [
|
415
|
-
{
|
416
|
-
"description": "",
|
417
|
-
"geographicElement": [
|
418
|
-
{
|
419
|
-
"type": "Point",
|
420
|
-
"bbox": [0, 0, 0, 0],
|
421
|
-
"coordinates": [0, 0, 0],
|
422
|
-
"crs": {
|
423
|
-
"type": "name",
|
424
|
-
"properties": {
|
425
|
-
"name": ""
|
426
|
-
}
|
427
|
-
}
|
428
|
-
}, {
|
429
|
-
"type": "LineString",
|
430
|
-
"bbox": [0, 0, 0, 0],
|
431
|
-
"coordinates": [
|
432
|
-
[0, 0, 0],
|
433
|
-
[0, 0, 0]
|
434
|
-
],
|
435
|
-
"crs": {
|
436
|
-
"type": "name",
|
437
|
-
"properties": {
|
438
|
-
"name": ""
|
439
|
-
}
|
440
|
-
}
|
441
|
-
}, {
|
442
|
-
"type": "Polygon",
|
443
|
-
"bbox": [0, 0, 0, 0],
|
444
|
-
"coordinates": [
|
445
|
-
[
|
446
|
-
[0, 0, 0],
|
447
|
-
[0, 0, 0],
|
448
|
-
[0, 0, 0],
|
449
|
-
[0, 0, 0]
|
450
|
-
],
|
451
|
-
[
|
452
|
-
[0, 0, 0],
|
453
|
-
[0, 0, 0],
|
454
|
-
[0, 0, 0],
|
455
|
-
[0, 0, 0]
|
456
|
-
]
|
457
|
-
],
|
458
|
-
"crs": {
|
459
|
-
"type": "name",
|
460
|
-
"properties": {
|
461
|
-
"name": ""
|
462
|
-
}
|
463
|
-
}
|
464
|
-
}, {
|
465
|
-
"type": "MultiPoint",
|
466
|
-
"bbox": [0, 0, 0, 0],
|
467
|
-
"coordinates": [
|
468
|
-
[0, 0, 0],
|
469
|
-
[0, 0, 0]
|
470
|
-
],
|
471
|
-
"crs": {
|
472
|
-
"type": "name",
|
473
|
-
"properties": {
|
474
|
-
"name": ""
|
475
|
-
}
|
476
|
-
}
|
477
|
-
}, {
|
478
|
-
"type": "MultiLineString",
|
479
|
-
"bbox": [0, 0, 0, 0],
|
480
|
-
"coordinates": [
|
481
|
-
[
|
482
|
-
[0, 0, 0],
|
483
|
-
[0, 0, 0],
|
484
|
-
[0, 0, 0],
|
485
|
-
[0, 0, 0]
|
486
|
-
],
|
487
|
-
[
|
488
|
-
[0, 0, 0],
|
489
|
-
[0, 0, 0],
|
490
|
-
[0, 0, 0],
|
491
|
-
[0, 0, 0]
|
492
|
-
]
|
493
|
-
],
|
494
|
-
"crs": {
|
495
|
-
"type": "name",
|
496
|
-
"properties": {
|
497
|
-
"name": ""
|
498
|
-
}
|
499
|
-
}
|
500
|
-
}, {
|
501
|
-
"type": "MultiPolygon",
|
502
|
-
"bbox": [0, 0, 0, 0],
|
503
|
-
"coordinates": [
|
504
|
-
[
|
505
|
-
[
|
506
|
-
[0, 0, 0],
|
507
|
-
[0, 0, 0],
|
508
|
-
[0, 0, 0],
|
509
|
-
[0, 0, 0]
|
510
|
-
],
|
511
|
-
[
|
512
|
-
[0, 0, 0],
|
513
|
-
[0, 0, 0],
|
514
|
-
[0, 0, 0],
|
515
|
-
[0, 0, 0]
|
516
|
-
]
|
517
|
-
],
|
518
|
-
[
|
519
|
-
[
|
520
|
-
[0, 0, 0],
|
521
|
-
[0, 0, 0],
|
522
|
-
[0, 0, 0],
|
523
|
-
[0, 0, 0]
|
524
|
-
],
|
525
|
-
[
|
526
|
-
[0, 0, 0],
|
527
|
-
[0, 0, 0],
|
528
|
-
[0, 0, 0],
|
529
|
-
[0, 0, 0]
|
530
|
-
]
|
531
|
-
]
|
532
|
-
],
|
533
|
-
"crs": {
|
534
|
-
"type": "name",
|
535
|
-
"properties": {
|
536
|
-
"name": ""
|
537
|
-
}
|
538
|
-
}
|
539
|
-
}, {
|
540
|
-
"type": "GeometryCollection",
|
541
|
-
"geometries": []
|
542
|
-
}, {
|
543
|
-
"type": "Feature",
|
544
|
-
"id": "",
|
545
|
-
"bbox": [0, 0, 0, 0],
|
546
|
-
"geometry": {
|
547
|
-
"type": "Point",
|
548
|
-
"coordinates": [0, 0, 0]
|
549
|
-
},
|
550
|
-
"geometry": {
|
551
|
-
"type": "LineString",
|
552
|
-
"coordinates": [
|
553
|
-
[0, 0, 0],
|
554
|
-
[0, 0, 0]
|
555
|
-
]
|
556
|
-
},
|
557
|
-
"geometry": {
|
558
|
-
"type": "Polygon",
|
559
|
-
"coordinates": [
|
560
|
-
[
|
561
|
-
[0, 0, 0],
|
562
|
-
[0, 0, 0],
|
563
|
-
[0, 0, 0],
|
564
|
-
[0, 0, 0]
|
565
|
-
],
|
566
|
-
[
|
567
|
-
[0, 0, 0],
|
568
|
-
[0, 0, 0],
|
569
|
-
[0, 0, 0],
|
570
|
-
[0, 0, 0]
|
571
|
-
]
|
572
|
-
]
|
573
|
-
},
|
574
|
-
"crs": {
|
575
|
-
"type": "name",
|
576
|
-
"properties": {
|
577
|
-
"name": ""
|
578
|
-
}
|
579
|
-
},
|
580
|
-
"properties": {
|
581
|
-
"featureName": "",
|
582
|
-
"description": "",
|
583
|
-
"includesData": true,
|
584
|
-
"temporalElement": {
|
585
|
-
"date": ["0000-00-00"],
|
586
|
-
"timeInstant": [
|
587
|
-
{
|
588
|
-
"id": "",
|
589
|
-
"description": "",
|
590
|
-
"timePosition": "0000-00-00T00:00:00.0+00:00"
|
591
|
-
}
|
592
|
-
],
|
593
|
-
"timePeriod": [
|
594
|
-
{
|
595
|
-
"id": "",
|
596
|
-
"description": "",
|
597
|
-
"beginPosition": "0000-00-00T00:00:00.0+00:00",
|
598
|
-
"endPosition": "0000-00-00T00:00:00.0+00:00"
|
599
|
-
}
|
600
|
-
]
|
601
|
-
},
|
602
|
-
"verticalElement": [
|
603
|
-
{
|
604
|
-
"minimumValue": 0,
|
605
|
-
"maximumValue": 0,
|
606
|
-
"verticalCRSTitle": "",
|
607
|
-
"verticalCRSUri": "http://thisisanexample.com"
|
608
|
-
}
|
609
|
-
],
|
610
|
-
"identifier": [
|
611
|
-
{
|
612
|
-
"identifier": "",
|
613
|
-
"type": "",
|
614
|
-
"authority": {
|
615
|
-
"title": "",
|
616
|
-
"alternateTitle": "",
|
617
|
-
"date": [
|
618
|
-
{
|
619
|
-
"date": "0000-00-00",
|
620
|
-
"dateType": ""
|
621
|
-
}
|
622
|
-
],
|
623
|
-
"responsibleParty": [
|
624
|
-
{
|
625
|
-
"contactId": "",
|
626
|
-
"role": ""
|
627
|
-
}
|
628
|
-
],
|
629
|
-
"onlineResource": [
|
630
|
-
{
|
631
|
-
"uri": "http://thisisanexample.com",
|
632
|
-
"protocol": "",
|
633
|
-
"name": "",
|
634
|
-
"description": "",
|
635
|
-
"function": ""
|
636
|
-
}
|
637
|
-
]
|
638
|
-
}
|
639
|
-
}
|
640
|
-
],
|
641
|
-
"featureScope": "",
|
642
|
-
"featureAcquisitionMethod": ""
|
643
|
-
}
|
644
|
-
}, {
|
645
|
-
"type": "FeatureCollection",
|
646
|
-
"id": "",
|
647
|
-
"bbox": [0, 0, 0, 0],
|
648
|
-
"properties": {
|
649
|
-
"description": "",
|
650
|
-
"includesData": true
|
651
|
-
},
|
652
|
-
"crs": {
|
653
|
-
"type": "link",
|
654
|
-
"properties": {
|
655
|
-
"href": "http://thisisanexample.com",
|
656
|
-
"type": ""
|
657
|
-
}
|
658
|
-
},
|
659
|
-
"features": []
|
660
|
-
}
|
661
|
-
],
|
662
|
-
"temporalElement": {
|
663
|
-
"date": ["0000-00-00"],
|
664
|
-
"timeInstant": [
|
665
|
-
{
|
666
|
-
"id": "",
|
667
|
-
"description": "",
|
668
|
-
"timePosition": "0000-00-00T00:00:00.0+00:00"
|
669
|
-
}
|
670
|
-
],
|
671
|
-
"timePeriod": [
|
672
|
-
{
|
673
|
-
"id": "",
|
674
|
-
"description": "",
|
675
|
-
"beginPosition": "0000-00-00T00:00:00.0+00:00",
|
676
|
-
"endPosition": "0000-00-00T00:00:00.0+00:00"
|
677
|
-
}
|
678
|
-
]
|
679
|
-
},
|
680
|
-
"verticalElement": [
|
681
|
-
{
|
682
|
-
"minimumValue": 0,
|
683
|
-
"maximumValue": 0,
|
684
|
-
"verticalCRSTitle": "",
|
685
|
-
"verticalCRSUri": "http://thisisanexample.com"
|
686
|
-
}
|
687
|
-
]
|
688
|
-
}
|
689
|
-
],
|
690
|
-
"gridInfo": [
|
691
|
-
{
|
692
|
-
"numberOfDimensions": 9,
|
693
|
-
"dimension": [
|
694
|
-
{
|
695
|
-
"dimensionType": "",
|
696
|
-
"dimensionSize": 9,
|
697
|
-
"resolution": 9.99,
|
698
|
-
"resolutionUnit": "",
|
699
|
-
"dimensionTitle": "",
|
700
|
-
"dimensionDescription": ""
|
701
|
-
}
|
702
|
-
],
|
703
|
-
"cellGeometry": "",
|
704
|
-
"transformationParameterAvailability": false
|
705
|
-
}
|
706
|
-
],
|
707
|
-
"rasterInfo": [
|
708
|
-
{
|
709
|
-
"rasterDescription": "",
|
710
|
-
"processingLevel": {
|
711
|
-
"identifier": "",
|
712
|
-
"type": "",
|
713
|
-
"namespace": "",
|
714
|
-
"version": "",
|
715
|
-
"description": "",
|
716
|
-
"authority": {
|
717
|
-
"title": "",
|
718
|
-
"alternateTitle": "",
|
719
|
-
"date": [
|
720
|
-
{
|
721
|
-
"date": "",
|
722
|
-
"dateType": ""
|
723
|
-
}
|
724
|
-
],
|
725
|
-
"responsibleParty": [
|
726
|
-
{
|
727
|
-
"contactId": "",
|
728
|
-
"role": ""
|
729
|
-
}
|
730
|
-
],
|
731
|
-
"onlineResource": [
|
732
|
-
{
|
733
|
-
"uri": "",
|
734
|
-
"protocol": "",
|
735
|
-
"name": "",
|
736
|
-
"description": "",
|
737
|
-
"function": ""
|
738
|
-
}
|
739
|
-
]
|
740
|
-
}
|
741
|
-
},
|
742
|
-
"illuminationElevationAngle": 999.99,
|
743
|
-
"illuminationAzimuthAngle": 999.99,
|
744
|
-
"imagingCondition": "",
|
745
|
-
"imageQuality": {
|
746
|
-
"identifier": "",
|
747
|
-
"type": "",
|
748
|
-
"namespace": "",
|
749
|
-
"version": "",
|
750
|
-
"description": "",
|
751
|
-
"authority": {
|
752
|
-
"title": "",
|
753
|
-
"alternateTitle": "",
|
754
|
-
"date": [
|
755
|
-
{
|
756
|
-
"date": "",
|
757
|
-
"dateType": ""
|
758
|
-
}
|
759
|
-
],
|
760
|
-
"responsibleParty": [
|
761
|
-
{
|
762
|
-
"contactId": "",
|
763
|
-
"role": ""
|
764
|
-
}
|
765
|
-
],
|
766
|
-
"onlineResource": [
|
767
|
-
{
|
768
|
-
"uri": "",
|
769
|
-
"protocol": "",
|
770
|
-
"name": "",
|
771
|
-
"description": "",
|
772
|
-
"function": ""
|
773
|
-
}
|
774
|
-
]
|
775
|
-
}
|
776
|
-
},
|
777
|
-
"cloudCoverPercent": 999.99,
|
778
|
-
"compressionQuantity": 9,
|
779
|
-
"triangulationIndicator": true,
|
780
|
-
"radiometricCalibrationAvailable": true,
|
781
|
-
"cameraCalibrationAvailable": true,
|
782
|
-
"filmDistortionAvailable": true,
|
783
|
-
"lensDistortionAvailable": true,
|
784
|
-
"attributeGroup": [
|
785
|
-
{
|
786
|
-
"contentType": [""],
|
787
|
-
"attribute": [
|
788
|
-
{
|
789
|
-
"attributeName": "",
|
790
|
-
"attributeType": "",
|
791
|
-
"description": "",
|
792
|
-
"attributeDomain": [
|
793
|
-
{
|
794
|
-
"identifier": "",
|
795
|
-
"type": "",
|
796
|
-
"namespace": "",
|
797
|
-
"version": "",
|
798
|
-
"description": "",
|
799
|
-
"authority": {
|
800
|
-
"title": "",
|
801
|
-
"alternateTitle": "",
|
802
|
-
"date": [
|
803
|
-
{
|
804
|
-
"date": "",
|
805
|
-
"dateType": ""
|
806
|
-
}
|
807
|
-
],
|
808
|
-
"responsibleParty": [
|
809
|
-
{
|
810
|
-
"contactId": "",
|
811
|
-
"role": ""
|
812
|
-
}
|
813
|
-
],
|
814
|
-
"onlineResource": [
|
815
|
-
{
|
816
|
-
"uri": "",
|
817
|
-
"protocol": "",
|
818
|
-
"name": "",
|
819
|
-
"description": "",
|
820
|
-
"function": ""
|
821
|
-
}
|
822
|
-
]
|
823
|
-
}
|
824
|
-
}
|
825
|
-
],
|
826
|
-
"maxValue": 999.99,
|
827
|
-
"minValue": 999.99,
|
828
|
-
"units": "",
|
829
|
-
"scaleFactor": 999.99,
|
830
|
-
"offset": 999.99,
|
831
|
-
"meanValue": 999.99,
|
832
|
-
"numberOfValues": 9,
|
833
|
-
"standardDeviation": 999.999,
|
834
|
-
"bitsPerValue": 8,
|
835
|
-
"sensorMax": 999.99,
|
836
|
-
"sensorMin": 999.99,
|
837
|
-
"sensorUnit": "",
|
838
|
-
"peakResponse": 999.99,
|
839
|
-
"toneGradation": 9
|
840
|
-
}
|
841
|
-
]
|
842
|
-
}
|
843
|
-
]
|
844
|
-
}
|
845
|
-
],
|
846
|
-
"gridInfo": [
|
847
|
-
{
|
848
|
-
"numberOfDimensions": 9,
|
849
|
-
"dimension": [
|
850
|
-
{
|
851
|
-
"dimensionType": "",
|
852
|
-
"dimensionSize": 9,
|
853
|
-
"resolution": 9,
|
854
|
-
"resolutionUnit": "",
|
855
|
-
"dimensionTitle": "",
|
856
|
-
"dimensionDescription": ""
|
857
|
-
}
|
858
|
-
],
|
859
|
-
"cellGeometry": "",
|
860
|
-
"transformationParameterAvailability": false
|
861
|
-
}
|
862
|
-
],
|
863
|
-
"coverageInfo": [
|
864
|
-
{
|
865
|
-
"coverageType": "",
|
866
|
-
"coverageName": "",
|
867
|
-
"coverageDescription": "",
|
868
|
-
"processingLevel": {
|
869
|
-
"identifier": "",
|
870
|
-
"type": "",
|
871
|
-
"namespace": "",
|
872
|
-
"version": "",
|
873
|
-
"description": "",
|
874
|
-
"authority": {
|
875
|
-
"title": "",
|
876
|
-
"alternateTitle": "",
|
877
|
-
"date": [
|
878
|
-
{
|
879
|
-
"date": "1111-11-11",
|
880
|
-
"dateType": ""
|
881
|
-
}
|
882
|
-
],
|
883
|
-
"responsibleParty": [
|
884
|
-
{
|
885
|
-
"contactId": "",
|
886
|
-
"role": ""
|
887
|
-
}
|
888
|
-
],
|
889
|
-
"onlineResource": [
|
890
|
-
{
|
891
|
-
"uri": "http://thisisanexample.com",
|
892
|
-
"protocol": "",
|
893
|
-
"name": "",
|
894
|
-
"description": "",
|
895
|
-
"function": ""
|
896
|
-
}
|
897
|
-
]
|
898
|
-
}
|
899
|
-
},
|
900
|
-
"coverageItem": [
|
901
|
-
{
|
902
|
-
"itemName": "",
|
903
|
-
"itemType": "",
|
904
|
-
"itemDescription": "",
|
905
|
-
"minValue": 999.99,
|
906
|
-
"maxValue": 999.99,
|
907
|
-
"units": "",
|
908
|
-
"scaleFactor": 999.99,
|
909
|
-
"offset": 999.99,
|
910
|
-
"meanValue": 999.99,
|
911
|
-
"standardDeviation": 999.99,
|
912
|
-
"bitsPerValue": 9,
|
913
|
-
"classifiedData": {
|
914
|
-
"numberOfClasses": 9,
|
915
|
-
"classifiedDataItem": [
|
916
|
-
{
|
917
|
-
"className": "",
|
918
|
-
"classDescription": "",
|
919
|
-
"classValue": 999.99
|
920
|
-
}
|
921
|
-
]
|
922
|
-
},
|
923
|
-
"sensorInfo": {
|
924
|
-
"toneGradations": 9,
|
925
|
-
"sensorMin": 999.99,
|
926
|
-
"sensorMax": 999.99,
|
927
|
-
"sensorUnits": "",
|
928
|
-
"sensorPeakResponse": 999.99
|
929
|
-
}
|
930
|
-
}
|
931
|
-
],
|
932
|
-
"imageInfo": {
|
933
|
-
"illuminationElevationAngle": 999.99,
|
934
|
-
"illuminationAzimuthAngle": 999.99,
|
935
|
-
"imagingCondition": "",
|
936
|
-
"imageQuality": {
|
937
|
-
"identifier": "",
|
938
|
-
"type": "",
|
939
|
-
"namespace": "",
|
940
|
-
"version": "",
|
941
|
-
"description": "",
|
942
|
-
"authority": {
|
943
|
-
"title": "",
|
944
|
-
"alternateTitle": "",
|
945
|
-
"date": [
|
946
|
-
{
|
947
|
-
"date": "1111-11-11",
|
948
|
-
"dateType": ""
|
949
|
-
}
|
950
|
-
],
|
951
|
-
"responsibleParty": [
|
952
|
-
{
|
953
|
-
"contactId": "",
|
954
|
-
"role": ""
|
955
|
-
}
|
956
|
-
],
|
957
|
-
"onlineResource": [
|
958
|
-
{
|
959
|
-
"uri": "http://thisisanexample.com",
|
960
|
-
"protocol": "",
|
961
|
-
"name": "",
|
962
|
-
"description": "",
|
963
|
-
"function": ""
|
964
|
-
}
|
965
|
-
]
|
966
|
-
}
|
967
|
-
},
|
968
|
-
"cloudCoverPercent": 99.99,
|
969
|
-
"compressionQuantity": 9,
|
970
|
-
"triangulationIndicator": true,
|
971
|
-
"radiometricCalibrationAvailable": true,
|
972
|
-
"cameraCalibrationAvailable": true,
|
973
|
-
"filmDistortionAvailable": true,
|
974
|
-
"lensDistortionAvailable": true
|
975
|
-
}
|
976
|
-
}
|
977
|
-
],
|
978
|
-
"dataQualityInfo": [
|
979
|
-
{
|
980
|
-
"scope": "",
|
981
|
-
"lineage": {
|
982
|
-
"statement": "",
|
983
|
-
"processStep": [
|
984
|
-
{
|
985
|
-
"stepId": "",
|
986
|
-
"description": "",
|
987
|
-
"rationale": "",
|
988
|
-
"dateTime": "0000-00-00",
|
989
|
-
"processor": [
|
990
|
-
{
|
991
|
-
"contactId": "",
|
992
|
-
"role": ""
|
993
|
-
}
|
994
|
-
]
|
995
|
-
}
|
996
|
-
],
|
997
|
-
"source": [
|
998
|
-
{
|
999
|
-
"description": "",
|
1000
|
-
"citation": {
|
1001
|
-
"title": "",
|
1002
|
-
"alternateTitle": "",
|
1003
|
-
"date": [
|
1004
|
-
{
|
1005
|
-
"date": "0000-00-00",
|
1006
|
-
"dateType": ""
|
1007
|
-
}
|
1008
|
-
],
|
1009
|
-
"edition": "",
|
1010
|
-
"responsibleParty": [
|
1011
|
-
{
|
1012
|
-
"contactId": "",
|
1013
|
-
"role": ""
|
1014
|
-
}
|
1015
|
-
],
|
1016
|
-
"presentationForm": [""],
|
1017
|
-
"identifier": [
|
1018
|
-
{
|
1019
|
-
"identifier": "",
|
1020
|
-
"type": "",
|
1021
|
-
"authority": {
|
1022
|
-
"title": "",
|
1023
|
-
"alternateTitle": "",
|
1024
|
-
"date": [
|
1025
|
-
{
|
1026
|
-
"date": "0000-00-00",
|
1027
|
-
"dateType": ""
|
1028
|
-
}
|
1029
|
-
],
|
1030
|
-
"responsibleParty": [
|
1031
|
-
{
|
1032
|
-
"contactId": "",
|
1033
|
-
"role": ""
|
1034
|
-
}
|
1035
|
-
],
|
1036
|
-
"onlineResource": [
|
1037
|
-
{
|
1038
|
-
"uri": "http://thisisanexample.com",
|
1039
|
-
"protocol": "",
|
1040
|
-
"name": "",
|
1041
|
-
"description": "",
|
1042
|
-
"function": ""
|
1043
|
-
}
|
1044
|
-
]
|
1045
|
-
}
|
1046
|
-
}
|
1047
|
-
]
|
1048
|
-
},
|
1049
|
-
"processStep": [
|
1050
|
-
{
|
1051
|
-
"stepId": "",
|
1052
|
-
"description": "",
|
1053
|
-
"rationale": "",
|
1054
|
-
"dateTime": "0000-00-00",
|
1055
|
-
"processor": [
|
1056
|
-
{
|
1057
|
-
"contactId": "",
|
1058
|
-
"role": ""
|
1059
|
-
}
|
1060
|
-
]
|
1061
|
-
}
|
1062
|
-
]
|
1063
|
-
}
|
1064
|
-
]
|
1065
|
-
}
|
1066
|
-
}
|
1067
|
-
],
|
1068
|
-
"supplementalInfo": ""
|
1069
|
-
},
|
1070
|
-
"distributionInfo": [
|
1071
|
-
{
|
1072
|
-
"distributorContact": {
|
1073
|
-
"contactId": "",
|
1074
|
-
"role": ""
|
1075
|
-
},
|
1076
|
-
"distributionOrderProcess": [
|
1077
|
-
{
|
1078
|
-
"fees": "",
|
1079
|
-
"plannedAvailabilityDateTime": "0000-00-00",
|
1080
|
-
"orderingInstructions": "",
|
1081
|
-
"turnaround": ""
|
1082
|
-
}
|
1083
|
-
],
|
1084
|
-
"distributorTransferOptions": [
|
1085
|
-
{
|
1086
|
-
"distributorFormat": [
|
1087
|
-
{
|
1088
|
-
"formatName": "",
|
1089
|
-
"version": "",
|
1090
|
-
"compressionMethod": ""
|
1091
|
-
}
|
1092
|
-
],
|
1093
|
-
"transferSize": 9.9,
|
1094
|
-
"transferSizeUnits": "kB",
|
1095
|
-
"online": [
|
1096
|
-
{
|
1097
|
-
"uri": "http://thisisanexample.com",
|
1098
|
-
"protocol": "",
|
1099
|
-
"name": "",
|
1100
|
-
"description": "",
|
1101
|
-
"function": ""
|
1102
|
-
}
|
1103
|
-
],
|
1104
|
-
"offline": {
|
1105
|
-
"name": "",
|
1106
|
-
"mediumCapacity": 9.9,
|
1107
|
-
"mediumCapacityUnits": "GB",
|
1108
|
-
"mediumFormat": "",
|
1109
|
-
"mediumNote": ""
|
1110
|
-
}
|
1111
|
-
}
|
1112
|
-
]
|
1113
|
-
}
|
1114
|
-
],
|
1115
|
-
"associatedResource": [
|
1116
|
-
{
|
1117
|
-
"associationType": "",
|
1118
|
-
"initiativeType": "",
|
1119
|
-
"resourceType": "",
|
1120
|
-
"resourceCitation": {
|
1121
|
-
"title": "",
|
1122
|
-
"alternateTitle": "",
|
1123
|
-
"date": [
|
1124
|
-
{
|
1125
|
-
"date": "0000-00-00",
|
1126
|
-
"dateType": ""
|
1127
|
-
}
|
1128
|
-
],
|
1129
|
-
"edition": "",
|
1130
|
-
"responsibleParty": [
|
1131
|
-
{
|
1132
|
-
"contactId": "",
|
1133
|
-
"role": ""
|
1134
|
-
}
|
1135
|
-
],
|
1136
|
-
"presentationForm": [""],
|
1137
|
-
"identifier": [
|
1138
|
-
{
|
1139
|
-
"identifier": "",
|
1140
|
-
"type": "",
|
1141
|
-
"authority": {
|
1142
|
-
"title": "",
|
1143
|
-
"alternateTitle": "",
|
1144
|
-
"date": [
|
1145
|
-
{
|
1146
|
-
"date": "0000-00-00",
|
1147
|
-
"dateType": ""
|
1148
|
-
}
|
1149
|
-
],
|
1150
|
-
"responsibleParty": [
|
1151
|
-
{
|
1152
|
-
"contactId": "",
|
1153
|
-
"role": ""
|
1154
|
-
}
|
1155
|
-
],
|
1156
|
-
"onlineResource": [
|
1157
|
-
{
|
1158
|
-
"uri": "http://thisisanexample.com",
|
1159
|
-
"protocol": "",
|
1160
|
-
"name": "",
|
1161
|
-
"description": "",
|
1162
|
-
"function": ""
|
1163
|
-
}
|
1164
|
-
]
|
1165
|
-
}
|
1166
|
-
}
|
1167
|
-
],
|
1168
|
-
"onlineResource": [
|
1169
|
-
{
|
1170
|
-
"uri": "http://thisisanexample.com",
|
1171
|
-
"protocol": "",
|
1172
|
-
"name": "",
|
1173
|
-
"description": "",
|
1174
|
-
"function": ""
|
1175
|
-
}
|
1176
|
-
]
|
1177
|
-
},
|
1178
|
-
"metadataCitation": {
|
1179
|
-
"title": "",
|
1180
|
-
"alternateTitle": "",
|
1181
|
-
"date": [
|
1182
|
-
{
|
1183
|
-
"date": "0000-00-00",
|
1184
|
-
"dateType": ""
|
1185
|
-
}
|
1186
|
-
],
|
1187
|
-
"edition": "",
|
1188
|
-
"responsibleParty": [
|
1189
|
-
{
|
1190
|
-
"contactId": "",
|
1191
|
-
"role": ""
|
1192
|
-
}
|
1193
|
-
],
|
1194
|
-
"presentationForm": [""],
|
1195
|
-
"identifier": [
|
1196
|
-
{
|
1197
|
-
"identifier": "",
|
1198
|
-
"type": "",
|
1199
|
-
"authority": {
|
1200
|
-
"title": "",
|
1201
|
-
"alternateTitle": "",
|
1202
|
-
"date": [
|
1203
|
-
{
|
1204
|
-
"date": "0000-00-00",
|
1205
|
-
"dateType": ""
|
1206
|
-
}
|
1207
|
-
],
|
1208
|
-
"responsibleParty": [
|
1209
|
-
{
|
1210
|
-
"contactId": "",
|
1211
|
-
"role": ""
|
1212
|
-
}
|
1213
|
-
],
|
1214
|
-
"onlineResource": [
|
1215
|
-
{
|
1216
|
-
"uri": "http://thisisanexample.com",
|
1217
|
-
"protocol": "",
|
1218
|
-
"name": "",
|
1219
|
-
"description": "",
|
1220
|
-
"function": ""
|
1221
|
-
}
|
1222
|
-
]
|
1223
|
-
}
|
1224
|
-
}
|
1225
|
-
],
|
1226
|
-
"onlineResource": [
|
1227
|
-
{
|
1228
|
-
"uri": "http://thisisanexample.com",
|
1229
|
-
"protocol": "",
|
1230
|
-
"name": "",
|
1231
|
-
"description": "",
|
1232
|
-
"function": ""
|
1233
|
-
}
|
1234
|
-
]
|
1235
|
-
}
|
1236
|
-
}
|
1237
|
-
],
|
1238
|
-
"additionalDocumentation": [
|
1239
|
-
{
|
1240
|
-
"resourceType": "",
|
1241
|
-
"citation": {
|
1242
|
-
"title": "",
|
1243
|
-
"alternateTitle": "",
|
1244
|
-
"date": [
|
1245
|
-
{
|
1246
|
-
"date": "0000-00-00",
|
1247
|
-
"dateType": ""
|
1248
|
-
}
|
1249
|
-
],
|
1250
|
-
"edition": "",
|
1251
|
-
"responsibleParty": [
|
1252
|
-
{
|
1253
|
-
"contactId": "",
|
1254
|
-
"role": ""
|
1255
|
-
}
|
1256
|
-
],
|
1257
|
-
"presentationForm": [""],
|
1258
|
-
"identifier": [
|
1259
|
-
{
|
1260
|
-
"identifier": "",
|
1261
|
-
"type": "",
|
1262
|
-
"authority": {
|
1263
|
-
"title": "",
|
1264
|
-
"alternateTitle": "",
|
1265
|
-
"date": [
|
1266
|
-
{
|
1267
|
-
"date": "0000-00-00",
|
1268
|
-
"dateType": ""
|
1269
|
-
}
|
1270
|
-
],
|
1271
|
-
"responsibleParty": [
|
1272
|
-
{
|
1273
|
-
"contactId": "",
|
1274
|
-
"role": ""
|
1275
|
-
}
|
1276
|
-
],
|
1277
|
-
"onlineResource": [
|
1278
|
-
{
|
1279
|
-
"uri": "http://thisisanexample.com",
|
1280
|
-
"protocol": "",
|
1281
|
-
"name": "",
|
1282
|
-
"description": "",
|
1283
|
-
"function": ""
|
1284
|
-
}
|
1285
|
-
]
|
1286
|
-
}
|
1287
|
-
}
|
1288
|
-
],
|
1289
|
-
"onlineResource": [
|
1290
|
-
{
|
1291
|
-
"uri": "http://thisisanexample.com",
|
1292
|
-
"protocol": "",
|
1293
|
-
"name": "",
|
1294
|
-
"description": "",
|
1295
|
-
"function": ""
|
1296
|
-
}
|
1297
|
-
]
|
1298
|
-
}
|
1299
|
-
}
|
1300
|
-
]
|
1301
|
-
},
|
1302
|
-
"dataDictionary": [
|
1303
|
-
{
|
1304
|
-
"dictionaryInfo": {
|
1305
|
-
"citation": {
|
1306
|
-
"title": "",
|
1307
|
-
"alternateTitle": "",
|
1308
|
-
"date": [
|
1309
|
-
{
|
1310
|
-
"date": "0000-00-00",
|
1311
|
-
"dateType": ""
|
1312
|
-
}
|
1313
|
-
],
|
1314
|
-
"edition": "",
|
1315
|
-
"responsibleParty": [
|
1316
|
-
{
|
1317
|
-
"contactId": "",
|
1318
|
-
"role": ""
|
1319
|
-
}
|
1320
|
-
],
|
1321
|
-
"onlineResource": [
|
1322
|
-
{
|
1323
|
-
"uri": "http://thisisanexample.com",
|
1324
|
-
"protocol": "",
|
1325
|
-
"name": "",
|
1326
|
-
"description": "",
|
1327
|
-
"function": ""
|
1328
|
-
}
|
1329
|
-
]
|
1330
|
-
},
|
1331
|
-
"description": "",
|
1332
|
-
"resourceType": "",
|
1333
|
-
"language": "",
|
1334
|
-
"includedWithDataset": true
|
1335
|
-
},
|
1336
|
-
"domain": [
|
1337
|
-
{
|
1338
|
-
"domainId": "",
|
1339
|
-
"commonName": "",
|
1340
|
-
"codeName": "",
|
1341
|
-
"description": "",
|
1342
|
-
"member": [
|
1343
|
-
{
|
1344
|
-
"name": "",
|
1345
|
-
"value": "",
|
1346
|
-
"definition": ""
|
1347
|
-
}
|
1348
|
-
]
|
1349
|
-
}
|
1350
|
-
],
|
1351
|
-
"entity": [
|
1352
|
-
{
|
1353
|
-
"entityId": "",
|
1354
|
-
"commonName": "",
|
1355
|
-
"codeName": "",
|
1356
|
-
"alias": [""],
|
1357
|
-
"definition": "",
|
1358
|
-
"primaryKeyAttributeCodeName": [""],
|
1359
|
-
"index": [
|
1360
|
-
{
|
1361
|
-
"codeName": "",
|
1362
|
-
"allowDuplicates": false,
|
1363
|
-
"attributeCodeName": [""]
|
1364
|
-
}
|
1365
|
-
],
|
1366
|
-
"attribute": [
|
1367
|
-
{
|
1368
|
-
"commonName": "",
|
1369
|
-
"codeName": "",
|
1370
|
-
"alias": [""],
|
1371
|
-
"definition": "",
|
1372
|
-
"dataType": "",
|
1373
|
-
"allowNull": true,
|
1374
|
-
"units": "",
|
1375
|
-
"domainId": "",
|
1376
|
-
"minValue": "",
|
1377
|
-
"maxValue": ""
|
1378
|
-
}
|
1379
|
-
],
|
1380
|
-
"foreignKey": [
|
1381
|
-
{
|
1382
|
-
"localAttributeCodeName": [""],
|
1383
|
-
"referencedEntityCodeName": "",
|
1384
|
-
"referencedAttributeCodeName": [""]
|
1385
|
-
}
|
1386
|
-
]
|
1387
|
-
}
|
1388
|
-
]
|
1389
|
-
}
|
1390
|
-
]
|
1391
|
-
}
|