-
Notifications
You must be signed in to change notification settings - Fork 3
/
sample-record.json
163 lines (163 loc) · 4.82 KB
/
sample-record.json
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
{
"id": "foorecord",
"conformsTo": [
"http://www.opengis.net/spec/ogcapi-records-1/1.0/req/record-core"
],
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-141,
42
],
[
-141,
84
],
[
-52,
84
],
[
-52,
42
],
[
-141,
42
]
]
]
},
"properties": {
"identifier": "3f342f64-9348-11df-ba6a-0014c2c00eab",
"title": "title in English",
"description": "abstract in English",
"themes": [
{
"concepts": [
"kw1 in English",
"kw2 in English",
"kw3 in English"
]
},
{
"concepts": [
"FOO",
"BAR"
],
"scheme": "http://example.org/vocab"
},
{
"concepts": [
"kw1",
"kw2"
]
}
],
"providers": [
{
"name": "Environment Canada",
"individual": "Tom Kralidis",
"positionName": "Senior Systems Scientist",
"contactInfo": {
"phone": {
"office": "+01-123-456-7890"
},
"email": {
"office": "+01-123-456-7890"
},
"address": {
"office": {
"deliveryPoint": "4905 Dufferin Street",
"city": "Toronto",
"administrativeArea": "Ontario",
"postalCode": "M3H 5T4",
"country": "Canada"
},
"onlineResource": {
"href": "https://www.ec.gc.ca/"
}
},
"hoursOfService": "0700h - 1500h EST",
"contactInstructions": "email",
"url": {
"rel": "canonical",
"type": "text/html",
"href": "https://www.ec.gc.ca/"
}
},
"roles": [
{
"name": "pointOfContact"
}
]
},
{
"name": "Environment Canada",
"individual": "Tom Kralidis",
"positionName": "Senior Systems Scientist",
"contactInfo": {
"phone": {
"office": "+01-123-456-7890"
},
"email": {
"office": "+01-123-456-7890"
},
"address": {
"office": {
"deliveryPoint": "4905 Dufferin Street",
"city": "Toronto",
"administrativeArea": "Ontario",
"postalCode": "M3H 5T4",
"country": "Canada"
},
"onlineResource": {
"href": "https://www.ec.gc.ca/"
}
},
"hoursOfService": "0700h - 1500h EST",
"contactInstructions": "email",
"url": {
"rel": "canonical",
"type": "text/html",
"href": "https://www.ec.gc.ca/"
}
},
"roles": [
{
"name": "distributor"
}
]
}
],
"language": "en",
"type": "dataset",
"created": "2011-11-11",
"recordUpdated": "2000-09-01",
"rights": "Copyright (c) 2010 Her Majesty the Queen in Right of Canada"
},
"links": [
{
"rel": "canonical",
"href": "https://example.org/data",
"type": "WWW:LINK",
"title": "my waf"
},
{
"rel": "service",
"href": "https://example.org/wms",
"type": "OGC:WMS",
"title": "roads"
}
],
"time": {
"interval": [
"1950-07-31",
null
],
"resolution": "P1Y"
}
}