@twin.org/standards-w3c-dcat 0.0.3-next.9 → 0.9.0
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/README.md +1 -1
- package/dist/es/dataTypes/dcatDataTypes.js +80 -49
- package/dist/es/dataTypes/dcatDataTypes.js.map +1 -1
- package/dist/es/index.js +6 -2
- package/dist/es/index.js.map +1 -1
- package/dist/es/models/IDcatCatalog.js.map +1 -1
- package/dist/es/models/IDcatCatalogBase.js +2 -0
- package/dist/es/models/IDcatCatalogBase.js.map +1 -0
- package/dist/es/models/IDcatCatalogRecord.js.map +1 -1
- package/dist/es/models/IDcatCatalogRecordBase.js +2 -0
- package/dist/es/models/IDcatCatalogRecordBase.js.map +1 -0
- package/dist/es/models/IDcatDataService.js.map +1 -1
- package/dist/es/models/IDcatDataServiceBase.js +2 -0
- package/dist/es/models/IDcatDataServiceBase.js.map +1 -0
- package/dist/es/models/IDcatDataset.js.map +1 -1
- package/dist/es/models/IDcatDatasetBase.js +2 -0
- package/dist/es/models/IDcatDatasetBase.js.map +1 -0
- package/dist/es/models/IDcatDatasetSeries.js.map +1 -1
- package/dist/es/models/IDcatDistribution.js.map +1 -1
- package/dist/es/models/IDcatDistributionBase.js +2 -0
- package/dist/es/models/IDcatDistributionBase.js.map +1 -0
- package/dist/es/models/IDcatRelationship.js.map +1 -1
- package/dist/es/models/IDcatResource.js.map +1 -1
- package/dist/es/models/IDcatResourceBase.js +2 -0
- package/dist/es/models/IDcatResourceBase.js.map +1 -0
- package/dist/es/models/IDcatRole.js.map +1 -1
- package/dist/es/models/dcatContextType.js.map +1 -1
- package/dist/es/models/dcatContexts.js +15 -19
- package/dist/es/models/dcatContexts.js.map +1 -1
- package/dist/es/schemas/DcatCatalog.json +10 -489
- package/dist/es/schemas/DcatCatalogBase.json +109 -0
- package/dist/es/schemas/DcatCatalogRecord.json +10 -210
- package/dist/es/schemas/DcatCatalogRecordBase.json +76 -0
- package/dist/es/schemas/DcatContextType.json +30 -0
- package/dist/es/schemas/DcatDataService.json +10 -356
- package/dist/es/schemas/DcatDataServiceBase.json +43 -0
- package/dist/es/schemas/DcatDataset.json +10 -405
- package/dist/es/schemas/DcatDatasetBase.json +94 -0
- package/dist/es/schemas/DcatDatasetSeries.json +17 -394
- package/dist/es/schemas/DcatDistribution.json +10 -266
- package/dist/es/schemas/DcatDistributionBase.json +134 -0
- package/dist/es/schemas/DcatRelationship.json +11 -170
- package/dist/es/schemas/DcatResource.json +10 -340
- package/dist/es/schemas/DcatResourceBase.json +663 -0
- package/dist/es/schemas/DcatRole.json +15 -167
- package/dist/types/dataTypes/dcatDataTypes.d.ts +0 -1
- package/dist/types/index.d.ts +6 -2
- package/dist/types/models/IDcatCatalog.d.ts +5 -43
- package/dist/types/models/IDcatCatalogBase.d.ts +54 -0
- package/dist/types/models/IDcatCatalogRecord.d.ts +2 -40
- package/dist/types/models/IDcatCatalogRecordBase.d.ts +51 -0
- package/dist/types/models/IDcatDataService.d.ts +5 -22
- package/dist/types/models/IDcatDataServiceBase.d.ts +31 -0
- package/dist/types/models/IDcatDataset.d.ts +5 -51
- package/dist/types/models/IDcatDatasetBase.d.ts +60 -0
- package/dist/types/models/IDcatDatasetSeries.d.ts +6 -0
- package/dist/types/models/IDcatDistribution.d.ts +2 -110
- package/dist/types/models/IDcatDistributionBase.d.ts +123 -0
- package/dist/types/models/IDcatRelationship.d.ts +2 -2
- package/dist/types/models/IDcatResource.d.ts +3 -109
- package/dist/types/models/IDcatResourceBase.d.ts +120 -0
- package/dist/types/models/IDcatRole.d.ts +8 -5
- package/dist/types/models/dcatContextType.d.ts +4 -4
- package/dist/types/models/dcatContexts.d.ts +15 -19
- package/docs/changelog.md +1125 -11
- package/docs/examples.md +25 -1
- package/docs/reference/classes/DcatDataTypes.md +2 -3
- package/docs/reference/index.md +6 -11
- package/docs/reference/interfaces/IDcatCatalog.md +138 -106
- package/docs/reference/interfaces/IDcatCatalogBase.md +558 -0
- package/docs/reference/interfaces/IDcatCatalogRecord.md +53 -25
- package/docs/reference/interfaces/IDcatCatalogRecordBase.md +101 -0
- package/docs/reference/interfaces/IDcatDataService.md +90 -74
- package/docs/reference/interfaces/IDcatDataServiceBase.md +382 -0
- package/docs/reference/interfaces/IDcatDataset.md +120 -85
- package/docs/reference/interfaces/IDcatDatasetBase.md +443 -0
- package/docs/reference/interfaces/IDcatDatasetSeries.md +88 -68
- package/docs/reference/interfaces/IDcatDistribution.md +137 -53
- package/docs/reference/interfaces/IDcatDistributionBase.md +269 -0
- package/docs/reference/interfaces/IDcatRelationship.md +6 -22
- package/docs/reference/interfaces/IDcatResource.md +132 -57
- package/docs/reference/interfaces/IDcatResourceBase.md +260 -0
- package/docs/reference/interfaces/IDcatRole.md +11 -19
- package/docs/reference/type-aliases/DcatContextType.md +4 -4
- package/docs/reference/variables/DcatClasses.md +9 -9
- package/docs/reference/variables/DcatContexts.md +21 -33
- package/docs/reference/variables/DcatRelationshipType.md +9 -9
- package/package.json +10 -10
- package/dist/es/models/types/dcatContextFreeTypes.js +0 -4
- package/dist/es/models/types/dcatContextFreeTypes.js.map +0 -1
- package/dist/es/models/types/dcatPropertyTypes.js +0 -4
- package/dist/es/models/types/dcatPropertyTypes.js.map +0 -1
- package/dist/types/models/types/dcatContextFreeTypes.d.ts +0 -40
- package/dist/types/models/types/dcatPropertyTypes.d.ts +0 -29
- package/docs/reference/type-aliases/CatalogOptionalContext.md +0 -11
- package/docs/reference/type-aliases/CatalogRecordOptionalContext.md +0 -11
- package/docs/reference/type-aliases/DataServiceOptionalContext.md +0 -11
- package/docs/reference/type-aliases/DatasetOptionalContext.md +0 -11
- package/docs/reference/type-aliases/DcatDateTimeType.md +0 -6
- package/docs/reference/type-aliases/DcatDecimalType.md +0 -5
- package/docs/reference/type-aliases/DcatDurationType.md +0 -5
- package/docs/reference/type-aliases/DcatIriType.md +0 -5
- package/docs/reference/type-aliases/DcatLiteralType.md +0 -5
- package/docs/reference/type-aliases/DcatNonNegativeIntegerType.md +0 -5
- package/docs/reference/type-aliases/DistributionOptionalContext.md +0 -11
|
@@ -10,41 +10,45 @@ https://www.w3.org/TR/vocab-dcat-3/#Class:Distribution
|
|
|
10
10
|
|
|
11
11
|
## Extends
|
|
12
12
|
|
|
13
|
-
- `
|
|
14
|
-
|
|
15
|
-
## Indexable
|
|
16
|
-
|
|
17
|
-
\[`key`: `string`\]: `string` \| `number` \| `boolean` \| `string`[] \| `IJsonLdContextDefinition` \| `IJsonLdNodeObject` \| `IJsonLdGraphObject` \| `object` & `object` \| `object` & `object` \| `object` & `object` \| `IJsonLdListObject` \| `IJsonLdSetObject` \| `IJsonLdNodePrimitive`[] \| `IJsonLdLanguageMap` \| `IJsonLdIndexMap` \| `IJsonLdNodeObject`[] \| `IJsonLdIdMap` \| `IJsonLdTypeMap` \| `IJsonLdContextDefinitionElement`[] \| `IJsonLdJsonObject` \| `IJsonLdJsonObject`[] \| \{\[`key`: `string`\]: `string`; \} \| `null` \| `undefined`
|
|
13
|
+
- [`IDcatDistributionBase`](IDcatDistributionBase.md)
|
|
18
14
|
|
|
19
15
|
## Properties
|
|
20
16
|
|
|
21
|
-
### @context
|
|
17
|
+
### @context {#context}
|
|
22
18
|
|
|
23
19
|
> **@context**: [`DcatContextType`](../type-aliases/DcatContextType.md)
|
|
24
20
|
|
|
25
21
|
The JSON-LD context for the resource.
|
|
26
22
|
|
|
27
|
-
#### Overrides
|
|
28
|
-
|
|
29
|
-
`IJsonLdNodeObject.@context`
|
|
30
|
-
|
|
31
23
|
***
|
|
32
24
|
|
|
33
|
-
### @type
|
|
25
|
+
### @type {#type}
|
|
34
26
|
|
|
35
27
|
> **@type**: `"dcat:Distribution"`
|
|
36
28
|
|
|
37
29
|
The type identifier, typically "Distribution".
|
|
38
30
|
|
|
39
|
-
####
|
|
31
|
+
#### Inherited from
|
|
40
32
|
|
|
41
|
-
`
|
|
33
|
+
[`IDcatDistributionBase`](IDcatDistributionBase.md).[`@type`](IDcatDistributionBase.md#type)
|
|
42
34
|
|
|
43
35
|
***
|
|
44
36
|
|
|
45
|
-
###
|
|
37
|
+
### @id? {#id}
|
|
38
|
+
|
|
39
|
+
> `optional` **@id?**: `string`
|
|
40
|
+
|
|
41
|
+
The unique identifier for the distribution object.
|
|
42
|
+
|
|
43
|
+
#### Inherited from
|
|
46
44
|
|
|
47
|
-
|
|
45
|
+
[`IDcatDistributionBase`](IDcatDistributionBase.md).[`@id`](IDcatDistributionBase.md#id)
|
|
46
|
+
|
|
47
|
+
***
|
|
48
|
+
|
|
49
|
+
### dcterms:title? {#dctermstitle}
|
|
50
|
+
|
|
51
|
+
> `optional` **dcterms:title?**: `ObjectOrArray`\<`string`\>
|
|
48
52
|
|
|
49
53
|
A name given to the distribution.
|
|
50
54
|
|
|
@@ -52,11 +56,15 @@ A name given to the distribution.
|
|
|
52
56
|
|
|
53
57
|
https://www.w3.org/TR/vocab-dcat-3/#Property:distribution_title
|
|
54
58
|
|
|
59
|
+
#### Inherited from
|
|
60
|
+
|
|
61
|
+
[`IDcatDistributionBase`](IDcatDistributionBase.md).[`dcterms:title`](IDcatDistributionBase.md#dctermstitle)
|
|
62
|
+
|
|
55
63
|
***
|
|
56
64
|
|
|
57
|
-
### dcterms:description?
|
|
65
|
+
### dcterms:description? {#dctermsdescription}
|
|
58
66
|
|
|
59
|
-
> `optional` **dcterms:description
|
|
67
|
+
> `optional` **dcterms:description?**: `ObjectOrArray`\<`string`\>
|
|
60
68
|
|
|
61
69
|
A free-text account of the distribution.
|
|
62
70
|
|
|
@@ -64,11 +72,15 @@ A free-text account of the distribution.
|
|
|
64
72
|
|
|
65
73
|
https://www.w3.org/TR/vocab-dcat-3/#Property:distribution_description
|
|
66
74
|
|
|
75
|
+
#### Inherited from
|
|
76
|
+
|
|
77
|
+
[`IDcatDistributionBase`](IDcatDistributionBase.md).[`dcterms:description`](IDcatDistributionBase.md#dctermsdescription)
|
|
78
|
+
|
|
67
79
|
***
|
|
68
80
|
|
|
69
|
-
### dcterms:issued?
|
|
81
|
+
### dcterms:issued? {#dctermsissued}
|
|
70
82
|
|
|
71
|
-
> `optional` **dcterms:issued
|
|
83
|
+
> `optional` **dcterms:issued?**: `string`
|
|
72
84
|
|
|
73
85
|
Date of formal issuance of the distribution.
|
|
74
86
|
|
|
@@ -76,11 +88,15 @@ Date of formal issuance of the distribution.
|
|
|
76
88
|
|
|
77
89
|
https://www.w3.org/TR/vocab-dcat-3/#Property:distribution_release_date
|
|
78
90
|
|
|
91
|
+
#### Inherited from
|
|
92
|
+
|
|
93
|
+
[`IDcatDistributionBase`](IDcatDistributionBase.md).[`dcterms:issued`](IDcatDistributionBase.md#dctermsissued)
|
|
94
|
+
|
|
79
95
|
***
|
|
80
96
|
|
|
81
|
-
### dcterms:modified?
|
|
97
|
+
### dcterms:modified? {#dctermsmodified}
|
|
82
98
|
|
|
83
|
-
> `optional` **dcterms:modified
|
|
99
|
+
> `optional` **dcterms:modified?**: `string`
|
|
84
100
|
|
|
85
101
|
Most recent date on which the distribution was changed, updated or modified.
|
|
86
102
|
|
|
@@ -88,11 +104,15 @@ Most recent date on which the distribution was changed, updated or modified.
|
|
|
88
104
|
|
|
89
105
|
https://www.w3.org/TR/vocab-dcat-3/#Property:distribution_update_date
|
|
90
106
|
|
|
107
|
+
#### Inherited from
|
|
108
|
+
|
|
109
|
+
[`IDcatDistributionBase`](IDcatDistributionBase.md).[`dcterms:modified`](IDcatDistributionBase.md#dctermsmodified)
|
|
110
|
+
|
|
91
111
|
***
|
|
92
112
|
|
|
93
|
-
### dcterms:license?
|
|
113
|
+
### dcterms:license? {#dctermslicense}
|
|
94
114
|
|
|
95
|
-
> `optional` **dcterms:license
|
|
115
|
+
> `optional` **dcterms:license?**: `string`
|
|
96
116
|
|
|
97
117
|
A legal document under which the distribution is made available.
|
|
98
118
|
|
|
@@ -100,11 +120,15 @@ A legal document under which the distribution is made available.
|
|
|
100
120
|
|
|
101
121
|
https://www.w3.org/TR/vocab-dcat-3/#Property:distribution_license
|
|
102
122
|
|
|
123
|
+
#### Inherited from
|
|
124
|
+
|
|
125
|
+
[`IDcatDistributionBase`](IDcatDistributionBase.md).[`dcterms:license`](IDcatDistributionBase.md#dctermslicense)
|
|
126
|
+
|
|
103
127
|
***
|
|
104
128
|
|
|
105
|
-
### dcterms:accessRights?
|
|
129
|
+
### dcterms:accessRights? {#dctermsaccessrights}
|
|
106
130
|
|
|
107
|
-
> `optional` **dcterms:accessRights
|
|
131
|
+
> `optional` **dcterms:accessRights?**: `string`
|
|
108
132
|
|
|
109
133
|
Information about who can access the distribution.
|
|
110
134
|
|
|
@@ -112,11 +136,15 @@ Information about who can access the distribution.
|
|
|
112
136
|
|
|
113
137
|
https://www.w3.org/TR/vocab-dcat-3/#Property:distribution_access_rights
|
|
114
138
|
|
|
139
|
+
#### Inherited from
|
|
140
|
+
|
|
141
|
+
[`IDcatDistributionBase`](IDcatDistributionBase.md).[`dcterms:accessRights`](IDcatDistributionBase.md#dctermsaccessrights)
|
|
142
|
+
|
|
115
143
|
***
|
|
116
144
|
|
|
117
|
-
### dcterms:rights?
|
|
145
|
+
### dcterms:rights? {#dctermsrights}
|
|
118
146
|
|
|
119
|
-
> `optional` **dcterms:rights
|
|
147
|
+
> `optional` **dcterms:rights?**: `string`
|
|
120
148
|
|
|
121
149
|
Information about rights held in and over the distribution.
|
|
122
150
|
|
|
@@ -124,11 +152,15 @@ Information about rights held in and over the distribution.
|
|
|
124
152
|
|
|
125
153
|
https://www.w3.org/TR/vocab-dcat-3/#Property:distribution_rights
|
|
126
154
|
|
|
155
|
+
#### Inherited from
|
|
156
|
+
|
|
157
|
+
[`IDcatDistributionBase`](IDcatDistributionBase.md).[`dcterms:rights`](IDcatDistributionBase.md#dctermsrights)
|
|
158
|
+
|
|
127
159
|
***
|
|
128
160
|
|
|
129
|
-
### dcat:accessURL?
|
|
161
|
+
### dcat:accessURL? {#dcataccessurl}
|
|
130
162
|
|
|
131
|
-
> `optional` **dcat:accessURL
|
|
163
|
+
> `optional` **dcat:accessURL?**: `string`
|
|
132
164
|
|
|
133
165
|
A URL of the resource that gives access to a distribution of the dataset.
|
|
134
166
|
|
|
@@ -136,11 +168,15 @@ A URL of the resource that gives access to a distribution of the dataset.
|
|
|
136
168
|
|
|
137
169
|
https://www.w3.org/TR/vocab-dcat-3/#Property:distribution_access_url
|
|
138
170
|
|
|
171
|
+
#### Inherited from
|
|
172
|
+
|
|
173
|
+
[`IDcatDistributionBase`](IDcatDistributionBase.md).[`dcat:accessURL`](IDcatDistributionBase.md#dcataccessurl)
|
|
174
|
+
|
|
139
175
|
***
|
|
140
176
|
|
|
141
|
-
### dcat:accessService?
|
|
177
|
+
### dcat:accessService? {#dcataccessservice}
|
|
142
178
|
|
|
143
|
-
> `optional` **dcat:accessService
|
|
179
|
+
> `optional` **dcat:accessService?**: `string`
|
|
144
180
|
|
|
145
181
|
A data service that gives access to the distribution.
|
|
146
182
|
|
|
@@ -148,11 +184,15 @@ A data service that gives access to the distribution.
|
|
|
148
184
|
|
|
149
185
|
https://www.w3.org/TR/vocab-dcat-3/#Property:distribution_access_service
|
|
150
186
|
|
|
187
|
+
#### Inherited from
|
|
188
|
+
|
|
189
|
+
[`IDcatDistributionBase`](IDcatDistributionBase.md).[`dcat:accessService`](IDcatDistributionBase.md#dcataccessservice)
|
|
190
|
+
|
|
151
191
|
***
|
|
152
192
|
|
|
153
|
-
### dcat:downloadURL?
|
|
193
|
+
### dcat:downloadURL? {#dcatdownloadurl}
|
|
154
194
|
|
|
155
|
-
> `optional` **dcat:downloadURL
|
|
195
|
+
> `optional` **dcat:downloadURL?**: `string`
|
|
156
196
|
|
|
157
197
|
The URL of the downloadable file in a given format.
|
|
158
198
|
|
|
@@ -160,11 +200,15 @@ The URL of the downloadable file in a given format.
|
|
|
160
200
|
|
|
161
201
|
https://www.w3.org/TR/vocab-dcat-3/#Property:distribution_download_url
|
|
162
202
|
|
|
203
|
+
#### Inherited from
|
|
204
|
+
|
|
205
|
+
[`IDcatDistributionBase`](IDcatDistributionBase.md).[`dcat:downloadURL`](IDcatDistributionBase.md#dcatdownloadurl)
|
|
206
|
+
|
|
163
207
|
***
|
|
164
208
|
|
|
165
|
-
### dcat:byteSize?
|
|
209
|
+
### dcat:byteSize? {#dcatbytesize}
|
|
166
210
|
|
|
167
|
-
> `optional` **dcat:byteSize
|
|
211
|
+
> `optional` **dcat:byteSize?**: `number`
|
|
168
212
|
|
|
169
213
|
The size of the distribution in bytes.
|
|
170
214
|
|
|
@@ -172,11 +216,15 @@ The size of the distribution in bytes.
|
|
|
172
216
|
|
|
173
217
|
https://www.w3.org/TR/vocab-dcat-3/#Property:distribution_byte_size
|
|
174
218
|
|
|
219
|
+
#### Inherited from
|
|
220
|
+
|
|
221
|
+
[`IDcatDistributionBase`](IDcatDistributionBase.md).[`dcat:byteSize`](IDcatDistributionBase.md#dcatbytesize)
|
|
222
|
+
|
|
175
223
|
***
|
|
176
224
|
|
|
177
|
-
### dcat:spatialResolutionInMeters?
|
|
225
|
+
### dcat:spatialResolutionInMeters? {#dcatspatialresolutioninmeters}
|
|
178
226
|
|
|
179
|
-
> `optional` **dcat:spatialResolutionInMeters
|
|
227
|
+
> `optional` **dcat:spatialResolutionInMeters?**: `number`
|
|
180
228
|
|
|
181
229
|
The minimum spatial separation resolvable in a distribution, measured in meters.
|
|
182
230
|
|
|
@@ -184,11 +232,15 @@ The minimum spatial separation resolvable in a distribution, measured in meters.
|
|
|
184
232
|
|
|
185
233
|
https://www.w3.org/TR/vocab-dcat-3/#Property:distribution_spatial_resolution
|
|
186
234
|
|
|
235
|
+
#### Inherited from
|
|
236
|
+
|
|
237
|
+
[`IDcatDistributionBase`](IDcatDistributionBase.md).[`dcat:spatialResolutionInMeters`](IDcatDistributionBase.md#dcatspatialresolutioninmeters)
|
|
238
|
+
|
|
187
239
|
***
|
|
188
240
|
|
|
189
|
-
### dcat:temporalResolution?
|
|
241
|
+
### dcat:temporalResolution? {#dcattemporalresolution}
|
|
190
242
|
|
|
191
|
-
> `optional` **dcat:temporalResolution
|
|
243
|
+
> `optional` **dcat:temporalResolution?**: `string`
|
|
192
244
|
|
|
193
245
|
Minimum time period resolvable in the distribution.
|
|
194
246
|
|
|
@@ -196,11 +248,15 @@ Minimum time period resolvable in the distribution.
|
|
|
196
248
|
|
|
197
249
|
https://www.w3.org/TR/vocab-dcat-3/#Property:distribution_temporal_resolution
|
|
198
250
|
|
|
251
|
+
#### Inherited from
|
|
252
|
+
|
|
253
|
+
[`IDcatDistributionBase`](IDcatDistributionBase.md).[`dcat:temporalResolution`](IDcatDistributionBase.md#dcattemporalresolution)
|
|
254
|
+
|
|
199
255
|
***
|
|
200
256
|
|
|
201
|
-
### dcterms:conformsTo?
|
|
257
|
+
### dcterms:conformsTo? {#dctermsconformsto}
|
|
202
258
|
|
|
203
|
-
> `optional` **dcterms:conformsTo
|
|
259
|
+
> `optional` **dcterms:conformsTo?**: `ObjectOrArray`\<`string`\>
|
|
204
260
|
|
|
205
261
|
An established standard to which the distribution conforms.
|
|
206
262
|
|
|
@@ -208,11 +264,15 @@ An established standard to which the distribution conforms.
|
|
|
208
264
|
|
|
209
265
|
https://www.w3.org/TR/vocab-dcat-3/#Property:distribution_conforms_to
|
|
210
266
|
|
|
267
|
+
#### Inherited from
|
|
268
|
+
|
|
269
|
+
[`IDcatDistributionBase`](IDcatDistributionBase.md).[`dcterms:conformsTo`](IDcatDistributionBase.md#dctermsconformsto)
|
|
270
|
+
|
|
211
271
|
***
|
|
212
272
|
|
|
213
|
-
### dcat:mediaType?
|
|
273
|
+
### dcat:mediaType? {#dcatmediatype}
|
|
214
274
|
|
|
215
|
-
> `optional` **dcat:mediaType
|
|
275
|
+
> `optional` **dcat:mediaType?**: `string`
|
|
216
276
|
|
|
217
277
|
The media type of the distribution as defined by IANA.
|
|
218
278
|
|
|
@@ -220,11 +280,15 @@ The media type of the distribution as defined by IANA.
|
|
|
220
280
|
|
|
221
281
|
https://www.w3.org/TR/vocab-dcat-3/#Property:distribution_media_type
|
|
222
282
|
|
|
283
|
+
#### Inherited from
|
|
284
|
+
|
|
285
|
+
[`IDcatDistributionBase`](IDcatDistributionBase.md).[`dcat:mediaType`](IDcatDistributionBase.md#dcatmediatype)
|
|
286
|
+
|
|
223
287
|
***
|
|
224
288
|
|
|
225
|
-
### dcterms:format?
|
|
289
|
+
### dcterms:format? {#dctermsformat}
|
|
226
290
|
|
|
227
|
-
> `optional` **dcterms:format
|
|
291
|
+
> `optional` **dcterms:format?**: `string`
|
|
228
292
|
|
|
229
293
|
The file format of the distribution.
|
|
230
294
|
|
|
@@ -232,11 +296,15 @@ The file format of the distribution.
|
|
|
232
296
|
|
|
233
297
|
https://www.w3.org/TR/vocab-dcat-3/#Property:distribution_format
|
|
234
298
|
|
|
299
|
+
#### Inherited from
|
|
300
|
+
|
|
301
|
+
[`IDcatDistributionBase`](IDcatDistributionBase.md).[`dcterms:format`](IDcatDistributionBase.md#dctermsformat)
|
|
302
|
+
|
|
235
303
|
***
|
|
236
304
|
|
|
237
|
-
### dcat:compressFormat?
|
|
305
|
+
### dcat:compressFormat? {#dcatcompressformat}
|
|
238
306
|
|
|
239
|
-
> `optional` **dcat:compressFormat
|
|
307
|
+
> `optional` **dcat:compressFormat?**: `string`
|
|
240
308
|
|
|
241
309
|
The compression format of the distribution.
|
|
242
310
|
|
|
@@ -244,11 +312,15 @@ The compression format of the distribution.
|
|
|
244
312
|
|
|
245
313
|
https://www.w3.org/TR/vocab-dcat-3/#Property:distribution_compression_format
|
|
246
314
|
|
|
315
|
+
#### Inherited from
|
|
316
|
+
|
|
317
|
+
[`IDcatDistributionBase`](IDcatDistributionBase.md).[`dcat:compressFormat`](IDcatDistributionBase.md#dcatcompressformat)
|
|
318
|
+
|
|
247
319
|
***
|
|
248
320
|
|
|
249
|
-
### dcat:packageFormat?
|
|
321
|
+
### dcat:packageFormat? {#dcatpackageformat}
|
|
250
322
|
|
|
251
|
-
> `optional` **dcat:packageFormat
|
|
323
|
+
> `optional` **dcat:packageFormat?**: `string`
|
|
252
324
|
|
|
253
325
|
The package format of the distribution.
|
|
254
326
|
|
|
@@ -256,11 +328,15 @@ The package format of the distribution.
|
|
|
256
328
|
|
|
257
329
|
https://www.w3.org/TR/vocab-dcat-3/#Property:distribution_packaging_format
|
|
258
330
|
|
|
331
|
+
#### Inherited from
|
|
332
|
+
|
|
333
|
+
[`IDcatDistributionBase`](IDcatDistributionBase.md).[`dcat:packageFormat`](IDcatDistributionBase.md#dcatpackageformat)
|
|
334
|
+
|
|
259
335
|
***
|
|
260
336
|
|
|
261
|
-
### spdx:checksum?
|
|
337
|
+
### spdx:checksum? {#spdxchecksum}
|
|
262
338
|
|
|
263
|
-
> `optional` **spdx:checksum
|
|
339
|
+
> `optional` **spdx:checksum?**: `string`
|
|
264
340
|
|
|
265
341
|
The checksum property provides a mechanism to verify the data integrity.
|
|
266
342
|
|
|
@@ -268,14 +344,22 @@ The checksum property provides a mechanism to verify the data integrity.
|
|
|
268
344
|
|
|
269
345
|
https://www.w3.org/TR/vocab-dcat-3/#Property:distribution_checksum
|
|
270
346
|
|
|
347
|
+
#### Inherited from
|
|
348
|
+
|
|
349
|
+
[`IDcatDistributionBase`](IDcatDistributionBase.md).[`spdx:checksum`](IDcatDistributionBase.md#spdxchecksum)
|
|
350
|
+
|
|
271
351
|
***
|
|
272
352
|
|
|
273
|
-
### odrl:hasPolicy?
|
|
353
|
+
### odrl:hasPolicy? {#odrlhaspolicy}
|
|
274
354
|
|
|
275
|
-
> `optional` **odrl:hasPolicy
|
|
355
|
+
> `optional` **odrl:hasPolicy?**: `IOdrlPolicy`
|
|
276
356
|
|
|
277
357
|
An ODRL conformant policy expressing the rights associated with the distribution.
|
|
278
358
|
|
|
279
359
|
#### See
|
|
280
360
|
|
|
281
361
|
https://www.w3.org/TR/vocab-dcat-3/#Property:distribution_has_policy
|
|
362
|
+
|
|
363
|
+
#### Inherited from
|
|
364
|
+
|
|
365
|
+
[`IDcatDistributionBase`](IDcatDistributionBase.md).[`odrl:hasPolicy`](IDcatDistributionBase.md#odrlhaspolicy)
|
|
@@ -0,0 +1,269 @@
|
|
|
1
|
+
# Interface: IDcatDistributionBase
|
|
2
|
+
|
|
3
|
+
Base interface for DCAT Distribution without JSON-LD context.
|
|
4
|
+
This is the context-free variant of IDcatDistribution, intended for embedding
|
|
5
|
+
distribution objects inline within datasets where the context is provided by the enclosing document.
|
|
6
|
+
|
|
7
|
+
## See
|
|
8
|
+
|
|
9
|
+
https://www.w3.org/TR/vocab-dcat-3/#Class:Distribution
|
|
10
|
+
|
|
11
|
+
## Extended by
|
|
12
|
+
|
|
13
|
+
- [`IDcatDistribution`](IDcatDistribution.md)
|
|
14
|
+
|
|
15
|
+
## Properties
|
|
16
|
+
|
|
17
|
+
### @type {#type}
|
|
18
|
+
|
|
19
|
+
> **@type**: `"dcat:Distribution"`
|
|
20
|
+
|
|
21
|
+
The type identifier, typically "Distribution".
|
|
22
|
+
|
|
23
|
+
***
|
|
24
|
+
|
|
25
|
+
### @id? {#id}
|
|
26
|
+
|
|
27
|
+
> `optional` **@id?**: `string`
|
|
28
|
+
|
|
29
|
+
The unique identifier for the distribution object.
|
|
30
|
+
|
|
31
|
+
***
|
|
32
|
+
|
|
33
|
+
### dcterms:title? {#dctermstitle}
|
|
34
|
+
|
|
35
|
+
> `optional` **dcterms:title?**: `ObjectOrArray`\<`string`\>
|
|
36
|
+
|
|
37
|
+
A name given to the distribution.
|
|
38
|
+
|
|
39
|
+
#### See
|
|
40
|
+
|
|
41
|
+
https://www.w3.org/TR/vocab-dcat-3/#Property:distribution_title
|
|
42
|
+
|
|
43
|
+
***
|
|
44
|
+
|
|
45
|
+
### dcterms:description? {#dctermsdescription}
|
|
46
|
+
|
|
47
|
+
> `optional` **dcterms:description?**: `ObjectOrArray`\<`string`\>
|
|
48
|
+
|
|
49
|
+
A free-text account of the distribution.
|
|
50
|
+
|
|
51
|
+
#### See
|
|
52
|
+
|
|
53
|
+
https://www.w3.org/TR/vocab-dcat-3/#Property:distribution_description
|
|
54
|
+
|
|
55
|
+
***
|
|
56
|
+
|
|
57
|
+
### dcterms:issued? {#dctermsissued}
|
|
58
|
+
|
|
59
|
+
> `optional` **dcterms:issued?**: `string`
|
|
60
|
+
|
|
61
|
+
Date of formal issuance of the distribution.
|
|
62
|
+
|
|
63
|
+
#### See
|
|
64
|
+
|
|
65
|
+
https://www.w3.org/TR/vocab-dcat-3/#Property:distribution_release_date
|
|
66
|
+
|
|
67
|
+
***
|
|
68
|
+
|
|
69
|
+
### dcterms:modified? {#dctermsmodified}
|
|
70
|
+
|
|
71
|
+
> `optional` **dcterms:modified?**: `string`
|
|
72
|
+
|
|
73
|
+
Most recent date on which the distribution was changed, updated or modified.
|
|
74
|
+
|
|
75
|
+
#### See
|
|
76
|
+
|
|
77
|
+
https://www.w3.org/TR/vocab-dcat-3/#Property:distribution_update_date
|
|
78
|
+
|
|
79
|
+
***
|
|
80
|
+
|
|
81
|
+
### dcterms:license? {#dctermslicense}
|
|
82
|
+
|
|
83
|
+
> `optional` **dcterms:license?**: `string`
|
|
84
|
+
|
|
85
|
+
A legal document under which the distribution is made available.
|
|
86
|
+
|
|
87
|
+
#### See
|
|
88
|
+
|
|
89
|
+
https://www.w3.org/TR/vocab-dcat-3/#Property:distribution_license
|
|
90
|
+
|
|
91
|
+
***
|
|
92
|
+
|
|
93
|
+
### dcterms:accessRights? {#dctermsaccessrights}
|
|
94
|
+
|
|
95
|
+
> `optional` **dcterms:accessRights?**: `string`
|
|
96
|
+
|
|
97
|
+
Information about who can access the distribution.
|
|
98
|
+
|
|
99
|
+
#### See
|
|
100
|
+
|
|
101
|
+
https://www.w3.org/TR/vocab-dcat-3/#Property:distribution_access_rights
|
|
102
|
+
|
|
103
|
+
***
|
|
104
|
+
|
|
105
|
+
### dcterms:rights? {#dctermsrights}
|
|
106
|
+
|
|
107
|
+
> `optional` **dcterms:rights?**: `string`
|
|
108
|
+
|
|
109
|
+
Information about rights held in and over the distribution.
|
|
110
|
+
|
|
111
|
+
#### See
|
|
112
|
+
|
|
113
|
+
https://www.w3.org/TR/vocab-dcat-3/#Property:distribution_rights
|
|
114
|
+
|
|
115
|
+
***
|
|
116
|
+
|
|
117
|
+
### dcat:accessURL? {#dcataccessurl}
|
|
118
|
+
|
|
119
|
+
> `optional` **dcat:accessURL?**: `string`
|
|
120
|
+
|
|
121
|
+
A URL of the resource that gives access to a distribution of the dataset.
|
|
122
|
+
|
|
123
|
+
#### See
|
|
124
|
+
|
|
125
|
+
https://www.w3.org/TR/vocab-dcat-3/#Property:distribution_access_url
|
|
126
|
+
|
|
127
|
+
***
|
|
128
|
+
|
|
129
|
+
### dcat:accessService? {#dcataccessservice}
|
|
130
|
+
|
|
131
|
+
> `optional` **dcat:accessService?**: `string`
|
|
132
|
+
|
|
133
|
+
A data service that gives access to the distribution.
|
|
134
|
+
|
|
135
|
+
#### See
|
|
136
|
+
|
|
137
|
+
https://www.w3.org/TR/vocab-dcat-3/#Property:distribution_access_service
|
|
138
|
+
|
|
139
|
+
***
|
|
140
|
+
|
|
141
|
+
### dcat:downloadURL? {#dcatdownloadurl}
|
|
142
|
+
|
|
143
|
+
> `optional` **dcat:downloadURL?**: `string`
|
|
144
|
+
|
|
145
|
+
The URL of the downloadable file in a given format.
|
|
146
|
+
|
|
147
|
+
#### See
|
|
148
|
+
|
|
149
|
+
https://www.w3.org/TR/vocab-dcat-3/#Property:distribution_download_url
|
|
150
|
+
|
|
151
|
+
***
|
|
152
|
+
|
|
153
|
+
### dcat:byteSize? {#dcatbytesize}
|
|
154
|
+
|
|
155
|
+
> `optional` **dcat:byteSize?**: `number`
|
|
156
|
+
|
|
157
|
+
The size of the distribution in bytes.
|
|
158
|
+
|
|
159
|
+
#### See
|
|
160
|
+
|
|
161
|
+
https://www.w3.org/TR/vocab-dcat-3/#Property:distribution_byte_size
|
|
162
|
+
|
|
163
|
+
***
|
|
164
|
+
|
|
165
|
+
### dcat:spatialResolutionInMeters? {#dcatspatialresolutioninmeters}
|
|
166
|
+
|
|
167
|
+
> `optional` **dcat:spatialResolutionInMeters?**: `number`
|
|
168
|
+
|
|
169
|
+
The minimum spatial separation resolvable in a distribution, measured in meters.
|
|
170
|
+
|
|
171
|
+
#### See
|
|
172
|
+
|
|
173
|
+
https://www.w3.org/TR/vocab-dcat-3/#Property:distribution_spatial_resolution
|
|
174
|
+
|
|
175
|
+
***
|
|
176
|
+
|
|
177
|
+
### dcat:temporalResolution? {#dcattemporalresolution}
|
|
178
|
+
|
|
179
|
+
> `optional` **dcat:temporalResolution?**: `string`
|
|
180
|
+
|
|
181
|
+
Minimum time period resolvable in the distribution.
|
|
182
|
+
|
|
183
|
+
#### See
|
|
184
|
+
|
|
185
|
+
https://www.w3.org/TR/vocab-dcat-3/#Property:distribution_temporal_resolution
|
|
186
|
+
|
|
187
|
+
***
|
|
188
|
+
|
|
189
|
+
### dcterms:conformsTo? {#dctermsconformsto}
|
|
190
|
+
|
|
191
|
+
> `optional` **dcterms:conformsTo?**: `ObjectOrArray`\<`string`\>
|
|
192
|
+
|
|
193
|
+
An established standard to which the distribution conforms.
|
|
194
|
+
|
|
195
|
+
#### See
|
|
196
|
+
|
|
197
|
+
https://www.w3.org/TR/vocab-dcat-3/#Property:distribution_conforms_to
|
|
198
|
+
|
|
199
|
+
***
|
|
200
|
+
|
|
201
|
+
### dcat:mediaType? {#dcatmediatype}
|
|
202
|
+
|
|
203
|
+
> `optional` **dcat:mediaType?**: `string`
|
|
204
|
+
|
|
205
|
+
The media type of the distribution as defined by IANA.
|
|
206
|
+
|
|
207
|
+
#### See
|
|
208
|
+
|
|
209
|
+
https://www.w3.org/TR/vocab-dcat-3/#Property:distribution_media_type
|
|
210
|
+
|
|
211
|
+
***
|
|
212
|
+
|
|
213
|
+
### dcterms:format? {#dctermsformat}
|
|
214
|
+
|
|
215
|
+
> `optional` **dcterms:format?**: `string`
|
|
216
|
+
|
|
217
|
+
The file format of the distribution.
|
|
218
|
+
|
|
219
|
+
#### See
|
|
220
|
+
|
|
221
|
+
https://www.w3.org/TR/vocab-dcat-3/#Property:distribution_format
|
|
222
|
+
|
|
223
|
+
***
|
|
224
|
+
|
|
225
|
+
### dcat:compressFormat? {#dcatcompressformat}
|
|
226
|
+
|
|
227
|
+
> `optional` **dcat:compressFormat?**: `string`
|
|
228
|
+
|
|
229
|
+
The compression format of the distribution.
|
|
230
|
+
|
|
231
|
+
#### See
|
|
232
|
+
|
|
233
|
+
https://www.w3.org/TR/vocab-dcat-3/#Property:distribution_compression_format
|
|
234
|
+
|
|
235
|
+
***
|
|
236
|
+
|
|
237
|
+
### dcat:packageFormat? {#dcatpackageformat}
|
|
238
|
+
|
|
239
|
+
> `optional` **dcat:packageFormat?**: `string`
|
|
240
|
+
|
|
241
|
+
The package format of the distribution.
|
|
242
|
+
|
|
243
|
+
#### See
|
|
244
|
+
|
|
245
|
+
https://www.w3.org/TR/vocab-dcat-3/#Property:distribution_packaging_format
|
|
246
|
+
|
|
247
|
+
***
|
|
248
|
+
|
|
249
|
+
### spdx:checksum? {#spdxchecksum}
|
|
250
|
+
|
|
251
|
+
> `optional` **spdx:checksum?**: `string`
|
|
252
|
+
|
|
253
|
+
The checksum property provides a mechanism to verify the data integrity.
|
|
254
|
+
|
|
255
|
+
#### See
|
|
256
|
+
|
|
257
|
+
https://www.w3.org/TR/vocab-dcat-3/#Property:distribution_checksum
|
|
258
|
+
|
|
259
|
+
***
|
|
260
|
+
|
|
261
|
+
### odrl:hasPolicy? {#odrlhaspolicy}
|
|
262
|
+
|
|
263
|
+
> `optional` **odrl:hasPolicy?**: `IOdrlPolicy`
|
|
264
|
+
|
|
265
|
+
An ODRL conformant policy expressing the rights associated with the distribution.
|
|
266
|
+
|
|
267
|
+
#### See
|
|
268
|
+
|
|
269
|
+
https://www.w3.org/TR/vocab-dcat-3/#Property:distribution_has_policy
|