@twin.org/standards-dataspace-protocol 0.0.3-next.55 → 0.0.3-next.57
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/dcat3/IDataspaceProtocolDataServiceBase.js.map +1 -1
- package/dist/es/models/dcat3/IDataspaceProtocolDatasetBase.js.map +1 -1
- package/dist/es/models/dcat3/IDataspaceProtocolDistributionBase.js.map +1 -1
- package/dist/es/schemas/DataspaceProtocolAgreement.json +3 -3
- package/dist/es/schemas/DataspaceProtocolContractAgreementMessage.json +3 -3
- package/dist/es/schemas/DataspaceProtocolDataServiceBase.json +6 -12
- package/dist/es/schemas/DataspaceProtocolDatasetBase.json +12 -24
- package/dist/es/schemas/DataspaceProtocolDistributionBase.json +6 -12
- package/dist/es/schemas/DataspaceProtocolOfferBase.json +3 -3
- package/dist/es/schemas/DataspaceProtocolPolicy.json +4 -4
- package/dist/es/schemas/DataspaceProtocolSet.json +3 -3
- package/dist/types/models/dcat3/IDataspaceProtocolDataServiceBase.d.ts +2 -2
- package/dist/types/models/dcat3/IDataspaceProtocolDatasetBase.d.ts +4 -3
- package/dist/types/models/dcat3/IDataspaceProtocolDistributionBase.d.ts +2 -2
- package/docs/changelog.md +34 -0
- package/docs/reference/interfaces/IDataspaceProtocolAgreement.md +8 -8
- package/docs/reference/interfaces/IDataspaceProtocolCatalog.md +34 -34
- package/docs/reference/interfaces/IDataspaceProtocolCatalogBase.md +34 -34
- package/docs/reference/interfaces/IDataspaceProtocolCatalogError.md +1 -1
- package/docs/reference/interfaces/IDataspaceProtocolCatalogRequestMessage.md +1 -1
- package/docs/reference/interfaces/IDataspaceProtocolContractAgreementMessage.md +1 -1
- package/docs/reference/interfaces/IDataspaceProtocolContractNegotiationError.md +2 -2
- package/docs/reference/interfaces/IDataspaceProtocolContractNegotiationTerminationMessage.md +2 -2
- package/docs/reference/interfaces/IDataspaceProtocolContractOfferMessage.md +2 -2
- package/docs/reference/interfaces/IDataspaceProtocolContractRequestMessage.md +2 -2
- package/docs/reference/interfaces/IDataspaceProtocolDataAddress.md +2 -2
- package/docs/reference/interfaces/IDataspaceProtocolDataService.md +21 -21
- package/docs/reference/interfaces/IDataspaceProtocolDataServiceBase.md +21 -21
- package/docs/reference/interfaces/IDataspaceProtocolDataset.md +27 -27
- package/docs/reference/interfaces/IDataspaceProtocolDatasetBase.md +27 -27
- package/docs/reference/interfaces/IDataspaceProtocolDistribution.md +19 -19
- package/docs/reference/interfaces/IDataspaceProtocolDistributionBase.md +20 -20
- package/docs/reference/interfaces/IDataspaceProtocolOffer.md +9 -9
- package/docs/reference/interfaces/IDataspaceProtocolOfferBase.md +9 -9
- package/docs/reference/interfaces/IDataspaceProtocolPolicy.md +11 -11
- package/docs/reference/interfaces/IDataspaceProtocolSet.md +10 -10
- package/docs/reference/interfaces/IDataspaceProtocolTransferError.md +2 -2
- package/docs/reference/interfaces/IDataspaceProtocolTransferRequestMessage.md +1 -1
- package/docs/reference/interfaces/IDataspaceProtocolTransferStartMessage.md +1 -1
- package/docs/reference/interfaces/IDataspaceProtocolTransferSuspensionMessage.md +2 -2
- package/docs/reference/interfaces/IDataspaceProtocolTransferTerminationMessage.md +2 -2
- package/package.json +3 -3
|
@@ -73,7 +73,7 @@ Participant Id
|
|
|
73
73
|
|
|
74
74
|
### catalog? {#catalog}
|
|
75
75
|
|
|
76
|
-
> `optional` **catalog
|
|
76
|
+
> `optional` **catalog?**: `ObjectOrArray`\<[`IDataspaceProtocolCatalogBase`](IDataspaceProtocolCatalogBase.md)\>
|
|
77
77
|
|
|
78
78
|
Other concerned catalogs
|
|
79
79
|
|
|
@@ -85,7 +85,7 @@ Other concerned catalogs
|
|
|
85
85
|
|
|
86
86
|
### dataset? {#dataset}
|
|
87
87
|
|
|
88
|
-
> `optional` **dataset
|
|
88
|
+
> `optional` **dataset?**: `ObjectOrArray`\<[`IDataspaceProtocolDatasetBase`](IDataspaceProtocolDatasetBase.md)\>
|
|
89
89
|
|
|
90
90
|
Datasets registered
|
|
91
91
|
|
|
@@ -97,7 +97,7 @@ Datasets registered
|
|
|
97
97
|
|
|
98
98
|
### distribution? {#distribution}
|
|
99
99
|
|
|
100
|
-
> `optional` **distribution
|
|
100
|
+
> `optional` **distribution?**: `ObjectOrArray`\<[`IDataspaceProtocolDistributionBase`](IDataspaceProtocolDistributionBase.md)\>
|
|
101
101
|
|
|
102
102
|
Catalog's distributions
|
|
103
103
|
|
|
@@ -109,7 +109,7 @@ Catalog's distributions
|
|
|
109
109
|
|
|
110
110
|
### service? {#service}
|
|
111
111
|
|
|
112
|
-
> `optional` **service
|
|
112
|
+
> `optional` **service?**: `ObjectOrArray`\<[`IDataspaceProtocolDataServiceBase`](IDataspaceProtocolDataServiceBase.md)\>
|
|
113
113
|
|
|
114
114
|
Data services registered-
|
|
115
115
|
|
|
@@ -121,7 +121,7 @@ Data services registered-
|
|
|
121
121
|
|
|
122
122
|
### foaf:homepage? {#foafhomepage}
|
|
123
123
|
|
|
124
|
-
> `optional` **foaf:homepage
|
|
124
|
+
> `optional` **foaf:homepage?**: `string`
|
|
125
125
|
|
|
126
126
|
A homepage of the catalog (a public Web document usually available in HTML).
|
|
127
127
|
|
|
@@ -137,7 +137,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:catalog_homepage
|
|
|
137
137
|
|
|
138
138
|
### dcat:themeTaxonomy? {#dcatthemetaxonomy}
|
|
139
139
|
|
|
140
|
-
> `optional` **dcat:themeTaxonomy
|
|
140
|
+
> `optional` **dcat:themeTaxonomy?**: `ObjectOrArray`\<`IDcatResource`\>
|
|
141
141
|
|
|
142
142
|
A knowledge organization system (KOS) used to classify the resources in the catalog.
|
|
143
143
|
|
|
@@ -153,7 +153,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:catalog_themes
|
|
|
153
153
|
|
|
154
154
|
### dcat:resource? {#dcatresource}
|
|
155
155
|
|
|
156
|
-
> `optional` **dcat:resource
|
|
156
|
+
> `optional` **dcat:resource?**: `ObjectOrArray`\<`IDcatResource`\>
|
|
157
157
|
|
|
158
158
|
A resource that is listed in the catalog.
|
|
159
159
|
|
|
@@ -169,7 +169,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:catalog_resource
|
|
|
169
169
|
|
|
170
170
|
### dcat:record? {#dcatrecord}
|
|
171
171
|
|
|
172
|
-
> `optional` **dcat:record
|
|
172
|
+
> `optional` **dcat:record?**: `ObjectOrArray`\<`IDcatCatalogRecordBase`\>
|
|
173
173
|
|
|
174
174
|
A record describing the registration of a single resource in the catalog.
|
|
175
175
|
|
|
@@ -185,7 +185,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:catalog_catalog_record
|
|
|
185
185
|
|
|
186
186
|
### dcterms:accrualPeriodicity? {#dctermsaccrualperiodicity}
|
|
187
187
|
|
|
188
|
-
> `optional` **dcterms:accrualPeriodicity
|
|
188
|
+
> `optional` **dcterms:accrualPeriodicity?**: `string`
|
|
189
189
|
|
|
190
190
|
The frequency at which the dataset is published.
|
|
191
191
|
|
|
@@ -201,7 +201,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:dataset_frequency
|
|
|
201
201
|
|
|
202
202
|
### dcat:inSeries? {#dcatinseries}
|
|
203
203
|
|
|
204
|
-
> `optional` **dcat:inSeries
|
|
204
|
+
> `optional` **dcat:inSeries?**: `string`
|
|
205
205
|
|
|
206
206
|
A dataset series of which the dataset is part.
|
|
207
207
|
|
|
@@ -217,7 +217,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:dataset_in_series
|
|
|
217
217
|
|
|
218
218
|
### dcterms:spatial? {#dctermsspatial}
|
|
219
219
|
|
|
220
|
-
> `optional` **dcterms:spatial
|
|
220
|
+
> `optional` **dcterms:spatial?**: `string` \| `string`[] \| `IJsonLdNodeObject`
|
|
221
221
|
|
|
222
222
|
The geographical area covered by the dataset.
|
|
223
223
|
|
|
@@ -233,7 +233,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:dataset_spatial
|
|
|
233
233
|
|
|
234
234
|
### dcat:spatialResolutionInMeters? {#dcatspatialresolutioninmeters}
|
|
235
235
|
|
|
236
|
-
> `optional` **dcat:spatialResolutionInMeters
|
|
236
|
+
> `optional` **dcat:spatialResolutionInMeters?**: `number`
|
|
237
237
|
|
|
238
238
|
Minimum spatial separation resolvable in a dataset, measured in meters.
|
|
239
239
|
|
|
@@ -249,7 +249,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:dataset_spatial_resolution
|
|
|
249
249
|
|
|
250
250
|
### dcterms:temporal? {#dctermstemporal}
|
|
251
251
|
|
|
252
|
-
> `optional` **dcterms:temporal
|
|
252
|
+
> `optional` **dcterms:temporal?**: `IDublinCorePeriodOfTime`
|
|
253
253
|
|
|
254
254
|
The temporal period that the dataset covers.
|
|
255
255
|
|
|
@@ -265,7 +265,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:dataset_temporal
|
|
|
265
265
|
|
|
266
266
|
### dcat:temporalResolution? {#dcattemporalresolution}
|
|
267
267
|
|
|
268
|
-
> `optional` **dcat:temporalResolution
|
|
268
|
+
> `optional` **dcat:temporalResolution?**: `string`
|
|
269
269
|
|
|
270
270
|
Minimum time period resolvable in the dataset.
|
|
271
271
|
|
|
@@ -281,7 +281,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:dataset_temporal_resolution
|
|
|
281
281
|
|
|
282
282
|
### prov:wasGeneratedBy? {#provwasgeneratedby}
|
|
283
283
|
|
|
284
|
-
> `optional` **prov:wasGeneratedBy
|
|
284
|
+
> `optional` **prov:wasGeneratedBy?**: `string` \| `IJsonLdNodeObject`
|
|
285
285
|
|
|
286
286
|
An activity that generated, or provides the business context for, the creation of the dataset.
|
|
287
287
|
|
|
@@ -297,7 +297,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:dataset_was_generated_by
|
|
|
297
297
|
|
|
298
298
|
### dcterms:title? {#dctermstitle}
|
|
299
299
|
|
|
300
|
-
> `optional` **dcterms:title
|
|
300
|
+
> `optional` **dcterms:title?**: `ObjectOrArray`\<`string`\>
|
|
301
301
|
|
|
302
302
|
A name given to the resource.
|
|
303
303
|
|
|
@@ -313,7 +313,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_title
|
|
|
313
313
|
|
|
314
314
|
### dcterms:description? {#dctermsdescription}
|
|
315
315
|
|
|
316
|
-
> `optional` **dcterms:description
|
|
316
|
+
> `optional` **dcterms:description?**: `ObjectOrArray`\<`string`\>
|
|
317
317
|
|
|
318
318
|
A free-text account of the resource.
|
|
319
319
|
|
|
@@ -329,7 +329,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_description
|
|
|
329
329
|
|
|
330
330
|
### dcterms:identifier? {#dctermsidentifier}
|
|
331
331
|
|
|
332
|
-
> `optional` **dcterms:identifier
|
|
332
|
+
> `optional` **dcterms:identifier?**: `ObjectOrArray`\<`string`\>
|
|
333
333
|
|
|
334
334
|
A unique identifier of the resource.
|
|
335
335
|
|
|
@@ -345,7 +345,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_identifier
|
|
|
345
345
|
|
|
346
346
|
### dcterms:issued? {#dctermsissued}
|
|
347
347
|
|
|
348
|
-
> `optional` **dcterms:issued
|
|
348
|
+
> `optional` **dcterms:issued?**: `string`
|
|
349
349
|
|
|
350
350
|
Date of formal issuance (publication) of the resource.
|
|
351
351
|
|
|
@@ -361,7 +361,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_release_date
|
|
|
361
361
|
|
|
362
362
|
### dcterms:modified? {#dctermsmodified}
|
|
363
363
|
|
|
364
|
-
> `optional` **dcterms:modified
|
|
364
|
+
> `optional` **dcterms:modified?**: `string`
|
|
365
365
|
|
|
366
366
|
Most recent date on which the resource was changed, updated or modified.
|
|
367
367
|
|
|
@@ -377,7 +377,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_update_date
|
|
|
377
377
|
|
|
378
378
|
### dcterms:language? {#dctermslanguage}
|
|
379
379
|
|
|
380
|
-
> `optional` **dcterms:language
|
|
380
|
+
> `optional` **dcterms:language?**: `ObjectOrArray`\<`string`\>
|
|
381
381
|
|
|
382
382
|
A language of the resource.
|
|
383
383
|
|
|
@@ -393,7 +393,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_language
|
|
|
393
393
|
|
|
394
394
|
### dcterms:publisher? {#dctermspublisher}
|
|
395
395
|
|
|
396
|
-
> `optional` **dcterms:publisher
|
|
396
|
+
> `optional` **dcterms:publisher?**: `string` \| `IFoafAgentWithAliases`
|
|
397
397
|
|
|
398
398
|
An entity responsible for making the resource available.
|
|
399
399
|
|
|
@@ -409,7 +409,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_publisher
|
|
|
409
409
|
|
|
410
410
|
### dcterms:creator? {#dctermscreator}
|
|
411
411
|
|
|
412
|
-
> `optional` **dcterms:creator
|
|
412
|
+
> `optional` **dcterms:creator?**: `string` \| `IFoafAgentWithAliases`
|
|
413
413
|
|
|
414
414
|
An entity responsible for producing the resource.
|
|
415
415
|
|
|
@@ -425,7 +425,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_creator
|
|
|
425
425
|
|
|
426
426
|
### dcterms:accessRights? {#dctermsaccessrights}
|
|
427
427
|
|
|
428
|
-
> `optional` **dcterms:accessRights
|
|
428
|
+
> `optional` **dcterms:accessRights?**: `string` \| `IJsonLdNodeObject`
|
|
429
429
|
|
|
430
430
|
Information about who can access the resource or an indication of its security status.
|
|
431
431
|
|
|
@@ -441,7 +441,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_access_rights
|
|
|
441
441
|
|
|
442
442
|
### dcterms:license? {#dctermslicense}
|
|
443
443
|
|
|
444
|
-
> `optional` **dcterms:license
|
|
444
|
+
> `optional` **dcterms:license?**: `string` \| `IJsonLdNodeObject`
|
|
445
445
|
|
|
446
446
|
A legal document under which the resource is made available.
|
|
447
447
|
|
|
@@ -457,7 +457,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_license
|
|
|
457
457
|
|
|
458
458
|
### dcterms:rights? {#dctermsrights}
|
|
459
459
|
|
|
460
|
-
> `optional` **dcterms:rights
|
|
460
|
+
> `optional` **dcterms:rights?**: `string` \| `IJsonLdNodeObject`
|
|
461
461
|
|
|
462
462
|
Information about rights held in and over the resource.
|
|
463
463
|
|
|
@@ -473,7 +473,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_rights
|
|
|
473
473
|
|
|
474
474
|
### dcterms:conformsTo? {#dctermsconformsto}
|
|
475
475
|
|
|
476
|
-
> `optional` **dcterms:conformsTo
|
|
476
|
+
> `optional` **dcterms:conformsTo?**: `ObjectOrArray`\<`string`\>
|
|
477
477
|
|
|
478
478
|
An established standard to which the resource conforms.
|
|
479
479
|
|
|
@@ -489,7 +489,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_conforms_to
|
|
|
489
489
|
|
|
490
490
|
### dcterms:type? {#dctermstype}
|
|
491
491
|
|
|
492
|
-
> `optional` **dcterms:type
|
|
492
|
+
> `optional` **dcterms:type?**: `string`
|
|
493
493
|
|
|
494
494
|
The nature or genre of the resource.
|
|
495
495
|
|
|
@@ -505,7 +505,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_type
|
|
|
505
505
|
|
|
506
506
|
### dcat:contactPoint? {#dcatcontactpoint}
|
|
507
507
|
|
|
508
|
-
> `optional` **dcat:contactPoint
|
|
508
|
+
> `optional` **dcat:contactPoint?**: `string` \| `IJsonLdNodeObject`
|
|
509
509
|
|
|
510
510
|
Relevant contact information for the catalogued resource.
|
|
511
511
|
|
|
@@ -521,7 +521,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_contact_point
|
|
|
521
521
|
|
|
522
522
|
### dcat:keyword? {#dcatkeyword}
|
|
523
523
|
|
|
524
|
-
> `optional` **dcat:keyword
|
|
524
|
+
> `optional` **dcat:keyword?**: `ObjectOrArray`\<`string`\>
|
|
525
525
|
|
|
526
526
|
A keyword or tag describing the resource.
|
|
527
527
|
|
|
@@ -537,7 +537,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_keyword
|
|
|
537
537
|
|
|
538
538
|
### dcat:theme? {#dcattheme}
|
|
539
539
|
|
|
540
|
-
> `optional` **dcat:theme
|
|
540
|
+
> `optional` **dcat:theme?**: `ObjectOrArray`\<`string`\>
|
|
541
541
|
|
|
542
542
|
A main category of the resource. A resource can have multiple themes.
|
|
543
543
|
|
|
@@ -553,7 +553,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_theme
|
|
|
553
553
|
|
|
554
554
|
### dcat:landingPage? {#dcatlandingpage}
|
|
555
555
|
|
|
556
|
-
> `optional` **dcat:landingPage
|
|
556
|
+
> `optional` **dcat:landingPage?**: `ObjectOrArray`\<`string`\>
|
|
557
557
|
|
|
558
558
|
A Web page that can be navigated to gain access to the resource.
|
|
559
559
|
|
|
@@ -569,7 +569,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_landing_page
|
|
|
569
569
|
|
|
570
570
|
### dcat:qualifiedRelation? {#dcatqualifiedrelation}
|
|
571
571
|
|
|
572
|
-
> `optional` **dcat:qualifiedRelation
|
|
572
|
+
> `optional` **dcat:qualifiedRelation?**: `string` \| `IDcatRelationship`
|
|
573
573
|
|
|
574
574
|
Link to a description of a relationship with another resource.
|
|
575
575
|
|
|
@@ -585,7 +585,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_qualified_relation
|
|
|
585
585
|
|
|
586
586
|
### odrl:hasPolicy? {#odrlhaspolicy}
|
|
587
587
|
|
|
588
|
-
> `optional` **odrl:hasPolicy
|
|
588
|
+
> `optional` **odrl:hasPolicy?**: `IOdrlPolicy`
|
|
589
589
|
|
|
590
590
|
An ODRL conformant policy expressing the rights associated with the resource.
|
|
591
591
|
|
|
@@ -61,7 +61,7 @@ Participant Id
|
|
|
61
61
|
|
|
62
62
|
### catalog? {#catalog}
|
|
63
63
|
|
|
64
|
-
> `optional` **catalog
|
|
64
|
+
> `optional` **catalog?**: `ObjectOrArray`\<`IDataspaceProtocolCatalogBase`\>
|
|
65
65
|
|
|
66
66
|
Other concerned catalogs
|
|
67
67
|
|
|
@@ -69,7 +69,7 @@ Other concerned catalogs
|
|
|
69
69
|
|
|
70
70
|
### dataset? {#dataset}
|
|
71
71
|
|
|
72
|
-
> `optional` **dataset
|
|
72
|
+
> `optional` **dataset?**: `ObjectOrArray`\<[`IDataspaceProtocolDatasetBase`](IDataspaceProtocolDatasetBase.md)\>
|
|
73
73
|
|
|
74
74
|
Datasets registered
|
|
75
75
|
|
|
@@ -77,7 +77,7 @@ Datasets registered
|
|
|
77
77
|
|
|
78
78
|
### distribution? {#distribution}
|
|
79
79
|
|
|
80
|
-
> `optional` **distribution
|
|
80
|
+
> `optional` **distribution?**: `ObjectOrArray`\<[`IDataspaceProtocolDistributionBase`](IDataspaceProtocolDistributionBase.md)\>
|
|
81
81
|
|
|
82
82
|
Catalog's distributions
|
|
83
83
|
|
|
@@ -85,7 +85,7 @@ Catalog's distributions
|
|
|
85
85
|
|
|
86
86
|
### service? {#service}
|
|
87
87
|
|
|
88
|
-
> `optional` **service
|
|
88
|
+
> `optional` **service?**: `ObjectOrArray`\<[`IDataspaceProtocolDataServiceBase`](IDataspaceProtocolDataServiceBase.md)\>
|
|
89
89
|
|
|
90
90
|
Data services registered-
|
|
91
91
|
|
|
@@ -93,7 +93,7 @@ Data services registered-
|
|
|
93
93
|
|
|
94
94
|
### foaf:homepage? {#foafhomepage}
|
|
95
95
|
|
|
96
|
-
> `optional` **foaf:homepage
|
|
96
|
+
> `optional` **foaf:homepage?**: `string`
|
|
97
97
|
|
|
98
98
|
A homepage of the catalog (a public Web document usually available in HTML).
|
|
99
99
|
|
|
@@ -109,7 +109,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:catalog_homepage
|
|
|
109
109
|
|
|
110
110
|
### dcat:themeTaxonomy? {#dcatthemetaxonomy}
|
|
111
111
|
|
|
112
|
-
> `optional` **dcat:themeTaxonomy
|
|
112
|
+
> `optional` **dcat:themeTaxonomy?**: `ObjectOrArray`\<`IDcatResource`\>
|
|
113
113
|
|
|
114
114
|
A knowledge organization system (KOS) used to classify the resources in the catalog.
|
|
115
115
|
|
|
@@ -125,7 +125,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:catalog_themes
|
|
|
125
125
|
|
|
126
126
|
### dcat:resource? {#dcatresource}
|
|
127
127
|
|
|
128
|
-
> `optional` **dcat:resource
|
|
128
|
+
> `optional` **dcat:resource?**: `ObjectOrArray`\<`IDcatResource`\>
|
|
129
129
|
|
|
130
130
|
A resource that is listed in the catalog.
|
|
131
131
|
|
|
@@ -141,7 +141,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:catalog_resource
|
|
|
141
141
|
|
|
142
142
|
### dcat:record? {#dcatrecord}
|
|
143
143
|
|
|
144
|
-
> `optional` **dcat:record
|
|
144
|
+
> `optional` **dcat:record?**: `ObjectOrArray`\<`IDcatCatalogRecordBase`\>
|
|
145
145
|
|
|
146
146
|
A record describing the registration of a single resource in the catalog.
|
|
147
147
|
|
|
@@ -157,7 +157,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:catalog_catalog_record
|
|
|
157
157
|
|
|
158
158
|
### dcterms:accrualPeriodicity? {#dctermsaccrualperiodicity}
|
|
159
159
|
|
|
160
|
-
> `optional` **dcterms:accrualPeriodicity
|
|
160
|
+
> `optional` **dcterms:accrualPeriodicity?**: `string`
|
|
161
161
|
|
|
162
162
|
The frequency at which the dataset is published.
|
|
163
163
|
|
|
@@ -173,7 +173,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:dataset_frequency
|
|
|
173
173
|
|
|
174
174
|
### dcat:inSeries? {#dcatinseries}
|
|
175
175
|
|
|
176
|
-
> `optional` **dcat:inSeries
|
|
176
|
+
> `optional` **dcat:inSeries?**: `string`
|
|
177
177
|
|
|
178
178
|
A dataset series of which the dataset is part.
|
|
179
179
|
|
|
@@ -189,7 +189,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:dataset_in_series
|
|
|
189
189
|
|
|
190
190
|
### dcterms:spatial? {#dctermsspatial}
|
|
191
191
|
|
|
192
|
-
> `optional` **dcterms:spatial
|
|
192
|
+
> `optional` **dcterms:spatial?**: `string` \| `string`[] \| `IJsonLdNodeObject`
|
|
193
193
|
|
|
194
194
|
The geographical area covered by the dataset.
|
|
195
195
|
|
|
@@ -205,7 +205,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:dataset_spatial
|
|
|
205
205
|
|
|
206
206
|
### dcat:spatialResolutionInMeters? {#dcatspatialresolutioninmeters}
|
|
207
207
|
|
|
208
|
-
> `optional` **dcat:spatialResolutionInMeters
|
|
208
|
+
> `optional` **dcat:spatialResolutionInMeters?**: `number`
|
|
209
209
|
|
|
210
210
|
Minimum spatial separation resolvable in a dataset, measured in meters.
|
|
211
211
|
|
|
@@ -221,7 +221,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:dataset_spatial_resolution
|
|
|
221
221
|
|
|
222
222
|
### dcterms:temporal? {#dctermstemporal}
|
|
223
223
|
|
|
224
|
-
> `optional` **dcterms:temporal
|
|
224
|
+
> `optional` **dcterms:temporal?**: `IDublinCorePeriodOfTime`
|
|
225
225
|
|
|
226
226
|
The temporal period that the dataset covers.
|
|
227
227
|
|
|
@@ -237,7 +237,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:dataset_temporal
|
|
|
237
237
|
|
|
238
238
|
### dcat:temporalResolution? {#dcattemporalresolution}
|
|
239
239
|
|
|
240
|
-
> `optional` **dcat:temporalResolution
|
|
240
|
+
> `optional` **dcat:temporalResolution?**: `string`
|
|
241
241
|
|
|
242
242
|
Minimum time period resolvable in the dataset.
|
|
243
243
|
|
|
@@ -253,7 +253,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:dataset_temporal_resolution
|
|
|
253
253
|
|
|
254
254
|
### prov:wasGeneratedBy? {#provwasgeneratedby}
|
|
255
255
|
|
|
256
|
-
> `optional` **prov:wasGeneratedBy
|
|
256
|
+
> `optional` **prov:wasGeneratedBy?**: `string` \| `IJsonLdNodeObject`
|
|
257
257
|
|
|
258
258
|
An activity that generated, or provides the business context for, the creation of the dataset.
|
|
259
259
|
|
|
@@ -269,7 +269,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:dataset_was_generated_by
|
|
|
269
269
|
|
|
270
270
|
### dcterms:title? {#dctermstitle}
|
|
271
271
|
|
|
272
|
-
> `optional` **dcterms:title
|
|
272
|
+
> `optional` **dcterms:title?**: `ObjectOrArray`\<`string`\>
|
|
273
273
|
|
|
274
274
|
A name given to the resource.
|
|
275
275
|
|
|
@@ -285,7 +285,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_title
|
|
|
285
285
|
|
|
286
286
|
### dcterms:description? {#dctermsdescription}
|
|
287
287
|
|
|
288
|
-
> `optional` **dcterms:description
|
|
288
|
+
> `optional` **dcterms:description?**: `ObjectOrArray`\<`string`\>
|
|
289
289
|
|
|
290
290
|
A free-text account of the resource.
|
|
291
291
|
|
|
@@ -301,7 +301,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_description
|
|
|
301
301
|
|
|
302
302
|
### dcterms:identifier? {#dctermsidentifier}
|
|
303
303
|
|
|
304
|
-
> `optional` **dcterms:identifier
|
|
304
|
+
> `optional` **dcterms:identifier?**: `ObjectOrArray`\<`string`\>
|
|
305
305
|
|
|
306
306
|
A unique identifier of the resource.
|
|
307
307
|
|
|
@@ -317,7 +317,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_identifier
|
|
|
317
317
|
|
|
318
318
|
### dcterms:issued? {#dctermsissued}
|
|
319
319
|
|
|
320
|
-
> `optional` **dcterms:issued
|
|
320
|
+
> `optional` **dcterms:issued?**: `string`
|
|
321
321
|
|
|
322
322
|
Date of formal issuance (publication) of the resource.
|
|
323
323
|
|
|
@@ -333,7 +333,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_release_date
|
|
|
333
333
|
|
|
334
334
|
### dcterms:modified? {#dctermsmodified}
|
|
335
335
|
|
|
336
|
-
> `optional` **dcterms:modified
|
|
336
|
+
> `optional` **dcterms:modified?**: `string`
|
|
337
337
|
|
|
338
338
|
Most recent date on which the resource was changed, updated or modified.
|
|
339
339
|
|
|
@@ -349,7 +349,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_update_date
|
|
|
349
349
|
|
|
350
350
|
### dcterms:language? {#dctermslanguage}
|
|
351
351
|
|
|
352
|
-
> `optional` **dcterms:language
|
|
352
|
+
> `optional` **dcterms:language?**: `ObjectOrArray`\<`string`\>
|
|
353
353
|
|
|
354
354
|
A language of the resource.
|
|
355
355
|
|
|
@@ -365,7 +365,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_language
|
|
|
365
365
|
|
|
366
366
|
### dcterms:publisher? {#dctermspublisher}
|
|
367
367
|
|
|
368
|
-
> `optional` **dcterms:publisher
|
|
368
|
+
> `optional` **dcterms:publisher?**: `string` \| `IFoafAgentWithAliases`
|
|
369
369
|
|
|
370
370
|
An entity responsible for making the resource available.
|
|
371
371
|
|
|
@@ -381,7 +381,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_publisher
|
|
|
381
381
|
|
|
382
382
|
### dcterms:creator? {#dctermscreator}
|
|
383
383
|
|
|
384
|
-
> `optional` **dcterms:creator
|
|
384
|
+
> `optional` **dcterms:creator?**: `string` \| `IFoafAgentWithAliases`
|
|
385
385
|
|
|
386
386
|
An entity responsible for producing the resource.
|
|
387
387
|
|
|
@@ -397,7 +397,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_creator
|
|
|
397
397
|
|
|
398
398
|
### dcterms:accessRights? {#dctermsaccessrights}
|
|
399
399
|
|
|
400
|
-
> `optional` **dcterms:accessRights
|
|
400
|
+
> `optional` **dcterms:accessRights?**: `string` \| `IJsonLdNodeObject`
|
|
401
401
|
|
|
402
402
|
Information about who can access the resource or an indication of its security status.
|
|
403
403
|
|
|
@@ -413,7 +413,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_access_rights
|
|
|
413
413
|
|
|
414
414
|
### dcterms:license? {#dctermslicense}
|
|
415
415
|
|
|
416
|
-
> `optional` **dcterms:license
|
|
416
|
+
> `optional` **dcterms:license?**: `string` \| `IJsonLdNodeObject`
|
|
417
417
|
|
|
418
418
|
A legal document under which the resource is made available.
|
|
419
419
|
|
|
@@ -429,7 +429,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_license
|
|
|
429
429
|
|
|
430
430
|
### dcterms:rights? {#dctermsrights}
|
|
431
431
|
|
|
432
|
-
> `optional` **dcterms:rights
|
|
432
|
+
> `optional` **dcterms:rights?**: `string` \| `IJsonLdNodeObject`
|
|
433
433
|
|
|
434
434
|
Information about rights held in and over the resource.
|
|
435
435
|
|
|
@@ -445,7 +445,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_rights
|
|
|
445
445
|
|
|
446
446
|
### dcterms:conformsTo? {#dctermsconformsto}
|
|
447
447
|
|
|
448
|
-
> `optional` **dcterms:conformsTo
|
|
448
|
+
> `optional` **dcterms:conformsTo?**: `ObjectOrArray`\<`string`\>
|
|
449
449
|
|
|
450
450
|
An established standard to which the resource conforms.
|
|
451
451
|
|
|
@@ -461,7 +461,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_conforms_to
|
|
|
461
461
|
|
|
462
462
|
### dcterms:type? {#dctermstype}
|
|
463
463
|
|
|
464
|
-
> `optional` **dcterms:type
|
|
464
|
+
> `optional` **dcterms:type?**: `string`
|
|
465
465
|
|
|
466
466
|
The nature or genre of the resource.
|
|
467
467
|
|
|
@@ -477,7 +477,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_type
|
|
|
477
477
|
|
|
478
478
|
### dcat:contactPoint? {#dcatcontactpoint}
|
|
479
479
|
|
|
480
|
-
> `optional` **dcat:contactPoint
|
|
480
|
+
> `optional` **dcat:contactPoint?**: `string` \| `IJsonLdNodeObject`
|
|
481
481
|
|
|
482
482
|
Relevant contact information for the catalogued resource.
|
|
483
483
|
|
|
@@ -493,7 +493,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_contact_point
|
|
|
493
493
|
|
|
494
494
|
### dcat:keyword? {#dcatkeyword}
|
|
495
495
|
|
|
496
|
-
> `optional` **dcat:keyword
|
|
496
|
+
> `optional` **dcat:keyword?**: `ObjectOrArray`\<`string`\>
|
|
497
497
|
|
|
498
498
|
A keyword or tag describing the resource.
|
|
499
499
|
|
|
@@ -509,7 +509,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_keyword
|
|
|
509
509
|
|
|
510
510
|
### dcat:theme? {#dcattheme}
|
|
511
511
|
|
|
512
|
-
> `optional` **dcat:theme
|
|
512
|
+
> `optional` **dcat:theme?**: `ObjectOrArray`\<`string`\>
|
|
513
513
|
|
|
514
514
|
A main category of the resource. A resource can have multiple themes.
|
|
515
515
|
|
|
@@ -525,7 +525,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_theme
|
|
|
525
525
|
|
|
526
526
|
### dcat:landingPage? {#dcatlandingpage}
|
|
527
527
|
|
|
528
|
-
> `optional` **dcat:landingPage
|
|
528
|
+
> `optional` **dcat:landingPage?**: `ObjectOrArray`\<`string`\>
|
|
529
529
|
|
|
530
530
|
A Web page that can be navigated to gain access to the resource.
|
|
531
531
|
|
|
@@ -541,7 +541,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_landing_page
|
|
|
541
541
|
|
|
542
542
|
### dcat:qualifiedRelation? {#dcatqualifiedrelation}
|
|
543
543
|
|
|
544
|
-
> `optional` **dcat:qualifiedRelation
|
|
544
|
+
> `optional` **dcat:qualifiedRelation?**: `string` \| `IDcatRelationship`
|
|
545
545
|
|
|
546
546
|
Link to a description of a relationship with another resource.
|
|
547
547
|
|
|
@@ -557,7 +557,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_qualified_relation
|
|
|
557
557
|
|
|
558
558
|
### odrl:hasPolicy? {#odrlhaspolicy}
|
|
559
559
|
|
|
560
|
-
> `optional` **odrl:hasPolicy
|
|
560
|
+
> `optional` **odrl:hasPolicy?**: `IOdrlPolicy`
|
|
561
561
|
|
|
562
562
|
An ODRL conformant policy expressing the rights associated with the resource.
|
|
563
563
|
|
|
@@ -47,6 +47,6 @@ The agreement being sent.
|
|
|
47
47
|
|
|
48
48
|
### callbackAddress? {#callbackaddress}
|
|
49
49
|
|
|
50
|
-
> `optional` **callbackAddress
|
|
50
|
+
> `optional` **callbackAddress?**: `string`
|
|
51
51
|
|
|
52
52
|
The base callback address for the provider to update the consumer on the state of the negotiation.
|
|
@@ -39,7 +39,7 @@ The consumer id for the contract.
|
|
|
39
39
|
|
|
40
40
|
### code? {#code}
|
|
41
41
|
|
|
42
|
-
> `optional` **code
|
|
42
|
+
> `optional` **code?**: `string`
|
|
43
43
|
|
|
44
44
|
The error code.
|
|
45
45
|
|
|
@@ -47,6 +47,6 @@ The error code.
|
|
|
47
47
|
|
|
48
48
|
### reason? {#reason}
|
|
49
49
|
|
|
50
|
-
> `optional` **reason
|
|
50
|
+
> `optional` **reason?**: `any`[]
|
|
51
51
|
|
|
52
52
|
The error reason(s).
|
package/docs/reference/interfaces/IDataspaceProtocolContractNegotiationTerminationMessage.md
CHANGED
|
@@ -39,7 +39,7 @@ The consumer id for the contract.
|
|
|
39
39
|
|
|
40
40
|
### code? {#code}
|
|
41
41
|
|
|
42
|
-
> `optional` **code
|
|
42
|
+
> `optional` **code?**: `string`
|
|
43
43
|
|
|
44
44
|
The termination code.
|
|
45
45
|
|
|
@@ -47,6 +47,6 @@ The termination code.
|
|
|
47
47
|
|
|
48
48
|
### reason? {#reason}
|
|
49
49
|
|
|
50
|
-
> `optional` **reason
|
|
50
|
+
> `optional` **reason?**: `any`[]
|
|
51
51
|
|
|
52
52
|
The termination reason(s).
|
|
@@ -31,7 +31,7 @@ The provider id for the contract.
|
|
|
31
31
|
|
|
32
32
|
### consumerPid? {#consumerpid}
|
|
33
33
|
|
|
34
|
-
> `optional` **consumerPid
|
|
34
|
+
> `optional` **consumerPid?**: `string`
|
|
35
35
|
|
|
36
36
|
The consumer id for the contract.
|
|
37
37
|
|
|
@@ -47,6 +47,6 @@ The offer being requested.
|
|
|
47
47
|
|
|
48
48
|
### callbackAddress? {#callbackaddress}
|
|
49
49
|
|
|
50
|
-
> `optional` **callbackAddress
|
|
50
|
+
> `optional` **callbackAddress?**: `string`
|
|
51
51
|
|
|
52
52
|
The base callback address for the provider to update the consumer on the state of the negotiation.
|
|
@@ -23,7 +23,7 @@ The type of the message.
|
|
|
23
23
|
|
|
24
24
|
### providerPid? {#providerpid}
|
|
25
25
|
|
|
26
|
-
> `optional` **providerPid
|
|
26
|
+
> `optional` **providerPid?**: `string`
|
|
27
27
|
|
|
28
28
|
The provider id for the contract.
|
|
29
29
|
|
|
@@ -47,6 +47,6 @@ The offer being requested.
|
|
|
47
47
|
|
|
48
48
|
### callbackAddress? {#callbackaddress}
|
|
49
49
|
|
|
50
|
-
> `optional` **callbackAddress
|
|
50
|
+
> `optional` **callbackAddress?**: `string`
|
|
51
51
|
|
|
52
52
|
The base callback address for the provider to update the consumer on the state of the negotiation.
|