-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathfeed.jsonld
541 lines (532 loc) · 18.8 KB
/
feed.jsonld
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
{
"@context": "https://ec-melodies.github.io/wp02-dcat/context.jsonld",
"@type": "Catalog",
"title": "MELODIES demo catalogue",
"datasets": [
{
"@id": "http://melodiesproject.eu/datasets/wp2/test",
"@type": "Dataset",
"landingPage": "http://melodiesproject.eu/datasets/wp2/test",
"title": {
"en": "Test Dataset for testing distributions"
},
"description": {
"en": "This dataset includes distributions of various formats and APIs to demo CKAN's preview capabilities"
},
"issued": "2015-10-13",
"spatial": {
"@type": "Location",
"geometry": "POLYGON((-180 -90, 180 -90, 180 90, -180 90, -180 -90))"
},
"temporal": {
"@type": "PeriodOfTime",
"startDate": "2015-01-01",
"endDate": "2015-12-31"
},
"distributions": [
{
"@type": "Distribution",
"title": "WMS endpoint USGS Topo",
"accessURL": "http://basemap.nationalmap.gov/arcgis/services/USGSTopo/MapServer/WMSServer",
"format": "wms"
}, {
"@type": "Distribution",
"title": "WMS endpoint IGEMS Hazards",
"accessURL": "http://igems.doi.gov/arcgis/services/igems_haz/MapServer/WMSServer",
"format": "wms"
}, {
"@type": "Distribution",
"title": "Overview image from WMS",
"downloadURL": "http://oos.soest.hawaii.edu/thredds/wms/srtm30plus_v11_land?LAYERS=elev&ELEVATION=0&TIME=2015-10-16T23%3A33%3A25Z&TRANSPARENT=false&STYLES=boxfill%2Frainbow&CRS=EPSG%3A4326&COLORSCALERANGE=0%2C6000&NUMCOLORBANDS=253&LOGSCALE=false&SERVICE=WMS&VERSION=1.1.1&REQUEST=GetMap&EXCEPTIONS=application%2Fvnd.ogc.se_inimage&FORMAT=image%2Fpng&SRS=EPSG%3A4326&BBOX=-180,-90,180,90&WIDTH=1024&HEIGHT=512",
"mediaType": "image/png"
}, {
"@type": "Distribution",
"title": "WFS endpoint for US gov units",
"accessURL": "http://services.nationalmap.gov/arcgis/services/WFS/govunits/MapServer/WFSServer",
"format": "wfs"
}
]
}, {
"@id": "http://melodiesproject.eu/datasets/wp2/uk_admin2_boundaries/2013/03",
"@type": "Dataset",
"title": "UK Administrative Boundaries Level 2 (OpenStreetMaps) - March 2013",
"keywords": ["UK"],
"temporal": {
"@type": "PeriodOfTime",
"startDate": "2013-03-01",
"endDate": "2013-03-01"
},
"spatial": {
"@type": "Location",
"geometry": "POLYGON((1.8 60.9, 1.8 49.2, -13.4 49.2, -13.4 60.9, 1.8 60.9))"
},
"distributions": [
{
"@type": "Distribution",
"title": "UK Admin 2 Boundaries as GeoJSON",
"downloadURL": "https://raw.githubusercontent.com/chrisfinch/over9k/master/public/experiments/march-2013/GBR_adm2.json",
"format": "geojson"
}
]
}, {
"@id": "http://melodiesproject.eu/datasets/wp2/foam/salinity",
"@type": "Dataset",
"title": "FOAM Sea water salinity",
"keywords": ["salinity", "sea water"],
"temporal": {
"@type": "PeriodOfTime",
"startDate": "2011-01-01",
"endDate": "2011-01-01"
},
"distributions": [
{
"@type": "Distribution",
"title": "CovJSON FOAM Salinity",
"accessURL": "http://lovejoy.nerc-essc.ac.uk:8080/edal-json/datasets/FOAM_one.ncml/coverages/SALTY.covjson",
"mediaType": "application/prs.coverage+json"
}
]
}, {
"@id": "http://melodiesproject.eu/datasets/wp2/foam/temperature",
"@type": "Dataset",
"title": "FOAM Sea Water Potential Temperature",
"keywords": ["potential temperature", "sea water"],
"temporal": {
"@type": "PeriodOfTime",
"startDate": "2011-01-01",
"endDate": "2011-01-01"
},
"distributions": [
{
"@type": "Distribution",
"title": "CovJSON FOAM Potential Temperature",
"accessURL": "http://lovejoy.nerc-essc.ac.uk:8080/edal-json/datasets/FOAM_one.ncml/coverages/TMP.covjson",
"mediaType": "application/prs.coverage+json"
}
]
}, {
"@id": "http://melodiesproject.eu/datasets/wp2/en4/2011/01",
"@type": "Dataset",
"title": "EN4 January 2011",
"keywords": ["potential temperature", "salinity", "sea water"],
"temporal": {
"@type": "PeriodOfTime",
"startDate": "2011-01-01",
"endDate": "2011-01-31"
},
"distributions": [
{
"@type": "Distribution",
"title": "CovJSON EN4 2011-01",
"accessURL": "http://lovejoy.nerc-essc.ac.uk:8080/edal-json/datasets/en4_2011-01.nc/coverages.covjson",
"mediaType": "application/prs.coverage+json"
}
]
},
{
"@id": "http://melodiesproject.eu/datasets/wp3/landcover/wgs84",
"@type": "Dataset",
"title": "UK MELODIES Land Cover (Latitude/Longitude)",
"description": "Land cover timeseries over UK derived from MODIS data.",
"issued": "2015-10-21",
"keywords": ["land cover", "MODIS", "UK"],
"spatial": {
"@type": "Location",
"geometry": "POLYGON((1.8 60.9, 1.8 49.2, -13.4 49.2, -13.4 60.9, 1.8 60.9))"
},
"temporal": {
"@type": "PeriodOfTime",
"startDate": "2003-01-01",
"endDate": "2015-01-01"
},
"observedProperties": [{
"@id": "http://melodiesproject.eu/datasets/WP3/land-cover",
"label": "MELODIES Land Cover"
}],
"distributions": [
{
"@type": "Distribution",
"title": "CoverageJSON + REST API",
"accessURL": "https://ec-melodies.github.io/wp03-landcover-covjson/CRS84/land_cover.covjson",
"mediaType": "application/prs.coverage+json"
}
]
}, {
"@id": "http://melodiesproject.eu/datasets/wp3/landcover/bng",
"@type": "Dataset",
"title": "UK MELODIES Land Cover (British National Grid)",
"description": "Land cover timeseries over UK derived from MODIS data.",
"issued": "2015-10-21",
"keywords": ["land cover", "MODIS", "UK"],
"spatial": {
"@type": "Location",
"geometry": "POLYGON((1.8 60.9, 1.8 49.2, -13.4 49.2, -13.4 60.9, 1.8 60.9))"
},
"temporal": {
"@type": "PeriodOfTime",
"startDate": "2003-01-01",
"endDate": "2015-01-01"
},
"observedProperties": [{
"@id": "http://melodiesproject.eu/datasets/WP3/land-cover",
"label": "MELODIES Land Cover"
}],
"distributions": [
{
"@type": "Distribution",
"title": "CoverageJSON + REST API",
"accessURL": "https://ec-melodies.github.io/wp03-landcover-covjson/BNG/land_cover.covjson",
"mediaType": "application/prs.coverage+json"
}
]
},
{
"@id": "http://melodiesproject.eu/datasets/wp3/landcover-modis-mapping",
"@type": "Dataset",
"title": "Mapping from MELODIES UK Land Cover to MODIS",
"issued": "2015-12-11",
"keywords": ["land cover", "MODIS", "UK"],
"distributions": [
{
"@type": "Distribution",
"title": "Mapping in JSON-LD format",
"downloadURL": "https://raw.githubusercontent.com/ec-melodies/wp03-landcover-reclassifications/master/melodies_modis.jsonld",
"mediaType": "application/ld+json;profile=\"http://purl.org/voc/cpm_catremap\""
}
]
},
{
"@id": "http://melodiesproject.eu/datasets/wp3/landcover-unlccs-mapping",
"@type": "Dataset",
"title": "Mapping from MELODIES UK Land Cover to UN LCCS",
"issued": "2015-12-11",
"keywords": ["land cover", "UN LCCS", "UK"],
"distributions": [
{
"@type": "Distribution",
"title": "Mapping in JSON-LD format",
"downloadURL": "https://raw.githubusercontent.com/ec-melodies/wp03-landcover-reclassifications/master/melodies_unlccs.jsonld",
"mediaType": "application/ld+json;profile=\"http://purl.org/voc/cpm_catremap\""
}
]
},
{
"@id": "http://melodiesproject.eu/datasets/wp3/landcover-modis-unlccs-mapping",
"@type": "Dataset",
"title": "Mapping from MODIS UK Land Cover to UN LCCS",
"issued": "2015-12-11",
"keywords": ["land cover", "modis", "UN LCCS", "UK"],
"distributions": [
{
"@type": "Distribution",
"title": "Mapping in JSON-LD format",
"downloadURL": "https://raw.githubusercontent.com/ec-melodies/wp03-landcover-reclassifications/master/modis_unlccs.jsonld",
"mediaType": "application/ld+json;profile=\"http://purl.org/voc/cpm_catremap\""
}
]
},
{
"@id": "http://melodiesproject.eu/datasets/wp3/modis_landcover",
"@type": "Dataset",
"title": "UK MODIS Land Cover",
"description": "MODIS Land cover timeseries over UK.",
"issued": "2015-10-21",
"keywords": ["land cover", "MODIS", "UK"],
"spatial": {
"@type": "Location",
"geometry": "POLYGON((1.8 60.9, 1.8 49.2, -13.4 49.2, -13.4 60.9, 1.8 60.9))"
},
"temporal": {
"@type": "PeriodOfTime",
"startDate": "2001-01-01",
"endDate": "2012-01-01"
},
"observedProperties": [{
"@id": "http://glcf.umd.edu/data/lc/",
"label": "MODIS Land Cover"
}],
"distributions": [
{
"@type": "Distribution",
"title": "CoverageJSON + REST API",
"accessURL": "http://lovejoy.nerc-essc.ac.uk:8080/edal-json/datasets/modis.nc/coverages/land_cover.covjson",
"mediaType": "application/prs.coverage+json"
}
]
},
{
"@id": "http://melodiesproject.eu/datasets/wp5/base_map",
"@type": "Dataset",
"title": "TF Base Map",
"description": "The TF base map shows the persistent (multi-annual) patterns of relative fertility in a field as observed from space with satellites.",
"issued": "2016-04-30",
"keywords": ["farming", "satellite", "Earth Observation", "Base map"],
"publisher": {
"@type": "Organization",
"name": "Vista GmbH",
"homepage": "http://www.vista-geo.de"
},
"spatial": {
"@type": "Location",
"geometry": "POLYGON((12.096 48.168, 12.096 48.271, 12.283 48.271, 12.283 48.168, 12.096 48.168))"
},
"observedProperties": [{
"@id": "http://vocab.nerc.ac.uk/collection/P07/current/CFSN0335/",
"TODO": "link checken, nach keyword yield potential",
"label": "Yield Potential"
}],
"distributions": [
{
"@type": "Distribution",
"title": "Coverage JSON",
"accessURL": "https://raw.githubusercontent.com/ec-melodies/wp5-demodata/master/TFB2_NWS_wgs84.covjson",
"mediaType": "application/prs.coverage+json"
}
]
},
{
"@id": "http://melodiesproject.eu/datasets/wp5/fieldboundaries",
"@type": "Dataset",
"title": "Field boundaries",
"description": "Agricultural field boundaries as .",
"issued": "2015-04-09",
"keywords": ["farming", "agriculture", "field"],
"publisher": {
"@type": "Organization",
"name": "Landesamt für Digitalisierung, Breitband und Vermessung Bayern",
"homepage": "http://ldbv.bayern.de/produkte/kataster/flurkarte.html"
},
"spatial": {
"@type": "Location",
"geometry": "POLYGON((12.096 48.168, 12.096 48.271, 12.283 48.271, 12.283 48.168, 12.096 48.168))"
},
"observedProperties": [{
"@id": "http://vocab.nerc.ac.uk/collection/P07/current/CFSN0335/",
"TODO": "link check!",
"label": "boundaries"
}],
"distributions": [
{
"@type": "Feature collection",
"title": "Geographic JSON",
"accessURL": "https://raw.githubusercontent.com/ec-melodies/wp5-demodata/master/fieldbound_HO2015.geojson",
"format": "GeoJSON"
}
]
},
{
"@id": "http://melodiesproject.eu/datasets/wp5/conservationareas",
"@type": "Dataset",
"title": "Conservation areas",
"description": {
"en": "Conservation areas protected under the EU Habitats directive or German and Bavarian regulation.",
"de": "Naturschutzflächen nach EU-FFH Richtlinie bzw. deutscher und bayerischer Gesetzgebung."
},
"issued": "1900-01-01",
"keywords": ["conservation area", "FFH directive", "xxx"],
"publisher": {
"@type": "Organization",
"name": "Bavarian Environment Agency (BayLfU)",
"homepage": "http://geoportal.bayern.de/geoportalbayern/suche/suche?7&f=true&q=Protected+sites"
},
"spatial": {
"@type": "Location",
"geometry": "POLYGON((12.096 48.168, 12.096 48.271, 12.283 48.271, 12.283 48.168, 12.096 48.168))"
},
"observedProperties": [{
"@id": "http://vocab.nerc.ac.uk/collection/P07/current/CFSN0335/",
"TODO": "link check!",
"label": "boundaries"
}],
"distributions": [
{
"@type": "Feature collection",
"title": "Web Map Service endpoint",
"accessURL": "http://www.lfu.bayern.de/gdi/wms/naturschutz/schutzgebiete",
"format": "wms"
}
]
},
{
"@id": "http://melodiesproject.eu/datasets/wp5/biotopes",
"@type": "Dataset",
"title": "Natural areas",
"description": {
"en": "Natural areas (biotopes) in Bavaria mapped between 1984 and 2010.",
"de": "Natürliche Flächen (Biotope) in Bayern kartiert zwischen 1984 und 2010."
},
"issued": "1900-01-01",
"keywords": ["natural area", "biotope", "Bavaria"],
"publisher": {
"@type": "Organization",
"name": "Bavarian Environment Agency (BayLfU)",
"homepage": "http://www.lfu.bayern.de/natur/biotopkartierung_flachland/index.htm"
},
"spatial": {
"@type": "Location",
"geometry": "POLYGON((12.096 48.168, 12.096 48.271, 12.283 48.271, 12.283 48.168, 12.096 48.168))"
},
"observedProperties": [{
"@id": "http://vocab.nerc.ac.uk/collection/P07/current/CFSN0335/",
"TODO": "link check!",
"label": "boundaries"
}],
"distributions": [
{
"@type": "Feature collection",
"title": "Web Map Service endpoint",
"accessURL": "http://www.lfu.bayern.de/gdi/wms/natur/biotopkartierung",
"format": "wms"
}
]
},
{
"@id": "http://melodiesproject.eu/datasets/wp5/result_R01",
"@type": "Dataset",
"title": "Greening areas along forests and waterways",
"descripion": {
"en": "Potential 'Greening' areas as defined in the EU 'Greening' directive (Riparian and forest buffer strips)",
"de": "Potentielle 'Greening'-Flächen nach EU-'Greening' Richtlinie (Wald- und Gewässerrandstreifen)."
},
"issued": "2016-04-30",
"keywords": ["farming", "greening", "CAP"],
"publisher": {
"@type": "Organization",
"name": "Vista GmbH",
"homepage": "http://www.vista-geo.de"
},
"spatial": {
"@type": "Location",
"geometry": "POLYGON((12.096 48.168, 12.096 48.271, 12.283 48.271, 12.283 48.168, 12.096 48.168))"
},
"observedProperties": [{
"@id": "http://vocab.nerc.ac.uk/collection/P07/current/CFSN0335/",
"TODO": "link check!",
"label": "boundaries"
}],
"distributions": [
{
"@type": "Feature collection",
"title": "Geographic JSON",
"accessURL": "https://raw.githubusercontent.com/ec-melodies/wp5-demodata/master/R01_bufferstrips_HO2015.geojson",
"format": "GeoJSON"
}
]
},
{
"@id": "http://melodiesproject.eu/datasets/wp5/result_R02",
"@type": "Dataset",
"title": "Greening areas along conservation areas",
"descripion": {
"de": "Zusätzliche 'Greening'-Flächen (Pufferzonen) mit hohem ökologisches Potential die an Naturschutzflächen angrenzen.",
"en": "Additional 'Greening' areas with high ecological potential buffering conservation areas."
},
"issued": "2016-04-30",
"keywords": ["farming", "greening", "CAP"],
"publisher": {
"@type": "Organization",
"name": "Vista GmbH",
"homepage": "http://www.vista-geo.de"
},
"spatial": {
"@type": "Location",
"geometry": "POLYGON((12.096 48.168, 12.096 48.271, 12.283 48.271, 12.283 48.168, 12.096 48.168))"
},
"observedProperties": [{
"@id": "http://vocab.nerc.ac.uk/collection/P07/current/CFSN0335/",
"TODO": "link check!",
"label": "boundaries"
}],
"distributions": [
{
"@type": "Feature collection",
"title": "Geographic JSON",
"accessURL": "https://raw.githubusercontent.com/ec-melodies/wp5-demodata/master/R02_bufferstrips_HO2015.geojson",
"format": "GeoJSON"
}
]
},
{
"@id": "http://melodiesproject.eu/datasets/wp10/aquifers/XYZ/",
"@type": "Dataset",
"title": "All data for the XYZ aquifer",
"description": "Timeseries of all sites and variables for the XYZ aquifer",
"issued": "2015-10-21",
"spatial": {
"@type": "Location",
"geometry": "POINT((1.695826 41.91894))"
},
"temporal": {
"@type": "PeriodOfTime",
"startDate": "1900-01-01",
"endDate": "1999-12-31"
},
"observedProperties": [{
"@id": "http://h2-melodies.cloudapp.net/delta/v1/id/variable_q_mitja_d",
"label": "Head level"
},{
"@id": "http://h2-melodies.cloudapp.net/delta/v1/id/variable_chl_TODO",
"label": "Chloride concentration"
}],
"parts" : [
"http://melodiesproject.eu/datasets/wp10/aquifers/XYZ/sites/PQR/"
]
},
{
"@id": "http://melodiesproject.eu/datasets/wp10/aquifers/XYZ/sites/PQR/",
"@type": "Dataset",
"title": "Timeseries of all variables for site PQR in the XYZ aquifer",
"description": "Timeseries of all variables for site PQR in the XYZ aquifer, measured by in situ sensors",
"issued": "2015-10-21",
"spatial": {
"@type": "Location",
"geometry": "POINT((1.695826 41.91894))"
},
"temporal": {
"@type": "PeriodOfTime",
"startDate": "1912-01-01",
"endDate": "1998-09-30"
},
"observedProperties": [{
"@id": "http://h2-melodies.cloudapp.net/delta/v1/id/variable_q_mitja_d",
"label": "Head level"
},{
"@id": "http://h2-melodies.cloudapp.net/delta/v1/id/variable_chl_TODO",
"label": "Chloride concentration"
}],
"parts" : [
"http://melodiesproject.eu/datasets/wp10/aquifers/XYZ/sites/PQR/hl_timeseries"
],
"isPartOf": "http://melodiesproject.eu/datasets/wp10/aquifers/XYZ/"
},
{
"@id": "http://melodiesproject.eu/datasets/wp10/aquifers/XYZ/sites/PQR/hl_timeseries",
"@type": "Dataset",
"title": "Timeseries of head level for site PQR in the XYZ aquifer",
"description": "Timeseries of head level for site PQR in the XYZ aquifer, measured by in situ sensors",
"issued": "2015-10-21",
"spatial": {
"@type": "Location",
"geometry": "POINT((1.695826 41.91894))"
},
"temporal": {
"@type": "PeriodOfTime",
"startDate": "1912-01-01",
"endDate": "1998-09-30"
},
"observedProperties": [{
"@id": "http://h2-melodies.cloudapp.net/delta/v1/id/variable_q_mitja_d",
"label": "Head level"
}],
"isPartOf": "http://melodiesproject.eu/datasets/wp10/aquifers/XYZ/sites/PQR/",
"distributions": [
{
"@type": "Distribution",
"title": "Timeseries in WaterML 1.1 format",
"accessURL": "http://h2-melodies.cloudapp.net/ODM/GetValues?location=H2:EA001&variable=H2:q_mitja_d&startdate=1912-01-01&enddate=1998-09-30",
"mediaType": "text/xml"
}
]
}
]
}