@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.
Files changed (42) hide show
  1. package/dist/es/models/dcat3/IDataspaceProtocolDataServiceBase.js.map +1 -1
  2. package/dist/es/models/dcat3/IDataspaceProtocolDatasetBase.js.map +1 -1
  3. package/dist/es/models/dcat3/IDataspaceProtocolDistributionBase.js.map +1 -1
  4. package/dist/es/schemas/DataspaceProtocolAgreement.json +3 -3
  5. package/dist/es/schemas/DataspaceProtocolContractAgreementMessage.json +3 -3
  6. package/dist/es/schemas/DataspaceProtocolDataServiceBase.json +6 -12
  7. package/dist/es/schemas/DataspaceProtocolDatasetBase.json +12 -24
  8. package/dist/es/schemas/DataspaceProtocolDistributionBase.json +6 -12
  9. package/dist/es/schemas/DataspaceProtocolOfferBase.json +3 -3
  10. package/dist/es/schemas/DataspaceProtocolPolicy.json +4 -4
  11. package/dist/es/schemas/DataspaceProtocolSet.json +3 -3
  12. package/dist/types/models/dcat3/IDataspaceProtocolDataServiceBase.d.ts +2 -2
  13. package/dist/types/models/dcat3/IDataspaceProtocolDatasetBase.d.ts +4 -3
  14. package/dist/types/models/dcat3/IDataspaceProtocolDistributionBase.d.ts +2 -2
  15. package/docs/changelog.md +34 -0
  16. package/docs/reference/interfaces/IDataspaceProtocolAgreement.md +8 -8
  17. package/docs/reference/interfaces/IDataspaceProtocolCatalog.md +34 -34
  18. package/docs/reference/interfaces/IDataspaceProtocolCatalogBase.md +34 -34
  19. package/docs/reference/interfaces/IDataspaceProtocolCatalogError.md +1 -1
  20. package/docs/reference/interfaces/IDataspaceProtocolCatalogRequestMessage.md +1 -1
  21. package/docs/reference/interfaces/IDataspaceProtocolContractAgreementMessage.md +1 -1
  22. package/docs/reference/interfaces/IDataspaceProtocolContractNegotiationError.md +2 -2
  23. package/docs/reference/interfaces/IDataspaceProtocolContractNegotiationTerminationMessage.md +2 -2
  24. package/docs/reference/interfaces/IDataspaceProtocolContractOfferMessage.md +2 -2
  25. package/docs/reference/interfaces/IDataspaceProtocolContractRequestMessage.md +2 -2
  26. package/docs/reference/interfaces/IDataspaceProtocolDataAddress.md +2 -2
  27. package/docs/reference/interfaces/IDataspaceProtocolDataService.md +21 -21
  28. package/docs/reference/interfaces/IDataspaceProtocolDataServiceBase.md +21 -21
  29. package/docs/reference/interfaces/IDataspaceProtocolDataset.md +27 -27
  30. package/docs/reference/interfaces/IDataspaceProtocolDatasetBase.md +27 -27
  31. package/docs/reference/interfaces/IDataspaceProtocolDistribution.md +19 -19
  32. package/docs/reference/interfaces/IDataspaceProtocolDistributionBase.md +20 -20
  33. package/docs/reference/interfaces/IDataspaceProtocolOffer.md +9 -9
  34. package/docs/reference/interfaces/IDataspaceProtocolOfferBase.md +9 -9
  35. package/docs/reference/interfaces/IDataspaceProtocolPolicy.md +11 -11
  36. package/docs/reference/interfaces/IDataspaceProtocolSet.md +10 -10
  37. package/docs/reference/interfaces/IDataspaceProtocolTransferError.md +2 -2
  38. package/docs/reference/interfaces/IDataspaceProtocolTransferRequestMessage.md +1 -1
  39. package/docs/reference/interfaces/IDataspaceProtocolTransferStartMessage.md +1 -1
  40. package/docs/reference/interfaces/IDataspaceProtocolTransferSuspensionMessage.md +2 -2
  41. package/docs/reference/interfaces/IDataspaceProtocolTransferTerminationMessage.md +2 -2
  42. package/package.json +3 -3
@@ -23,7 +23,7 @@ The type of endpoint of this data address.
23
23
 
24
24
  ### endpoint? {#endpoint}
25
25
 
26
- > `optional` **endpoint**: `string`
26
+ > `optional` **endpoint?**: `string`
27
27
 
28
28
  The endpoint of the data address
29
29
 
@@ -31,6 +31,6 @@ The endpoint of the data address
31
31
 
32
32
  ### endpointProperties? {#endpointproperties}
33
33
 
34
- > `optional` **endpointProperties**: [`IDataspaceProtocolEndpointProperty`](IDataspaceProtocolEndpointProperty.md)[]
34
+ > `optional` **endpointProperties?**: [`IDataspaceProtocolEndpointProperty`](IDataspaceProtocolEndpointProperty.md)[]
35
35
 
36
36
  Properties associated to the endpoint which might depend on the endpoint type.
@@ -73,7 +73,7 @@ Endpoint URL.
73
73
 
74
74
  ### servesDataset? {#servesdataset}
75
75
 
76
- > `optional` **servesDataset**: `ObjectOrArray`\<[`IDataspaceProtocolDatasetBase`](IDataspaceProtocolDatasetBase.md)\>
76
+ > `optional` **servesDataset?**: [`IDataspaceProtocolDatasetBase`](IDataspaceProtocolDatasetBase.md)[]
77
77
 
78
78
  Datasets served.
79
79
 
@@ -85,7 +85,7 @@ Datasets served.
85
85
 
86
86
  ### dcat:endpointDescription? {#dcatendpointdescription}
87
87
 
88
- > `optional` **dcat:endpointDescription**: `string`
88
+ > `optional` **dcat:endpointDescription?**: `string`
89
89
 
90
90
  A description of the services available via the end-points, including their
91
91
  operations, parameters, etc.
@@ -102,7 +102,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:data_service_endpoint_description
102
102
 
103
103
  ### dcterms:title? {#dctermstitle}
104
104
 
105
- > `optional` **dcterms:title**: `ObjectOrArray`\<`string`\>
105
+ > `optional` **dcterms:title?**: `ObjectOrArray`\<`string`\>
106
106
 
107
107
  A name given to the resource.
108
108
 
@@ -118,7 +118,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_title
118
118
 
119
119
  ### dcterms:description? {#dctermsdescription}
120
120
 
121
- > `optional` **dcterms:description**: `ObjectOrArray`\<`string`\>
121
+ > `optional` **dcterms:description?**: `ObjectOrArray`\<`string`\>
122
122
 
123
123
  A free-text account of the resource.
124
124
 
@@ -134,7 +134,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_description
134
134
 
135
135
  ### dcterms:identifier? {#dctermsidentifier}
136
136
 
137
- > `optional` **dcterms:identifier**: `ObjectOrArray`\<`string`\>
137
+ > `optional` **dcterms:identifier?**: `ObjectOrArray`\<`string`\>
138
138
 
139
139
  A unique identifier of the resource.
140
140
 
@@ -150,7 +150,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_identifier
150
150
 
151
151
  ### dcterms:issued? {#dctermsissued}
152
152
 
153
- > `optional` **dcterms:issued**: `string`
153
+ > `optional` **dcterms:issued?**: `string`
154
154
 
155
155
  Date of formal issuance (publication) of the resource.
156
156
 
@@ -166,7 +166,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_release_date
166
166
 
167
167
  ### dcterms:modified? {#dctermsmodified}
168
168
 
169
- > `optional` **dcterms:modified**: `string`
169
+ > `optional` **dcterms:modified?**: `string`
170
170
 
171
171
  Most recent date on which the resource was changed, updated or modified.
172
172
 
@@ -182,7 +182,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_update_date
182
182
 
183
183
  ### dcterms:language? {#dctermslanguage}
184
184
 
185
- > `optional` **dcterms:language**: `ObjectOrArray`\<`string`\>
185
+ > `optional` **dcterms:language?**: `ObjectOrArray`\<`string`\>
186
186
 
187
187
  A language of the resource.
188
188
 
@@ -198,7 +198,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_language
198
198
 
199
199
  ### dcterms:publisher? {#dctermspublisher}
200
200
 
201
- > `optional` **dcterms:publisher**: `string` \| `IFoafAgentWithAliases`
201
+ > `optional` **dcterms:publisher?**: `string` \| `IFoafAgentWithAliases`
202
202
 
203
203
  An entity responsible for making the resource available.
204
204
 
@@ -214,7 +214,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_publisher
214
214
 
215
215
  ### dcterms:creator? {#dctermscreator}
216
216
 
217
- > `optional` **dcterms:creator**: `string` \| `IFoafAgentWithAliases`
217
+ > `optional` **dcterms:creator?**: `string` \| `IFoafAgentWithAliases`
218
218
 
219
219
  An entity responsible for producing the resource.
220
220
 
@@ -230,7 +230,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_creator
230
230
 
231
231
  ### dcterms:accessRights? {#dctermsaccessrights}
232
232
 
233
- > `optional` **dcterms:accessRights**: `string` \| `IJsonLdNodeObject`
233
+ > `optional` **dcterms:accessRights?**: `string` \| `IJsonLdNodeObject`
234
234
 
235
235
  Information about who can access the resource or an indication of its security status.
236
236
 
@@ -246,7 +246,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_access_rights
246
246
 
247
247
  ### dcterms:license? {#dctermslicense}
248
248
 
249
- > `optional` **dcterms:license**: `string` \| `IJsonLdNodeObject`
249
+ > `optional` **dcterms:license?**: `string` \| `IJsonLdNodeObject`
250
250
 
251
251
  A legal document under which the resource is made available.
252
252
 
@@ -262,7 +262,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_license
262
262
 
263
263
  ### dcterms:rights? {#dctermsrights}
264
264
 
265
- > `optional` **dcterms:rights**: `string` \| `IJsonLdNodeObject`
265
+ > `optional` **dcterms:rights?**: `string` \| `IJsonLdNodeObject`
266
266
 
267
267
  Information about rights held in and over the resource.
268
268
 
@@ -278,7 +278,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_rights
278
278
 
279
279
  ### dcterms:conformsTo? {#dctermsconformsto}
280
280
 
281
- > `optional` **dcterms:conformsTo**: `ObjectOrArray`\<`string`\>
281
+ > `optional` **dcterms:conformsTo?**: `ObjectOrArray`\<`string`\>
282
282
 
283
283
  An established standard to which the resource conforms.
284
284
 
@@ -294,7 +294,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_conforms_to
294
294
 
295
295
  ### dcterms:type? {#dctermstype}
296
296
 
297
- > `optional` **dcterms:type**: `string`
297
+ > `optional` **dcterms:type?**: `string`
298
298
 
299
299
  The nature or genre of the resource.
300
300
 
@@ -310,7 +310,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_type
310
310
 
311
311
  ### dcat:contactPoint? {#dcatcontactpoint}
312
312
 
313
- > `optional` **dcat:contactPoint**: `string` \| `IJsonLdNodeObject`
313
+ > `optional` **dcat:contactPoint?**: `string` \| `IJsonLdNodeObject`
314
314
 
315
315
  Relevant contact information for the catalogued resource.
316
316
 
@@ -326,7 +326,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_contact_point
326
326
 
327
327
  ### dcat:keyword? {#dcatkeyword}
328
328
 
329
- > `optional` **dcat:keyword**: `ObjectOrArray`\<`string`\>
329
+ > `optional` **dcat:keyword?**: `ObjectOrArray`\<`string`\>
330
330
 
331
331
  A keyword or tag describing the resource.
332
332
 
@@ -342,7 +342,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_keyword
342
342
 
343
343
  ### dcat:theme? {#dcattheme}
344
344
 
345
- > `optional` **dcat:theme**: `ObjectOrArray`\<`string`\>
345
+ > `optional` **dcat:theme?**: `ObjectOrArray`\<`string`\>
346
346
 
347
347
  A main category of the resource. A resource can have multiple themes.
348
348
 
@@ -358,7 +358,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_theme
358
358
 
359
359
  ### dcat:landingPage? {#dcatlandingpage}
360
360
 
361
- > `optional` **dcat:landingPage**: `ObjectOrArray`\<`string`\>
361
+ > `optional` **dcat:landingPage?**: `ObjectOrArray`\<`string`\>
362
362
 
363
363
  A Web page that can be navigated to gain access to the resource.
364
364
 
@@ -374,7 +374,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_landing_page
374
374
 
375
375
  ### dcat:qualifiedRelation? {#dcatqualifiedrelation}
376
376
 
377
- > `optional` **dcat:qualifiedRelation**: `string` \| `IDcatRelationship`
377
+ > `optional` **dcat:qualifiedRelation?**: `string` \| `IDcatRelationship`
378
378
 
379
379
  Link to a description of a relationship with another resource.
380
380
 
@@ -390,7 +390,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_qualified_relation
390
390
 
391
391
  ### odrl:hasPolicy? {#odrlhaspolicy}
392
392
 
393
- > `optional` **odrl:hasPolicy**: `IOdrlPolicy`
393
+ > `optional` **odrl:hasPolicy?**: `IOdrlPolicy`
394
394
 
395
395
  An ODRL conformant policy expressing the rights associated with the resource.
396
396
 
@@ -61,7 +61,7 @@ Endpoint URL.
61
61
 
62
62
  ### servesDataset? {#servesdataset}
63
63
 
64
- > `optional` **servesDataset**: `ObjectOrArray`\<[`IDataspaceProtocolDatasetBase`](IDataspaceProtocolDatasetBase.md)\>
64
+ > `optional` **servesDataset?**: [`IDataspaceProtocolDatasetBase`](IDataspaceProtocolDatasetBase.md)[]
65
65
 
66
66
  Datasets served.
67
67
 
@@ -69,7 +69,7 @@ Datasets served.
69
69
 
70
70
  ### dcat:endpointDescription? {#dcatendpointdescription}
71
71
 
72
- > `optional` **dcat:endpointDescription**: `string`
72
+ > `optional` **dcat:endpointDescription?**: `string`
73
73
 
74
74
  A description of the services available via the end-points, including their
75
75
  operations, parameters, etc.
@@ -86,7 +86,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:data_service_endpoint_description
86
86
 
87
87
  ### dcterms:title? {#dctermstitle}
88
88
 
89
- > `optional` **dcterms:title**: `ObjectOrArray`\<`string`\>
89
+ > `optional` **dcterms:title?**: `ObjectOrArray`\<`string`\>
90
90
 
91
91
  A name given to the resource.
92
92
 
@@ -102,7 +102,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_title
102
102
 
103
103
  ### dcterms:description? {#dctermsdescription}
104
104
 
105
- > `optional` **dcterms:description**: `ObjectOrArray`\<`string`\>
105
+ > `optional` **dcterms:description?**: `ObjectOrArray`\<`string`\>
106
106
 
107
107
  A free-text account of the resource.
108
108
 
@@ -118,7 +118,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_description
118
118
 
119
119
  ### dcterms:identifier? {#dctermsidentifier}
120
120
 
121
- > `optional` **dcterms:identifier**: `ObjectOrArray`\<`string`\>
121
+ > `optional` **dcterms:identifier?**: `ObjectOrArray`\<`string`\>
122
122
 
123
123
  A unique identifier of the resource.
124
124
 
@@ -134,7 +134,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_identifier
134
134
 
135
135
  ### dcterms:issued? {#dctermsissued}
136
136
 
137
- > `optional` **dcterms:issued**: `string`
137
+ > `optional` **dcterms:issued?**: `string`
138
138
 
139
139
  Date of formal issuance (publication) of the resource.
140
140
 
@@ -150,7 +150,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_release_date
150
150
 
151
151
  ### dcterms:modified? {#dctermsmodified}
152
152
 
153
- > `optional` **dcterms:modified**: `string`
153
+ > `optional` **dcterms:modified?**: `string`
154
154
 
155
155
  Most recent date on which the resource was changed, updated or modified.
156
156
 
@@ -166,7 +166,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_update_date
166
166
 
167
167
  ### dcterms:language? {#dctermslanguage}
168
168
 
169
- > `optional` **dcterms:language**: `ObjectOrArray`\<`string`\>
169
+ > `optional` **dcterms:language?**: `ObjectOrArray`\<`string`\>
170
170
 
171
171
  A language of the resource.
172
172
 
@@ -182,7 +182,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_language
182
182
 
183
183
  ### dcterms:publisher? {#dctermspublisher}
184
184
 
185
- > `optional` **dcterms:publisher**: `string` \| `IFoafAgentWithAliases`
185
+ > `optional` **dcterms:publisher?**: `string` \| `IFoafAgentWithAliases`
186
186
 
187
187
  An entity responsible for making the resource available.
188
188
 
@@ -198,7 +198,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_publisher
198
198
 
199
199
  ### dcterms:creator? {#dctermscreator}
200
200
 
201
- > `optional` **dcterms:creator**: `string` \| `IFoafAgentWithAliases`
201
+ > `optional` **dcterms:creator?**: `string` \| `IFoafAgentWithAliases`
202
202
 
203
203
  An entity responsible for producing the resource.
204
204
 
@@ -214,7 +214,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_creator
214
214
 
215
215
  ### dcterms:accessRights? {#dctermsaccessrights}
216
216
 
217
- > `optional` **dcterms:accessRights**: `string` \| `IJsonLdNodeObject`
217
+ > `optional` **dcterms:accessRights?**: `string` \| `IJsonLdNodeObject`
218
218
 
219
219
  Information about who can access the resource or an indication of its security status.
220
220
 
@@ -230,7 +230,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_access_rights
230
230
 
231
231
  ### dcterms:license? {#dctermslicense}
232
232
 
233
- > `optional` **dcterms:license**: `string` \| `IJsonLdNodeObject`
233
+ > `optional` **dcterms:license?**: `string` \| `IJsonLdNodeObject`
234
234
 
235
235
  A legal document under which the resource is made available.
236
236
 
@@ -246,7 +246,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_license
246
246
 
247
247
  ### dcterms:rights? {#dctermsrights}
248
248
 
249
- > `optional` **dcterms:rights**: `string` \| `IJsonLdNodeObject`
249
+ > `optional` **dcterms:rights?**: `string` \| `IJsonLdNodeObject`
250
250
 
251
251
  Information about rights held in and over the resource.
252
252
 
@@ -262,7 +262,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_rights
262
262
 
263
263
  ### dcterms:conformsTo? {#dctermsconformsto}
264
264
 
265
- > `optional` **dcterms:conformsTo**: `ObjectOrArray`\<`string`\>
265
+ > `optional` **dcterms:conformsTo?**: `ObjectOrArray`\<`string`\>
266
266
 
267
267
  An established standard to which the resource conforms.
268
268
 
@@ -278,7 +278,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_conforms_to
278
278
 
279
279
  ### dcterms:type? {#dctermstype}
280
280
 
281
- > `optional` **dcterms:type**: `string`
281
+ > `optional` **dcterms:type?**: `string`
282
282
 
283
283
  The nature or genre of the resource.
284
284
 
@@ -294,7 +294,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_type
294
294
 
295
295
  ### dcat:contactPoint? {#dcatcontactpoint}
296
296
 
297
- > `optional` **dcat:contactPoint**: `string` \| `IJsonLdNodeObject`
297
+ > `optional` **dcat:contactPoint?**: `string` \| `IJsonLdNodeObject`
298
298
 
299
299
  Relevant contact information for the catalogued resource.
300
300
 
@@ -310,7 +310,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_contact_point
310
310
 
311
311
  ### dcat:keyword? {#dcatkeyword}
312
312
 
313
- > `optional` **dcat:keyword**: `ObjectOrArray`\<`string`\>
313
+ > `optional` **dcat:keyword?**: `ObjectOrArray`\<`string`\>
314
314
 
315
315
  A keyword or tag describing the resource.
316
316
 
@@ -326,7 +326,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_keyword
326
326
 
327
327
  ### dcat:theme? {#dcattheme}
328
328
 
329
- > `optional` **dcat:theme**: `ObjectOrArray`\<`string`\>
329
+ > `optional` **dcat:theme?**: `ObjectOrArray`\<`string`\>
330
330
 
331
331
  A main category of the resource. A resource can have multiple themes.
332
332
 
@@ -342,7 +342,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_theme
342
342
 
343
343
  ### dcat:landingPage? {#dcatlandingpage}
344
344
 
345
- > `optional` **dcat:landingPage**: `ObjectOrArray`\<`string`\>
345
+ > `optional` **dcat:landingPage?**: `ObjectOrArray`\<`string`\>
346
346
 
347
347
  A Web page that can be navigated to gain access to the resource.
348
348
 
@@ -358,7 +358,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_landing_page
358
358
 
359
359
  ### dcat:qualifiedRelation? {#dcatqualifiedrelation}
360
360
 
361
- > `optional` **dcat:qualifiedRelation**: `string` \| `IDcatRelationship`
361
+ > `optional` **dcat:qualifiedRelation?**: `string` \| `IDcatRelationship`
362
362
 
363
363
  Link to a description of a relationship with another resource.
364
364
 
@@ -374,7 +374,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_qualified_relation
374
374
 
375
375
  ### odrl:hasPolicy? {#odrlhaspolicy}
376
376
 
377
- > `optional` **odrl:hasPolicy**: `IOdrlPolicy`
377
+ > `optional` **odrl:hasPolicy?**: `IOdrlPolicy`
378
378
 
379
379
  An ODRL conformant policy expressing the rights associated with the resource.
380
380
 
@@ -73,7 +73,7 @@ REQUIRED per Eclipse Data Space Protocol.
73
73
 
74
74
  ### hasPolicy {#haspolicy}
75
75
 
76
- > **hasPolicy**: `ObjectOrArray`\<[`IDataspaceProtocolOfferBase`](IDataspaceProtocolOfferBase.md)\>
76
+ > **hasPolicy**: [`IDataspaceProtocolOfferBase`](IDataspaceProtocolOfferBase.md)[]
77
77
 
78
78
  Array of ODRL policies (Offers) as required by DS Protocol.
79
79
 
@@ -90,7 +90,7 @@ allows for future multi-offer support.
90
90
 
91
91
  ### distribution {#distribution}
92
92
 
93
- > **distribution**: `ObjectOrArray`\<[`IDataspaceProtocolDistributionBase`](IDataspaceProtocolDistributionBase.md)\>
93
+ > **distribution**: [`IDataspaceProtocolDistributionBase`](IDataspaceProtocolDistributionBase.md)[]
94
94
 
95
95
  Distribution of the dataset.
96
96
  REQUIRED per Eclipse Data Space Protocol.
@@ -103,7 +103,7 @@ REQUIRED per Eclipse Data Space Protocol.
103
103
 
104
104
  ### dcterms:accrualPeriodicity? {#dctermsaccrualperiodicity}
105
105
 
106
- > `optional` **dcterms:accrualPeriodicity**: `string`
106
+ > `optional` **dcterms:accrualPeriodicity?**: `string`
107
107
 
108
108
  The frequency at which the dataset is published.
109
109
 
@@ -119,7 +119,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:dataset_frequency
119
119
 
120
120
  ### dcat:inSeries? {#dcatinseries}
121
121
 
122
- > `optional` **dcat:inSeries**: `string`
122
+ > `optional` **dcat:inSeries?**: `string`
123
123
 
124
124
  A dataset series of which the dataset is part.
125
125
 
@@ -135,7 +135,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:dataset_in_series
135
135
 
136
136
  ### dcterms:spatial? {#dctermsspatial}
137
137
 
138
- > `optional` **dcterms:spatial**: `string` \| `string`[] \| `IJsonLdNodeObject`
138
+ > `optional` **dcterms:spatial?**: `string` \| `string`[] \| `IJsonLdNodeObject`
139
139
 
140
140
  The geographical area covered by the dataset.
141
141
 
@@ -151,7 +151,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:dataset_spatial
151
151
 
152
152
  ### dcat:spatialResolutionInMeters? {#dcatspatialresolutioninmeters}
153
153
 
154
- > `optional` **dcat:spatialResolutionInMeters**: `number`
154
+ > `optional` **dcat:spatialResolutionInMeters?**: `number`
155
155
 
156
156
  Minimum spatial separation resolvable in a dataset, measured in meters.
157
157
 
@@ -167,7 +167,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:dataset_spatial_resolution
167
167
 
168
168
  ### dcterms:temporal? {#dctermstemporal}
169
169
 
170
- > `optional` **dcterms:temporal**: `IDublinCorePeriodOfTime`
170
+ > `optional` **dcterms:temporal?**: `IDublinCorePeriodOfTime`
171
171
 
172
172
  The temporal period that the dataset covers.
173
173
 
@@ -183,7 +183,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:dataset_temporal
183
183
 
184
184
  ### dcat:temporalResolution? {#dcattemporalresolution}
185
185
 
186
- > `optional` **dcat:temporalResolution**: `string`
186
+ > `optional` **dcat:temporalResolution?**: `string`
187
187
 
188
188
  Minimum time period resolvable in the dataset.
189
189
 
@@ -199,7 +199,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:dataset_temporal_resolution
199
199
 
200
200
  ### prov:wasGeneratedBy? {#provwasgeneratedby}
201
201
 
202
- > `optional` **prov:wasGeneratedBy**: `string` \| `IJsonLdNodeObject`
202
+ > `optional` **prov:wasGeneratedBy?**: `string` \| `IJsonLdNodeObject`
203
203
 
204
204
  An activity that generated, or provides the business context for, the creation of the dataset.
205
205
 
@@ -215,7 +215,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:dataset_was_generated_by
215
215
 
216
216
  ### dcterms:title? {#dctermstitle}
217
217
 
218
- > `optional` **dcterms:title**: `ObjectOrArray`\<`string`\>
218
+ > `optional` **dcterms:title?**: `ObjectOrArray`\<`string`\>
219
219
 
220
220
  A name given to the resource.
221
221
 
@@ -231,7 +231,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_title
231
231
 
232
232
  ### dcterms:description? {#dctermsdescription}
233
233
 
234
- > `optional` **dcterms:description**: `ObjectOrArray`\<`string`\>
234
+ > `optional` **dcterms:description?**: `ObjectOrArray`\<`string`\>
235
235
 
236
236
  A free-text account of the resource.
237
237
 
@@ -247,7 +247,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_description
247
247
 
248
248
  ### dcterms:identifier? {#dctermsidentifier}
249
249
 
250
- > `optional` **dcterms:identifier**: `ObjectOrArray`\<`string`\>
250
+ > `optional` **dcterms:identifier?**: `ObjectOrArray`\<`string`\>
251
251
 
252
252
  A unique identifier of the resource.
253
253
 
@@ -263,7 +263,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_identifier
263
263
 
264
264
  ### dcterms:issued? {#dctermsissued}
265
265
 
266
- > `optional` **dcterms:issued**: `string`
266
+ > `optional` **dcterms:issued?**: `string`
267
267
 
268
268
  Date of formal issuance (publication) of the resource.
269
269
 
@@ -279,7 +279,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_release_date
279
279
 
280
280
  ### dcterms:modified? {#dctermsmodified}
281
281
 
282
- > `optional` **dcterms:modified**: `string`
282
+ > `optional` **dcterms:modified?**: `string`
283
283
 
284
284
  Most recent date on which the resource was changed, updated or modified.
285
285
 
@@ -295,7 +295,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_update_date
295
295
 
296
296
  ### dcterms:language? {#dctermslanguage}
297
297
 
298
- > `optional` **dcterms:language**: `ObjectOrArray`\<`string`\>
298
+ > `optional` **dcterms:language?**: `ObjectOrArray`\<`string`\>
299
299
 
300
300
  A language of the resource.
301
301
 
@@ -311,7 +311,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_language
311
311
 
312
312
  ### dcterms:publisher? {#dctermspublisher}
313
313
 
314
- > `optional` **dcterms:publisher**: `string` \| `IFoafAgentWithAliases`
314
+ > `optional` **dcterms:publisher?**: `string` \| `IFoafAgentWithAliases`
315
315
 
316
316
  An entity responsible for making the resource available.
317
317
 
@@ -327,7 +327,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_publisher
327
327
 
328
328
  ### dcterms:creator? {#dctermscreator}
329
329
 
330
- > `optional` **dcterms:creator**: `string` \| `IFoafAgentWithAliases`
330
+ > `optional` **dcterms:creator?**: `string` \| `IFoafAgentWithAliases`
331
331
 
332
332
  An entity responsible for producing the resource.
333
333
 
@@ -343,7 +343,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_creator
343
343
 
344
344
  ### dcterms:accessRights? {#dctermsaccessrights}
345
345
 
346
- > `optional` **dcterms:accessRights**: `string` \| `IJsonLdNodeObject`
346
+ > `optional` **dcterms:accessRights?**: `string` \| `IJsonLdNodeObject`
347
347
 
348
348
  Information about who can access the resource or an indication of its security status.
349
349
 
@@ -359,7 +359,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_access_rights
359
359
 
360
360
  ### dcterms:license? {#dctermslicense}
361
361
 
362
- > `optional` **dcterms:license**: `string` \| `IJsonLdNodeObject`
362
+ > `optional` **dcterms:license?**: `string` \| `IJsonLdNodeObject`
363
363
 
364
364
  A legal document under which the resource is made available.
365
365
 
@@ -375,7 +375,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_license
375
375
 
376
376
  ### dcterms:rights? {#dctermsrights}
377
377
 
378
- > `optional` **dcterms:rights**: `string` \| `IJsonLdNodeObject`
378
+ > `optional` **dcterms:rights?**: `string` \| `IJsonLdNodeObject`
379
379
 
380
380
  Information about rights held in and over the resource.
381
381
 
@@ -391,7 +391,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_rights
391
391
 
392
392
  ### dcterms:conformsTo? {#dctermsconformsto}
393
393
 
394
- > `optional` **dcterms:conformsTo**: `ObjectOrArray`\<`string`\>
394
+ > `optional` **dcterms:conformsTo?**: `ObjectOrArray`\<`string`\>
395
395
 
396
396
  An established standard to which the resource conforms.
397
397
 
@@ -407,7 +407,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_conforms_to
407
407
 
408
408
  ### dcterms:type? {#dctermstype}
409
409
 
410
- > `optional` **dcterms:type**: `string`
410
+ > `optional` **dcterms:type?**: `string`
411
411
 
412
412
  The nature or genre of the resource.
413
413
 
@@ -423,7 +423,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_type
423
423
 
424
424
  ### dcat:contactPoint? {#dcatcontactpoint}
425
425
 
426
- > `optional` **dcat:contactPoint**: `string` \| `IJsonLdNodeObject`
426
+ > `optional` **dcat:contactPoint?**: `string` \| `IJsonLdNodeObject`
427
427
 
428
428
  Relevant contact information for the catalogued resource.
429
429
 
@@ -439,7 +439,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_contact_point
439
439
 
440
440
  ### dcat:keyword? {#dcatkeyword}
441
441
 
442
- > `optional` **dcat:keyword**: `ObjectOrArray`\<`string`\>
442
+ > `optional` **dcat:keyword?**: `ObjectOrArray`\<`string`\>
443
443
 
444
444
  A keyword or tag describing the resource.
445
445
 
@@ -455,7 +455,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_keyword
455
455
 
456
456
  ### dcat:theme? {#dcattheme}
457
457
 
458
- > `optional` **dcat:theme**: `ObjectOrArray`\<`string`\>
458
+ > `optional` **dcat:theme?**: `ObjectOrArray`\<`string`\>
459
459
 
460
460
  A main category of the resource. A resource can have multiple themes.
461
461
 
@@ -471,7 +471,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_theme
471
471
 
472
472
  ### dcat:landingPage? {#dcatlandingpage}
473
473
 
474
- > `optional` **dcat:landingPage**: `ObjectOrArray`\<`string`\>
474
+ > `optional` **dcat:landingPage?**: `ObjectOrArray`\<`string`\>
475
475
 
476
476
  A Web page that can be navigated to gain access to the resource.
477
477
 
@@ -487,7 +487,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_landing_page
487
487
 
488
488
  ### dcat:qualifiedRelation? {#dcatqualifiedrelation}
489
489
 
490
- > `optional` **dcat:qualifiedRelation**: `string` \| `IDcatRelationship`
490
+ > `optional` **dcat:qualifiedRelation?**: `string` \| `IDcatRelationship`
491
491
 
492
492
  Link to a description of a relationship with another resource.
493
493