@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,290 +1,23 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "https://schema.twindev.org/w3c-dcat/DcatDatasetSeries",
|
|
4
|
-
"
|
|
4
|
+
"title": "DcatDatasetSeries",
|
|
5
|
+
"description": "Interface for DCAT Dataset Series.\nA collection of datasets that are published separately, but share some common\ncharacteristics that enable them to be grouped together.",
|
|
5
6
|
"type": "object",
|
|
6
7
|
"properties": {
|
|
7
|
-
"@context": {
|
|
8
|
-
"description": "The DCAT JSON-LD context type. Supports the DCAT context URL or arrays with additional context definitions.",
|
|
9
|
-
"type": "object",
|
|
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
8
|
"@type": {
|
|
144
|
-
"type": "string",
|
|
145
9
|
"const": "dcat:DatasetSeries",
|
|
146
10
|
"description": "The type identifier, typically \"DatasetSeries\"."
|
|
147
11
|
},
|
|
148
|
-
"
|
|
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": {
|
|
12
|
+
"dcat:first": {
|
|
254
13
|
"type": "string",
|
|
255
|
-
"description": "
|
|
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."
|
|
14
|
+
"description": "A dataset that is part of this dataset series."
|
|
271
15
|
},
|
|
272
|
-
"dcat:
|
|
273
|
-
"
|
|
274
|
-
"
|
|
275
|
-
{
|
|
276
|
-
"type": "string"
|
|
277
|
-
},
|
|
278
|
-
{
|
|
279
|
-
"type": "array",
|
|
280
|
-
"items": {
|
|
281
|
-
"type": "string"
|
|
282
|
-
}
|
|
283
|
-
}
|
|
284
|
-
]
|
|
16
|
+
"dcat:last": {
|
|
17
|
+
"type": "string",
|
|
18
|
+
"description": "A dataset that is part of this dataset series."
|
|
285
19
|
},
|
|
286
|
-
"dcat:
|
|
287
|
-
"description": "Object or array data type",
|
|
20
|
+
"dcat:seriesMember": {
|
|
288
21
|
"anyOf": [
|
|
289
22
|
{
|
|
290
23
|
"type": "string"
|
|
@@ -295,140 +28,30 @@
|
|
|
295
28
|
"type": "string"
|
|
296
29
|
}
|
|
297
30
|
}
|
|
298
|
-
]
|
|
299
|
-
},
|
|
300
|
-
"dcat:qualifiedRelation": {
|
|
301
|
-
"anyOf": [
|
|
302
|
-
{
|
|
303
|
-
"$ref": "https://schema.twindev.org/w3c-dcat/DcatRelationship"
|
|
304
|
-
},
|
|
305
|
-
{
|
|
306
|
-
"type": "string"
|
|
307
|
-
}
|
|
308
31
|
],
|
|
309
|
-
"description": "
|
|
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."
|
|
32
|
+
"description": "A dataset that is part of this dataset series."
|
|
314
33
|
},
|
|
315
|
-
"dcat:
|
|
316
|
-
"description": "Object or array data type",
|
|
34
|
+
"dcat:dataset": {
|
|
317
35
|
"anyOf": [
|
|
318
36
|
{
|
|
319
|
-
"$ref": "https://schema.twindev.org/w3c-dcat/
|
|
37
|
+
"$ref": "https://schema.twindev.org/w3c-dcat/DcatDatasetBase"
|
|
320
38
|
},
|
|
321
39
|
{
|
|
322
40
|
"type": "array",
|
|
323
41
|
"items": {
|
|
324
|
-
"$ref": "https://schema.twindev.org/w3c-dcat/
|
|
42
|
+
"$ref": "https://schema.twindev.org/w3c-dcat/DcatDatasetBase"
|
|
325
43
|
}
|
|
326
44
|
}
|
|
327
|
-
]
|
|
328
|
-
},
|
|
329
|
-
"dcterms:accrualPeriodicity": {
|
|
330
|
-
"type": "string",
|
|
331
|
-
"description": "The frequency at which the dataset is published."
|
|
332
|
-
},
|
|
333
|
-
"dcat:inSeries": {
|
|
334
|
-
"type": "string",
|
|
335
|
-
"description": "A dataset series of which the dataset is part."
|
|
336
|
-
},
|
|
337
|
-
"dcterms:spatial": {
|
|
338
|
-
"anyOf": [
|
|
339
|
-
{
|
|
340
|
-
"$ref": "https://schema.twindev.org/json-ld/JsonLdNodeObject"
|
|
341
|
-
},
|
|
342
|
-
{
|
|
343
|
-
"anyOf": [
|
|
344
|
-
{
|
|
345
|
-
"type": "string"
|
|
346
|
-
},
|
|
347
|
-
{
|
|
348
|
-
"type": "array",
|
|
349
|
-
"items": {
|
|
350
|
-
"type": "string"
|
|
351
|
-
}
|
|
352
|
-
}
|
|
353
|
-
],
|
|
354
|
-
"description": "Object or array data type"
|
|
355
|
-
}
|
|
356
|
-
],
|
|
357
|
-
"description": "The geographical area covered by the dataset."
|
|
358
|
-
},
|
|
359
|
-
"dcat:spatialResolutionInMeters": {
|
|
360
|
-
"$ref": "https://schema.twindev.org/w3c-dcat/DcatDecimalType",
|
|
361
|
-
"description": "Minimum spatial separation resolvable in a dataset, measured in meters."
|
|
362
|
-
},
|
|
363
|
-
"dcterms:temporal": {
|
|
364
|
-
"$ref": "https://schema.twindev.org/w3c-dcat/DublinCorePeriodOfTime",
|
|
365
|
-
"description": "The temporal period that the dataset covers."
|
|
366
|
-
},
|
|
367
|
-
"dcat:temporalResolution": {
|
|
368
|
-
"$ref": "https://schema.twindev.org/w3c-dcat/DcatDurationType",
|
|
369
|
-
"description": "Minimum time period resolvable in the dataset."
|
|
370
|
-
},
|
|
371
|
-
"prov:wasGeneratedBy": {
|
|
372
|
-
"anyOf": [
|
|
373
|
-
{
|
|
374
|
-
"$ref": "https://schema.twindev.org/json-ld/JsonLdNodeObject"
|
|
375
|
-
},
|
|
376
|
-
{
|
|
377
|
-
"type": "string"
|
|
378
|
-
}
|
|
379
45
|
],
|
|
380
|
-
"description": "An activity that generated, or provides the business context for, the creation of the dataset."
|
|
381
|
-
},
|
|
382
|
-
"dcat:first": {
|
|
383
|
-
"type": "string",
|
|
384
46
|
"description": "A dataset that is part of this dataset series."
|
|
385
|
-
},
|
|
386
|
-
"dcat:last": {
|
|
387
|
-
"type": "string",
|
|
388
|
-
"description": "A dataset that is part of this dataset series."
|
|
389
|
-
},
|
|
390
|
-
"dcat:seriesMember": {
|
|
391
|
-
"description": "Object or array data type",
|
|
392
|
-
"anyOf": [
|
|
393
|
-
{
|
|
394
|
-
"type": "string"
|
|
395
|
-
},
|
|
396
|
-
{
|
|
397
|
-
"type": "array",
|
|
398
|
-
"items": {
|
|
399
|
-
"type": "string"
|
|
400
|
-
}
|
|
401
|
-
}
|
|
402
|
-
]
|
|
403
47
|
}
|
|
404
48
|
},
|
|
405
49
|
"required": [
|
|
406
|
-
"@context",
|
|
407
50
|
"@type"
|
|
408
51
|
],
|
|
409
|
-
"
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
{
|
|
415
|
-
"$ref": "https://schema.twindev.org/json-ld/JsonLdLanguageMap"
|
|
416
|
-
},
|
|
417
|
-
{
|
|
418
|
-
"$ref": "https://schema.twindev.org/json-ld/JsonLdIndexMap"
|
|
419
|
-
},
|
|
420
|
-
{
|
|
421
|
-
"$ref": "https://schema.twindev.org/json-ld/JsonLdIncludedBlock"
|
|
422
|
-
},
|
|
423
|
-
{
|
|
424
|
-
"$ref": "https://schema.twindev.org/json-ld/JsonLdIdMap"
|
|
425
|
-
},
|
|
426
|
-
{
|
|
427
|
-
"$ref": "https://schema.twindev.org/json-ld/JsonLdTypeMap"
|
|
428
|
-
},
|
|
429
|
-
{
|
|
430
|
-
"type": "array"
|
|
431
|
-
}
|
|
432
|
-
]
|
|
433
|
-
}
|
|
52
|
+
"allOf": [
|
|
53
|
+
{
|
|
54
|
+
"$ref": "https://schema.twindev.org/w3c-dcat/DcatDataset"
|
|
55
|
+
}
|
|
56
|
+
]
|
|
434
57
|
}
|