@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
|
@@ -101,7 +101,7 @@
|
|
|
101
101
|
"action": {
|
|
102
102
|
"anyOf": [
|
|
103
103
|
{
|
|
104
|
-
"$ref": "https://schema.twindev.org/w3c-odrl/
|
|
104
|
+
"$ref": "https://schema.twindev.org/w3c-odrl/OdrlActionType"
|
|
105
105
|
},
|
|
106
106
|
{
|
|
107
107
|
"type": "string"
|
|
@@ -114,7 +114,7 @@
|
|
|
114
114
|
"items": {
|
|
115
115
|
"anyOf": [
|
|
116
116
|
{
|
|
117
|
-
"$ref": "https://schema.twindev.org/w3c-odrl/
|
|
117
|
+
"$ref": "https://schema.twindev.org/w3c-odrl/OdrlActionType"
|
|
118
118
|
},
|
|
119
119
|
{
|
|
120
120
|
"type": "string"
|
|
@@ -145,7 +145,7 @@
|
|
|
145
145
|
"$comment": "Inherited from OdrlPolicy"
|
|
146
146
|
},
|
|
147
147
|
"conflict": {
|
|
148
|
-
"$ref": "https://schema.twindev.org/w3c-odrl/
|
|
148
|
+
"$ref": "https://schema.twindev.org/w3c-odrl/OdrlConflictStrategyType",
|
|
149
149
|
"description": "The conflict resolution strategy.\n- perm: Permissions override Prohibitions\n- prohibit: Prohibitions override Permissions\n- invalid: Policy is void if conflicts exist (default)",
|
|
150
150
|
"$comment": "Inherited from OdrlPolicy"
|
|
151
151
|
},
|
|
@@ -103,7 +103,7 @@
|
|
|
103
103
|
"action": {
|
|
104
104
|
"anyOf": [
|
|
105
105
|
{
|
|
106
|
-
"$ref": "https://schema.twindev.org/w3c-odrl/
|
|
106
|
+
"$ref": "https://schema.twindev.org/w3c-odrl/OdrlActionType"
|
|
107
107
|
},
|
|
108
108
|
{
|
|
109
109
|
"type": "string"
|
|
@@ -116,7 +116,7 @@
|
|
|
116
116
|
"items": {
|
|
117
117
|
"anyOf": [
|
|
118
118
|
{
|
|
119
|
-
"$ref": "https://schema.twindev.org/w3c-odrl/
|
|
119
|
+
"$ref": "https://schema.twindev.org/w3c-odrl/OdrlActionType"
|
|
120
120
|
},
|
|
121
121
|
{
|
|
122
122
|
"type": "string"
|
|
@@ -147,7 +147,7 @@
|
|
|
147
147
|
"$comment": "Inherited from OdrlPolicy"
|
|
148
148
|
},
|
|
149
149
|
"conflict": {
|
|
150
|
-
"$ref": "https://schema.twindev.org/w3c-odrl/
|
|
150
|
+
"$ref": "https://schema.twindev.org/w3c-odrl/OdrlConflictStrategyType",
|
|
151
151
|
"description": "The conflict resolution strategy.\n- perm: Permissions override Prohibitions\n- prohibit: Prohibitions override Permissions\n- invalid: Policy is void if conflicts exist (default)",
|
|
152
152
|
"$comment": "Inherited from OdrlPolicy"
|
|
153
153
|
},
|
|
@@ -115,7 +115,7 @@
|
|
|
115
115
|
"action": {
|
|
116
116
|
"anyOf": [
|
|
117
117
|
{
|
|
118
|
-
"$ref": "https://schema.twindev.org/w3c-odrl/
|
|
118
|
+
"$ref": "https://schema.twindev.org/w3c-odrl/OdrlActionType"
|
|
119
119
|
},
|
|
120
120
|
{
|
|
121
121
|
"type": "string"
|
|
@@ -128,7 +128,7 @@
|
|
|
128
128
|
"items": {
|
|
129
129
|
"anyOf": [
|
|
130
130
|
{
|
|
131
|
-
"$ref": "https://schema.twindev.org/w3c-odrl/
|
|
131
|
+
"$ref": "https://schema.twindev.org/w3c-odrl/OdrlActionType"
|
|
132
132
|
},
|
|
133
133
|
{
|
|
134
134
|
"type": "string"
|
|
@@ -159,7 +159,7 @@
|
|
|
159
159
|
"$comment": "Inherited from OdrlPolicy"
|
|
160
160
|
},
|
|
161
161
|
"conflict": {
|
|
162
|
-
"$ref": "https://schema.twindev.org/w3c-odrl/
|
|
162
|
+
"$ref": "https://schema.twindev.org/w3c-odrl/OdrlConflictStrategyType",
|
|
163
163
|
"description": "The conflict resolution strategy.\n- perm: Permissions override Prohibitions\n- prohibit: Prohibitions override Permissions\n- invalid: Policy is void if conflicts exist (default)",
|
|
164
164
|
"$comment": "Inherited from OdrlPolicy"
|
|
165
165
|
},
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"description": "The context for the policy.\nMust include \"https://www.w3.org/ns/odrl.jsonld\""
|
|
24
24
|
},
|
|
25
25
|
"@type": {
|
|
26
|
-
"$ref": "https://schema.twindev.org/w3c-odrl/
|
|
26
|
+
"$ref": "https://schema.twindev.org/w3c-odrl/OdrlPolicyType",
|
|
27
27
|
"description": "The type of policy.\nMust be one of: \"Set\", \"Offer\", \"Agreement\""
|
|
28
28
|
},
|
|
29
29
|
"profile": {
|
|
@@ -133,7 +133,7 @@
|
|
|
133
133
|
"action": {
|
|
134
134
|
"anyOf": [
|
|
135
135
|
{
|
|
136
|
-
"$ref": "https://schema.twindev.org/w3c-odrl/
|
|
136
|
+
"$ref": "https://schema.twindev.org/w3c-odrl/OdrlActionType"
|
|
137
137
|
},
|
|
138
138
|
{
|
|
139
139
|
"type": "string"
|
|
@@ -146,7 +146,7 @@
|
|
|
146
146
|
"items": {
|
|
147
147
|
"anyOf": [
|
|
148
148
|
{
|
|
149
|
-
"$ref": "https://schema.twindev.org/w3c-odrl/
|
|
149
|
+
"$ref": "https://schema.twindev.org/w3c-odrl/OdrlActionType"
|
|
150
150
|
},
|
|
151
151
|
{
|
|
152
152
|
"type": "string"
|
|
@@ -175,7 +175,7 @@
|
|
|
175
175
|
"description": "The parent policy(ies) this policy inherits from.\nIRIs identifying the parent Policy(ies)."
|
|
176
176
|
},
|
|
177
177
|
"conflict": {
|
|
178
|
-
"$ref": "https://schema.twindev.org/w3c-odrl/
|
|
178
|
+
"$ref": "https://schema.twindev.org/w3c-odrl/OdrlConflictStrategyType",
|
|
179
179
|
"description": "The conflict resolution strategy.\n- perm: Permissions override Prohibitions\n- prohibit: Prohibitions override Permissions\n- invalid: Policy is void if conflicts exist (default)"
|
|
180
180
|
},
|
|
181
181
|
"permission": {
|
|
@@ -139,7 +139,7 @@
|
|
|
139
139
|
"action": {
|
|
140
140
|
"anyOf": [
|
|
141
141
|
{
|
|
142
|
-
"$ref": "https://schema.twindev.org/w3c-odrl/
|
|
142
|
+
"$ref": "https://schema.twindev.org/w3c-odrl/OdrlActionType"
|
|
143
143
|
},
|
|
144
144
|
{
|
|
145
145
|
"type": "string"
|
|
@@ -152,7 +152,7 @@
|
|
|
152
152
|
"items": {
|
|
153
153
|
"anyOf": [
|
|
154
154
|
{
|
|
155
|
-
"$ref": "https://schema.twindev.org/w3c-odrl/
|
|
155
|
+
"$ref": "https://schema.twindev.org/w3c-odrl/OdrlActionType"
|
|
156
156
|
},
|
|
157
157
|
{
|
|
158
158
|
"type": "string"
|
|
@@ -183,7 +183,7 @@
|
|
|
183
183
|
"$comment": "Inherited from OdrlPolicy"
|
|
184
184
|
},
|
|
185
185
|
"conflict": {
|
|
186
|
-
"$ref": "https://schema.twindev.org/w3c-odrl/
|
|
186
|
+
"$ref": "https://schema.twindev.org/w3c-odrl/OdrlConflictStrategyType",
|
|
187
187
|
"description": "The conflict resolution strategy.\n- perm: Permissions override Prohibitions\n- prohibit: Prohibitions override Permissions\n- invalid: Policy is void if conflicts exist (default)",
|
|
188
188
|
"$comment": "Inherited from OdrlPolicy"
|
|
189
189
|
},
|
package/docs/changelog.md
CHANGED
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.0.3-next.56](https://github.com/twinfoundation/standards/compare/standards-dataspace-protocol-v0.0.3-next.55...standards-dataspace-protocol-v0.0.3-next.56) (2026-03-20)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* fixes in dataspace and odrl ([9924f91](https://github.com/twinfoundation/standards/commit/9924f9135cb6e227e1040065ab017b1c7ef8347a))
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Dependencies
|
|
12
|
+
|
|
13
|
+
* The following workspace dependencies were updated
|
|
14
|
+
* dependencies
|
|
15
|
+
* @twin.org/standards-w3c-dcat bumped from 0.0.3-next.55 to 0.0.3-next.56
|
|
16
|
+
* @twin.org/standards-w3c-odrl bumped from 0.0.3-next.55 to 0.0.3-next.56
|
|
17
|
+
* devDependencies
|
|
18
|
+
* @twin.org/standards-ld-contexts bumped from 0.0.3-next.55 to 0.0.3-next.56
|
|
19
|
+
|
|
3
20
|
## [0.0.3-next.55](https://github.com/twinfoundation/standards/compare/standards-dataspace-protocol-v0.0.3-next.54...standards-dataspace-protocol-v0.0.3-next.55) (2026-03-19)
|
|
4
21
|
|
|
5
22
|
|
|
@@ -78,7 +78,7 @@ Must include "https://www.w3.org/ns/odrl.jsonld"
|
|
|
78
78
|
|
|
79
79
|
### profile? {#profile}
|
|
80
80
|
|
|
81
|
-
> `optional` **profile
|
|
81
|
+
> `optional` **profile?**: `ObjectOrArray`\<`string`\>
|
|
82
82
|
|
|
83
83
|
The profile(s) this policy conforms to.
|
|
84
84
|
IRIs identifying the ODRL Profile(s).
|
|
@@ -91,7 +91,7 @@ IRIs identifying the ODRL Profile(s).
|
|
|
91
91
|
|
|
92
92
|
### target? {#target}
|
|
93
93
|
|
|
94
|
-
> `optional` **target
|
|
94
|
+
> `optional` **target?**: `ObjectOrArray`\<`string` \| `IOdrlAsset` \| `IOdrlAssetCollection`\>
|
|
95
95
|
|
|
96
96
|
The target asset for the rule.
|
|
97
97
|
|
|
@@ -103,7 +103,7 @@ The target asset for the rule.
|
|
|
103
103
|
|
|
104
104
|
### action? {#action}
|
|
105
105
|
|
|
106
|
-
> `optional` **action
|
|
106
|
+
> `optional` **action?**: `ObjectOrArray`\<`string` \| `IOdrlAction`\>
|
|
107
107
|
|
|
108
108
|
The action associated with the rule.
|
|
109
109
|
|
|
@@ -115,7 +115,7 @@ The action associated with the rule.
|
|
|
115
115
|
|
|
116
116
|
### inheritFrom? {#inheritfrom}
|
|
117
117
|
|
|
118
|
-
> `optional` **inheritFrom
|
|
118
|
+
> `optional` **inheritFrom?**: `ObjectOrArray`\<`string`\>
|
|
119
119
|
|
|
120
120
|
The parent policy(ies) this policy inherits from.
|
|
121
121
|
IRIs identifying the parent Policy(ies).
|
|
@@ -128,7 +128,7 @@ IRIs identifying the parent Policy(ies).
|
|
|
128
128
|
|
|
129
129
|
### conflict? {#conflict}
|
|
130
130
|
|
|
131
|
-
> `optional` **conflict
|
|
131
|
+
> `optional` **conflict?**: `OdrlConflictStrategyType`
|
|
132
132
|
|
|
133
133
|
The conflict resolution strategy.
|
|
134
134
|
- perm: Permissions override Prohibitions
|
|
@@ -143,7 +143,7 @@ The conflict resolution strategy.
|
|
|
143
143
|
|
|
144
144
|
### permission? {#permission}
|
|
145
145
|
|
|
146
|
-
> `optional` **permission
|
|
146
|
+
> `optional` **permission?**: `ObjectOrArray`\<`IOdrlPermission`\>
|
|
147
147
|
|
|
148
148
|
The permissions in the policy.
|
|
149
149
|
At least one of permission, prohibition, or obligation must be present.
|
|
@@ -156,7 +156,7 @@ At least one of permission, prohibition, or obligation must be present.
|
|
|
156
156
|
|
|
157
157
|
### prohibition? {#prohibition}
|
|
158
158
|
|
|
159
|
-
> `optional` **prohibition
|
|
159
|
+
> `optional` **prohibition?**: `ObjectOrArray`\<`IOdrlProhibition`\>
|
|
160
160
|
|
|
161
161
|
The prohibitions in the policy.
|
|
162
162
|
At least one of permission, prohibition, or obligation must be present.
|
|
@@ -169,7 +169,7 @@ At least one of permission, prohibition, or obligation must be present.
|
|
|
169
169
|
|
|
170
170
|
### obligation? {#obligation}
|
|
171
171
|
|
|
172
|
-
> `optional` **obligation
|
|
172
|
+
> `optional` **obligation?**: `ObjectOrArray`\<`IOdrlDuty`\>
|
|
173
173
|
|
|
174
174
|
The obligations in the policy.
|
|
175
175
|
At least one of permission, prohibition, or obligation must be present.
|
|
@@ -73,7 +73,7 @@ Participant Id
|
|
|
73
73
|
|
|
74
74
|
### catalog? {#catalog}
|
|
75
75
|
|
|
76
|
-
> `optional` **catalog
|
|
76
|
+
> `optional` **catalog?**: `ObjectOrArray`\<[`IDataspaceProtocolCatalogBase`](IDataspaceProtocolCatalogBase.md)\>
|
|
77
77
|
|
|
78
78
|
Other concerned catalogs
|
|
79
79
|
|
|
@@ -85,7 +85,7 @@ Other concerned catalogs
|
|
|
85
85
|
|
|
86
86
|
### dataset? {#dataset}
|
|
87
87
|
|
|
88
|
-
> `optional` **dataset
|
|
88
|
+
> `optional` **dataset?**: `ObjectOrArray`\<[`IDataspaceProtocolDatasetBase`](IDataspaceProtocolDatasetBase.md)\>
|
|
89
89
|
|
|
90
90
|
Datasets registered
|
|
91
91
|
|
|
@@ -97,7 +97,7 @@ Datasets registered
|
|
|
97
97
|
|
|
98
98
|
### distribution? {#distribution}
|
|
99
99
|
|
|
100
|
-
> `optional` **distribution
|
|
100
|
+
> `optional` **distribution?**: `ObjectOrArray`\<[`IDataspaceProtocolDistributionBase`](IDataspaceProtocolDistributionBase.md)\>
|
|
101
101
|
|
|
102
102
|
Catalog's distributions
|
|
103
103
|
|
|
@@ -109,7 +109,7 @@ Catalog's distributions
|
|
|
109
109
|
|
|
110
110
|
### service? {#service}
|
|
111
111
|
|
|
112
|
-
> `optional` **service
|
|
112
|
+
> `optional` **service?**: `ObjectOrArray`\<[`IDataspaceProtocolDataServiceBase`](IDataspaceProtocolDataServiceBase.md)\>
|
|
113
113
|
|
|
114
114
|
Data services registered-
|
|
115
115
|
|
|
@@ -121,7 +121,7 @@ Data services registered-
|
|
|
121
121
|
|
|
122
122
|
### foaf:homepage? {#foafhomepage}
|
|
123
123
|
|
|
124
|
-
> `optional` **foaf:homepage
|
|
124
|
+
> `optional` **foaf:homepage?**: `string`
|
|
125
125
|
|
|
126
126
|
A homepage of the catalog (a public Web document usually available in HTML).
|
|
127
127
|
|
|
@@ -137,7 +137,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:catalog_homepage
|
|
|
137
137
|
|
|
138
138
|
### dcat:themeTaxonomy? {#dcatthemetaxonomy}
|
|
139
139
|
|
|
140
|
-
> `optional` **dcat:themeTaxonomy
|
|
140
|
+
> `optional` **dcat:themeTaxonomy?**: `ObjectOrArray`\<`IDcatResource`\>
|
|
141
141
|
|
|
142
142
|
A knowledge organization system (KOS) used to classify the resources in the catalog.
|
|
143
143
|
|
|
@@ -153,7 +153,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:catalog_themes
|
|
|
153
153
|
|
|
154
154
|
### dcat:resource? {#dcatresource}
|
|
155
155
|
|
|
156
|
-
> `optional` **dcat:resource
|
|
156
|
+
> `optional` **dcat:resource?**: `ObjectOrArray`\<`IDcatResource`\>
|
|
157
157
|
|
|
158
158
|
A resource that is listed in the catalog.
|
|
159
159
|
|
|
@@ -169,7 +169,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:catalog_resource
|
|
|
169
169
|
|
|
170
170
|
### dcat:record? {#dcatrecord}
|
|
171
171
|
|
|
172
|
-
> `optional` **dcat:record
|
|
172
|
+
> `optional` **dcat:record?**: `ObjectOrArray`\<`IDcatCatalogRecordBase`\>
|
|
173
173
|
|
|
174
174
|
A record describing the registration of a single resource in the catalog.
|
|
175
175
|
|
|
@@ -185,7 +185,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:catalog_catalog_record
|
|
|
185
185
|
|
|
186
186
|
### dcterms:accrualPeriodicity? {#dctermsaccrualperiodicity}
|
|
187
187
|
|
|
188
|
-
> `optional` **dcterms:accrualPeriodicity
|
|
188
|
+
> `optional` **dcterms:accrualPeriodicity?**: `string`
|
|
189
189
|
|
|
190
190
|
The frequency at which the dataset is published.
|
|
191
191
|
|
|
@@ -201,7 +201,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:dataset_frequency
|
|
|
201
201
|
|
|
202
202
|
### dcat:inSeries? {#dcatinseries}
|
|
203
203
|
|
|
204
|
-
> `optional` **dcat:inSeries
|
|
204
|
+
> `optional` **dcat:inSeries?**: `string`
|
|
205
205
|
|
|
206
206
|
A dataset series of which the dataset is part.
|
|
207
207
|
|
|
@@ -217,7 +217,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:dataset_in_series
|
|
|
217
217
|
|
|
218
218
|
### dcterms:spatial? {#dctermsspatial}
|
|
219
219
|
|
|
220
|
-
> `optional` **dcterms:spatial
|
|
220
|
+
> `optional` **dcterms:spatial?**: `string` \| `string`[] \| `IJsonLdNodeObject`
|
|
221
221
|
|
|
222
222
|
The geographical area covered by the dataset.
|
|
223
223
|
|
|
@@ -233,7 +233,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:dataset_spatial
|
|
|
233
233
|
|
|
234
234
|
### dcat:spatialResolutionInMeters? {#dcatspatialresolutioninmeters}
|
|
235
235
|
|
|
236
|
-
> `optional` **dcat:spatialResolutionInMeters
|
|
236
|
+
> `optional` **dcat:spatialResolutionInMeters?**: `number`
|
|
237
237
|
|
|
238
238
|
Minimum spatial separation resolvable in a dataset, measured in meters.
|
|
239
239
|
|
|
@@ -249,7 +249,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:dataset_spatial_resolution
|
|
|
249
249
|
|
|
250
250
|
### dcterms:temporal? {#dctermstemporal}
|
|
251
251
|
|
|
252
|
-
> `optional` **dcterms:temporal
|
|
252
|
+
> `optional` **dcterms:temporal?**: `IDublinCorePeriodOfTime`
|
|
253
253
|
|
|
254
254
|
The temporal period that the dataset covers.
|
|
255
255
|
|
|
@@ -265,7 +265,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:dataset_temporal
|
|
|
265
265
|
|
|
266
266
|
### dcat:temporalResolution? {#dcattemporalresolution}
|
|
267
267
|
|
|
268
|
-
> `optional` **dcat:temporalResolution
|
|
268
|
+
> `optional` **dcat:temporalResolution?**: `string`
|
|
269
269
|
|
|
270
270
|
Minimum time period resolvable in the dataset.
|
|
271
271
|
|
|
@@ -281,7 +281,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:dataset_temporal_resolution
|
|
|
281
281
|
|
|
282
282
|
### prov:wasGeneratedBy? {#provwasgeneratedby}
|
|
283
283
|
|
|
284
|
-
> `optional` **prov:wasGeneratedBy
|
|
284
|
+
> `optional` **prov:wasGeneratedBy?**: `string` \| `IJsonLdNodeObject`
|
|
285
285
|
|
|
286
286
|
An activity that generated, or provides the business context for, the creation of the dataset.
|
|
287
287
|
|
|
@@ -297,7 +297,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:dataset_was_generated_by
|
|
|
297
297
|
|
|
298
298
|
### dcterms:title? {#dctermstitle}
|
|
299
299
|
|
|
300
|
-
> `optional` **dcterms:title
|
|
300
|
+
> `optional` **dcterms:title?**: `ObjectOrArray`\<`string`\>
|
|
301
301
|
|
|
302
302
|
A name given to the resource.
|
|
303
303
|
|
|
@@ -313,7 +313,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_title
|
|
|
313
313
|
|
|
314
314
|
### dcterms:description? {#dctermsdescription}
|
|
315
315
|
|
|
316
|
-
> `optional` **dcterms:description
|
|
316
|
+
> `optional` **dcterms:description?**: `ObjectOrArray`\<`string`\>
|
|
317
317
|
|
|
318
318
|
A free-text account of the resource.
|
|
319
319
|
|
|
@@ -329,7 +329,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_description
|
|
|
329
329
|
|
|
330
330
|
### dcterms:identifier? {#dctermsidentifier}
|
|
331
331
|
|
|
332
|
-
> `optional` **dcterms:identifier
|
|
332
|
+
> `optional` **dcterms:identifier?**: `ObjectOrArray`\<`string`\>
|
|
333
333
|
|
|
334
334
|
A unique identifier of the resource.
|
|
335
335
|
|
|
@@ -345,7 +345,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_identifier
|
|
|
345
345
|
|
|
346
346
|
### dcterms:issued? {#dctermsissued}
|
|
347
347
|
|
|
348
|
-
> `optional` **dcterms:issued
|
|
348
|
+
> `optional` **dcterms:issued?**: `string`
|
|
349
349
|
|
|
350
350
|
Date of formal issuance (publication) of the resource.
|
|
351
351
|
|
|
@@ -361,7 +361,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_release_date
|
|
|
361
361
|
|
|
362
362
|
### dcterms:modified? {#dctermsmodified}
|
|
363
363
|
|
|
364
|
-
> `optional` **dcterms:modified
|
|
364
|
+
> `optional` **dcterms:modified?**: `string`
|
|
365
365
|
|
|
366
366
|
Most recent date on which the resource was changed, updated or modified.
|
|
367
367
|
|
|
@@ -377,7 +377,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_update_date
|
|
|
377
377
|
|
|
378
378
|
### dcterms:language? {#dctermslanguage}
|
|
379
379
|
|
|
380
|
-
> `optional` **dcterms:language
|
|
380
|
+
> `optional` **dcterms:language?**: `ObjectOrArray`\<`string`\>
|
|
381
381
|
|
|
382
382
|
A language of the resource.
|
|
383
383
|
|
|
@@ -393,7 +393,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_language
|
|
|
393
393
|
|
|
394
394
|
### dcterms:publisher? {#dctermspublisher}
|
|
395
395
|
|
|
396
|
-
> `optional` **dcterms:publisher
|
|
396
|
+
> `optional` **dcterms:publisher?**: `string` \| `IFoafAgentWithAliases`
|
|
397
397
|
|
|
398
398
|
An entity responsible for making the resource available.
|
|
399
399
|
|
|
@@ -409,7 +409,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_publisher
|
|
|
409
409
|
|
|
410
410
|
### dcterms:creator? {#dctermscreator}
|
|
411
411
|
|
|
412
|
-
> `optional` **dcterms:creator
|
|
412
|
+
> `optional` **dcterms:creator?**: `string` \| `IFoafAgentWithAliases`
|
|
413
413
|
|
|
414
414
|
An entity responsible for producing the resource.
|
|
415
415
|
|
|
@@ -425,7 +425,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_creator
|
|
|
425
425
|
|
|
426
426
|
### dcterms:accessRights? {#dctermsaccessrights}
|
|
427
427
|
|
|
428
|
-
> `optional` **dcterms:accessRights
|
|
428
|
+
> `optional` **dcterms:accessRights?**: `string` \| `IJsonLdNodeObject`
|
|
429
429
|
|
|
430
430
|
Information about who can access the resource or an indication of its security status.
|
|
431
431
|
|
|
@@ -441,7 +441,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_access_rights
|
|
|
441
441
|
|
|
442
442
|
### dcterms:license? {#dctermslicense}
|
|
443
443
|
|
|
444
|
-
> `optional` **dcterms:license
|
|
444
|
+
> `optional` **dcterms:license?**: `string` \| `IJsonLdNodeObject`
|
|
445
445
|
|
|
446
446
|
A legal document under which the resource is made available.
|
|
447
447
|
|
|
@@ -457,7 +457,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_license
|
|
|
457
457
|
|
|
458
458
|
### dcterms:rights? {#dctermsrights}
|
|
459
459
|
|
|
460
|
-
> `optional` **dcterms:rights
|
|
460
|
+
> `optional` **dcterms:rights?**: `string` \| `IJsonLdNodeObject`
|
|
461
461
|
|
|
462
462
|
Information about rights held in and over the resource.
|
|
463
463
|
|
|
@@ -473,7 +473,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_rights
|
|
|
473
473
|
|
|
474
474
|
### dcterms:conformsTo? {#dctermsconformsto}
|
|
475
475
|
|
|
476
|
-
> `optional` **dcterms:conformsTo
|
|
476
|
+
> `optional` **dcterms:conformsTo?**: `ObjectOrArray`\<`string`\>
|
|
477
477
|
|
|
478
478
|
An established standard to which the resource conforms.
|
|
479
479
|
|
|
@@ -489,7 +489,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_conforms_to
|
|
|
489
489
|
|
|
490
490
|
### dcterms:type? {#dctermstype}
|
|
491
491
|
|
|
492
|
-
> `optional` **dcterms:type
|
|
492
|
+
> `optional` **dcterms:type?**: `string`
|
|
493
493
|
|
|
494
494
|
The nature or genre of the resource.
|
|
495
495
|
|
|
@@ -505,7 +505,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_type
|
|
|
505
505
|
|
|
506
506
|
### dcat:contactPoint? {#dcatcontactpoint}
|
|
507
507
|
|
|
508
|
-
> `optional` **dcat:contactPoint
|
|
508
|
+
> `optional` **dcat:contactPoint?**: `string` \| `IJsonLdNodeObject`
|
|
509
509
|
|
|
510
510
|
Relevant contact information for the catalogued resource.
|
|
511
511
|
|
|
@@ -521,7 +521,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_contact_point
|
|
|
521
521
|
|
|
522
522
|
### dcat:keyword? {#dcatkeyword}
|
|
523
523
|
|
|
524
|
-
> `optional` **dcat:keyword
|
|
524
|
+
> `optional` **dcat:keyword?**: `ObjectOrArray`\<`string`\>
|
|
525
525
|
|
|
526
526
|
A keyword or tag describing the resource.
|
|
527
527
|
|
|
@@ -537,7 +537,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_keyword
|
|
|
537
537
|
|
|
538
538
|
### dcat:theme? {#dcattheme}
|
|
539
539
|
|
|
540
|
-
> `optional` **dcat:theme
|
|
540
|
+
> `optional` **dcat:theme?**: `ObjectOrArray`\<`string`\>
|
|
541
541
|
|
|
542
542
|
A main category of the resource. A resource can have multiple themes.
|
|
543
543
|
|
|
@@ -553,7 +553,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_theme
|
|
|
553
553
|
|
|
554
554
|
### dcat:landingPage? {#dcatlandingpage}
|
|
555
555
|
|
|
556
|
-
> `optional` **dcat:landingPage
|
|
556
|
+
> `optional` **dcat:landingPage?**: `ObjectOrArray`\<`string`\>
|
|
557
557
|
|
|
558
558
|
A Web page that can be navigated to gain access to the resource.
|
|
559
559
|
|
|
@@ -569,7 +569,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_landing_page
|
|
|
569
569
|
|
|
570
570
|
### dcat:qualifiedRelation? {#dcatqualifiedrelation}
|
|
571
571
|
|
|
572
|
-
> `optional` **dcat:qualifiedRelation
|
|
572
|
+
> `optional` **dcat:qualifiedRelation?**: `string` \| `IDcatRelationship`
|
|
573
573
|
|
|
574
574
|
Link to a description of a relationship with another resource.
|
|
575
575
|
|
|
@@ -585,7 +585,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_qualified_relation
|
|
|
585
585
|
|
|
586
586
|
### odrl:hasPolicy? {#odrlhaspolicy}
|
|
587
587
|
|
|
588
|
-
> `optional` **odrl:hasPolicy
|
|
588
|
+
> `optional` **odrl:hasPolicy?**: `IOdrlPolicy`
|
|
589
589
|
|
|
590
590
|
An ODRL conformant policy expressing the rights associated with the resource.
|
|
591
591
|
|