-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathfull_example.raml
295 lines (293 loc) · 8.61 KB
/
full_example.raml
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
#%RAML 1.0
title: Annotation exempel api
description: Annotation exempel api är ett påhittat api som använder sig av annotations för att skapa metadata för DCAT-AP-SE.
version: 1.0.0
annotationTypes:
dcat-dataset:
properties:
about: string
title-sv: string
description-sv: string
creator:
properties:
about: string
name: string
type: string
homepage: string
mbox: string
other agent:
properties:
about: string
name: string
type: string
homepage: string
mbox: string
role: string
contactPoint:
properties:
about: string
type: string
name: string
email: string
phone: string
address: string
keyword-sv: string
theme: string
identifier: string
adms: string
issued: string
modified: string
landingPage: string
temporalResolution: string
spatialResolutionInMeters: string
versionInfo: string
versionNotes: string
accessRights: string
isReferencedBy: string
relation: string
spatialUrl: string
conformsTo:
properties:
about: string
title-sv: string
description-sv: string
offers:
properties:
description-sv: string
page: string
page:
properties:
about: string
title-sv: string
description-sv: string
temporal:
properties:
startDate: string
endDate: string
distribution:
properties:
about: string
title-sv: string
description-sv: string
accessURL: string
downloadURL: string
formatMedia: string
accessService: string
temporalResolution: string
spatialResolutionInMeters: string
byteSize: integer
issued: string
modified: string
status: string
availability: string
licenseurl: string
rights:
properties:
attributionText-sv: string
attributionURL: string
copyrightNotice: string
copyrightStatement:
properties:
about: string
title-sv: string
description-sv: string
copyrightYear: integer
copyrightHolder:
properties:
about: string
name: string
type: string
homepage: string
mbox: string
jurisdiction: string
reuserGuidelines: string
checksum:
properties:
value: string
page:
properties:
about: string
title-sv: string
description-sv: string
conformsTo:
properties:
about: string
title-sv: string
description-sv: string
dcat-dataservice:
properties:
about: string
title-sv: string
description-sv: string
endpointURL: string
endpointDescription: string
publisher:
properties:
about: string
name: string
type: string
homepage: string
mbox: string
contactPoint:
properties:
about: string
type: string
name: string
email: string
phone: string
address: string
type: string
keyword-sv: string
theme: string
conformsTo:
properties:
about: string
title-sv: string
description-sv: string
servesDataset: string
licensedoc:
properties:
about: string
title-sv: string
description-sv: string
accessRights: string
landingPage: string
page:
properties:
about: string
title-sv: string
description-sv: string
(dcat-dataset):
about: https://www.example.se/#datasetA
title-sv: Datamängd A
description-sv: Exempel beskrivning datamängd A
creator:
about: https://www.example.se/#creatorA
name: ExempelFöretag
type: NationalAuthority
homepage: www.exempelforetag.com
mbox: kontakt@exempelforetag.com
other agent:
about: https://www.example.se/#other_agentA
name: ExempelFöretag 2
type: NationalAuthority
homepage: www.exempelforetag2.com
mbox: kontakt@exempelforetag2.com
role: distributor
contactPoint:
about: https://www.example.se/#contactA
name: Exempel Organisation
type: Organization
email: admin@exempel.se
address: Testgatan 5; 76543; Tranemo; Sverige
phone: 0799887655
keyword-sv: exempel; info; data
keyword-en: example; info; computer
theme: TRAN; EDUC
issued: 2021-03-05
modified: 2021-03-15
spatialUrl: https://www.geonames.org/6695072/european-union.html
versionInfo: version 3.7.5
versionNotes: Exempel på VersionsNoteringar; Fler versionsnoteringar
landingPage: www.exempelsida.se
temporalResolution: P1Y
spatialResolutionInMeters: 1.4
relation: www.relateradresursexempelsida.se
isReferencedBy: www.exempelreferenssida.se
identifier: www.identifierare.com
adms: www.ovrig-identifierare.com
conformsTo:
about: https://www.example.se/#datasetA/conformsTo
title-sv: Exempel namn på Standard
description-sv: Beskrivning Standard
temporal:
startDate: 2021-03-16
endDate: 2021-03-25
accessRights: Public
offers:
description-sv: Exempel Avgift
page: www.avgiftsexempel.se
page:
about: https://www.example.se/#datasetA/page
title-sv: Exempel Dokument
description-sv: Beskrivning av Exempeldokument
distribution:
about: https://www.example.se/#distributionA
title-sv: Distribution A
description-sv: Beskrivning av Distribution A
accessURL: www.distribution!.se
downloadURL: www.exempelforetag.se/distributionA
formatMedia: text/html
accessService: https://www.example.se/#dataserviceA
temporalResolution: P1Y
spatialResolutionInMeters: 1.4
byteSize: 3000
issued: 2021-05-04
modified: 2021-05-20
status: Completed
availability: Stable
licenseurl: CC BY-NC-ND 4.0
rights:
attributionText-sv: Detta är en rättighetstext
attributionURL: www.rattighetstext.se
copyrightNotice: Upphovsrätt
copyrightStatement:
about: https://www.example.se/#distributionA/statement
title-sv: Test License
description-sv: Test license for dcat spec
copyrightYear: 1976
copyrightHolder:
about: https://www.example.se/#copyrightHolderA
name: Copyright Name
homepage: www.copyrightweb.com
type: RegionalAuthority
mbox: copyrightname@company.se
jurisdiction: www.copyrightwebjurisdiction.com
reuserGuidelines: www.guidelines.se
checksum:
value: A23DF
page:
about: https://www.example.se/#distributionA/page
title-sv: Nytt Exempel Dokument
description-sv: Beskrivning av Nytt Exempeldokument
conformsTo:
about: https://www.example.se/#distributionA/conformsTo
title-sv: Ny Standard
description-sv: Beskrivning av Ny Standard
(dcat-dataservice):
about: https://www.example.se/#dataserviceA
title-sv: Datatjänst A
description-sv: Beskrivning av Datatjänst A
endpointURL: www.datatjanstA.se
endpointDescription: www.beskrivningDatatjanstA.se
publisher:
about: https://www.example.se/#publisherA2
name: Utgivare av Datatjänst A
type: NonGovernmentalOrganisation
homepage: www.utgivare2.se
mbox: kontakt@utgivare2.se
contactPoint:
about: https://www.example.se/#contactPointA2
type: Organization
name: Namn på Organisation 2
email: kontakt@organization2.se
phone: 07923568945
address: Testvägen 24; 93847; Backa; Sverige
type: REST
keyword-sv: rest; datatjänst
theme: ENER
conformsTo:
about: https://www.example.se/#dataserviceA/standard
title-sv: Standard för Datatjänst A
description-sv: Beskrivning av Standard för Datatjänst A
servesDataset: https://www.example.se/#datasetA
licensedoc:
about: https://www.example.se/#dataserviceA/license
title-sv: namn på licens för DataTjänst
description-sv: Beskrivning av licens för Datatjänst
accessRights: Restricted
landingPage: www.landingpagefordataservice.com
page:
about: https://www.example.se/#dataserviceA/page
title-sv: Namn på exempel dokument för Datatjänst
description-sv: Beskrivning av dokument för Datatjänst