@twin.org/standards-w3c-dcat 0.0.3-next.9 → 0.9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/es/dataTypes/dcatDataTypes.js +80 -49
- package/dist/es/dataTypes/dcatDataTypes.js.map +1 -1
- package/dist/es/index.js +6 -2
- package/dist/es/index.js.map +1 -1
- package/dist/es/models/IDcatCatalog.js.map +1 -1
- package/dist/es/models/IDcatCatalogBase.js +2 -0
- package/dist/es/models/IDcatCatalogBase.js.map +1 -0
- package/dist/es/models/IDcatCatalogRecord.js.map +1 -1
- package/dist/es/models/IDcatCatalogRecordBase.js +2 -0
- package/dist/es/models/IDcatCatalogRecordBase.js.map +1 -0
- package/dist/es/models/IDcatDataService.js.map +1 -1
- package/dist/es/models/IDcatDataServiceBase.js +2 -0
- package/dist/es/models/IDcatDataServiceBase.js.map +1 -0
- package/dist/es/models/IDcatDataset.js.map +1 -1
- package/dist/es/models/IDcatDatasetBase.js +2 -0
- package/dist/es/models/IDcatDatasetBase.js.map +1 -0
- package/dist/es/models/IDcatDatasetSeries.js.map +1 -1
- package/dist/es/models/IDcatDistribution.js.map +1 -1
- package/dist/es/models/IDcatDistributionBase.js +2 -0
- package/dist/es/models/IDcatDistributionBase.js.map +1 -0
- package/dist/es/models/IDcatRelationship.js.map +1 -1
- package/dist/es/models/IDcatResource.js.map +1 -1
- package/dist/es/models/IDcatResourceBase.js +2 -0
- package/dist/es/models/IDcatResourceBase.js.map +1 -0
- package/dist/es/models/IDcatRole.js.map +1 -1
- package/dist/es/models/dcatContextType.js.map +1 -1
- package/dist/es/models/dcatContexts.js +15 -19
- package/dist/es/models/dcatContexts.js.map +1 -1
- package/dist/es/schemas/DcatCatalog.json +10 -489
- package/dist/es/schemas/DcatCatalogBase.json +109 -0
- package/dist/es/schemas/DcatCatalogRecord.json +10 -210
- package/dist/es/schemas/DcatCatalogRecordBase.json +76 -0
- package/dist/es/schemas/DcatContextType.json +30 -0
- package/dist/es/schemas/DcatDataService.json +10 -356
- package/dist/es/schemas/DcatDataServiceBase.json +43 -0
- package/dist/es/schemas/DcatDataset.json +10 -405
- package/dist/es/schemas/DcatDatasetBase.json +94 -0
- package/dist/es/schemas/DcatDatasetSeries.json +17 -394
- package/dist/es/schemas/DcatDistribution.json +10 -266
- package/dist/es/schemas/DcatDistributionBase.json +134 -0
- package/dist/es/schemas/DcatRelationship.json +11 -170
- package/dist/es/schemas/DcatResource.json +10 -340
- package/dist/es/schemas/DcatResourceBase.json +663 -0
- package/dist/es/schemas/DcatRole.json +15 -167
- package/dist/types/dataTypes/dcatDataTypes.d.ts +0 -1
- package/dist/types/index.d.ts +6 -2
- package/dist/types/models/IDcatCatalog.d.ts +5 -43
- package/dist/types/models/IDcatCatalogBase.d.ts +54 -0
- package/dist/types/models/IDcatCatalogRecord.d.ts +2 -40
- package/dist/types/models/IDcatCatalogRecordBase.d.ts +51 -0
- package/dist/types/models/IDcatDataService.d.ts +5 -22
- package/dist/types/models/IDcatDataServiceBase.d.ts +31 -0
- package/dist/types/models/IDcatDataset.d.ts +5 -51
- package/dist/types/models/IDcatDatasetBase.d.ts +60 -0
- package/dist/types/models/IDcatDatasetSeries.d.ts +6 -0
- package/dist/types/models/IDcatDistribution.d.ts +2 -110
- package/dist/types/models/IDcatDistributionBase.d.ts +123 -0
- package/dist/types/models/IDcatRelationship.d.ts +2 -2
- package/dist/types/models/IDcatResource.d.ts +3 -109
- package/dist/types/models/IDcatResourceBase.d.ts +120 -0
- package/dist/types/models/IDcatRole.d.ts +8 -5
- package/dist/types/models/dcatContextType.d.ts +4 -4
- package/dist/types/models/dcatContexts.d.ts +15 -19
- package/docs/changelog.md +1125 -11
- package/docs/examples.md +25 -1
- package/docs/reference/classes/DcatDataTypes.md +2 -3
- package/docs/reference/index.md +6 -11
- package/docs/reference/interfaces/IDcatCatalog.md +138 -106
- package/docs/reference/interfaces/IDcatCatalogBase.md +558 -0
- package/docs/reference/interfaces/IDcatCatalogRecord.md +53 -25
- package/docs/reference/interfaces/IDcatCatalogRecordBase.md +101 -0
- package/docs/reference/interfaces/IDcatDataService.md +90 -74
- package/docs/reference/interfaces/IDcatDataServiceBase.md +382 -0
- package/docs/reference/interfaces/IDcatDataset.md +120 -85
- package/docs/reference/interfaces/IDcatDatasetBase.md +443 -0
- package/docs/reference/interfaces/IDcatDatasetSeries.md +88 -68
- package/docs/reference/interfaces/IDcatDistribution.md +137 -53
- package/docs/reference/interfaces/IDcatDistributionBase.md +269 -0
- package/docs/reference/interfaces/IDcatRelationship.md +6 -22
- package/docs/reference/interfaces/IDcatResource.md +132 -57
- package/docs/reference/interfaces/IDcatResourceBase.md +260 -0
- package/docs/reference/interfaces/IDcatRole.md +11 -19
- package/docs/reference/type-aliases/DcatContextType.md +4 -4
- package/docs/reference/variables/DcatClasses.md +9 -9
- package/docs/reference/variables/DcatContexts.md +21 -33
- package/docs/reference/variables/DcatRelationshipType.md +9 -9
- package/package.json +10 -10
- package/dist/es/models/types/dcatContextFreeTypes.js +0 -4
- package/dist/es/models/types/dcatContextFreeTypes.js.map +0 -1
- package/dist/es/models/types/dcatPropertyTypes.js +0 -4
- package/dist/es/models/types/dcatPropertyTypes.js.map +0 -1
- package/dist/types/models/types/dcatContextFreeTypes.d.ts +0 -40
- package/dist/types/models/types/dcatPropertyTypes.d.ts +0 -29
- package/docs/reference/type-aliases/CatalogOptionalContext.md +0 -11
- package/docs/reference/type-aliases/CatalogRecordOptionalContext.md +0 -11
- package/docs/reference/type-aliases/DataServiceOptionalContext.md +0 -11
- package/docs/reference/type-aliases/DatasetOptionalContext.md +0 -11
- package/docs/reference/type-aliases/DcatDateTimeType.md +0 -6
- package/docs/reference/type-aliases/DcatDecimalType.md +0 -5
- package/docs/reference/type-aliases/DcatDurationType.md +0 -5
- package/docs/reference/type-aliases/DcatIriType.md +0 -5
- package/docs/reference/type-aliases/DcatLiteralType.md +0 -5
- package/docs/reference/type-aliases/DcatNonNegativeIntegerType.md +0 -5
- package/docs/reference/type-aliases/DistributionOptionalContext.md +0 -11
|
@@ -1,367 +1,21 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "https://schema.twindev.org/w3c-dcat/DcatDataService",
|
|
4
|
-
"
|
|
4
|
+
"title": "DcatDataService",
|
|
5
|
+
"description": "Interface for DCAT Data Service.\nA collection of operations that provides access to one or more datasets or data\nprocessing functions.",
|
|
5
6
|
"type": "object",
|
|
6
7
|
"properties": {
|
|
7
8
|
"@context": {
|
|
8
|
-
"
|
|
9
|
-
"
|
|
10
|
-
"additionalProperties": {
|
|
11
|
-
"anyOf": [
|
|
12
|
-
{
|
|
13
|
-
"$ref": "https://schema.twindev.org/json-ld/JsonLdExpandedTermDefinition"
|
|
14
|
-
},
|
|
15
|
-
{
|
|
16
|
-
"type": [
|
|
17
|
-
"null",
|
|
18
|
-
"string"
|
|
19
|
-
]
|
|
20
|
-
}
|
|
21
|
-
]
|
|
22
|
-
},
|
|
23
|
-
"properties": {
|
|
24
|
-
"@base": {
|
|
25
|
-
"type": [
|
|
26
|
-
"string",
|
|
27
|
-
"null"
|
|
28
|
-
]
|
|
29
|
-
},
|
|
30
|
-
"@direction": {
|
|
31
|
-
"type": [
|
|
32
|
-
"string",
|
|
33
|
-
"null"
|
|
34
|
-
],
|
|
35
|
-
"enum": [
|
|
36
|
-
"ltr",
|
|
37
|
-
"rtl",
|
|
38
|
-
null
|
|
39
|
-
]
|
|
40
|
-
},
|
|
41
|
-
"@import": {
|
|
42
|
-
"type": "string"
|
|
43
|
-
},
|
|
44
|
-
"@language": {
|
|
45
|
-
"type": "string"
|
|
46
|
-
},
|
|
47
|
-
"@propagate": {
|
|
48
|
-
"type": "boolean"
|
|
49
|
-
},
|
|
50
|
-
"@protected": {
|
|
51
|
-
"type": "boolean"
|
|
52
|
-
},
|
|
53
|
-
"@type": {
|
|
54
|
-
"type": "object",
|
|
55
|
-
"properties": {
|
|
56
|
-
"@container": {
|
|
57
|
-
"type": "string",
|
|
58
|
-
"const": "@set"
|
|
59
|
-
},
|
|
60
|
-
"@protected": {
|
|
61
|
-
"type": "boolean"
|
|
62
|
-
}
|
|
63
|
-
},
|
|
64
|
-
"required": [
|
|
65
|
-
"@container"
|
|
66
|
-
],
|
|
67
|
-
"additionalProperties": false
|
|
68
|
-
},
|
|
69
|
-
"@version": {
|
|
70
|
-
"type": "string",
|
|
71
|
-
"const": "1.1"
|
|
72
|
-
},
|
|
73
|
-
"@vocab": {
|
|
74
|
-
"type": [
|
|
75
|
-
"string",
|
|
76
|
-
"null"
|
|
77
|
-
]
|
|
78
|
-
},
|
|
79
|
-
"dcat": {
|
|
80
|
-
"type": "string",
|
|
81
|
-
"const": "http://www.w3.org/ns/dcat#"
|
|
82
|
-
},
|
|
83
|
-
"dcterms": {
|
|
84
|
-
"type": "string",
|
|
85
|
-
"const": "http://purl.org/dc/terms/"
|
|
86
|
-
},
|
|
87
|
-
"odrl": {
|
|
88
|
-
"type": "string",
|
|
89
|
-
"const": "http://www.w3.org/ns/odrl/2/"
|
|
90
|
-
},
|
|
91
|
-
"foaf": {
|
|
92
|
-
"type": "string",
|
|
93
|
-
"const": "https://xmlns.com/foaf/0.1/"
|
|
94
|
-
}
|
|
95
|
-
},
|
|
96
|
-
"required": [
|
|
97
|
-
"dcat",
|
|
98
|
-
"dcterms"
|
|
99
|
-
]
|
|
100
|
-
},
|
|
101
|
-
"@id": {
|
|
102
|
-
"anyOf": [
|
|
103
|
-
{
|
|
104
|
-
"type": "string"
|
|
105
|
-
},
|
|
106
|
-
{
|
|
107
|
-
"type": "array",
|
|
108
|
-
"items": {
|
|
109
|
-
"type": "string"
|
|
110
|
-
}
|
|
111
|
-
}
|
|
112
|
-
]
|
|
113
|
-
},
|
|
114
|
-
"@included": {
|
|
115
|
-
"$ref": "https://schema.twindev.org/json-ld/JsonLdIncludedBlock"
|
|
116
|
-
},
|
|
117
|
-
"@graph": {
|
|
118
|
-
"anyOf": [
|
|
119
|
-
{
|
|
120
|
-
"$ref": "https://schema.twindev.org/json-ld/JsonLdNodeObject"
|
|
121
|
-
},
|
|
122
|
-
{
|
|
123
|
-
"type": "array",
|
|
124
|
-
"items": {
|
|
125
|
-
"$ref": "https://schema.twindev.org/json-ld/JsonLdNodeObject"
|
|
126
|
-
}
|
|
127
|
-
}
|
|
128
|
-
]
|
|
129
|
-
},
|
|
130
|
-
"@nest": {
|
|
131
|
-
"anyOf": [
|
|
132
|
-
{
|
|
133
|
-
"$ref": "https://schema.twindev.org/json-ld/JsonLdJsonObject"
|
|
134
|
-
},
|
|
135
|
-
{
|
|
136
|
-
"type": "array",
|
|
137
|
-
"items": {
|
|
138
|
-
"$ref": "https://schema.twindev.org/json-ld/JsonLdJsonObject"
|
|
139
|
-
}
|
|
140
|
-
}
|
|
141
|
-
]
|
|
142
|
-
},
|
|
143
|
-
"@type": {
|
|
144
|
-
"type": "string",
|
|
145
|
-
"const": "dcat:DataService",
|
|
146
|
-
"description": "The type identifier, typically \"DataService\"."
|
|
147
|
-
},
|
|
148
|
-
"@reverse": {
|
|
149
|
-
"type": "object",
|
|
150
|
-
"additionalProperties": {
|
|
151
|
-
"type": "string"
|
|
152
|
-
}
|
|
153
|
-
},
|
|
154
|
-
"@index": {
|
|
155
|
-
"type": "string"
|
|
156
|
-
},
|
|
157
|
-
"dcterms:title": {
|
|
158
|
-
"$ref": "https://schema.twindev.org/w3c-dcat/DcatLiteralType",
|
|
159
|
-
"description": "A name given to the resource."
|
|
160
|
-
},
|
|
161
|
-
"dcterms:description": {
|
|
162
|
-
"$ref": "https://schema.twindev.org/w3c-dcat/DcatLiteralType",
|
|
163
|
-
"description": "A free-text account of the resource."
|
|
164
|
-
},
|
|
165
|
-
"dcterms:identifier": {
|
|
166
|
-
"$ref": "https://schema.twindev.org/w3c-dcat/DcatLiteralType",
|
|
167
|
-
"description": "A unique identifier of the resource."
|
|
168
|
-
},
|
|
169
|
-
"dcterms:issued": {
|
|
170
|
-
"$ref": "https://schema.twindev.org/w3c-dcat/DcatDateTimeType",
|
|
171
|
-
"description": "Date of formal issuance (publication) of the resource."
|
|
172
|
-
},
|
|
173
|
-
"dcterms:modified": {
|
|
174
|
-
"$ref": "https://schema.twindev.org/w3c-dcat/DcatDateTimeType",
|
|
175
|
-
"description": "Most recent date on which the resource was changed, updated or modified."
|
|
176
|
-
},
|
|
177
|
-
"dcterms:language": {
|
|
178
|
-
"description": "Object or array data type",
|
|
179
|
-
"anyOf": [
|
|
180
|
-
{
|
|
181
|
-
"type": "string"
|
|
182
|
-
},
|
|
183
|
-
{
|
|
184
|
-
"type": "array",
|
|
185
|
-
"items": {
|
|
186
|
-
"type": "string"
|
|
187
|
-
}
|
|
188
|
-
}
|
|
189
|
-
]
|
|
190
|
-
},
|
|
191
|
-
"dcterms:publisher": {
|
|
192
|
-
"anyOf": [
|
|
193
|
-
{
|
|
194
|
-
"$ref": "https://schema.twindev.org/w3c-dcat/FoafAgent"
|
|
195
|
-
},
|
|
196
|
-
{
|
|
197
|
-
"type": "string"
|
|
198
|
-
}
|
|
199
|
-
],
|
|
200
|
-
"description": "An entity responsible for making the resource available."
|
|
201
|
-
},
|
|
202
|
-
"dcterms:creator": {
|
|
203
|
-
"$ref": "https://schema.twindev.org/w3c-dcat/FoafAgent",
|
|
204
|
-
"description": "An entity responsible for producing the resource."
|
|
205
|
-
},
|
|
206
|
-
"dcterms:accessRights": {
|
|
207
|
-
"anyOf": [
|
|
208
|
-
{
|
|
209
|
-
"$ref": "https://schema.twindev.org/json-ld/JsonLdNodeObject"
|
|
210
|
-
},
|
|
211
|
-
{
|
|
212
|
-
"type": "string"
|
|
213
|
-
}
|
|
214
|
-
],
|
|
215
|
-
"description": "Information about who can access the resource or an indication of its security status."
|
|
216
|
-
},
|
|
217
|
-
"dcterms:license": {
|
|
218
|
-
"anyOf": [
|
|
219
|
-
{
|
|
220
|
-
"$ref": "https://schema.twindev.org/json-ld/JsonLdNodeObject"
|
|
221
|
-
},
|
|
222
|
-
{
|
|
223
|
-
"type": "string"
|
|
224
|
-
}
|
|
225
|
-
],
|
|
226
|
-
"description": "A legal document under which the resource is made available."
|
|
227
|
-
},
|
|
228
|
-
"dcterms:rights": {
|
|
229
|
-
"anyOf": [
|
|
230
|
-
{
|
|
231
|
-
"$ref": "https://schema.twindev.org/json-ld/JsonLdNodeObject"
|
|
232
|
-
},
|
|
233
|
-
{
|
|
234
|
-
"type": "string"
|
|
235
|
-
}
|
|
236
|
-
],
|
|
237
|
-
"description": "Information about rights held in and over the resource."
|
|
238
|
-
},
|
|
239
|
-
"dcterms:conformsTo": {
|
|
240
|
-
"description": "Object or array data type",
|
|
241
|
-
"anyOf": [
|
|
242
|
-
{
|
|
243
|
-
"type": "string"
|
|
244
|
-
},
|
|
245
|
-
{
|
|
246
|
-
"type": "array",
|
|
247
|
-
"items": {
|
|
248
|
-
"type": "string"
|
|
249
|
-
}
|
|
250
|
-
}
|
|
251
|
-
]
|
|
252
|
-
},
|
|
253
|
-
"dcterms:type": {
|
|
254
|
-
"type": "string",
|
|
255
|
-
"description": "The nature or genre of the resource."
|
|
256
|
-
},
|
|
257
|
-
"dcat:contactPoint": {
|
|
258
|
-
"anyOf": [
|
|
259
|
-
{
|
|
260
|
-
"$ref": "https://schema.twindev.org/json-ld/JsonLdNodeObject"
|
|
261
|
-
},
|
|
262
|
-
{
|
|
263
|
-
"type": "string"
|
|
264
|
-
}
|
|
265
|
-
],
|
|
266
|
-
"description": "Relevant contact information for the catalogued resource."
|
|
267
|
-
},
|
|
268
|
-
"dcat:keyword": {
|
|
269
|
-
"$ref": "https://schema.twindev.org/w3c-dcat/DcatLiteralType",
|
|
270
|
-
"description": "A keyword or tag describing the resource."
|
|
271
|
-
},
|
|
272
|
-
"dcat:theme": {
|
|
273
|
-
"description": "Object or array data type",
|
|
274
|
-
"anyOf": [
|
|
275
|
-
{
|
|
276
|
-
"type": "string"
|
|
277
|
-
},
|
|
278
|
-
{
|
|
279
|
-
"type": "array",
|
|
280
|
-
"items": {
|
|
281
|
-
"type": "string"
|
|
282
|
-
}
|
|
283
|
-
}
|
|
284
|
-
]
|
|
285
|
-
},
|
|
286
|
-
"dcat:landingPage": {
|
|
287
|
-
"description": "Object or array data type",
|
|
288
|
-
"anyOf": [
|
|
289
|
-
{
|
|
290
|
-
"type": "string"
|
|
291
|
-
},
|
|
292
|
-
{
|
|
293
|
-
"type": "array",
|
|
294
|
-
"items": {
|
|
295
|
-
"type": "string"
|
|
296
|
-
}
|
|
297
|
-
}
|
|
298
|
-
]
|
|
299
|
-
},
|
|
300
|
-
"dcat:qualifiedRelation": {
|
|
301
|
-
"anyOf": [
|
|
302
|
-
{
|
|
303
|
-
"$ref": "https://schema.twindev.org/w3c-dcat/DcatRelationship"
|
|
304
|
-
},
|
|
305
|
-
{
|
|
306
|
-
"type": "string"
|
|
307
|
-
}
|
|
308
|
-
],
|
|
309
|
-
"description": "Link to a description of a relationship with another resource."
|
|
310
|
-
},
|
|
311
|
-
"odrl:hasPolicy": {
|
|
312
|
-
"$ref": "https://schema.twindev.org/w3c-odrl/OdrlPolicy",
|
|
313
|
-
"description": "An ODRL conformant policy expressing the rights associated with the resource."
|
|
314
|
-
},
|
|
315
|
-
"dcat:endpointURL": {
|
|
316
|
-
"type": "string",
|
|
317
|
-
"description": "The root location or primary endpoint of the service (a Web-resolvable IRI)."
|
|
318
|
-
},
|
|
319
|
-
"dcat:endpointDescription": {
|
|
320
|
-
"type": "string",
|
|
321
|
-
"description": "A description of the services available via the end-points, including their operations, parameters, etc."
|
|
322
|
-
},
|
|
323
|
-
"dcat:servesDataset": {
|
|
324
|
-
"description": "Object or array data type",
|
|
325
|
-
"anyOf": [
|
|
326
|
-
{
|
|
327
|
-
"type": "string"
|
|
328
|
-
},
|
|
329
|
-
{
|
|
330
|
-
"type": "array",
|
|
331
|
-
"items": {
|
|
332
|
-
"type": "string"
|
|
333
|
-
}
|
|
334
|
-
}
|
|
335
|
-
]
|
|
9
|
+
"$ref": "https://schema.twindev.org/w3c-dcat/DcatContextType",
|
|
10
|
+
"description": "The JSON-LD context for the resource."
|
|
336
11
|
}
|
|
337
12
|
},
|
|
338
13
|
"required": [
|
|
339
|
-
"@context"
|
|
340
|
-
"@type"
|
|
14
|
+
"@context"
|
|
341
15
|
],
|
|
342
|
-
"
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
{
|
|
348
|
-
"$ref": "https://schema.twindev.org/json-ld/JsonLdLanguageMap"
|
|
349
|
-
},
|
|
350
|
-
{
|
|
351
|
-
"$ref": "https://schema.twindev.org/json-ld/JsonLdIndexMap"
|
|
352
|
-
},
|
|
353
|
-
{
|
|
354
|
-
"$ref": "https://schema.twindev.org/json-ld/JsonLdIncludedBlock"
|
|
355
|
-
},
|
|
356
|
-
{
|
|
357
|
-
"$ref": "https://schema.twindev.org/json-ld/JsonLdIdMap"
|
|
358
|
-
},
|
|
359
|
-
{
|
|
360
|
-
"$ref": "https://schema.twindev.org/json-ld/JsonLdTypeMap"
|
|
361
|
-
},
|
|
362
|
-
{
|
|
363
|
-
"type": "array"
|
|
364
|
-
}
|
|
365
|
-
]
|
|
366
|
-
}
|
|
16
|
+
"allOf": [
|
|
17
|
+
{
|
|
18
|
+
"$ref": "https://schema.twindev.org/w3c-dcat/DcatDataServiceBase"
|
|
19
|
+
}
|
|
20
|
+
]
|
|
367
21
|
}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
+
"$id": "https://schema.twindev.org/w3c-dcat/DcatDataServiceBase",
|
|
4
|
+
"title": "DcatDataServiceBase",
|
|
5
|
+
"description": "Base interface for DCAT Data Service without JSON-LD context.\nThis is the context-free variant of IDcatDataService, intended for embedding\ndata service objects inline within other objects where the context is provided by the enclosing document.",
|
|
6
|
+
"type": "object",
|
|
7
|
+
"properties": {
|
|
8
|
+
"@type": {
|
|
9
|
+
"const": "dcat:DataService",
|
|
10
|
+
"description": "The type identifier, typically \"DataService\"."
|
|
11
|
+
},
|
|
12
|
+
"dcat:endpointURL": {
|
|
13
|
+
"type": "string",
|
|
14
|
+
"description": "The root location or primary endpoint of the service (a Web-resolvable IRI)."
|
|
15
|
+
},
|
|
16
|
+
"dcat:endpointDescription": {
|
|
17
|
+
"type": "string",
|
|
18
|
+
"description": "A description of the services available via the end-points, including their\noperations, parameters, etc."
|
|
19
|
+
},
|
|
20
|
+
"dcat:servesDataset": {
|
|
21
|
+
"anyOf": [
|
|
22
|
+
{
|
|
23
|
+
"type": "string"
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"type": "array",
|
|
27
|
+
"items": {
|
|
28
|
+
"type": "string"
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
],
|
|
32
|
+
"description": "A collection of data that this data service can distribute."
|
|
33
|
+
}
|
|
34
|
+
},
|
|
35
|
+
"required": [
|
|
36
|
+
"@type"
|
|
37
|
+
],
|
|
38
|
+
"allOf": [
|
|
39
|
+
{
|
|
40
|
+
"$ref": "https://schema.twindev.org/w3c-dcat/DcatResourceBase"
|
|
41
|
+
}
|
|
42
|
+
]
|
|
43
|
+
}
|