@twin.org/standards-dataspace-protocol 0.0.3-next.43 → 0.0.3-next.44
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/dist/es/models/catalog/IDataspaceProtocolCatalog.js.map +1 -1
- package/dist/es/models/catalog/IDataspaceProtocolDataService.js.map +1 -1
- package/dist/es/models/catalog/IDataspaceProtocolDataset.js.map +1 -1
- package/dist/es/models/catalog/IDataspaceProtocolDistribution.js.map +1 -1
- package/docs/changelog.md +17 -0
- package/docs/reference/interfaces/IDataspaceProtocolCatalog.md +480 -0
- package/docs/reference/interfaces/IDataspaceProtocolDataService.md +321 -0
- package/docs/reference/interfaces/IDataspaceProtocolDataset.md +400 -0
- package/docs/reference/interfaces/IDataspaceProtocolDistribution.md +288 -0
- package/package.json +3 -3
|
@@ -94,3 +94,291 @@ It can be a URI pointing to an access service or inline the access service itsel
|
|
|
94
94
|
|
|
95
95
|
Distribution format.
|
|
96
96
|
REQUIRED per Eclipse Data Space Protocol.
|
|
97
|
+
|
|
98
|
+
***
|
|
99
|
+
|
|
100
|
+
### dcterms:title?
|
|
101
|
+
|
|
102
|
+
> `optional` **dcterms:title**: `DcatLiteralType`
|
|
103
|
+
|
|
104
|
+
A name given to the distribution.
|
|
105
|
+
|
|
106
|
+
#### See
|
|
107
|
+
|
|
108
|
+
https://www.w3.org/TR/vocab-dcat-3/#Property:distribution_title
|
|
109
|
+
|
|
110
|
+
#### Inherited from
|
|
111
|
+
|
|
112
|
+
`Omit.dcterms:title`
|
|
113
|
+
|
|
114
|
+
***
|
|
115
|
+
|
|
116
|
+
### dcterms:description?
|
|
117
|
+
|
|
118
|
+
> `optional` **dcterms:description**: `DcatLiteralType`
|
|
119
|
+
|
|
120
|
+
A free-text account of the distribution.
|
|
121
|
+
|
|
122
|
+
#### See
|
|
123
|
+
|
|
124
|
+
https://www.w3.org/TR/vocab-dcat-3/#Property:distribution_description
|
|
125
|
+
|
|
126
|
+
#### Inherited from
|
|
127
|
+
|
|
128
|
+
`Omit.dcterms:description`
|
|
129
|
+
|
|
130
|
+
***
|
|
131
|
+
|
|
132
|
+
### dcterms:issued?
|
|
133
|
+
|
|
134
|
+
> `optional` **dcterms:issued**: `string`
|
|
135
|
+
|
|
136
|
+
Date of formal issuance of the distribution.
|
|
137
|
+
|
|
138
|
+
#### See
|
|
139
|
+
|
|
140
|
+
https://www.w3.org/TR/vocab-dcat-3/#Property:distribution_release_date
|
|
141
|
+
|
|
142
|
+
#### Inherited from
|
|
143
|
+
|
|
144
|
+
`Omit.dcterms:issued`
|
|
145
|
+
|
|
146
|
+
***
|
|
147
|
+
|
|
148
|
+
### dcterms:modified?
|
|
149
|
+
|
|
150
|
+
> `optional` **dcterms:modified**: `string`
|
|
151
|
+
|
|
152
|
+
Most recent date on which the distribution was changed, updated or modified.
|
|
153
|
+
|
|
154
|
+
#### See
|
|
155
|
+
|
|
156
|
+
https://www.w3.org/TR/vocab-dcat-3/#Property:distribution_update_date
|
|
157
|
+
|
|
158
|
+
#### Inherited from
|
|
159
|
+
|
|
160
|
+
`Omit.dcterms:modified`
|
|
161
|
+
|
|
162
|
+
***
|
|
163
|
+
|
|
164
|
+
### dcterms:license?
|
|
165
|
+
|
|
166
|
+
> `optional` **dcterms:license**: `string`
|
|
167
|
+
|
|
168
|
+
A legal document under which the distribution is made available.
|
|
169
|
+
|
|
170
|
+
#### See
|
|
171
|
+
|
|
172
|
+
https://www.w3.org/TR/vocab-dcat-3/#Property:distribution_license
|
|
173
|
+
|
|
174
|
+
#### Inherited from
|
|
175
|
+
|
|
176
|
+
`Omit.dcterms:license`
|
|
177
|
+
|
|
178
|
+
***
|
|
179
|
+
|
|
180
|
+
### dcterms:accessRights?
|
|
181
|
+
|
|
182
|
+
> `optional` **dcterms:accessRights**: `string`
|
|
183
|
+
|
|
184
|
+
Information about who can access the distribution.
|
|
185
|
+
|
|
186
|
+
#### See
|
|
187
|
+
|
|
188
|
+
https://www.w3.org/TR/vocab-dcat-3/#Property:distribution_access_rights
|
|
189
|
+
|
|
190
|
+
#### Inherited from
|
|
191
|
+
|
|
192
|
+
`Omit.dcterms:accessRights`
|
|
193
|
+
|
|
194
|
+
***
|
|
195
|
+
|
|
196
|
+
### dcterms:rights?
|
|
197
|
+
|
|
198
|
+
> `optional` **dcterms:rights**: `string`
|
|
199
|
+
|
|
200
|
+
Information about rights held in and over the distribution.
|
|
201
|
+
|
|
202
|
+
#### See
|
|
203
|
+
|
|
204
|
+
https://www.w3.org/TR/vocab-dcat-3/#Property:distribution_rights
|
|
205
|
+
|
|
206
|
+
#### Inherited from
|
|
207
|
+
|
|
208
|
+
`Omit.dcterms:rights`
|
|
209
|
+
|
|
210
|
+
***
|
|
211
|
+
|
|
212
|
+
### dcat:accessURL?
|
|
213
|
+
|
|
214
|
+
> `optional` **dcat:accessURL**: `string`
|
|
215
|
+
|
|
216
|
+
A URL of the resource that gives access to a distribution of the dataset.
|
|
217
|
+
|
|
218
|
+
#### See
|
|
219
|
+
|
|
220
|
+
https://www.w3.org/TR/vocab-dcat-3/#Property:distribution_access_url
|
|
221
|
+
|
|
222
|
+
#### Inherited from
|
|
223
|
+
|
|
224
|
+
`Omit.dcat:accessURL`
|
|
225
|
+
|
|
226
|
+
***
|
|
227
|
+
|
|
228
|
+
### dcat:accessService?
|
|
229
|
+
|
|
230
|
+
> `optional` **dcat:accessService**: `string`
|
|
231
|
+
|
|
232
|
+
A data service that gives access to the distribution.
|
|
233
|
+
|
|
234
|
+
#### See
|
|
235
|
+
|
|
236
|
+
https://www.w3.org/TR/vocab-dcat-3/#Property:distribution_access_service
|
|
237
|
+
|
|
238
|
+
#### Inherited from
|
|
239
|
+
|
|
240
|
+
`Omit.dcat:accessService`
|
|
241
|
+
|
|
242
|
+
***
|
|
243
|
+
|
|
244
|
+
### dcat:downloadURL?
|
|
245
|
+
|
|
246
|
+
> `optional` **dcat:downloadURL**: `string`
|
|
247
|
+
|
|
248
|
+
The URL of the downloadable file in a given format.
|
|
249
|
+
|
|
250
|
+
#### See
|
|
251
|
+
|
|
252
|
+
https://www.w3.org/TR/vocab-dcat-3/#Property:distribution_download_url
|
|
253
|
+
|
|
254
|
+
#### Inherited from
|
|
255
|
+
|
|
256
|
+
`Omit.dcat:downloadURL`
|
|
257
|
+
|
|
258
|
+
***
|
|
259
|
+
|
|
260
|
+
### dcat:byteSize?
|
|
261
|
+
|
|
262
|
+
> `optional` **dcat:byteSize**: `number`
|
|
263
|
+
|
|
264
|
+
The size of the distribution in bytes.
|
|
265
|
+
|
|
266
|
+
#### See
|
|
267
|
+
|
|
268
|
+
https://www.w3.org/TR/vocab-dcat-3/#Property:distribution_byte_size
|
|
269
|
+
|
|
270
|
+
#### Inherited from
|
|
271
|
+
|
|
272
|
+
`Omit.dcat:byteSize`
|
|
273
|
+
|
|
274
|
+
***
|
|
275
|
+
|
|
276
|
+
### dcat:spatialResolutionInMeters?
|
|
277
|
+
|
|
278
|
+
> `optional` **dcat:spatialResolutionInMeters**: `number`
|
|
279
|
+
|
|
280
|
+
The minimum spatial separation resolvable in a distribution, measured in meters.
|
|
281
|
+
|
|
282
|
+
#### See
|
|
283
|
+
|
|
284
|
+
https://www.w3.org/TR/vocab-dcat-3/#Property:distribution_spatial_resolution
|
|
285
|
+
|
|
286
|
+
#### Inherited from
|
|
287
|
+
|
|
288
|
+
`Omit.dcat:spatialResolutionInMeters`
|
|
289
|
+
|
|
290
|
+
***
|
|
291
|
+
|
|
292
|
+
### dcat:temporalResolution?
|
|
293
|
+
|
|
294
|
+
> `optional` **dcat:temporalResolution**: `string`
|
|
295
|
+
|
|
296
|
+
Minimum time period resolvable in the distribution.
|
|
297
|
+
|
|
298
|
+
#### See
|
|
299
|
+
|
|
300
|
+
https://www.w3.org/TR/vocab-dcat-3/#Property:distribution_temporal_resolution
|
|
301
|
+
|
|
302
|
+
#### Inherited from
|
|
303
|
+
|
|
304
|
+
`Omit.dcat:temporalResolution`
|
|
305
|
+
|
|
306
|
+
***
|
|
307
|
+
|
|
308
|
+
### dcterms:conformsTo?
|
|
309
|
+
|
|
310
|
+
> `optional` **dcterms:conformsTo**: `ObjectOrArray`\<`string`\>
|
|
311
|
+
|
|
312
|
+
An established standard to which the distribution conforms.
|
|
313
|
+
|
|
314
|
+
#### See
|
|
315
|
+
|
|
316
|
+
https://www.w3.org/TR/vocab-dcat-3/#Property:distribution_conforms_to
|
|
317
|
+
|
|
318
|
+
#### Inherited from
|
|
319
|
+
|
|
320
|
+
`Omit.dcterms:conformsTo`
|
|
321
|
+
|
|
322
|
+
***
|
|
323
|
+
|
|
324
|
+
### dcat:mediaType?
|
|
325
|
+
|
|
326
|
+
> `optional` **dcat:mediaType**: `string`
|
|
327
|
+
|
|
328
|
+
The media type of the distribution as defined by IANA.
|
|
329
|
+
|
|
330
|
+
#### See
|
|
331
|
+
|
|
332
|
+
https://www.w3.org/TR/vocab-dcat-3/#Property:distribution_media_type
|
|
333
|
+
|
|
334
|
+
#### Inherited from
|
|
335
|
+
|
|
336
|
+
`Omit.dcat:mediaType`
|
|
337
|
+
|
|
338
|
+
***
|
|
339
|
+
|
|
340
|
+
### dcat:compressFormat?
|
|
341
|
+
|
|
342
|
+
> `optional` **dcat:compressFormat**: `string`
|
|
343
|
+
|
|
344
|
+
The compression format of the distribution.
|
|
345
|
+
|
|
346
|
+
#### See
|
|
347
|
+
|
|
348
|
+
https://www.w3.org/TR/vocab-dcat-3/#Property:distribution_compression_format
|
|
349
|
+
|
|
350
|
+
#### Inherited from
|
|
351
|
+
|
|
352
|
+
`Omit.dcat:compressFormat`
|
|
353
|
+
|
|
354
|
+
***
|
|
355
|
+
|
|
356
|
+
### dcat:packageFormat?
|
|
357
|
+
|
|
358
|
+
> `optional` **dcat:packageFormat**: `string`
|
|
359
|
+
|
|
360
|
+
The package format of the distribution.
|
|
361
|
+
|
|
362
|
+
#### See
|
|
363
|
+
|
|
364
|
+
https://www.w3.org/TR/vocab-dcat-3/#Property:distribution_packaging_format
|
|
365
|
+
|
|
366
|
+
#### Inherited from
|
|
367
|
+
|
|
368
|
+
`Omit.dcat:packageFormat`
|
|
369
|
+
|
|
370
|
+
***
|
|
371
|
+
|
|
372
|
+
### spdx:checksum?
|
|
373
|
+
|
|
374
|
+
> `optional` **spdx:checksum**: `string`
|
|
375
|
+
|
|
376
|
+
The checksum property provides a mechanism to verify the data integrity.
|
|
377
|
+
|
|
378
|
+
#### See
|
|
379
|
+
|
|
380
|
+
https://www.w3.org/TR/vocab-dcat-3/#Property:distribution_checksum
|
|
381
|
+
|
|
382
|
+
#### Inherited from
|
|
383
|
+
|
|
384
|
+
`Omit.spdx:checksum`
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@twin.org/standards-dataspace-protocol",
|
|
3
|
-
"version": "0.0.3-next.
|
|
3
|
+
"version": "0.0.3-next.44",
|
|
4
4
|
"description": "Models which define the structure of Dataspace Protocol",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -17,8 +17,8 @@
|
|
|
17
17
|
"@twin.org/core": "next",
|
|
18
18
|
"@twin.org/data-core": "next",
|
|
19
19
|
"@twin.org/data-json-ld": "next",
|
|
20
|
-
"@twin.org/standards-w3c-dcat": "0.0.3-next.
|
|
21
|
-
"@twin.org/standards-w3c-odrl": "0.0.3-next.
|
|
20
|
+
"@twin.org/standards-w3c-dcat": "0.0.3-next.44",
|
|
21
|
+
"@twin.org/standards-w3c-odrl": "0.0.3-next.44",
|
|
22
22
|
"@twin.org/web": "next"
|
|
23
23
|
},
|
|
24
24
|
"main": "./dist/es/index.js",
|