@twin.org/standards-dataspace-protocol 0.0.3-next.49 → 0.0.3-next.50
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/docs/changelog.md +17 -0
- package/docs/reference/interfaces/IDataspaceProtocolCatalog.md +8 -8
- package/docs/reference/interfaces/IDataspaceProtocolDataService.md +4 -4
- package/docs/reference/interfaces/IDataspaceProtocolDataset.md +5 -5
- package/docs/reference/interfaces/IDataspaceProtocolDistribution.md +1 -1
- package/package.json +3 -3
package/docs/changelog.md
CHANGED
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.0.3-next.50](https://github.com/twinfoundation/standards/compare/standards-dataspace-protocol-v0.0.3-next.49...standards-dataspace-protocol-v0.0.3-next.50) (2026-03-09)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* remove ObjectOrArray usage ([61fd52d](https://github.com/twinfoundation/standards/commit/61fd52da035356bbe5bcc315367089405b4d1386))
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Dependencies
|
|
12
|
+
|
|
13
|
+
* The following workspace dependencies were updated
|
|
14
|
+
* dependencies
|
|
15
|
+
* @twin.org/standards-w3c-dcat bumped from 0.0.3-next.49 to 0.0.3-next.50
|
|
16
|
+
* @twin.org/standards-w3c-odrl bumped from 0.0.3-next.49 to 0.0.3-next.50
|
|
17
|
+
* devDependencies
|
|
18
|
+
* @twin.org/standards-ld-contexts bumped from 0.0.3-next.49 to 0.0.3-next.50
|
|
19
|
+
|
|
3
20
|
## [0.0.3-next.49](https://github.com/twinfoundation/standards/compare/standards-dataspace-protocol-v0.0.3-next.48...standards-dataspace-protocol-v0.0.3-next.49) (2026-03-06)
|
|
4
21
|
|
|
5
22
|
|
|
@@ -113,7 +113,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:catalog_homepage
|
|
|
113
113
|
|
|
114
114
|
### dcat:themeTaxonomy?
|
|
115
115
|
|
|
116
|
-
> `optional` **dcat:themeTaxonomy**: `
|
|
116
|
+
> `optional` **dcat:themeTaxonomy**: `IDcatResource` \| `IDcatResource`[]
|
|
117
117
|
|
|
118
118
|
A knowledge organization system (KOS) used to classify the resources in the catalog.
|
|
119
119
|
|
|
@@ -129,7 +129,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:catalog_themes
|
|
|
129
129
|
|
|
130
130
|
### dcat:resource?
|
|
131
131
|
|
|
132
|
-
> `optional` **dcat:resource**: `
|
|
132
|
+
> `optional` **dcat:resource**: `IDcatResource` \| `IDcatResource`[]
|
|
133
133
|
|
|
134
134
|
A resource that is listed in the catalog.
|
|
135
135
|
|
|
@@ -145,7 +145,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:catalog_resource
|
|
|
145
145
|
|
|
146
146
|
### dcat:record?
|
|
147
147
|
|
|
148
|
-
> `optional` **dcat:record**: `
|
|
148
|
+
> `optional` **dcat:record**: `CatalogRecordOptionalContext` \| `CatalogRecordOptionalContext`[]
|
|
149
149
|
|
|
150
150
|
A record describing the registration of a single resource in the catalog.
|
|
151
151
|
|
|
@@ -193,7 +193,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:dataset_in_series
|
|
|
193
193
|
|
|
194
194
|
### dcterms:spatial?
|
|
195
195
|
|
|
196
|
-
> `optional` **dcterms:spatial**: `
|
|
196
|
+
> `optional` **dcterms:spatial**: `string` \| `string`[] \| `IJsonLdNodeObject`
|
|
197
197
|
|
|
198
198
|
The geographical area covered by the dataset.
|
|
199
199
|
|
|
@@ -353,7 +353,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_update_date
|
|
|
353
353
|
|
|
354
354
|
### dcterms:language?
|
|
355
355
|
|
|
356
|
-
> `optional` **dcterms:language**: `
|
|
356
|
+
> `optional` **dcterms:language**: `string` \| `string`[]
|
|
357
357
|
|
|
358
358
|
A language of the resource.
|
|
359
359
|
|
|
@@ -449,7 +449,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_rights
|
|
|
449
449
|
|
|
450
450
|
### dcterms:conformsTo?
|
|
451
451
|
|
|
452
|
-
> `optional` **dcterms:conformsTo**: `
|
|
452
|
+
> `optional` **dcterms:conformsTo**: `string` \| `string`[]
|
|
453
453
|
|
|
454
454
|
An established standard to which the resource conforms.
|
|
455
455
|
|
|
@@ -513,7 +513,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_keyword
|
|
|
513
513
|
|
|
514
514
|
### dcat:theme?
|
|
515
515
|
|
|
516
|
-
> `optional` **dcat:theme**: `
|
|
516
|
+
> `optional` **dcat:theme**: `string` \| `string`[]
|
|
517
517
|
|
|
518
518
|
A main category of the resource. A resource can have multiple themes.
|
|
519
519
|
|
|
@@ -529,7 +529,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_theme
|
|
|
529
529
|
|
|
530
530
|
### dcat:landingPage?
|
|
531
531
|
|
|
532
|
-
> `optional` **dcat:landingPage**: `
|
|
532
|
+
> `optional` **dcat:landingPage**: `string` \| `string`[]
|
|
533
533
|
|
|
534
534
|
A Web page that can be navigated to gain access to the resource.
|
|
535
535
|
|
|
@@ -170,7 +170,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_update_date
|
|
|
170
170
|
|
|
171
171
|
### dcterms:language?
|
|
172
172
|
|
|
173
|
-
> `optional` **dcterms:language**: `
|
|
173
|
+
> `optional` **dcterms:language**: `string` \| `string`[]
|
|
174
174
|
|
|
175
175
|
A language of the resource.
|
|
176
176
|
|
|
@@ -266,7 +266,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_rights
|
|
|
266
266
|
|
|
267
267
|
### dcterms:conformsTo?
|
|
268
268
|
|
|
269
|
-
> `optional` **dcterms:conformsTo**: `
|
|
269
|
+
> `optional` **dcterms:conformsTo**: `string` \| `string`[]
|
|
270
270
|
|
|
271
271
|
An established standard to which the resource conforms.
|
|
272
272
|
|
|
@@ -330,7 +330,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_keyword
|
|
|
330
330
|
|
|
331
331
|
### dcat:theme?
|
|
332
332
|
|
|
333
|
-
> `optional` **dcat:theme**: `
|
|
333
|
+
> `optional` **dcat:theme**: `string` \| `string`[]
|
|
334
334
|
|
|
335
335
|
A main category of the resource. A resource can have multiple themes.
|
|
336
336
|
|
|
@@ -346,7 +346,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_theme
|
|
|
346
346
|
|
|
347
347
|
### dcat:landingPage?
|
|
348
348
|
|
|
349
|
-
> `optional` **dcat:landingPage**: `
|
|
349
|
+
> `optional` **dcat:landingPage**: `string` \| `string`[]
|
|
350
350
|
|
|
351
351
|
A Web page that can be navigated to gain access to the resource.
|
|
352
352
|
|
|
@@ -123,7 +123,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:dataset_in_series
|
|
|
123
123
|
|
|
124
124
|
### dcterms:spatial?
|
|
125
125
|
|
|
126
|
-
> `optional` **dcterms:spatial**: `
|
|
126
|
+
> `optional` **dcterms:spatial**: `string` \| `string`[] \| `IJsonLdNodeObject`
|
|
127
127
|
|
|
128
128
|
The geographical area covered by the dataset.
|
|
129
129
|
|
|
@@ -283,7 +283,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_update_date
|
|
|
283
283
|
|
|
284
284
|
### dcterms:language?
|
|
285
285
|
|
|
286
|
-
> `optional` **dcterms:language**: `
|
|
286
|
+
> `optional` **dcterms:language**: `string` \| `string`[]
|
|
287
287
|
|
|
288
288
|
A language of the resource.
|
|
289
289
|
|
|
@@ -379,7 +379,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_rights
|
|
|
379
379
|
|
|
380
380
|
### dcterms:conformsTo?
|
|
381
381
|
|
|
382
|
-
> `optional` **dcterms:conformsTo**: `
|
|
382
|
+
> `optional` **dcterms:conformsTo**: `string` \| `string`[]
|
|
383
383
|
|
|
384
384
|
An established standard to which the resource conforms.
|
|
385
385
|
|
|
@@ -443,7 +443,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_keyword
|
|
|
443
443
|
|
|
444
444
|
### dcat:theme?
|
|
445
445
|
|
|
446
|
-
> `optional` **dcat:theme**: `
|
|
446
|
+
> `optional` **dcat:theme**: `string` \| `string`[]
|
|
447
447
|
|
|
448
448
|
A main category of the resource. A resource can have multiple themes.
|
|
449
449
|
|
|
@@ -459,7 +459,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_theme
|
|
|
459
459
|
|
|
460
460
|
### dcat:landingPage?
|
|
461
461
|
|
|
462
|
-
> `optional` **dcat:landingPage**: `
|
|
462
|
+
> `optional` **dcat:landingPage**: `string` \| `string`[]
|
|
463
463
|
|
|
464
464
|
A Web page that can be navigated to gain access to the resource.
|
|
465
465
|
|
|
@@ -307,7 +307,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:distribution_temporal_resolution
|
|
|
307
307
|
|
|
308
308
|
### dcterms:conformsTo?
|
|
309
309
|
|
|
310
|
-
> `optional` **dcterms:conformsTo**: `
|
|
310
|
+
> `optional` **dcterms:conformsTo**: `string` \| `string`[]
|
|
311
311
|
|
|
312
312
|
An established standard to which the distribution conforms.
|
|
313
313
|
|
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.50",
|
|
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.50",
|
|
21
|
+
"@twin.org/standards-w3c-odrl": "0.0.3-next.50",
|
|
22
22
|
"@twin.org/web": "next"
|
|
23
23
|
},
|
|
24
24
|
"main": "./dist/es/index.js",
|