@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.
- package/dist/es/schemas/DataspaceProtocolAgreement.json +3 -3
- package/dist/es/schemas/DataspaceProtocolContractAgreementMessage.json +3 -3
- 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/docs/changelog.md +17 -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 +25 -25
- package/docs/reference/interfaces/IDataspaceProtocolDatasetBase.md +25 -25
- 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
|
@@ -61,7 +61,7 @@ Endpoint URL.
|
|
|
61
61
|
|
|
62
62
|
### servesDataset? {#servesdataset}
|
|
63
63
|
|
|
64
|
-
> `optional` **servesDataset
|
|
64
|
+
> `optional` **servesDataset?**: `ObjectOrArray`\<[`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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
377
|
+
> `optional` **odrl:hasPolicy?**: `IOdrlPolicy`
|
|
378
378
|
|
|
379
379
|
An ODRL conformant policy expressing the rights associated with the resource.
|
|
380
380
|
|
|
@@ -103,7 +103,7 @@ REQUIRED per Eclipse Data Space Protocol.
|
|
|
103
103
|
|
|
104
104
|
### dcterms:accrualPeriodicity? {#dctermsaccrualperiodicity}
|
|
105
105
|
|
|
106
|
-
> `optional` **dcterms:accrualPeriodicity
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
490
|
+
> `optional` **dcat:qualifiedRelation?**: `string` \| `IDcatRelationship`
|
|
491
491
|
|
|
492
492
|
Link to a description of a relationship with another resource.
|
|
493
493
|
|
|
@@ -87,7 +87,7 @@ REQUIRED per Eclipse Data Space Protocol.
|
|
|
87
87
|
|
|
88
88
|
### dcterms:accrualPeriodicity? {#dctermsaccrualperiodicity}
|
|
89
89
|
|
|
90
|
-
> `optional` **dcterms:accrualPeriodicity
|
|
90
|
+
> `optional` **dcterms:accrualPeriodicity?**: `string`
|
|
91
91
|
|
|
92
92
|
The frequency at which the dataset is published.
|
|
93
93
|
|
|
@@ -103,7 +103,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:dataset_frequency
|
|
|
103
103
|
|
|
104
104
|
### dcat:inSeries? {#dcatinseries}
|
|
105
105
|
|
|
106
|
-
> `optional` **dcat:inSeries
|
|
106
|
+
> `optional` **dcat:inSeries?**: `string`
|
|
107
107
|
|
|
108
108
|
A dataset series of which the dataset is part.
|
|
109
109
|
|
|
@@ -119,7 +119,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:dataset_in_series
|
|
|
119
119
|
|
|
120
120
|
### dcterms:spatial? {#dctermsspatial}
|
|
121
121
|
|
|
122
|
-
> `optional` **dcterms:spatial
|
|
122
|
+
> `optional` **dcterms:spatial?**: `string` \| `string`[] \| `IJsonLdNodeObject`
|
|
123
123
|
|
|
124
124
|
The geographical area covered by the dataset.
|
|
125
125
|
|
|
@@ -135,7 +135,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:dataset_spatial
|
|
|
135
135
|
|
|
136
136
|
### dcat:spatialResolutionInMeters? {#dcatspatialresolutioninmeters}
|
|
137
137
|
|
|
138
|
-
> `optional` **dcat:spatialResolutionInMeters
|
|
138
|
+
> `optional` **dcat:spatialResolutionInMeters?**: `number`
|
|
139
139
|
|
|
140
140
|
Minimum spatial separation resolvable in a dataset, measured in meters.
|
|
141
141
|
|
|
@@ -151,7 +151,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:dataset_spatial_resolution
|
|
|
151
151
|
|
|
152
152
|
### dcterms:temporal? {#dctermstemporal}
|
|
153
153
|
|
|
154
|
-
> `optional` **dcterms:temporal
|
|
154
|
+
> `optional` **dcterms:temporal?**: `IDublinCorePeriodOfTime`
|
|
155
155
|
|
|
156
156
|
The temporal period that the dataset covers.
|
|
157
157
|
|
|
@@ -167,7 +167,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:dataset_temporal
|
|
|
167
167
|
|
|
168
168
|
### dcat:temporalResolution? {#dcattemporalresolution}
|
|
169
169
|
|
|
170
|
-
> `optional` **dcat:temporalResolution
|
|
170
|
+
> `optional` **dcat:temporalResolution?**: `string`
|
|
171
171
|
|
|
172
172
|
Minimum time period resolvable in the dataset.
|
|
173
173
|
|
|
@@ -183,7 +183,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:dataset_temporal_resolution
|
|
|
183
183
|
|
|
184
184
|
### prov:wasGeneratedBy? {#provwasgeneratedby}
|
|
185
185
|
|
|
186
|
-
> `optional` **prov:wasGeneratedBy
|
|
186
|
+
> `optional` **prov:wasGeneratedBy?**: `string` \| `IJsonLdNodeObject`
|
|
187
187
|
|
|
188
188
|
An activity that generated, or provides the business context for, the creation of the dataset.
|
|
189
189
|
|
|
@@ -199,7 +199,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:dataset_was_generated_by
|
|
|
199
199
|
|
|
200
200
|
### dcterms:title? {#dctermstitle}
|
|
201
201
|
|
|
202
|
-
> `optional` **dcterms:title
|
|
202
|
+
> `optional` **dcterms:title?**: `ObjectOrArray`\<`string`\>
|
|
203
203
|
|
|
204
204
|
A name given to the resource.
|
|
205
205
|
|
|
@@ -215,7 +215,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_title
|
|
|
215
215
|
|
|
216
216
|
### dcterms:description? {#dctermsdescription}
|
|
217
217
|
|
|
218
|
-
> `optional` **dcterms:description
|
|
218
|
+
> `optional` **dcterms:description?**: `ObjectOrArray`\<`string`\>
|
|
219
219
|
|
|
220
220
|
A free-text account of the resource.
|
|
221
221
|
|
|
@@ -231,7 +231,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_description
|
|
|
231
231
|
|
|
232
232
|
### dcterms:identifier? {#dctermsidentifier}
|
|
233
233
|
|
|
234
|
-
> `optional` **dcterms:identifier
|
|
234
|
+
> `optional` **dcterms:identifier?**: `ObjectOrArray`\<`string`\>
|
|
235
235
|
|
|
236
236
|
A unique identifier of the resource.
|
|
237
237
|
|
|
@@ -247,7 +247,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_identifier
|
|
|
247
247
|
|
|
248
248
|
### dcterms:issued? {#dctermsissued}
|
|
249
249
|
|
|
250
|
-
> `optional` **dcterms:issued
|
|
250
|
+
> `optional` **dcterms:issued?**: `string`
|
|
251
251
|
|
|
252
252
|
Date of formal issuance (publication) of the resource.
|
|
253
253
|
|
|
@@ -263,7 +263,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_release_date
|
|
|
263
263
|
|
|
264
264
|
### dcterms:modified? {#dctermsmodified}
|
|
265
265
|
|
|
266
|
-
> `optional` **dcterms:modified
|
|
266
|
+
> `optional` **dcterms:modified?**: `string`
|
|
267
267
|
|
|
268
268
|
Most recent date on which the resource was changed, updated or modified.
|
|
269
269
|
|
|
@@ -279,7 +279,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_update_date
|
|
|
279
279
|
|
|
280
280
|
### dcterms:language? {#dctermslanguage}
|
|
281
281
|
|
|
282
|
-
> `optional` **dcterms:language
|
|
282
|
+
> `optional` **dcterms:language?**: `ObjectOrArray`\<`string`\>
|
|
283
283
|
|
|
284
284
|
A language of the resource.
|
|
285
285
|
|
|
@@ -295,7 +295,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_language
|
|
|
295
295
|
|
|
296
296
|
### dcterms:publisher? {#dctermspublisher}
|
|
297
297
|
|
|
298
|
-
> `optional` **dcterms:publisher
|
|
298
|
+
> `optional` **dcterms:publisher?**: `string` \| `IFoafAgentWithAliases`
|
|
299
299
|
|
|
300
300
|
An entity responsible for making the resource available.
|
|
301
301
|
|
|
@@ -311,7 +311,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_publisher
|
|
|
311
311
|
|
|
312
312
|
### dcterms:creator? {#dctermscreator}
|
|
313
313
|
|
|
314
|
-
> `optional` **dcterms:creator
|
|
314
|
+
> `optional` **dcterms:creator?**: `string` \| `IFoafAgentWithAliases`
|
|
315
315
|
|
|
316
316
|
An entity responsible for producing the resource.
|
|
317
317
|
|
|
@@ -327,7 +327,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_creator
|
|
|
327
327
|
|
|
328
328
|
### dcterms:accessRights? {#dctermsaccessrights}
|
|
329
329
|
|
|
330
|
-
> `optional` **dcterms:accessRights
|
|
330
|
+
> `optional` **dcterms:accessRights?**: `string` \| `IJsonLdNodeObject`
|
|
331
331
|
|
|
332
332
|
Information about who can access the resource or an indication of its security status.
|
|
333
333
|
|
|
@@ -343,7 +343,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_access_rights
|
|
|
343
343
|
|
|
344
344
|
### dcterms:license? {#dctermslicense}
|
|
345
345
|
|
|
346
|
-
> `optional` **dcterms:license
|
|
346
|
+
> `optional` **dcterms:license?**: `string` \| `IJsonLdNodeObject`
|
|
347
347
|
|
|
348
348
|
A legal document under which the resource is made available.
|
|
349
349
|
|
|
@@ -359,7 +359,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_license
|
|
|
359
359
|
|
|
360
360
|
### dcterms:rights? {#dctermsrights}
|
|
361
361
|
|
|
362
|
-
> `optional` **dcterms:rights
|
|
362
|
+
> `optional` **dcterms:rights?**: `string` \| `IJsonLdNodeObject`
|
|
363
363
|
|
|
364
364
|
Information about rights held in and over the resource.
|
|
365
365
|
|
|
@@ -375,7 +375,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_rights
|
|
|
375
375
|
|
|
376
376
|
### dcterms:conformsTo? {#dctermsconformsto}
|
|
377
377
|
|
|
378
|
-
> `optional` **dcterms:conformsTo
|
|
378
|
+
> `optional` **dcterms:conformsTo?**: `ObjectOrArray`\<`string`\>
|
|
379
379
|
|
|
380
380
|
An established standard to which the resource conforms.
|
|
381
381
|
|
|
@@ -391,7 +391,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_conforms_to
|
|
|
391
391
|
|
|
392
392
|
### dcterms:type? {#dctermstype}
|
|
393
393
|
|
|
394
|
-
> `optional` **dcterms:type
|
|
394
|
+
> `optional` **dcterms:type?**: `string`
|
|
395
395
|
|
|
396
396
|
The nature or genre of the resource.
|
|
397
397
|
|
|
@@ -407,7 +407,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_type
|
|
|
407
407
|
|
|
408
408
|
### dcat:contactPoint? {#dcatcontactpoint}
|
|
409
409
|
|
|
410
|
-
> `optional` **dcat:contactPoint
|
|
410
|
+
> `optional` **dcat:contactPoint?**: `string` \| `IJsonLdNodeObject`
|
|
411
411
|
|
|
412
412
|
Relevant contact information for the catalogued resource.
|
|
413
413
|
|
|
@@ -423,7 +423,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_contact_point
|
|
|
423
423
|
|
|
424
424
|
### dcat:keyword? {#dcatkeyword}
|
|
425
425
|
|
|
426
|
-
> `optional` **dcat:keyword
|
|
426
|
+
> `optional` **dcat:keyword?**: `ObjectOrArray`\<`string`\>
|
|
427
427
|
|
|
428
428
|
A keyword or tag describing the resource.
|
|
429
429
|
|
|
@@ -439,7 +439,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_keyword
|
|
|
439
439
|
|
|
440
440
|
### dcat:theme? {#dcattheme}
|
|
441
441
|
|
|
442
|
-
> `optional` **dcat:theme
|
|
442
|
+
> `optional` **dcat:theme?**: `ObjectOrArray`\<`string`\>
|
|
443
443
|
|
|
444
444
|
A main category of the resource. A resource can have multiple themes.
|
|
445
445
|
|
|
@@ -455,7 +455,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_theme
|
|
|
455
455
|
|
|
456
456
|
### dcat:landingPage? {#dcatlandingpage}
|
|
457
457
|
|
|
458
|
-
> `optional` **dcat:landingPage
|
|
458
|
+
> `optional` **dcat:landingPage?**: `ObjectOrArray`\<`string`\>
|
|
459
459
|
|
|
460
460
|
A Web page that can be navigated to gain access to the resource.
|
|
461
461
|
|
|
@@ -471,7 +471,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_landing_page
|
|
|
471
471
|
|
|
472
472
|
### dcat:qualifiedRelation? {#dcatqualifiedrelation}
|
|
473
473
|
|
|
474
|
-
> `optional` **dcat:qualifiedRelation
|
|
474
|
+
> `optional` **dcat:qualifiedRelation?**: `string` \| `IDcatRelationship`
|
|
475
475
|
|
|
476
476
|
Link to a description of a relationship with another resource.
|
|
477
477
|
|