@twin.org/standards-dataspace-protocol 0.0.3-next.55 → 0.0.3-next.56

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 (33) hide show
  1. package/dist/es/schemas/DataspaceProtocolAgreement.json +3 -3
  2. package/dist/es/schemas/DataspaceProtocolContractAgreementMessage.json +3 -3
  3. package/dist/es/schemas/DataspaceProtocolOfferBase.json +3 -3
  4. package/dist/es/schemas/DataspaceProtocolPolicy.json +4 -4
  5. package/dist/es/schemas/DataspaceProtocolSet.json +3 -3
  6. package/docs/changelog.md +17 -0
  7. package/docs/reference/interfaces/IDataspaceProtocolAgreement.md +8 -8
  8. package/docs/reference/interfaces/IDataspaceProtocolCatalog.md +34 -34
  9. package/docs/reference/interfaces/IDataspaceProtocolCatalogBase.md +34 -34
  10. package/docs/reference/interfaces/IDataspaceProtocolCatalogError.md +1 -1
  11. package/docs/reference/interfaces/IDataspaceProtocolCatalogRequestMessage.md +1 -1
  12. package/docs/reference/interfaces/IDataspaceProtocolContractAgreementMessage.md +1 -1
  13. package/docs/reference/interfaces/IDataspaceProtocolContractNegotiationError.md +2 -2
  14. package/docs/reference/interfaces/IDataspaceProtocolContractNegotiationTerminationMessage.md +2 -2
  15. package/docs/reference/interfaces/IDataspaceProtocolContractOfferMessage.md +2 -2
  16. package/docs/reference/interfaces/IDataspaceProtocolContractRequestMessage.md +2 -2
  17. package/docs/reference/interfaces/IDataspaceProtocolDataAddress.md +2 -2
  18. package/docs/reference/interfaces/IDataspaceProtocolDataService.md +21 -21
  19. package/docs/reference/interfaces/IDataspaceProtocolDataServiceBase.md +21 -21
  20. package/docs/reference/interfaces/IDataspaceProtocolDataset.md +25 -25
  21. package/docs/reference/interfaces/IDataspaceProtocolDatasetBase.md +25 -25
  22. package/docs/reference/interfaces/IDataspaceProtocolDistribution.md +19 -19
  23. package/docs/reference/interfaces/IDataspaceProtocolDistributionBase.md +20 -20
  24. package/docs/reference/interfaces/IDataspaceProtocolOffer.md +9 -9
  25. package/docs/reference/interfaces/IDataspaceProtocolOfferBase.md +9 -9
  26. package/docs/reference/interfaces/IDataspaceProtocolPolicy.md +11 -11
  27. package/docs/reference/interfaces/IDataspaceProtocolSet.md +10 -10
  28. package/docs/reference/interfaces/IDataspaceProtocolTransferError.md +2 -2
  29. package/docs/reference/interfaces/IDataspaceProtocolTransferRequestMessage.md +1 -1
  30. package/docs/reference/interfaces/IDataspaceProtocolTransferStartMessage.md +1 -1
  31. package/docs/reference/interfaces/IDataspaceProtocolTransferSuspensionMessage.md +2 -2
  32. package/docs/reference/interfaces/IDataspaceProtocolTransferTerminationMessage.md +2 -2
  33. package/package.json +3 -3
@@ -61,7 +61,7 @@ Participant Id
61
61
 
62
62
  ### catalog? {#catalog}
63
63
 
64
- > `optional` **catalog**: `ObjectOrArray`\<`IDataspaceProtocolCatalogBase`\>
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**: `ObjectOrArray`\<[`IDataspaceProtocolDatasetBase`](IDataspaceProtocolDatasetBase.md)\>
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**: `ObjectOrArray`\<[`IDataspaceProtocolDistributionBase`](IDataspaceProtocolDistributionBase.md)\>
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**: `ObjectOrArray`\<[`IDataspaceProtocolDataServiceBase`](IDataspaceProtocolDataServiceBase.md)\>
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**: `string`
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**: `ObjectOrArray`\<`IDcatResource`\>
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**: `ObjectOrArray`\<`IDcatResource`\>
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**: `ObjectOrArray`\<`IDcatCatalogRecordBase`\>
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**: `string`
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**: `string`
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**: `string` \| `string`[] \| `IJsonLdNodeObject`
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**: `number`
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**: `IDublinCorePeriodOfTime`
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**: `string`
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**: `string` \| `IJsonLdNodeObject`
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**: `ObjectOrArray`\<`string`\>
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**: `ObjectOrArray`\<`string`\>
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**: `ObjectOrArray`\<`string`\>
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**: `string`
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**: `string`
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**: `ObjectOrArray`\<`string`\>
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**: `string` \| `IFoafAgentWithAliases`
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**: `string` \| `IFoafAgentWithAliases`
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**: `string` \| `IJsonLdNodeObject`
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**: `string` \| `IJsonLdNodeObject`
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**: `string` \| `IJsonLdNodeObject`
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**: `ObjectOrArray`\<`string`\>
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**: `string`
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**: `string` \| `IJsonLdNodeObject`
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**: `ObjectOrArray`\<`string`\>
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**: `ObjectOrArray`\<`string`\>
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**: `ObjectOrArray`\<`string`\>
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**: `string` \| `IDcatRelationship`
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**: `IOdrlPolicy`
560
+ > `optional` **odrl:hasPolicy?**: `IOdrlPolicy`
561
561
 
562
562
  An ODRL conformant policy expressing the rights associated with the resource.
563
563
 
@@ -31,6 +31,6 @@ The error code.
31
31
 
32
32
  ### reason? {#reason}
33
33
 
34
- > `optional` **reason**: `any`[]
34
+ > `optional` **reason?**: `any`[]
35
35
 
36
36
  The error reason(s).
@@ -23,6 +23,6 @@ The type of the message.
23
23
 
24
24
  ### filter? {#filter}
25
25
 
26
- > `optional` **filter**: `unknown`[]
26
+ > `optional` **filter?**: `unknown`[]
27
27
 
28
28
  An implementation-specific query or filter expression.
@@ -47,6 +47,6 @@ The agreement being sent.
47
47
 
48
48
  ### callbackAddress? {#callbackaddress}
49
49
 
50
- > `optional` **callbackAddress**: `string`
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**: `string`
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**: `any`[]
50
+ > `optional` **reason?**: `any`[]
51
51
 
52
52
  The error reason(s).
@@ -39,7 +39,7 @@ The consumer id for the contract.
39
39
 
40
40
  ### code? {#code}
41
41
 
42
- > `optional` **code**: `string`
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**: `any`[]
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**: `string`
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**: `string`
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**: `string`
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**: `string`
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 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?**: `ObjectOrArray`\<[`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