@twin.org/standards-dataspace-protocol 0.0.3-next.53 → 0.0.3-next.55
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/es/utils/dataspaceProtocolHelper.js +27 -29
- package/dist/es/utils/dataspaceProtocolHelper.js.map +1 -1
- 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/dist/types/utils/dataspaceProtocolHelper.d.ts +2 -3
- package/docs/changelog.md +35 -0
- package/docs/examples.md +2 -4
- 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 +5 -11
- package/docs/reference/classes/TransferProcessDataTypes.md +1 -1
- package/docs/reference/index.md +5 -8
- package/docs/reference/interfaces/IDataspaceProtocolAgreement.md +20 -20
- package/docs/reference/interfaces/IDataspaceProtocolCatalog.md +110 -86
- package/docs/reference/interfaces/IDataspaceProtocolCatalogBase.md +570 -0
- package/docs/reference/interfaces/IDataspaceProtocolCatalogError.md +4 -4
- package/docs/reference/interfaces/IDataspaceProtocolCatalogRequestMessage.md +3 -3
- package/docs/reference/interfaces/IDataspaceProtocolContractAgreementMessage.md +7 -7
- package/docs/reference/interfaces/IDataspaceProtocolContractAgreementVerificationMessage.md +4 -4
- package/docs/reference/interfaces/IDataspaceProtocolContractNegotiation.md +5 -5
- package/docs/reference/interfaces/IDataspaceProtocolContractNegotiationError.md +6 -6
- package/docs/reference/interfaces/IDataspaceProtocolContractNegotiationEventMessage.md +5 -5
- package/docs/reference/interfaces/IDataspaceProtocolContractNegotiationTerminationMessage.md +6 -6
- package/docs/reference/interfaces/IDataspaceProtocolContractOfferMessage.md +7 -7
- package/docs/reference/interfaces/IDataspaceProtocolContractRequestMessage.md +7 -7
- package/docs/reference/interfaces/IDataspaceProtocolDataAddress.md +4 -4
- package/docs/reference/interfaces/IDataspaceProtocolDataService.md +70 -58
- package/docs/reference/interfaces/IDataspaceProtocolDataServiceBase.md +387 -0
- package/docs/reference/interfaces/IDataspaceProtocolDataset.md +80 -68
- package/docs/reference/interfaces/IDataspaceProtocolDatasetBase.md +484 -0
- package/docs/reference/interfaces/IDataspaceProtocolDatasetRequestMessage.md +3 -3
- package/docs/reference/interfaces/IDataspaceProtocolDistribution.md +72 -56
- package/docs/reference/interfaces/IDataspaceProtocolDistributionBase.md +381 -0
- package/docs/reference/interfaces/IDataspaceProtocolEndpointProperty.md +3 -3
- package/docs/reference/interfaces/IDataspaceProtocolOffer.md +43 -44
- package/docs/reference/interfaces/IDataspaceProtocolOfferBase.md +171 -0
- package/docs/reference/interfaces/IDataspaceProtocolPolicy.md +22 -22
- package/docs/reference/interfaces/IDataspaceProtocolSet.md +22 -22
- package/docs/reference/interfaces/IDataspaceProtocolTransferCompletionMessage.md +4 -4
- package/docs/reference/interfaces/IDataspaceProtocolTransferError.md +6 -6
- package/docs/reference/interfaces/IDataspaceProtocolTransferProcess.md +5 -5
- package/docs/reference/interfaces/IDataspaceProtocolTransferRequestMessage.md +7 -7
- package/docs/reference/interfaces/IDataspaceProtocolTransferStartMessage.md +5 -5
- package/docs/reference/interfaces/IDataspaceProtocolTransferSuspensionMessage.md +6 -6
- package/docs/reference/interfaces/IDataspaceProtocolTransferTerminationMessage.md +6 -6
- 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/locales/en.json +3 -0
- 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,484 @@
|
|
|
1
|
+
# Interface: IDataspaceProtocolDatasetBase
|
|
2
|
+
|
|
3
|
+
Dataset interface compliant with Eclipse Data Space Protocol.
|
|
4
|
+
|
|
5
|
+
This interface extends IDataset 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
|
+
- `odrl:hasPolicy` MUST be present as an array of ODRL Offers (REQUIRED)
|
|
11
|
+
- Array MUST contain at least one IOdrlOffer
|
|
12
|
+
- Each Offer MUST have `@type`: "Offer"
|
|
13
|
+
- Each Offer MUST have `@id`
|
|
14
|
+
- `dcat:distribution` MUST be present (REQUIRED)
|
|
15
|
+
|
|
16
|
+
**Type System Design:**
|
|
17
|
+
- W3C DCAT spec defines `odrl:hasPolicy` as optional singular `IOdrlPolicy`
|
|
18
|
+
- DS Protocol requires it as a REQUIRED array of `IOdrlOffer`
|
|
19
|
+
- Interface extension allows TypeScript to override inherited property types
|
|
20
|
+
- Standards packages (@twin.org/standards-w3c-*) follow W3C specs exactly
|
|
21
|
+
- DS Protocol-specific constraints are defined here
|
|
22
|
+
|
|
23
|
+
**Future Compatibility:**
|
|
24
|
+
- Currently only one Offer per dataset is supported
|
|
25
|
+
- Array structure allows future support for multiple offers
|
|
26
|
+
|
|
27
|
+
## See
|
|
28
|
+
|
|
29
|
+
- https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/2025-1-err1/#lower-level-types
|
|
30
|
+
- https://www.w3.org/TR/vocab-dcat-3/ - W3C DCAT v3 spec
|
|
31
|
+
- IOdrlOffer from @twin.org/standards-w3c-odrl
|
|
32
|
+
- IResource.odrl:hasPolicy from @twin.org/standards-w3c-dcat
|
|
33
|
+
|
|
34
|
+
## Extends
|
|
35
|
+
|
|
36
|
+
- `Omit`\<`IDcatDatasetBase`, `"odrl:hasPolicy"` \| `"dcat:distribution"` \| `"@type"`\>
|
|
37
|
+
|
|
38
|
+
## Extended by
|
|
39
|
+
|
|
40
|
+
- [`IDataspaceProtocolDataset`](IDataspaceProtocolDataset.md)
|
|
41
|
+
|
|
42
|
+
## Properties
|
|
43
|
+
|
|
44
|
+
### @type {#type}
|
|
45
|
+
|
|
46
|
+
> **@type**: `"Dataset"`
|
|
47
|
+
|
|
48
|
+
The type identifier for the dataset.
|
|
49
|
+
REQUIRED per Eclipse Data Space Protocol.
|
|
50
|
+
|
|
51
|
+
***
|
|
52
|
+
|
|
53
|
+
### @id {#id}
|
|
54
|
+
|
|
55
|
+
> **@id**: `string`
|
|
56
|
+
|
|
57
|
+
Unique identifier for the dataset.
|
|
58
|
+
REQUIRED per Eclipse Data Space Protocol.
|
|
59
|
+
|
|
60
|
+
#### Overrides
|
|
61
|
+
|
|
62
|
+
`Omit.@id`
|
|
63
|
+
|
|
64
|
+
***
|
|
65
|
+
|
|
66
|
+
### hasPolicy {#haspolicy}
|
|
67
|
+
|
|
68
|
+
> **hasPolicy**: `ObjectOrArray`\<[`IDataspaceProtocolOfferBase`](IDataspaceProtocolOfferBase.md)\>
|
|
69
|
+
|
|
70
|
+
Array of ODRL policies (Offers) as required by DS Protocol.
|
|
71
|
+
|
|
72
|
+
REQUIRED per Eclipse Data Space Protocol spec.
|
|
73
|
+
Must contain at least one IOdrlOffer.
|
|
74
|
+
Currently only single offer is supported, but array structure
|
|
75
|
+
allows for future multi-offer support.
|
|
76
|
+
|
|
77
|
+
***
|
|
78
|
+
|
|
79
|
+
### distribution {#distribution}
|
|
80
|
+
|
|
81
|
+
> **distribution**: `ObjectOrArray`\<[`IDataspaceProtocolDistributionBase`](IDataspaceProtocolDistributionBase.md)\>
|
|
82
|
+
|
|
83
|
+
Distribution of the dataset.
|
|
84
|
+
REQUIRED per Eclipse Data Space Protocol.
|
|
85
|
+
|
|
86
|
+
***
|
|
87
|
+
|
|
88
|
+
### dcterms:accrualPeriodicity? {#dctermsaccrualperiodicity}
|
|
89
|
+
|
|
90
|
+
> `optional` **dcterms:accrualPeriodicity**: `string`
|
|
91
|
+
|
|
92
|
+
The frequency at which the dataset is published.
|
|
93
|
+
|
|
94
|
+
#### See
|
|
95
|
+
|
|
96
|
+
https://www.w3.org/TR/vocab-dcat-3/#Property:dataset_frequency
|
|
97
|
+
|
|
98
|
+
#### Inherited from
|
|
99
|
+
|
|
100
|
+
`Omit.dcterms:accrualPeriodicity`
|
|
101
|
+
|
|
102
|
+
***
|
|
103
|
+
|
|
104
|
+
### dcat:inSeries? {#dcatinseries}
|
|
105
|
+
|
|
106
|
+
> `optional` **dcat:inSeries**: `string`
|
|
107
|
+
|
|
108
|
+
A dataset series of which the dataset is part.
|
|
109
|
+
|
|
110
|
+
#### See
|
|
111
|
+
|
|
112
|
+
https://www.w3.org/TR/vocab-dcat-3/#Property:dataset_in_series
|
|
113
|
+
|
|
114
|
+
#### Inherited from
|
|
115
|
+
|
|
116
|
+
`Omit.dcat:inSeries`
|
|
117
|
+
|
|
118
|
+
***
|
|
119
|
+
|
|
120
|
+
### dcterms:spatial? {#dctermsspatial}
|
|
121
|
+
|
|
122
|
+
> `optional` **dcterms:spatial**: `string` \| `string`[] \| `IJsonLdNodeObject`
|
|
123
|
+
|
|
124
|
+
The geographical area covered by the dataset.
|
|
125
|
+
|
|
126
|
+
#### See
|
|
127
|
+
|
|
128
|
+
https://www.w3.org/TR/vocab-dcat-3/#Property:dataset_spatial
|
|
129
|
+
|
|
130
|
+
#### Inherited from
|
|
131
|
+
|
|
132
|
+
`Omit.dcterms:spatial`
|
|
133
|
+
|
|
134
|
+
***
|
|
135
|
+
|
|
136
|
+
### dcat:spatialResolutionInMeters? {#dcatspatialresolutioninmeters}
|
|
137
|
+
|
|
138
|
+
> `optional` **dcat:spatialResolutionInMeters**: `number`
|
|
139
|
+
|
|
140
|
+
Minimum spatial separation resolvable in a dataset, measured in meters.
|
|
141
|
+
|
|
142
|
+
#### See
|
|
143
|
+
|
|
144
|
+
https://www.w3.org/TR/vocab-dcat-3/#Property:dataset_spatial_resolution
|
|
145
|
+
|
|
146
|
+
#### Inherited from
|
|
147
|
+
|
|
148
|
+
`Omit.dcat:spatialResolutionInMeters`
|
|
149
|
+
|
|
150
|
+
***
|
|
151
|
+
|
|
152
|
+
### dcterms:temporal? {#dctermstemporal}
|
|
153
|
+
|
|
154
|
+
> `optional` **dcterms:temporal**: `IDublinCorePeriodOfTime`
|
|
155
|
+
|
|
156
|
+
The temporal period that the dataset covers.
|
|
157
|
+
|
|
158
|
+
#### See
|
|
159
|
+
|
|
160
|
+
https://www.w3.org/TR/vocab-dcat-3/#Property:dataset_temporal
|
|
161
|
+
|
|
162
|
+
#### Inherited from
|
|
163
|
+
|
|
164
|
+
`Omit.dcterms:temporal`
|
|
165
|
+
|
|
166
|
+
***
|
|
167
|
+
|
|
168
|
+
### dcat:temporalResolution? {#dcattemporalresolution}
|
|
169
|
+
|
|
170
|
+
> `optional` **dcat:temporalResolution**: `string`
|
|
171
|
+
|
|
172
|
+
Minimum time period resolvable in the dataset.
|
|
173
|
+
|
|
174
|
+
#### See
|
|
175
|
+
|
|
176
|
+
https://www.w3.org/TR/vocab-dcat-3/#Property:dataset_temporal_resolution
|
|
177
|
+
|
|
178
|
+
#### Inherited from
|
|
179
|
+
|
|
180
|
+
`Omit.dcat:temporalResolution`
|
|
181
|
+
|
|
182
|
+
***
|
|
183
|
+
|
|
184
|
+
### prov:wasGeneratedBy? {#provwasgeneratedby}
|
|
185
|
+
|
|
186
|
+
> `optional` **prov:wasGeneratedBy**: `string` \| `IJsonLdNodeObject`
|
|
187
|
+
|
|
188
|
+
An activity that generated, or provides the business context for, the creation of the dataset.
|
|
189
|
+
|
|
190
|
+
#### See
|
|
191
|
+
|
|
192
|
+
https://www.w3.org/TR/vocab-dcat-3/#Property:dataset_was_generated_by
|
|
193
|
+
|
|
194
|
+
#### Inherited from
|
|
195
|
+
|
|
196
|
+
`Omit.prov:wasGeneratedBy`
|
|
197
|
+
|
|
198
|
+
***
|
|
199
|
+
|
|
200
|
+
### dcterms:title? {#dctermstitle}
|
|
201
|
+
|
|
202
|
+
> `optional` **dcterms:title**: `ObjectOrArray`\<`string`\>
|
|
203
|
+
|
|
204
|
+
A name given to the resource.
|
|
205
|
+
|
|
206
|
+
#### See
|
|
207
|
+
|
|
208
|
+
https://www.w3.org/TR/vocab-dcat-3/#Property:resource_title
|
|
209
|
+
|
|
210
|
+
#### Inherited from
|
|
211
|
+
|
|
212
|
+
`Omit.dcterms:title`
|
|
213
|
+
|
|
214
|
+
***
|
|
215
|
+
|
|
216
|
+
### dcterms:description? {#dctermsdescription}
|
|
217
|
+
|
|
218
|
+
> `optional` **dcterms:description**: `ObjectOrArray`\<`string`\>
|
|
219
|
+
|
|
220
|
+
A free-text account of the resource.
|
|
221
|
+
|
|
222
|
+
#### See
|
|
223
|
+
|
|
224
|
+
https://www.w3.org/TR/vocab-dcat-3/#Property:resource_description
|
|
225
|
+
|
|
226
|
+
#### Inherited from
|
|
227
|
+
|
|
228
|
+
`Omit.dcterms:description`
|
|
229
|
+
|
|
230
|
+
***
|
|
231
|
+
|
|
232
|
+
### dcterms:identifier? {#dctermsidentifier}
|
|
233
|
+
|
|
234
|
+
> `optional` **dcterms:identifier**: `ObjectOrArray`\<`string`\>
|
|
235
|
+
|
|
236
|
+
A unique identifier of the resource.
|
|
237
|
+
|
|
238
|
+
#### See
|
|
239
|
+
|
|
240
|
+
https://www.w3.org/TR/vocab-dcat-3/#Property:resource_identifier
|
|
241
|
+
|
|
242
|
+
#### Inherited from
|
|
243
|
+
|
|
244
|
+
`Omit.dcterms:identifier`
|
|
245
|
+
|
|
246
|
+
***
|
|
247
|
+
|
|
248
|
+
### dcterms:issued? {#dctermsissued}
|
|
249
|
+
|
|
250
|
+
> `optional` **dcterms:issued**: `string`
|
|
251
|
+
|
|
252
|
+
Date of formal issuance (publication) of the resource.
|
|
253
|
+
|
|
254
|
+
#### See
|
|
255
|
+
|
|
256
|
+
https://www.w3.org/TR/vocab-dcat-3/#Property:resource_release_date
|
|
257
|
+
|
|
258
|
+
#### Inherited from
|
|
259
|
+
|
|
260
|
+
`Omit.dcterms:issued`
|
|
261
|
+
|
|
262
|
+
***
|
|
263
|
+
|
|
264
|
+
### dcterms:modified? {#dctermsmodified}
|
|
265
|
+
|
|
266
|
+
> `optional` **dcterms:modified**: `string`
|
|
267
|
+
|
|
268
|
+
Most recent date on which the resource was changed, updated or modified.
|
|
269
|
+
|
|
270
|
+
#### See
|
|
271
|
+
|
|
272
|
+
https://www.w3.org/TR/vocab-dcat-3/#Property:resource_update_date
|
|
273
|
+
|
|
274
|
+
#### Inherited from
|
|
275
|
+
|
|
276
|
+
`Omit.dcterms:modified`
|
|
277
|
+
|
|
278
|
+
***
|
|
279
|
+
|
|
280
|
+
### dcterms:language? {#dctermslanguage}
|
|
281
|
+
|
|
282
|
+
> `optional` **dcterms:language**: `ObjectOrArray`\<`string`\>
|
|
283
|
+
|
|
284
|
+
A language of the resource.
|
|
285
|
+
|
|
286
|
+
#### See
|
|
287
|
+
|
|
288
|
+
https://www.w3.org/TR/vocab-dcat-3/#Property:resource_language
|
|
289
|
+
|
|
290
|
+
#### Inherited from
|
|
291
|
+
|
|
292
|
+
`Omit.dcterms:language`
|
|
293
|
+
|
|
294
|
+
***
|
|
295
|
+
|
|
296
|
+
### dcterms:publisher? {#dctermspublisher}
|
|
297
|
+
|
|
298
|
+
> `optional` **dcterms:publisher**: `string` \| `IFoafAgentWithAliases`
|
|
299
|
+
|
|
300
|
+
An entity responsible for making the resource available.
|
|
301
|
+
|
|
302
|
+
#### See
|
|
303
|
+
|
|
304
|
+
https://www.w3.org/TR/vocab-dcat-3/#Property:resource_publisher
|
|
305
|
+
|
|
306
|
+
#### Inherited from
|
|
307
|
+
|
|
308
|
+
`Omit.dcterms:publisher`
|
|
309
|
+
|
|
310
|
+
***
|
|
311
|
+
|
|
312
|
+
### dcterms:creator? {#dctermscreator}
|
|
313
|
+
|
|
314
|
+
> `optional` **dcterms:creator**: `string` \| `IFoafAgentWithAliases`
|
|
315
|
+
|
|
316
|
+
An entity responsible for producing the resource.
|
|
317
|
+
|
|
318
|
+
#### See
|
|
319
|
+
|
|
320
|
+
https://www.w3.org/TR/vocab-dcat-3/#Property:resource_creator
|
|
321
|
+
|
|
322
|
+
#### Inherited from
|
|
323
|
+
|
|
324
|
+
`Omit.dcterms:creator`
|
|
325
|
+
|
|
326
|
+
***
|
|
327
|
+
|
|
328
|
+
### dcterms:accessRights? {#dctermsaccessrights}
|
|
329
|
+
|
|
330
|
+
> `optional` **dcterms:accessRights**: `string` \| `IJsonLdNodeObject`
|
|
331
|
+
|
|
332
|
+
Information about who can access the resource or an indication of its security status.
|
|
333
|
+
|
|
334
|
+
#### See
|
|
335
|
+
|
|
336
|
+
https://www.w3.org/TR/vocab-dcat-3/#Property:resource_access_rights
|
|
337
|
+
|
|
338
|
+
#### Inherited from
|
|
339
|
+
|
|
340
|
+
`Omit.dcterms:accessRights`
|
|
341
|
+
|
|
342
|
+
***
|
|
343
|
+
|
|
344
|
+
### dcterms:license? {#dctermslicense}
|
|
345
|
+
|
|
346
|
+
> `optional` **dcterms:license**: `string` \| `IJsonLdNodeObject`
|
|
347
|
+
|
|
348
|
+
A legal document under which the resource is made available.
|
|
349
|
+
|
|
350
|
+
#### See
|
|
351
|
+
|
|
352
|
+
https://www.w3.org/TR/vocab-dcat-3/#Property:resource_license
|
|
353
|
+
|
|
354
|
+
#### Inherited from
|
|
355
|
+
|
|
356
|
+
`Omit.dcterms:license`
|
|
357
|
+
|
|
358
|
+
***
|
|
359
|
+
|
|
360
|
+
### dcterms:rights? {#dctermsrights}
|
|
361
|
+
|
|
362
|
+
> `optional` **dcterms:rights**: `string` \| `IJsonLdNodeObject`
|
|
363
|
+
|
|
364
|
+
Information about rights held in and over the resource.
|
|
365
|
+
|
|
366
|
+
#### See
|
|
367
|
+
|
|
368
|
+
https://www.w3.org/TR/vocab-dcat-3/#Property:resource_rights
|
|
369
|
+
|
|
370
|
+
#### Inherited from
|
|
371
|
+
|
|
372
|
+
`Omit.dcterms:rights`
|
|
373
|
+
|
|
374
|
+
***
|
|
375
|
+
|
|
376
|
+
### dcterms:conformsTo? {#dctermsconformsto}
|
|
377
|
+
|
|
378
|
+
> `optional` **dcterms:conformsTo**: `ObjectOrArray`\<`string`\>
|
|
379
|
+
|
|
380
|
+
An established standard to which the resource conforms.
|
|
381
|
+
|
|
382
|
+
#### See
|
|
383
|
+
|
|
384
|
+
https://www.w3.org/TR/vocab-dcat-3/#Property:resource_conforms_to
|
|
385
|
+
|
|
386
|
+
#### Inherited from
|
|
387
|
+
|
|
388
|
+
`Omit.dcterms:conformsTo`
|
|
389
|
+
|
|
390
|
+
***
|
|
391
|
+
|
|
392
|
+
### dcterms:type? {#dctermstype}
|
|
393
|
+
|
|
394
|
+
> `optional` **dcterms:type**: `string`
|
|
395
|
+
|
|
396
|
+
The nature or genre of the resource.
|
|
397
|
+
|
|
398
|
+
#### See
|
|
399
|
+
|
|
400
|
+
https://www.w3.org/TR/vocab-dcat-3/#Property:resource_type
|
|
401
|
+
|
|
402
|
+
#### Inherited from
|
|
403
|
+
|
|
404
|
+
`Omit.dcterms:type`
|
|
405
|
+
|
|
406
|
+
***
|
|
407
|
+
|
|
408
|
+
### dcat:contactPoint? {#dcatcontactpoint}
|
|
409
|
+
|
|
410
|
+
> `optional` **dcat:contactPoint**: `string` \| `IJsonLdNodeObject`
|
|
411
|
+
|
|
412
|
+
Relevant contact information for the catalogued resource.
|
|
413
|
+
|
|
414
|
+
#### See
|
|
415
|
+
|
|
416
|
+
https://www.w3.org/TR/vocab-dcat-3/#Property:resource_contact_point
|
|
417
|
+
|
|
418
|
+
#### Inherited from
|
|
419
|
+
|
|
420
|
+
`Omit.dcat:contactPoint`
|
|
421
|
+
|
|
422
|
+
***
|
|
423
|
+
|
|
424
|
+
### dcat:keyword? {#dcatkeyword}
|
|
425
|
+
|
|
426
|
+
> `optional` **dcat:keyword**: `ObjectOrArray`\<`string`\>
|
|
427
|
+
|
|
428
|
+
A keyword or tag describing the resource.
|
|
429
|
+
|
|
430
|
+
#### See
|
|
431
|
+
|
|
432
|
+
https://www.w3.org/TR/vocab-dcat-3/#Property:resource_keyword
|
|
433
|
+
|
|
434
|
+
#### Inherited from
|
|
435
|
+
|
|
436
|
+
`Omit.dcat:keyword`
|
|
437
|
+
|
|
438
|
+
***
|
|
439
|
+
|
|
440
|
+
### dcat:theme? {#dcattheme}
|
|
441
|
+
|
|
442
|
+
> `optional` **dcat:theme**: `ObjectOrArray`\<`string`\>
|
|
443
|
+
|
|
444
|
+
A main category of the resource. A resource can have multiple themes.
|
|
445
|
+
|
|
446
|
+
#### See
|
|
447
|
+
|
|
448
|
+
https://www.w3.org/TR/vocab-dcat-3/#Property:resource_theme
|
|
449
|
+
|
|
450
|
+
#### Inherited from
|
|
451
|
+
|
|
452
|
+
`Omit.dcat:theme`
|
|
453
|
+
|
|
454
|
+
***
|
|
455
|
+
|
|
456
|
+
### dcat:landingPage? {#dcatlandingpage}
|
|
457
|
+
|
|
458
|
+
> `optional` **dcat:landingPage**: `ObjectOrArray`\<`string`\>
|
|
459
|
+
|
|
460
|
+
A Web page that can be navigated to gain access to the resource.
|
|
461
|
+
|
|
462
|
+
#### See
|
|
463
|
+
|
|
464
|
+
https://www.w3.org/TR/vocab-dcat-3/#Property:resource_landing_page
|
|
465
|
+
|
|
466
|
+
#### Inherited from
|
|
467
|
+
|
|
468
|
+
`Omit.dcat:landingPage`
|
|
469
|
+
|
|
470
|
+
***
|
|
471
|
+
|
|
472
|
+
### dcat:qualifiedRelation? {#dcatqualifiedrelation}
|
|
473
|
+
|
|
474
|
+
> `optional` **dcat:qualifiedRelation**: `string` \| `IDcatRelationship`
|
|
475
|
+
|
|
476
|
+
Link to a description of a relationship with another resource.
|
|
477
|
+
|
|
478
|
+
#### See
|
|
479
|
+
|
|
480
|
+
https://www.w3.org/TR/vocab-dcat-3/#Property:resource_qualified_relation
|
|
481
|
+
|
|
482
|
+
#### Inherited from
|
|
483
|
+
|
|
484
|
+
`Omit.dcat:qualifiedRelation`
|
|
@@ -5,7 +5,7 @@ https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/2025-1/#data
|
|
|
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**: `"DatasetRequestMessage"`
|
|
19
19
|
|
|
@@ -21,7 +21,7 @@ The type of the message.
|
|
|
21
21
|
|
|
22
22
|
***
|
|
23
23
|
|
|
24
|
-
### dataset
|
|
24
|
+
### dataset {#dataset}
|
|
25
25
|
|
|
26
26
|
> **dataset**: `string`
|
|
27
27
|
|