@twin.org/standards-dataspace-protocol 0.0.3-next.54 → 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/dataTypes/catalogDataTypes.js +18 -39
- package/dist/es/dataTypes/catalogDataTypes.js.map +1 -1
- package/dist/es/dataTypes/dataspaceProtocolDataTypes.js +6 -0
- package/dist/es/dataTypes/dataspaceProtocolDataTypes.js.map +1 -1
- package/dist/es/index.js +10 -13
- package/dist/es/index.js.map +1 -1
- package/dist/es/models/catalog/dataspaceProtocolCatalogTypes.js +1 -33
- package/dist/es/models/catalog/dataspaceProtocolCatalogTypes.js.map +1 -1
- package/dist/es/models/contractNegotiation/IDataspaceProtocolContractAgreementMessage.js.map +1 -1
- package/dist/es/models/contractNegotiation/IDataspaceProtocolContractOfferMessage.js.map +1 -1
- package/dist/es/models/contractNegotiation/IDataspaceProtocolContractRequestMessage.js.map +1 -1
- package/dist/es/models/dataspaceProtocolContextType.js.map +1 -1
- package/dist/es/models/dcat3/IDataspaceProtocolCatalog.js.map +1 -1
- package/dist/es/models/dcat3/IDataspaceProtocolCatalogBase.js +2 -0
- package/dist/es/models/dcat3/IDataspaceProtocolCatalogBase.js.map +1 -0
- package/dist/es/models/dcat3/IDataspaceProtocolDataService.js.map +1 -1
- package/dist/es/models/dcat3/IDataspaceProtocolDataServiceBase.js +2 -0
- package/dist/es/models/dcat3/IDataspaceProtocolDataServiceBase.js.map +1 -0
- package/dist/es/models/dcat3/IDataspaceProtocolDataset.js.map +1 -1
- package/dist/es/models/dcat3/IDataspaceProtocolDatasetBase.js +2 -0
- package/dist/es/models/dcat3/IDataspaceProtocolDatasetBase.js.map +1 -0
- package/dist/es/models/dcat3/IDataspaceProtocolDistribution.js.map +1 -1
- package/dist/es/models/dcat3/IDataspaceProtocolDistributionBase.js +2 -0
- package/dist/es/models/dcat3/IDataspaceProtocolDistributionBase.js.map +1 -0
- package/dist/es/models/odrl/IDataspaceProtocolOffer.js.map +1 -1
- package/dist/es/models/odrl/IDataspaceProtocolOfferBase.js +2 -0
- package/dist/es/models/odrl/IDataspaceProtocolOfferBase.js.map +1 -0
- package/dist/es/schemas/DataspaceProtocolAgreement.json +181 -158
- package/dist/es/schemas/DataspaceProtocolCatalog.json +13 -3
- package/dist/es/schemas/DataspaceProtocolCatalogBase.json +428 -0
- package/dist/es/schemas/DataspaceProtocolCatalogError.json +4 -50
- package/dist/es/schemas/DataspaceProtocolCatalogRequestMessage.json +4 -50
- package/dist/es/schemas/DataspaceProtocolContextType.json +30 -0
- package/dist/es/schemas/DataspaceProtocolContractAgreementMessage.json +191 -52
- package/dist/es/schemas/DataspaceProtocolContractAgreementVerificationMessage.json +4 -50
- package/dist/es/schemas/DataspaceProtocolContractNegotiation.json +4 -50
- package/dist/es/schemas/DataspaceProtocolContractNegotiationError.json +4 -50
- package/dist/es/schemas/DataspaceProtocolContractNegotiationEventMessage.json +4 -50
- package/dist/es/schemas/DataspaceProtocolContractNegotiationEventType.json +11 -5
- package/dist/es/schemas/DataspaceProtocolContractNegotiationStateType.json +31 -10
- package/dist/es/schemas/DataspaceProtocolContractNegotiationTerminationMessage.json +4 -50
- package/dist/es/schemas/DataspaceProtocolContractOfferMessage.json +5 -51
- package/dist/es/schemas/DataspaceProtocolContractRequestMessage.json +5 -51
- package/dist/es/schemas/DataspaceProtocolDataAddress.json +2 -2
- package/dist/es/schemas/DataspaceProtocolDataService.json +21 -0
- package/dist/es/schemas/DataspaceProtocolDataServiceBase.json +285 -0
- package/dist/es/schemas/DataspaceProtocolDataset.json +13 -3
- package/dist/es/schemas/DataspaceProtocolDatasetBase.json +342 -0
- package/dist/es/schemas/DataspaceProtocolDatasetRequestMessage.json +4 -50
- package/dist/es/schemas/DataspaceProtocolDistribution.json +26 -0
- package/dist/es/schemas/DataspaceProtocolDistributionBase.json +170 -0
- package/dist/es/schemas/DataspaceProtocolEndpointProperty.json +2 -2
- package/dist/es/schemas/DataspaceProtocolOffer.json +10 -186
- package/dist/es/schemas/DataspaceProtocolOfferBase.json +219 -0
- package/dist/es/schemas/DataspaceProtocolPolicy.json +214 -202
- package/dist/es/schemas/DataspaceProtocolSet.json +225 -202
- package/dist/es/schemas/DataspaceProtocolTransferCompletionMessage.json +4 -50
- package/dist/es/schemas/DataspaceProtocolTransferError.json +4 -50
- package/dist/es/schemas/DataspaceProtocolTransferProcess.json +4 -50
- package/dist/es/schemas/DataspaceProtocolTransferRequestMessage.json +6 -52
- package/dist/es/schemas/DataspaceProtocolTransferStartMessage.json +5 -51
- package/dist/es/schemas/DataspaceProtocolTransferSuspensionMessage.json +4 -50
- package/dist/es/schemas/DataspaceProtocolTransferTerminationMessage.json +4 -50
- package/dist/types/index.d.ts +10 -13
- package/dist/types/models/catalog/dataspaceProtocolCatalogTypes.d.ts +0 -32
- package/dist/types/models/contractNegotiation/IDataspaceProtocolContractAgreementMessage.d.ts +3 -2
- package/dist/types/models/contractNegotiation/IDataspaceProtocolContractOfferMessage.d.ts +2 -2
- package/dist/types/models/contractNegotiation/IDataspaceProtocolContractRequestMessage.d.ts +2 -2
- package/dist/types/models/dataspaceProtocolContextType.d.ts +2 -9
- package/dist/types/models/dcat3/IDataspaceProtocolCatalog.d.ts +2 -37
- package/dist/types/models/dcat3/IDataspaceProtocolCatalogBase.d.ts +58 -0
- package/dist/types/models/dcat3/IDataspaceProtocolDataService.d.ts +2 -22
- package/dist/types/models/dcat3/IDataspaceProtocolDataServiceBase.d.ts +44 -0
- package/dist/types/models/dcat3/IDataspaceProtocolDataset.d.ts +2 -29
- package/dist/types/models/dcat3/IDataspaceProtocolDatasetBase.d.ts +61 -0
- package/dist/types/models/dcat3/IDataspaceProtocolDistribution.d.ts +4 -31
- package/dist/types/models/dcat3/IDataspaceProtocolDistributionBase.d.ts +66 -0
- package/dist/types/models/odrl/IDataspaceProtocolOffer.d.ts +7 -2
- package/dist/types/models/odrl/IDataspaceProtocolOfferBase.d.ts +18 -0
- package/docs/changelog.md +35 -0
- package/docs/reference/classes/CatalogDataTypes.md +1 -1
- package/docs/reference/classes/ContractNegotiationDataTypes.md +1 -1
- package/docs/reference/classes/DataspaceProtocolDataTypes.md +2 -2
- package/docs/reference/classes/DataspaceProtocolHelper.md +2 -2
- package/docs/reference/classes/TransferProcessDataTypes.md +1 -1
- package/docs/reference/index.md +5 -8
- package/docs/reference/interfaces/IDataspaceProtocolAgreement.md +21 -21
- package/docs/reference/interfaces/IDataspaceProtocolCatalog.md +129 -105
- package/docs/reference/interfaces/IDataspaceProtocolCatalogBase.md +570 -0
- package/docs/reference/interfaces/IDataspaceProtocolCatalogError.md +5 -5
- package/docs/reference/interfaces/IDataspaceProtocolCatalogRequestMessage.md +4 -4
- package/docs/reference/interfaces/IDataspaceProtocolContractAgreementMessage.md +8 -8
- package/docs/reference/interfaces/IDataspaceProtocolContractAgreementVerificationMessage.md +4 -4
- package/docs/reference/interfaces/IDataspaceProtocolContractNegotiation.md +5 -5
- package/docs/reference/interfaces/IDataspaceProtocolContractNegotiationError.md +8 -8
- package/docs/reference/interfaces/IDataspaceProtocolContractNegotiationEventMessage.md +5 -5
- package/docs/reference/interfaces/IDataspaceProtocolContractNegotiationTerminationMessage.md +8 -8
- package/docs/reference/interfaces/IDataspaceProtocolContractOfferMessage.md +9 -9
- package/docs/reference/interfaces/IDataspaceProtocolContractRequestMessage.md +9 -9
- package/docs/reference/interfaces/IDataspaceProtocolDataAddress.md +6 -6
- package/docs/reference/interfaces/IDataspaceProtocolDataService.md +82 -70
- package/docs/reference/interfaces/IDataspaceProtocolDataServiceBase.md +387 -0
- package/docs/reference/interfaces/IDataspaceProtocolDataset.md +97 -85
- package/docs/reference/interfaces/IDataspaceProtocolDatasetBase.md +484 -0
- package/docs/reference/interfaces/IDataspaceProtocolDatasetRequestMessage.md +3 -3
- package/docs/reference/interfaces/IDataspaceProtocolDistribution.md +87 -71
- package/docs/reference/interfaces/IDataspaceProtocolDistributionBase.md +381 -0
- package/docs/reference/interfaces/IDataspaceProtocolEndpointProperty.md +3 -3
- package/docs/reference/interfaces/IDataspaceProtocolOffer.md +44 -45
- package/docs/reference/interfaces/IDataspaceProtocolOfferBase.md +171 -0
- package/docs/reference/interfaces/IDataspaceProtocolPolicy.md +24 -24
- package/docs/reference/interfaces/IDataspaceProtocolSet.md +23 -23
- package/docs/reference/interfaces/IDataspaceProtocolTransferCompletionMessage.md +4 -4
- package/docs/reference/interfaces/IDataspaceProtocolTransferError.md +8 -8
- package/docs/reference/interfaces/IDataspaceProtocolTransferProcess.md +5 -5
- package/docs/reference/interfaces/IDataspaceProtocolTransferRequestMessage.md +8 -8
- package/docs/reference/interfaces/IDataspaceProtocolTransferStartMessage.md +6 -6
- package/docs/reference/interfaces/IDataspaceProtocolTransferSuspensionMessage.md +8 -8
- package/docs/reference/interfaces/IDataspaceProtocolTransferTerminationMessage.md +8 -8
- package/docs/reference/type-aliases/DataspaceProtocolContextType.md +1 -1
- package/docs/reference/variables/DataspaceProtocolCatalogTypes.md +11 -59
- package/docs/reference/variables/DataspaceProtocolContexts.md +4 -4
- package/docs/reference/variables/DataspaceProtocolContractNegotiationEventType.md +2 -2
- package/docs/reference/variables/DataspaceProtocolContractNegotiationStateType.md +7 -7
- package/docs/reference/variables/DataspaceProtocolContractNegotiationTypes.md +10 -10
- package/docs/reference/variables/DataspaceProtocolEndpointType.md +4 -4
- package/docs/reference/variables/DataspaceProtocolTransferProcessStateType.md +5 -5
- package/docs/reference/variables/DataspaceProtocolTransferProcessTypes.md +9 -9
- package/package.json +3 -3
- package/dist/es/models/dcat3/IDataspaceProtocolCatalogNoContext.js +0 -2
- package/dist/es/models/dcat3/IDataspaceProtocolCatalogNoContext.js.map +0 -1
- package/dist/es/models/dcat3/IDataspaceProtocolDataServiceNoContext.js +0 -2
- package/dist/es/models/dcat3/IDataspaceProtocolDataServiceNoContext.js.map +0 -1
- package/dist/es/models/dcat3/IDataspaceProtocolDatasetNoContext.js +0 -2
- package/dist/es/models/dcat3/IDataspaceProtocolDatasetNoContext.js.map +0 -1
- package/dist/es/models/dcat3/IDataspaceProtocolDistributionNoContext.js +0 -2
- package/dist/es/models/dcat3/IDataspaceProtocolDistributionNoContext.js.map +0 -1
- package/dist/es/models/odrl/IDataspaceProtocolAgreementNoContext.js +0 -2
- package/dist/es/models/odrl/IDataspaceProtocolAgreementNoContext.js.map +0 -1
- package/dist/es/models/odrl/IDataspaceProtocolOfferNoContext.js +0 -2
- package/dist/es/models/odrl/IDataspaceProtocolOfferNoContext.js.map +0 -1
- package/dist/es/models/odrl/IDataspaceProtocolPolicyNoContext.js +0 -2
- package/dist/es/models/odrl/IDataspaceProtocolPolicyNoContext.js.map +0 -1
- package/dist/es/models/odrl/IDataspaceProtocolSetNoContext.js +0 -2
- package/dist/es/models/odrl/IDataspaceProtocolSetNoContext.js.map +0 -1
- package/dist/es/schemas/DataspaceProtocolAgreementNoContext.json +0 -6
- package/dist/es/schemas/DataspaceProtocolCatalogNoContext.json +0 -6
- package/dist/es/schemas/DataspaceProtocolDataServiceNoContext.json +0 -6
- package/dist/es/schemas/DataspaceProtocolDatasetNoContext.json +0 -6
- package/dist/es/schemas/DataspaceProtocolDistributionNoContext.json +0 -6
- package/dist/es/schemas/DataspaceProtocolOfferNoContext.json +0 -6
- package/dist/es/schemas/DataspaceProtocolPolicyNoContext.json +0 -6
- package/dist/es/schemas/DataspaceProtocolSetNoContext.json +0 -6
- package/dist/es/schemas-src/DataspaceProtocolDataService.json +0 -11
- package/dist/es/schemas-src/DataspaceProtocolDistribution.json +0 -11
- package/dist/types/models/dcat3/IDataspaceProtocolCatalogNoContext.d.ts +0 -5
- package/dist/types/models/dcat3/IDataspaceProtocolDataServiceNoContext.d.ts +0 -5
- package/dist/types/models/dcat3/IDataspaceProtocolDatasetNoContext.d.ts +0 -5
- package/dist/types/models/dcat3/IDataspaceProtocolDistributionNoContext.d.ts +0 -5
- package/dist/types/models/odrl/IDataspaceProtocolAgreementNoContext.d.ts +0 -5
- package/dist/types/models/odrl/IDataspaceProtocolOfferNoContext.d.ts +0 -5
- package/dist/types/models/odrl/IDataspaceProtocolPolicyNoContext.d.ts +0 -5
- package/dist/types/models/odrl/IDataspaceProtocolSetNoContext.d.ts +0 -5
- package/docs/reference/type-aliases/IDataspaceProtocolAgreementNoContext.md +0 -5
- package/docs/reference/type-aliases/IDataspaceProtocolCatalogNoContext.md +0 -5
- package/docs/reference/type-aliases/IDataspaceProtocolDataServiceNoContext.md +0 -5
- package/docs/reference/type-aliases/IDataspaceProtocolDatasetNoContext.md +0 -5
- package/docs/reference/type-aliases/IDataspaceProtocolDistributionNoContext.md +0 -5
- package/docs/reference/type-aliases/IDataspaceProtocolOfferNoContext.md +0 -5
- package/docs/reference/type-aliases/IDataspaceProtocolPolicyNoContext.md +0 -5
- package/docs/reference/type-aliases/IDataspaceProtocolSetNoContext.md +0 -5
|
@@ -0,0 +1,570 @@
|
|
|
1
|
+
# Interface: IDataspaceProtocolCatalogBase
|
|
2
|
+
|
|
3
|
+
Catalog interface compliant with Eclipse Data Space Protocol.
|
|
4
|
+
|
|
5
|
+
This interface extends ICatalog and enforces DS Protocol-specific requirements
|
|
6
|
+
by overriding properties with more specific types and constraints.
|
|
7
|
+
|
|
8
|
+
**Requirements per DS Protocol:**
|
|
9
|
+
- `@id` MUST be present for dataset identification (REQUIRED)
|
|
10
|
+
- participantId MUST be present (REQUIRED)
|
|
11
|
+
|
|
12
|
+
**Type System Design:**
|
|
13
|
+
- Interface extension allows TypeScript to override inherited property types
|
|
14
|
+
- Standards packages (@twin.org/standards-w3c-*) follow W3C specs exactly
|
|
15
|
+
- DS Protocol-specific constraints are defined here
|
|
16
|
+
|
|
17
|
+
## See
|
|
18
|
+
|
|
19
|
+
- https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/2025-1-err1/#lower-level-types
|
|
20
|
+
- https://www.w3.org/TR/vocab-dcat-3/ - W3C DCAT v3 spec
|
|
21
|
+
|
|
22
|
+
## Extends
|
|
23
|
+
|
|
24
|
+
- `Omit`\<`IDcatCatalogBase`, `"@type"` \| `"dcat:catalog"` \| `"dcat:dataset"` \| `"dcat:distribution"` \| `"dcat:service"`\>
|
|
25
|
+
|
|
26
|
+
## Extended by
|
|
27
|
+
|
|
28
|
+
- [`IDataspaceProtocolCatalog`](IDataspaceProtocolCatalog.md)
|
|
29
|
+
|
|
30
|
+
## Properties
|
|
31
|
+
|
|
32
|
+
### @type {#type}
|
|
33
|
+
|
|
34
|
+
> **@type**: `"Catalog"`
|
|
35
|
+
|
|
36
|
+
The type identifier for the Catalog.
|
|
37
|
+
REQUIRED per Eclipse Data Space Protocol.
|
|
38
|
+
|
|
39
|
+
***
|
|
40
|
+
|
|
41
|
+
### @id {#id}
|
|
42
|
+
|
|
43
|
+
> **@id**: `string`
|
|
44
|
+
|
|
45
|
+
Unique identifier for the dataset.
|
|
46
|
+
REQUIRED per Eclipse Data Space Protocol.
|
|
47
|
+
|
|
48
|
+
#### Overrides
|
|
49
|
+
|
|
50
|
+
`Omit.@id`
|
|
51
|
+
|
|
52
|
+
***
|
|
53
|
+
|
|
54
|
+
### participantId {#participantid}
|
|
55
|
+
|
|
56
|
+
> **participantId**: `string`
|
|
57
|
+
|
|
58
|
+
Participant Id
|
|
59
|
+
|
|
60
|
+
***
|
|
61
|
+
|
|
62
|
+
### catalog? {#catalog}
|
|
63
|
+
|
|
64
|
+
> `optional` **catalog?**: `ObjectOrArray`\<`IDataspaceProtocolCatalogBase`\>
|
|
65
|
+
|
|
66
|
+
Other concerned catalogs
|
|
67
|
+
|
|
68
|
+
***
|
|
69
|
+
|
|
70
|
+
### dataset? {#dataset}
|
|
71
|
+
|
|
72
|
+
> `optional` **dataset?**: `ObjectOrArray`\<[`IDataspaceProtocolDatasetBase`](IDataspaceProtocolDatasetBase.md)\>
|
|
73
|
+
|
|
74
|
+
Datasets registered
|
|
75
|
+
|
|
76
|
+
***
|
|
77
|
+
|
|
78
|
+
### distribution? {#distribution}
|
|
79
|
+
|
|
80
|
+
> `optional` **distribution?**: `ObjectOrArray`\<[`IDataspaceProtocolDistributionBase`](IDataspaceProtocolDistributionBase.md)\>
|
|
81
|
+
|
|
82
|
+
Catalog's distributions
|
|
83
|
+
|
|
84
|
+
***
|
|
85
|
+
|
|
86
|
+
### service? {#service}
|
|
87
|
+
|
|
88
|
+
> `optional` **service?**: `ObjectOrArray`\<[`IDataspaceProtocolDataServiceBase`](IDataspaceProtocolDataServiceBase.md)\>
|
|
89
|
+
|
|
90
|
+
Data services registered-
|
|
91
|
+
|
|
92
|
+
***
|
|
93
|
+
|
|
94
|
+
### foaf:homepage? {#foafhomepage}
|
|
95
|
+
|
|
96
|
+
> `optional` **foaf:homepage?**: `string`
|
|
97
|
+
|
|
98
|
+
A homepage of the catalog (a public Web document usually available in HTML).
|
|
99
|
+
|
|
100
|
+
#### See
|
|
101
|
+
|
|
102
|
+
https://www.w3.org/TR/vocab-dcat-3/#Property:catalog_homepage
|
|
103
|
+
|
|
104
|
+
#### Inherited from
|
|
105
|
+
|
|
106
|
+
`Omit.foaf:homepage`
|
|
107
|
+
|
|
108
|
+
***
|
|
109
|
+
|
|
110
|
+
### dcat:themeTaxonomy? {#dcatthemetaxonomy}
|
|
111
|
+
|
|
112
|
+
> `optional` **dcat:themeTaxonomy?**: `ObjectOrArray`\<`IDcatResource`\>
|
|
113
|
+
|
|
114
|
+
A knowledge organization system (KOS) used to classify the resources in the catalog.
|
|
115
|
+
|
|
116
|
+
#### See
|
|
117
|
+
|
|
118
|
+
https://www.w3.org/TR/vocab-dcat-3/#Property:catalog_themes
|
|
119
|
+
|
|
120
|
+
#### Inherited from
|
|
121
|
+
|
|
122
|
+
`Omit.dcat:themeTaxonomy`
|
|
123
|
+
|
|
124
|
+
***
|
|
125
|
+
|
|
126
|
+
### dcat:resource? {#dcatresource}
|
|
127
|
+
|
|
128
|
+
> `optional` **dcat:resource?**: `ObjectOrArray`\<`IDcatResource`\>
|
|
129
|
+
|
|
130
|
+
A resource that is listed in the catalog.
|
|
131
|
+
|
|
132
|
+
#### See
|
|
133
|
+
|
|
134
|
+
https://www.w3.org/TR/vocab-dcat-3/#Property:catalog_resource
|
|
135
|
+
|
|
136
|
+
#### Inherited from
|
|
137
|
+
|
|
138
|
+
`Omit.dcat:resource`
|
|
139
|
+
|
|
140
|
+
***
|
|
141
|
+
|
|
142
|
+
### dcat:record? {#dcatrecord}
|
|
143
|
+
|
|
144
|
+
> `optional` **dcat:record?**: `ObjectOrArray`\<`IDcatCatalogRecordBase`\>
|
|
145
|
+
|
|
146
|
+
A record describing the registration of a single resource in the catalog.
|
|
147
|
+
|
|
148
|
+
#### See
|
|
149
|
+
|
|
150
|
+
https://www.w3.org/TR/vocab-dcat-3/#Property:catalog_catalog_record
|
|
151
|
+
|
|
152
|
+
#### Inherited from
|
|
153
|
+
|
|
154
|
+
`Omit.dcat:record`
|
|
155
|
+
|
|
156
|
+
***
|
|
157
|
+
|
|
158
|
+
### dcterms:accrualPeriodicity? {#dctermsaccrualperiodicity}
|
|
159
|
+
|
|
160
|
+
> `optional` **dcterms:accrualPeriodicity?**: `string`
|
|
161
|
+
|
|
162
|
+
The frequency at which the dataset is published.
|
|
163
|
+
|
|
164
|
+
#### See
|
|
165
|
+
|
|
166
|
+
https://www.w3.org/TR/vocab-dcat-3/#Property:dataset_frequency
|
|
167
|
+
|
|
168
|
+
#### Inherited from
|
|
169
|
+
|
|
170
|
+
`Omit.dcterms:accrualPeriodicity`
|
|
171
|
+
|
|
172
|
+
***
|
|
173
|
+
|
|
174
|
+
### dcat:inSeries? {#dcatinseries}
|
|
175
|
+
|
|
176
|
+
> `optional` **dcat:inSeries?**: `string`
|
|
177
|
+
|
|
178
|
+
A dataset series of which the dataset is part.
|
|
179
|
+
|
|
180
|
+
#### See
|
|
181
|
+
|
|
182
|
+
https://www.w3.org/TR/vocab-dcat-3/#Property:dataset_in_series
|
|
183
|
+
|
|
184
|
+
#### Inherited from
|
|
185
|
+
|
|
186
|
+
`Omit.dcat:inSeries`
|
|
187
|
+
|
|
188
|
+
***
|
|
189
|
+
|
|
190
|
+
### dcterms:spatial? {#dctermsspatial}
|
|
191
|
+
|
|
192
|
+
> `optional` **dcterms:spatial?**: `string` \| `string`[] \| `IJsonLdNodeObject`
|
|
193
|
+
|
|
194
|
+
The geographical area covered by the dataset.
|
|
195
|
+
|
|
196
|
+
#### See
|
|
197
|
+
|
|
198
|
+
https://www.w3.org/TR/vocab-dcat-3/#Property:dataset_spatial
|
|
199
|
+
|
|
200
|
+
#### Inherited from
|
|
201
|
+
|
|
202
|
+
`Omit.dcterms:spatial`
|
|
203
|
+
|
|
204
|
+
***
|
|
205
|
+
|
|
206
|
+
### dcat:spatialResolutionInMeters? {#dcatspatialresolutioninmeters}
|
|
207
|
+
|
|
208
|
+
> `optional` **dcat:spatialResolutionInMeters?**: `number`
|
|
209
|
+
|
|
210
|
+
Minimum spatial separation resolvable in a dataset, measured in meters.
|
|
211
|
+
|
|
212
|
+
#### See
|
|
213
|
+
|
|
214
|
+
https://www.w3.org/TR/vocab-dcat-3/#Property:dataset_spatial_resolution
|
|
215
|
+
|
|
216
|
+
#### Inherited from
|
|
217
|
+
|
|
218
|
+
`Omit.dcat:spatialResolutionInMeters`
|
|
219
|
+
|
|
220
|
+
***
|
|
221
|
+
|
|
222
|
+
### dcterms:temporal? {#dctermstemporal}
|
|
223
|
+
|
|
224
|
+
> `optional` **dcterms:temporal?**: `IDublinCorePeriodOfTime`
|
|
225
|
+
|
|
226
|
+
The temporal period that the dataset covers.
|
|
227
|
+
|
|
228
|
+
#### See
|
|
229
|
+
|
|
230
|
+
https://www.w3.org/TR/vocab-dcat-3/#Property:dataset_temporal
|
|
231
|
+
|
|
232
|
+
#### Inherited from
|
|
233
|
+
|
|
234
|
+
`Omit.dcterms:temporal`
|
|
235
|
+
|
|
236
|
+
***
|
|
237
|
+
|
|
238
|
+
### dcat:temporalResolution? {#dcattemporalresolution}
|
|
239
|
+
|
|
240
|
+
> `optional` **dcat:temporalResolution?**: `string`
|
|
241
|
+
|
|
242
|
+
Minimum time period resolvable in the dataset.
|
|
243
|
+
|
|
244
|
+
#### See
|
|
245
|
+
|
|
246
|
+
https://www.w3.org/TR/vocab-dcat-3/#Property:dataset_temporal_resolution
|
|
247
|
+
|
|
248
|
+
#### Inherited from
|
|
249
|
+
|
|
250
|
+
`Omit.dcat:temporalResolution`
|
|
251
|
+
|
|
252
|
+
***
|
|
253
|
+
|
|
254
|
+
### prov:wasGeneratedBy? {#provwasgeneratedby}
|
|
255
|
+
|
|
256
|
+
> `optional` **prov:wasGeneratedBy?**: `string` \| `IJsonLdNodeObject`
|
|
257
|
+
|
|
258
|
+
An activity that generated, or provides the business context for, the creation of the dataset.
|
|
259
|
+
|
|
260
|
+
#### See
|
|
261
|
+
|
|
262
|
+
https://www.w3.org/TR/vocab-dcat-3/#Property:dataset_was_generated_by
|
|
263
|
+
|
|
264
|
+
#### Inherited from
|
|
265
|
+
|
|
266
|
+
`Omit.prov:wasGeneratedBy`
|
|
267
|
+
|
|
268
|
+
***
|
|
269
|
+
|
|
270
|
+
### dcterms:title? {#dctermstitle}
|
|
271
|
+
|
|
272
|
+
> `optional` **dcterms:title?**: `ObjectOrArray`\<`string`\>
|
|
273
|
+
|
|
274
|
+
A name given to the resource.
|
|
275
|
+
|
|
276
|
+
#### See
|
|
277
|
+
|
|
278
|
+
https://www.w3.org/TR/vocab-dcat-3/#Property:resource_title
|
|
279
|
+
|
|
280
|
+
#### Inherited from
|
|
281
|
+
|
|
282
|
+
`Omit.dcterms:title`
|
|
283
|
+
|
|
284
|
+
***
|
|
285
|
+
|
|
286
|
+
### dcterms:description? {#dctermsdescription}
|
|
287
|
+
|
|
288
|
+
> `optional` **dcterms:description?**: `ObjectOrArray`\<`string`\>
|
|
289
|
+
|
|
290
|
+
A free-text account of the resource.
|
|
291
|
+
|
|
292
|
+
#### See
|
|
293
|
+
|
|
294
|
+
https://www.w3.org/TR/vocab-dcat-3/#Property:resource_description
|
|
295
|
+
|
|
296
|
+
#### Inherited from
|
|
297
|
+
|
|
298
|
+
`Omit.dcterms:description`
|
|
299
|
+
|
|
300
|
+
***
|
|
301
|
+
|
|
302
|
+
### dcterms:identifier? {#dctermsidentifier}
|
|
303
|
+
|
|
304
|
+
> `optional` **dcterms:identifier?**: `ObjectOrArray`\<`string`\>
|
|
305
|
+
|
|
306
|
+
A unique identifier of the resource.
|
|
307
|
+
|
|
308
|
+
#### See
|
|
309
|
+
|
|
310
|
+
https://www.w3.org/TR/vocab-dcat-3/#Property:resource_identifier
|
|
311
|
+
|
|
312
|
+
#### Inherited from
|
|
313
|
+
|
|
314
|
+
`Omit.dcterms:identifier`
|
|
315
|
+
|
|
316
|
+
***
|
|
317
|
+
|
|
318
|
+
### dcterms:issued? {#dctermsissued}
|
|
319
|
+
|
|
320
|
+
> `optional` **dcterms:issued?**: `string`
|
|
321
|
+
|
|
322
|
+
Date of formal issuance (publication) of the resource.
|
|
323
|
+
|
|
324
|
+
#### See
|
|
325
|
+
|
|
326
|
+
https://www.w3.org/TR/vocab-dcat-3/#Property:resource_release_date
|
|
327
|
+
|
|
328
|
+
#### Inherited from
|
|
329
|
+
|
|
330
|
+
`Omit.dcterms:issued`
|
|
331
|
+
|
|
332
|
+
***
|
|
333
|
+
|
|
334
|
+
### dcterms:modified? {#dctermsmodified}
|
|
335
|
+
|
|
336
|
+
> `optional` **dcterms:modified?**: `string`
|
|
337
|
+
|
|
338
|
+
Most recent date on which the resource was changed, updated or modified.
|
|
339
|
+
|
|
340
|
+
#### See
|
|
341
|
+
|
|
342
|
+
https://www.w3.org/TR/vocab-dcat-3/#Property:resource_update_date
|
|
343
|
+
|
|
344
|
+
#### Inherited from
|
|
345
|
+
|
|
346
|
+
`Omit.dcterms:modified`
|
|
347
|
+
|
|
348
|
+
***
|
|
349
|
+
|
|
350
|
+
### dcterms:language? {#dctermslanguage}
|
|
351
|
+
|
|
352
|
+
> `optional` **dcterms:language?**: `ObjectOrArray`\<`string`\>
|
|
353
|
+
|
|
354
|
+
A language of the resource.
|
|
355
|
+
|
|
356
|
+
#### See
|
|
357
|
+
|
|
358
|
+
https://www.w3.org/TR/vocab-dcat-3/#Property:resource_language
|
|
359
|
+
|
|
360
|
+
#### Inherited from
|
|
361
|
+
|
|
362
|
+
`Omit.dcterms:language`
|
|
363
|
+
|
|
364
|
+
***
|
|
365
|
+
|
|
366
|
+
### dcterms:publisher? {#dctermspublisher}
|
|
367
|
+
|
|
368
|
+
> `optional` **dcterms:publisher?**: `string` \| `IFoafAgentWithAliases`
|
|
369
|
+
|
|
370
|
+
An entity responsible for making the resource available.
|
|
371
|
+
|
|
372
|
+
#### See
|
|
373
|
+
|
|
374
|
+
https://www.w3.org/TR/vocab-dcat-3/#Property:resource_publisher
|
|
375
|
+
|
|
376
|
+
#### Inherited from
|
|
377
|
+
|
|
378
|
+
`Omit.dcterms:publisher`
|
|
379
|
+
|
|
380
|
+
***
|
|
381
|
+
|
|
382
|
+
### dcterms:creator? {#dctermscreator}
|
|
383
|
+
|
|
384
|
+
> `optional` **dcterms:creator?**: `string` \| `IFoafAgentWithAliases`
|
|
385
|
+
|
|
386
|
+
An entity responsible for producing the resource.
|
|
387
|
+
|
|
388
|
+
#### See
|
|
389
|
+
|
|
390
|
+
https://www.w3.org/TR/vocab-dcat-3/#Property:resource_creator
|
|
391
|
+
|
|
392
|
+
#### Inherited from
|
|
393
|
+
|
|
394
|
+
`Omit.dcterms:creator`
|
|
395
|
+
|
|
396
|
+
***
|
|
397
|
+
|
|
398
|
+
### dcterms:accessRights? {#dctermsaccessrights}
|
|
399
|
+
|
|
400
|
+
> `optional` **dcterms:accessRights?**: `string` \| `IJsonLdNodeObject`
|
|
401
|
+
|
|
402
|
+
Information about who can access the resource or an indication of its security status.
|
|
403
|
+
|
|
404
|
+
#### See
|
|
405
|
+
|
|
406
|
+
https://www.w3.org/TR/vocab-dcat-3/#Property:resource_access_rights
|
|
407
|
+
|
|
408
|
+
#### Inherited from
|
|
409
|
+
|
|
410
|
+
`Omit.dcterms:accessRights`
|
|
411
|
+
|
|
412
|
+
***
|
|
413
|
+
|
|
414
|
+
### dcterms:license? {#dctermslicense}
|
|
415
|
+
|
|
416
|
+
> `optional` **dcterms:license?**: `string` \| `IJsonLdNodeObject`
|
|
417
|
+
|
|
418
|
+
A legal document under which the resource is made available.
|
|
419
|
+
|
|
420
|
+
#### See
|
|
421
|
+
|
|
422
|
+
https://www.w3.org/TR/vocab-dcat-3/#Property:resource_license
|
|
423
|
+
|
|
424
|
+
#### Inherited from
|
|
425
|
+
|
|
426
|
+
`Omit.dcterms:license`
|
|
427
|
+
|
|
428
|
+
***
|
|
429
|
+
|
|
430
|
+
### dcterms:rights? {#dctermsrights}
|
|
431
|
+
|
|
432
|
+
> `optional` **dcterms:rights?**: `string` \| `IJsonLdNodeObject`
|
|
433
|
+
|
|
434
|
+
Information about rights held in and over the resource.
|
|
435
|
+
|
|
436
|
+
#### See
|
|
437
|
+
|
|
438
|
+
https://www.w3.org/TR/vocab-dcat-3/#Property:resource_rights
|
|
439
|
+
|
|
440
|
+
#### Inherited from
|
|
441
|
+
|
|
442
|
+
`Omit.dcterms:rights`
|
|
443
|
+
|
|
444
|
+
***
|
|
445
|
+
|
|
446
|
+
### dcterms:conformsTo? {#dctermsconformsto}
|
|
447
|
+
|
|
448
|
+
> `optional` **dcterms:conformsTo?**: `ObjectOrArray`\<`string`\>
|
|
449
|
+
|
|
450
|
+
An established standard to which the resource conforms.
|
|
451
|
+
|
|
452
|
+
#### See
|
|
453
|
+
|
|
454
|
+
https://www.w3.org/TR/vocab-dcat-3/#Property:resource_conforms_to
|
|
455
|
+
|
|
456
|
+
#### Inherited from
|
|
457
|
+
|
|
458
|
+
`Omit.dcterms:conformsTo`
|
|
459
|
+
|
|
460
|
+
***
|
|
461
|
+
|
|
462
|
+
### dcterms:type? {#dctermstype}
|
|
463
|
+
|
|
464
|
+
> `optional` **dcterms:type?**: `string`
|
|
465
|
+
|
|
466
|
+
The nature or genre of the resource.
|
|
467
|
+
|
|
468
|
+
#### See
|
|
469
|
+
|
|
470
|
+
https://www.w3.org/TR/vocab-dcat-3/#Property:resource_type
|
|
471
|
+
|
|
472
|
+
#### Inherited from
|
|
473
|
+
|
|
474
|
+
`Omit.dcterms:type`
|
|
475
|
+
|
|
476
|
+
***
|
|
477
|
+
|
|
478
|
+
### dcat:contactPoint? {#dcatcontactpoint}
|
|
479
|
+
|
|
480
|
+
> `optional` **dcat:contactPoint?**: `string` \| `IJsonLdNodeObject`
|
|
481
|
+
|
|
482
|
+
Relevant contact information for the catalogued resource.
|
|
483
|
+
|
|
484
|
+
#### See
|
|
485
|
+
|
|
486
|
+
https://www.w3.org/TR/vocab-dcat-3/#Property:resource_contact_point
|
|
487
|
+
|
|
488
|
+
#### Inherited from
|
|
489
|
+
|
|
490
|
+
`Omit.dcat:contactPoint`
|
|
491
|
+
|
|
492
|
+
***
|
|
493
|
+
|
|
494
|
+
### dcat:keyword? {#dcatkeyword}
|
|
495
|
+
|
|
496
|
+
> `optional` **dcat:keyword?**: `ObjectOrArray`\<`string`\>
|
|
497
|
+
|
|
498
|
+
A keyword or tag describing the resource.
|
|
499
|
+
|
|
500
|
+
#### See
|
|
501
|
+
|
|
502
|
+
https://www.w3.org/TR/vocab-dcat-3/#Property:resource_keyword
|
|
503
|
+
|
|
504
|
+
#### Inherited from
|
|
505
|
+
|
|
506
|
+
`Omit.dcat:keyword`
|
|
507
|
+
|
|
508
|
+
***
|
|
509
|
+
|
|
510
|
+
### dcat:theme? {#dcattheme}
|
|
511
|
+
|
|
512
|
+
> `optional` **dcat:theme?**: `ObjectOrArray`\<`string`\>
|
|
513
|
+
|
|
514
|
+
A main category of the resource. A resource can have multiple themes.
|
|
515
|
+
|
|
516
|
+
#### See
|
|
517
|
+
|
|
518
|
+
https://www.w3.org/TR/vocab-dcat-3/#Property:resource_theme
|
|
519
|
+
|
|
520
|
+
#### Inherited from
|
|
521
|
+
|
|
522
|
+
`Omit.dcat:theme`
|
|
523
|
+
|
|
524
|
+
***
|
|
525
|
+
|
|
526
|
+
### dcat:landingPage? {#dcatlandingpage}
|
|
527
|
+
|
|
528
|
+
> `optional` **dcat:landingPage?**: `ObjectOrArray`\<`string`\>
|
|
529
|
+
|
|
530
|
+
A Web page that can be navigated to gain access to the resource.
|
|
531
|
+
|
|
532
|
+
#### See
|
|
533
|
+
|
|
534
|
+
https://www.w3.org/TR/vocab-dcat-3/#Property:resource_landing_page
|
|
535
|
+
|
|
536
|
+
#### Inherited from
|
|
537
|
+
|
|
538
|
+
`Omit.dcat:landingPage`
|
|
539
|
+
|
|
540
|
+
***
|
|
541
|
+
|
|
542
|
+
### dcat:qualifiedRelation? {#dcatqualifiedrelation}
|
|
543
|
+
|
|
544
|
+
> `optional` **dcat:qualifiedRelation?**: `string` \| `IDcatRelationship`
|
|
545
|
+
|
|
546
|
+
Link to a description of a relationship with another resource.
|
|
547
|
+
|
|
548
|
+
#### See
|
|
549
|
+
|
|
550
|
+
https://www.w3.org/TR/vocab-dcat-3/#Property:resource_qualified_relation
|
|
551
|
+
|
|
552
|
+
#### Inherited from
|
|
553
|
+
|
|
554
|
+
`Omit.dcat:qualifiedRelation`
|
|
555
|
+
|
|
556
|
+
***
|
|
557
|
+
|
|
558
|
+
### odrl:hasPolicy? {#odrlhaspolicy}
|
|
559
|
+
|
|
560
|
+
> `optional` **odrl:hasPolicy?**: `IOdrlPolicy`
|
|
561
|
+
|
|
562
|
+
An ODRL conformant policy expressing the rights associated with the resource.
|
|
563
|
+
|
|
564
|
+
#### See
|
|
565
|
+
|
|
566
|
+
https://www.w3.org/TR/vocab-dcat-3/#Property:resource_has_policy
|
|
567
|
+
|
|
568
|
+
#### Inherited from
|
|
569
|
+
|
|
570
|
+
`Omit.odrl:hasPolicy`
|
|
@@ -5,7 +5,7 @@ https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/2025-1/#erro
|
|
|
5
5
|
|
|
6
6
|
## Properties
|
|
7
7
|
|
|
8
|
-
### @context
|
|
8
|
+
### @context {#context}
|
|
9
9
|
|
|
10
10
|
> **@context**: [`DataspaceProtocolContextType`](../type-aliases/DataspaceProtocolContextType.md)
|
|
11
11
|
|
|
@@ -13,7 +13,7 @@ The JSON-LD context.
|
|
|
13
13
|
|
|
14
14
|
***
|
|
15
15
|
|
|
16
|
-
### @type
|
|
16
|
+
### @type {#type}
|
|
17
17
|
|
|
18
18
|
> **@type**: `"CatalogError"`
|
|
19
19
|
|
|
@@ -21,7 +21,7 @@ The type of the message.
|
|
|
21
21
|
|
|
22
22
|
***
|
|
23
23
|
|
|
24
|
-
### code
|
|
24
|
+
### code {#code}
|
|
25
25
|
|
|
26
26
|
> **code**: `string`
|
|
27
27
|
|
|
@@ -29,8 +29,8 @@ The error code.
|
|
|
29
29
|
|
|
30
30
|
***
|
|
31
31
|
|
|
32
|
-
### reason?
|
|
32
|
+
### reason? {#reason}
|
|
33
33
|
|
|
34
|
-
> `optional` **reason
|
|
34
|
+
> `optional` **reason?**: `any`[]
|
|
35
35
|
|
|
36
36
|
The error reason(s).
|
|
@@ -5,7 +5,7 @@ https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/2025-1/#cata
|
|
|
5
5
|
|
|
6
6
|
## Properties
|
|
7
7
|
|
|
8
|
-
### @context
|
|
8
|
+
### @context {#context}
|
|
9
9
|
|
|
10
10
|
> **@context**: [`DataspaceProtocolContextType`](../type-aliases/DataspaceProtocolContextType.md)
|
|
11
11
|
|
|
@@ -13,7 +13,7 @@ The JSON-LD context.
|
|
|
13
13
|
|
|
14
14
|
***
|
|
15
15
|
|
|
16
|
-
### @type
|
|
16
|
+
### @type {#type}
|
|
17
17
|
|
|
18
18
|
> **@type**: `"CatalogRequestMessage"`
|
|
19
19
|
|
|
@@ -21,8 +21,8 @@ The type of the message.
|
|
|
21
21
|
|
|
22
22
|
***
|
|
23
23
|
|
|
24
|
-
### filter?
|
|
24
|
+
### filter? {#filter}
|
|
25
25
|
|
|
26
|
-
> `optional` **filter
|
|
26
|
+
> `optional` **filter?**: `unknown`[]
|
|
27
27
|
|
|
28
28
|
An implementation-specific query or filter expression.
|
|
@@ -5,7 +5,7 @@ https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/2025-1/#cont
|
|
|
5
5
|
|
|
6
6
|
## Properties
|
|
7
7
|
|
|
8
|
-
### @context
|
|
8
|
+
### @context {#context}
|
|
9
9
|
|
|
10
10
|
> **@context**: [`DataspaceProtocolContextType`](../type-aliases/DataspaceProtocolContextType.md)
|
|
11
11
|
|
|
@@ -13,7 +13,7 @@ The JSON-LD context.
|
|
|
13
13
|
|
|
14
14
|
***
|
|
15
15
|
|
|
16
|
-
### @type
|
|
16
|
+
### @type {#type}
|
|
17
17
|
|
|
18
18
|
> **@type**: `"ContractAgreementMessage"`
|
|
19
19
|
|
|
@@ -21,7 +21,7 @@ The type of the message.
|
|
|
21
21
|
|
|
22
22
|
***
|
|
23
23
|
|
|
24
|
-
### providerPid
|
|
24
|
+
### providerPid {#providerpid}
|
|
25
25
|
|
|
26
26
|
> **providerPid**: `string`
|
|
27
27
|
|
|
@@ -29,7 +29,7 @@ The provider id for the contract.
|
|
|
29
29
|
|
|
30
30
|
***
|
|
31
31
|
|
|
32
|
-
### consumerPid
|
|
32
|
+
### consumerPid {#consumerpid}
|
|
33
33
|
|
|
34
34
|
> **consumerPid**: `string`
|
|
35
35
|
|
|
@@ -37,16 +37,16 @@ The consumer id for the contract.
|
|
|
37
37
|
|
|
38
38
|
***
|
|
39
39
|
|
|
40
|
-
### agreement
|
|
40
|
+
### agreement {#agreement}
|
|
41
41
|
|
|
42
|
-
> **agreement**: [`
|
|
42
|
+
> **agreement**: `JsonLdObjectWithNoContext`\<[`IDataspaceProtocolAgreement`](IDataspaceProtocolAgreement.md)\>
|
|
43
43
|
|
|
44
44
|
The agreement being sent.
|
|
45
45
|
|
|
46
46
|
***
|
|
47
47
|
|
|
48
|
-
### callbackAddress?
|
|
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.
|
|
@@ -5,7 +5,7 @@ https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/2025-1/#cont
|
|
|
5
5
|
|
|
6
6
|
## Properties
|
|
7
7
|
|
|
8
|
-
### @context
|
|
8
|
+
### @context {#context}
|
|
9
9
|
|
|
10
10
|
> **@context**: [`DataspaceProtocolContextType`](../type-aliases/DataspaceProtocolContextType.md)
|
|
11
11
|
|
|
@@ -13,7 +13,7 @@ The JSON-LD context.
|
|
|
13
13
|
|
|
14
14
|
***
|
|
15
15
|
|
|
16
|
-
### @type
|
|
16
|
+
### @type {#type}
|
|
17
17
|
|
|
18
18
|
> **@type**: `"ContractAgreementVerificationMessage"`
|
|
19
19
|
|
|
@@ -21,7 +21,7 @@ The type of the message.
|
|
|
21
21
|
|
|
22
22
|
***
|
|
23
23
|
|
|
24
|
-
### providerPid
|
|
24
|
+
### providerPid {#providerpid}
|
|
25
25
|
|
|
26
26
|
> **providerPid**: `string`
|
|
27
27
|
|
|
@@ -29,7 +29,7 @@ The provider id for the contract.
|
|
|
29
29
|
|
|
30
30
|
***
|
|
31
31
|
|
|
32
|
-
### consumerPid
|
|
32
|
+
### consumerPid {#consumerpid}
|
|
33
33
|
|
|
34
34
|
> **consumerPid**: `string`
|
|
35
35
|
|