@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,29 +10,33 @@ https://www.w3.org/TR/vocab-dcat-3/#Class:Catalog
|
|
|
10
10
|
|
|
11
11
|
## Extends
|
|
12
12
|
|
|
13
|
-
- [`
|
|
13
|
+
- [`IDcatCatalogBase`](IDcatCatalogBase.md)
|
|
14
14
|
|
|
15
|
-
##
|
|
15
|
+
## Properties
|
|
16
16
|
|
|
17
|
-
|
|
17
|
+
### @context {#context}
|
|
18
18
|
|
|
19
|
-
|
|
19
|
+
> **@context**: [`DcatContextType`](../type-aliases/DcatContextType.md)
|
|
20
|
+
|
|
21
|
+
The JSON-LD context for the resource.
|
|
22
|
+
|
|
23
|
+
***
|
|
20
24
|
|
|
21
|
-
### @type
|
|
25
|
+
### @type {#type}
|
|
22
26
|
|
|
23
27
|
> **@type**: `"dcat:Catalog"`
|
|
24
28
|
|
|
25
29
|
The type identifier, typically "Catalog".
|
|
26
30
|
|
|
27
|
-
####
|
|
31
|
+
#### Inherited from
|
|
28
32
|
|
|
29
|
-
[`
|
|
33
|
+
[`IDcatCatalogBase`](IDcatCatalogBase.md).[`@type`](IDcatCatalogBase.md#type)
|
|
30
34
|
|
|
31
35
|
***
|
|
32
36
|
|
|
33
|
-
### foaf:homepage?
|
|
37
|
+
### foaf:homepage? {#foafhomepage}
|
|
34
38
|
|
|
35
|
-
> `optional` **foaf:homepage
|
|
39
|
+
> `optional` **foaf:homepage?**: `string`
|
|
36
40
|
|
|
37
41
|
A homepage of the catalog (a public Web document usually available in HTML).
|
|
38
42
|
|
|
@@ -40,11 +44,15 @@ A homepage of the catalog (a public Web document usually available in HTML).
|
|
|
40
44
|
|
|
41
45
|
https://www.w3.org/TR/vocab-dcat-3/#Property:catalog_homepage
|
|
42
46
|
|
|
47
|
+
#### Inherited from
|
|
48
|
+
|
|
49
|
+
[`IDcatCatalogBase`](IDcatCatalogBase.md).[`foaf:homepage`](IDcatCatalogBase.md#foafhomepage)
|
|
50
|
+
|
|
43
51
|
***
|
|
44
52
|
|
|
45
|
-
### dcat:themeTaxonomy?
|
|
53
|
+
### dcat:themeTaxonomy? {#dcatthemetaxonomy}
|
|
46
54
|
|
|
47
|
-
> `optional` **dcat:themeTaxonomy
|
|
55
|
+
> `optional` **dcat:themeTaxonomy?**: `ObjectOrArray`\<[`IDcatResource`](IDcatResource.md)\>
|
|
48
56
|
|
|
49
57
|
A knowledge organization system (KOS) used to classify the resources in the catalog.
|
|
50
58
|
|
|
@@ -52,11 +60,15 @@ A knowledge organization system (KOS) used to classify the resources in the cata
|
|
|
52
60
|
|
|
53
61
|
https://www.w3.org/TR/vocab-dcat-3/#Property:catalog_themes
|
|
54
62
|
|
|
63
|
+
#### Inherited from
|
|
64
|
+
|
|
65
|
+
[`IDcatCatalogBase`](IDcatCatalogBase.md).[`dcat:themeTaxonomy`](IDcatCatalogBase.md#dcatthemetaxonomy)
|
|
66
|
+
|
|
55
67
|
***
|
|
56
68
|
|
|
57
|
-
### dcat:resource?
|
|
69
|
+
### dcat:resource? {#dcatresource}
|
|
58
70
|
|
|
59
|
-
> `optional` **dcat:resource
|
|
71
|
+
> `optional` **dcat:resource?**: `ObjectOrArray`\<[`IDcatResource`](IDcatResource.md)\>
|
|
60
72
|
|
|
61
73
|
A resource that is listed in the catalog.
|
|
62
74
|
|
|
@@ -64,11 +76,15 @@ A resource that is listed in the catalog.
|
|
|
64
76
|
|
|
65
77
|
https://www.w3.org/TR/vocab-dcat-3/#Property:catalog_resource
|
|
66
78
|
|
|
79
|
+
#### Inherited from
|
|
80
|
+
|
|
81
|
+
[`IDcatCatalogBase`](IDcatCatalogBase.md).[`dcat:resource`](IDcatCatalogBase.md#dcatresource)
|
|
82
|
+
|
|
67
83
|
***
|
|
68
84
|
|
|
69
|
-
### dcat:dataset?
|
|
85
|
+
### dcat:dataset? {#dcatdataset}
|
|
70
86
|
|
|
71
|
-
> `optional` **dcat:dataset
|
|
87
|
+
> `optional` **dcat:dataset?**: `ObjectOrArray`\<[`IDcatDatasetBase`](IDcatDatasetBase.md)\>
|
|
72
88
|
|
|
73
89
|
A dataset that is listed in the catalog.
|
|
74
90
|
|
|
@@ -76,11 +92,15 @@ A dataset that is listed in the catalog.
|
|
|
76
92
|
|
|
77
93
|
https://www.w3.org/TR/vocab-dcat-3/#Property:catalog_dataset
|
|
78
94
|
|
|
95
|
+
#### Inherited from
|
|
96
|
+
|
|
97
|
+
[`IDcatCatalogBase`](IDcatCatalogBase.md).[`dcat:dataset`](IDcatCatalogBase.md#dcatdataset)
|
|
98
|
+
|
|
79
99
|
***
|
|
80
100
|
|
|
81
|
-
### dcat:service?
|
|
101
|
+
### dcat:service? {#dcatservice}
|
|
82
102
|
|
|
83
|
-
> `optional` **dcat:service
|
|
103
|
+
> `optional` **dcat:service?**: `ObjectOrArray`\<[`IDcatDataServiceBase`](IDcatDataServiceBase.md)\>
|
|
84
104
|
|
|
85
105
|
A data service that is listed in the catalog.
|
|
86
106
|
|
|
@@ -88,11 +108,15 @@ A data service that is listed in the catalog.
|
|
|
88
108
|
|
|
89
109
|
https://www.w3.org/TR/vocab-dcat-3/#Property:catalog_service
|
|
90
110
|
|
|
111
|
+
#### Inherited from
|
|
112
|
+
|
|
113
|
+
[`IDcatCatalogBase`](IDcatCatalogBase.md).[`dcat:service`](IDcatCatalogBase.md#dcatservice)
|
|
114
|
+
|
|
91
115
|
***
|
|
92
116
|
|
|
93
|
-
### dcat:catalog?
|
|
117
|
+
### dcat:catalog? {#dcatcatalog}
|
|
94
118
|
|
|
95
|
-
> `optional` **dcat:catalog
|
|
119
|
+
> `optional` **dcat:catalog?**: `ObjectOrArray`\<[`IDcatCatalogBase`](IDcatCatalogBase.md)\>
|
|
96
120
|
|
|
97
121
|
A catalog that is listed in the catalog.
|
|
98
122
|
|
|
@@ -100,11 +124,15 @@ A catalog that is listed in the catalog.
|
|
|
100
124
|
|
|
101
125
|
https://www.w3.org/TR/vocab-dcat-3/#Property:catalog_catalog
|
|
102
126
|
|
|
127
|
+
#### Inherited from
|
|
128
|
+
|
|
129
|
+
[`IDcatCatalogBase`](IDcatCatalogBase.md).[`dcat:catalog`](IDcatCatalogBase.md#dcatcatalog)
|
|
130
|
+
|
|
103
131
|
***
|
|
104
132
|
|
|
105
|
-
### dcat:record?
|
|
133
|
+
### dcat:record? {#dcatrecord}
|
|
106
134
|
|
|
107
|
-
> `optional` **dcat:record
|
|
135
|
+
> `optional` **dcat:record?**: `ObjectOrArray`\<[`IDcatCatalogRecordBase`](IDcatCatalogRecordBase.md)\>
|
|
108
136
|
|
|
109
137
|
A record describing the registration of a single resource in the catalog.
|
|
110
138
|
|
|
@@ -112,11 +140,15 @@ A record describing the registration of a single resource in the catalog.
|
|
|
112
140
|
|
|
113
141
|
https://www.w3.org/TR/vocab-dcat-3/#Property:catalog_catalog_record
|
|
114
142
|
|
|
143
|
+
#### Inherited from
|
|
144
|
+
|
|
145
|
+
[`IDcatCatalogBase`](IDcatCatalogBase.md).[`dcat:record`](IDcatCatalogBase.md#dcatrecord)
|
|
146
|
+
|
|
115
147
|
***
|
|
116
148
|
|
|
117
|
-
### dcat:distribution?
|
|
149
|
+
### dcat:distribution? {#dcatdistribution}
|
|
118
150
|
|
|
119
|
-
> `optional` **dcat:distribution
|
|
151
|
+
> `optional` **dcat:distribution?**: `ObjectOrArray`\<[`IDcatDistributionBase`](IDcatDistributionBase.md)\>
|
|
120
152
|
|
|
121
153
|
An available distribution of the dataset.
|
|
122
154
|
|
|
@@ -126,13 +158,13 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:dataset_distribution
|
|
|
126
158
|
|
|
127
159
|
#### Inherited from
|
|
128
160
|
|
|
129
|
-
[`
|
|
161
|
+
[`IDcatCatalogBase`](IDcatCatalogBase.md).[`dcat:distribution`](IDcatCatalogBase.md#dcatdistribution)
|
|
130
162
|
|
|
131
163
|
***
|
|
132
164
|
|
|
133
|
-
### dcterms:accrualPeriodicity?
|
|
165
|
+
### dcterms:accrualPeriodicity? {#dctermsaccrualperiodicity}
|
|
134
166
|
|
|
135
|
-
> `optional` **dcterms:accrualPeriodicity
|
|
167
|
+
> `optional` **dcterms:accrualPeriodicity?**: `string`
|
|
136
168
|
|
|
137
169
|
The frequency at which the dataset is published.
|
|
138
170
|
|
|
@@ -142,13 +174,13 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:dataset_frequency
|
|
|
142
174
|
|
|
143
175
|
#### Inherited from
|
|
144
176
|
|
|
145
|
-
[`
|
|
177
|
+
[`IDcatCatalogBase`](IDcatCatalogBase.md).[`dcterms:accrualPeriodicity`](IDcatCatalogBase.md#dctermsaccrualperiodicity)
|
|
146
178
|
|
|
147
179
|
***
|
|
148
180
|
|
|
149
|
-
### dcat:inSeries?
|
|
181
|
+
### dcat:inSeries? {#dcatinseries}
|
|
150
182
|
|
|
151
|
-
> `optional` **dcat:inSeries
|
|
183
|
+
> `optional` **dcat:inSeries?**: `string`
|
|
152
184
|
|
|
153
185
|
A dataset series of which the dataset is part.
|
|
154
186
|
|
|
@@ -158,13 +190,13 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:dataset_in_series
|
|
|
158
190
|
|
|
159
191
|
#### Inherited from
|
|
160
192
|
|
|
161
|
-
[`
|
|
193
|
+
[`IDcatCatalogBase`](IDcatCatalogBase.md).[`dcat:inSeries`](IDcatCatalogBase.md#dcatinseries)
|
|
162
194
|
|
|
163
195
|
***
|
|
164
196
|
|
|
165
|
-
### dcterms:spatial?
|
|
197
|
+
### dcterms:spatial? {#dctermsspatial}
|
|
166
198
|
|
|
167
|
-
> `optional` **dcterms:spatial
|
|
199
|
+
> `optional` **dcterms:spatial?**: `string` \| `string`[] \| `IJsonLdNodeObject`
|
|
168
200
|
|
|
169
201
|
The geographical area covered by the dataset.
|
|
170
202
|
|
|
@@ -174,13 +206,13 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:dataset_spatial
|
|
|
174
206
|
|
|
175
207
|
#### Inherited from
|
|
176
208
|
|
|
177
|
-
[`
|
|
209
|
+
[`IDcatCatalogBase`](IDcatCatalogBase.md).[`dcterms:spatial`](IDcatCatalogBase.md#dctermsspatial)
|
|
178
210
|
|
|
179
211
|
***
|
|
180
212
|
|
|
181
|
-
### dcat:spatialResolutionInMeters?
|
|
213
|
+
### dcat:spatialResolutionInMeters? {#dcatspatialresolutioninmeters}
|
|
182
214
|
|
|
183
|
-
> `optional` **dcat:spatialResolutionInMeters
|
|
215
|
+
> `optional` **dcat:spatialResolutionInMeters?**: `number`
|
|
184
216
|
|
|
185
217
|
Minimum spatial separation resolvable in a dataset, measured in meters.
|
|
186
218
|
|
|
@@ -190,13 +222,13 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:dataset_spatial_resolution
|
|
|
190
222
|
|
|
191
223
|
#### Inherited from
|
|
192
224
|
|
|
193
|
-
[`
|
|
225
|
+
[`IDcatCatalogBase`](IDcatCatalogBase.md).[`dcat:spatialResolutionInMeters`](IDcatCatalogBase.md#dcatspatialresolutioninmeters)
|
|
194
226
|
|
|
195
227
|
***
|
|
196
228
|
|
|
197
|
-
### dcterms:temporal?
|
|
229
|
+
### dcterms:temporal? {#dctermstemporal}
|
|
198
230
|
|
|
199
|
-
> `optional` **dcterms:temporal
|
|
231
|
+
> `optional` **dcterms:temporal?**: `IDublinCorePeriodOfTime`
|
|
200
232
|
|
|
201
233
|
The temporal period that the dataset covers.
|
|
202
234
|
|
|
@@ -206,13 +238,13 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:dataset_temporal
|
|
|
206
238
|
|
|
207
239
|
#### Inherited from
|
|
208
240
|
|
|
209
|
-
[`
|
|
241
|
+
[`IDcatCatalogBase`](IDcatCatalogBase.md).[`dcterms:temporal`](IDcatCatalogBase.md#dctermstemporal)
|
|
210
242
|
|
|
211
243
|
***
|
|
212
244
|
|
|
213
|
-
### dcat:temporalResolution?
|
|
245
|
+
### dcat:temporalResolution? {#dcattemporalresolution}
|
|
214
246
|
|
|
215
|
-
> `optional` **dcat:temporalResolution
|
|
247
|
+
> `optional` **dcat:temporalResolution?**: `string`
|
|
216
248
|
|
|
217
249
|
Minimum time period resolvable in the dataset.
|
|
218
250
|
|
|
@@ -222,13 +254,13 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:dataset_temporal_resolution
|
|
|
222
254
|
|
|
223
255
|
#### Inherited from
|
|
224
256
|
|
|
225
|
-
[`
|
|
257
|
+
[`IDcatCatalogBase`](IDcatCatalogBase.md).[`dcat:temporalResolution`](IDcatCatalogBase.md#dcattemporalresolution)
|
|
226
258
|
|
|
227
259
|
***
|
|
228
260
|
|
|
229
|
-
### prov:wasGeneratedBy?
|
|
261
|
+
### prov:wasGeneratedBy? {#provwasgeneratedby}
|
|
230
262
|
|
|
231
|
-
> `optional` **prov:wasGeneratedBy
|
|
263
|
+
> `optional` **prov:wasGeneratedBy?**: `string` \| `IJsonLdNodeObject`
|
|
232
264
|
|
|
233
265
|
An activity that generated, or provides the business context for, the creation of the dataset.
|
|
234
266
|
|
|
@@ -238,25 +270,25 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:dataset_was_generated_by
|
|
|
238
270
|
|
|
239
271
|
#### Inherited from
|
|
240
272
|
|
|
241
|
-
[`
|
|
273
|
+
[`IDcatCatalogBase`](IDcatCatalogBase.md).[`prov:wasGeneratedBy`](IDcatCatalogBase.md#provwasgeneratedby)
|
|
242
274
|
|
|
243
275
|
***
|
|
244
276
|
|
|
245
|
-
### @
|
|
277
|
+
### @id? {#id}
|
|
246
278
|
|
|
247
|
-
> **@
|
|
279
|
+
> `optional` **@id?**: `string`
|
|
248
280
|
|
|
249
|
-
The
|
|
281
|
+
The unique identifier for the resource.
|
|
250
282
|
|
|
251
283
|
#### Inherited from
|
|
252
284
|
|
|
253
|
-
[`
|
|
285
|
+
[`IDcatCatalogBase`](IDcatCatalogBase.md).[`@id`](IDcatCatalogBase.md#id)
|
|
254
286
|
|
|
255
287
|
***
|
|
256
288
|
|
|
257
|
-
### dcterms:title?
|
|
289
|
+
### dcterms:title? {#dctermstitle}
|
|
258
290
|
|
|
259
|
-
> `optional` **dcterms:title
|
|
291
|
+
> `optional` **dcterms:title?**: `ObjectOrArray`\<`string`\>
|
|
260
292
|
|
|
261
293
|
A name given to the resource.
|
|
262
294
|
|
|
@@ -266,13 +298,13 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_title
|
|
|
266
298
|
|
|
267
299
|
#### Inherited from
|
|
268
300
|
|
|
269
|
-
[`
|
|
301
|
+
[`IDcatCatalogBase`](IDcatCatalogBase.md).[`dcterms:title`](IDcatCatalogBase.md#dctermstitle)
|
|
270
302
|
|
|
271
303
|
***
|
|
272
304
|
|
|
273
|
-
### dcterms:description?
|
|
305
|
+
### dcterms:description? {#dctermsdescription}
|
|
274
306
|
|
|
275
|
-
> `optional` **dcterms:description
|
|
307
|
+
> `optional` **dcterms:description?**: `ObjectOrArray`\<`string`\>
|
|
276
308
|
|
|
277
309
|
A free-text account of the resource.
|
|
278
310
|
|
|
@@ -282,13 +314,13 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_description
|
|
|
282
314
|
|
|
283
315
|
#### Inherited from
|
|
284
316
|
|
|
285
|
-
[`
|
|
317
|
+
[`IDcatCatalogBase`](IDcatCatalogBase.md).[`dcterms:description`](IDcatCatalogBase.md#dctermsdescription)
|
|
286
318
|
|
|
287
319
|
***
|
|
288
320
|
|
|
289
|
-
### dcterms:identifier?
|
|
321
|
+
### dcterms:identifier? {#dctermsidentifier}
|
|
290
322
|
|
|
291
|
-
> `optional` **dcterms:identifier
|
|
323
|
+
> `optional` **dcterms:identifier?**: `ObjectOrArray`\<`string`\>
|
|
292
324
|
|
|
293
325
|
A unique identifier of the resource.
|
|
294
326
|
|
|
@@ -298,13 +330,13 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_identifier
|
|
|
298
330
|
|
|
299
331
|
#### Inherited from
|
|
300
332
|
|
|
301
|
-
[`
|
|
333
|
+
[`IDcatCatalogBase`](IDcatCatalogBase.md).[`dcterms:identifier`](IDcatCatalogBase.md#dctermsidentifier)
|
|
302
334
|
|
|
303
335
|
***
|
|
304
336
|
|
|
305
|
-
### dcterms:issued?
|
|
337
|
+
### dcterms:issued? {#dctermsissued}
|
|
306
338
|
|
|
307
|
-
> `optional` **dcterms:issued
|
|
339
|
+
> `optional` **dcterms:issued?**: `string`
|
|
308
340
|
|
|
309
341
|
Date of formal issuance (publication) of the resource.
|
|
310
342
|
|
|
@@ -314,13 +346,13 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_release_date
|
|
|
314
346
|
|
|
315
347
|
#### Inherited from
|
|
316
348
|
|
|
317
|
-
[`
|
|
349
|
+
[`IDcatCatalogBase`](IDcatCatalogBase.md).[`dcterms:issued`](IDcatCatalogBase.md#dctermsissued)
|
|
318
350
|
|
|
319
351
|
***
|
|
320
352
|
|
|
321
|
-
### dcterms:modified?
|
|
353
|
+
### dcterms:modified? {#dctermsmodified}
|
|
322
354
|
|
|
323
|
-
> `optional` **dcterms:modified
|
|
355
|
+
> `optional` **dcterms:modified?**: `string`
|
|
324
356
|
|
|
325
357
|
Most recent date on which the resource was changed, updated or modified.
|
|
326
358
|
|
|
@@ -330,13 +362,13 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_update_date
|
|
|
330
362
|
|
|
331
363
|
#### Inherited from
|
|
332
364
|
|
|
333
|
-
[`
|
|
365
|
+
[`IDcatCatalogBase`](IDcatCatalogBase.md).[`dcterms:modified`](IDcatCatalogBase.md#dctermsmodified)
|
|
334
366
|
|
|
335
367
|
***
|
|
336
368
|
|
|
337
|
-
### dcterms:language?
|
|
369
|
+
### dcterms:language? {#dctermslanguage}
|
|
338
370
|
|
|
339
|
-
> `optional` **dcterms:language
|
|
371
|
+
> `optional` **dcterms:language?**: `ObjectOrArray`\<`string`\>
|
|
340
372
|
|
|
341
373
|
A language of the resource.
|
|
342
374
|
|
|
@@ -346,13 +378,13 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_language
|
|
|
346
378
|
|
|
347
379
|
#### Inherited from
|
|
348
380
|
|
|
349
|
-
[`
|
|
381
|
+
[`IDcatCatalogBase`](IDcatCatalogBase.md).[`dcterms:language`](IDcatCatalogBase.md#dctermslanguage)
|
|
350
382
|
|
|
351
383
|
***
|
|
352
384
|
|
|
353
|
-
### dcterms:publisher?
|
|
385
|
+
### dcterms:publisher? {#dctermspublisher}
|
|
354
386
|
|
|
355
|
-
> `optional` **dcterms:publisher
|
|
387
|
+
> `optional` **dcterms:publisher?**: `string` \| `JsonLdObjectWithAliases`\<`IFoafAgent`, `"foaf"`\>
|
|
356
388
|
|
|
357
389
|
An entity responsible for making the resource available.
|
|
358
390
|
|
|
@@ -362,13 +394,13 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_publisher
|
|
|
362
394
|
|
|
363
395
|
#### Inherited from
|
|
364
396
|
|
|
365
|
-
[`
|
|
397
|
+
[`IDcatCatalogBase`](IDcatCatalogBase.md).[`dcterms:publisher`](IDcatCatalogBase.md#dctermspublisher)
|
|
366
398
|
|
|
367
399
|
***
|
|
368
400
|
|
|
369
|
-
### dcterms:creator?
|
|
401
|
+
### dcterms:creator? {#dctermscreator}
|
|
370
402
|
|
|
371
|
-
> `optional` **dcterms:creator
|
|
403
|
+
> `optional` **dcterms:creator?**: `string` \| `JsonLdObjectWithAliases`\<`IFoafAgent`, `"foaf"`\>
|
|
372
404
|
|
|
373
405
|
An entity responsible for producing the resource.
|
|
374
406
|
|
|
@@ -378,13 +410,13 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_creator
|
|
|
378
410
|
|
|
379
411
|
#### Inherited from
|
|
380
412
|
|
|
381
|
-
[`
|
|
413
|
+
[`IDcatCatalogBase`](IDcatCatalogBase.md).[`dcterms:creator`](IDcatCatalogBase.md#dctermscreator)
|
|
382
414
|
|
|
383
415
|
***
|
|
384
416
|
|
|
385
|
-
### dcterms:accessRights?
|
|
417
|
+
### dcterms:accessRights? {#dctermsaccessrights}
|
|
386
418
|
|
|
387
|
-
> `optional` **dcterms:accessRights
|
|
419
|
+
> `optional` **dcterms:accessRights?**: `string` \| `IJsonLdNodeObject`
|
|
388
420
|
|
|
389
421
|
Information about who can access the resource or an indication of its security status.
|
|
390
422
|
|
|
@@ -394,13 +426,13 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_access_rights
|
|
|
394
426
|
|
|
395
427
|
#### Inherited from
|
|
396
428
|
|
|
397
|
-
[`
|
|
429
|
+
[`IDcatCatalogBase`](IDcatCatalogBase.md).[`dcterms:accessRights`](IDcatCatalogBase.md#dctermsaccessrights)
|
|
398
430
|
|
|
399
431
|
***
|
|
400
432
|
|
|
401
|
-
### dcterms:license?
|
|
433
|
+
### dcterms:license? {#dctermslicense}
|
|
402
434
|
|
|
403
|
-
> `optional` **dcterms:license
|
|
435
|
+
> `optional` **dcterms:license?**: `string` \| `IJsonLdNodeObject`
|
|
404
436
|
|
|
405
437
|
A legal document under which the resource is made available.
|
|
406
438
|
|
|
@@ -410,13 +442,13 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_license
|
|
|
410
442
|
|
|
411
443
|
#### Inherited from
|
|
412
444
|
|
|
413
|
-
[`
|
|
445
|
+
[`IDcatCatalogBase`](IDcatCatalogBase.md).[`dcterms:license`](IDcatCatalogBase.md#dctermslicense)
|
|
414
446
|
|
|
415
447
|
***
|
|
416
448
|
|
|
417
|
-
### dcterms:rights?
|
|
449
|
+
### dcterms:rights? {#dctermsrights}
|
|
418
450
|
|
|
419
|
-
> `optional` **dcterms:rights
|
|
451
|
+
> `optional` **dcterms:rights?**: `string` \| `IJsonLdNodeObject`
|
|
420
452
|
|
|
421
453
|
Information about rights held in and over the resource.
|
|
422
454
|
|
|
@@ -426,13 +458,13 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_rights
|
|
|
426
458
|
|
|
427
459
|
#### Inherited from
|
|
428
460
|
|
|
429
|
-
[`
|
|
461
|
+
[`IDcatCatalogBase`](IDcatCatalogBase.md).[`dcterms:rights`](IDcatCatalogBase.md#dctermsrights)
|
|
430
462
|
|
|
431
463
|
***
|
|
432
464
|
|
|
433
|
-
### dcterms:conformsTo?
|
|
465
|
+
### dcterms:conformsTo? {#dctermsconformsto}
|
|
434
466
|
|
|
435
|
-
> `optional` **dcterms:conformsTo
|
|
467
|
+
> `optional` **dcterms:conformsTo?**: `ObjectOrArray`\<`string`\>
|
|
436
468
|
|
|
437
469
|
An established standard to which the resource conforms.
|
|
438
470
|
|
|
@@ -442,13 +474,13 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_conforms_to
|
|
|
442
474
|
|
|
443
475
|
#### Inherited from
|
|
444
476
|
|
|
445
|
-
[`
|
|
477
|
+
[`IDcatCatalogBase`](IDcatCatalogBase.md).[`dcterms:conformsTo`](IDcatCatalogBase.md#dctermsconformsto)
|
|
446
478
|
|
|
447
479
|
***
|
|
448
480
|
|
|
449
|
-
### dcterms:type?
|
|
481
|
+
### dcterms:type? {#dctermstype}
|
|
450
482
|
|
|
451
|
-
> `optional` **dcterms:type
|
|
483
|
+
> `optional` **dcterms:type?**: `string`
|
|
452
484
|
|
|
453
485
|
The nature or genre of the resource.
|
|
454
486
|
|
|
@@ -458,13 +490,13 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_type
|
|
|
458
490
|
|
|
459
491
|
#### Inherited from
|
|
460
492
|
|
|
461
|
-
[`
|
|
493
|
+
[`IDcatCatalogBase`](IDcatCatalogBase.md).[`dcterms:type`](IDcatCatalogBase.md#dctermstype)
|
|
462
494
|
|
|
463
495
|
***
|
|
464
496
|
|
|
465
|
-
### dcat:contactPoint?
|
|
497
|
+
### dcat:contactPoint? {#dcatcontactpoint}
|
|
466
498
|
|
|
467
|
-
> `optional` **dcat:contactPoint
|
|
499
|
+
> `optional` **dcat:contactPoint?**: `string` \| `IJsonLdNodeObject`
|
|
468
500
|
|
|
469
501
|
Relevant contact information for the catalogued resource.
|
|
470
502
|
|
|
@@ -474,13 +506,13 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_contact_point
|
|
|
474
506
|
|
|
475
507
|
#### Inherited from
|
|
476
508
|
|
|
477
|
-
[`
|
|
509
|
+
[`IDcatCatalogBase`](IDcatCatalogBase.md).[`dcat:contactPoint`](IDcatCatalogBase.md#dcatcontactpoint)
|
|
478
510
|
|
|
479
511
|
***
|
|
480
512
|
|
|
481
|
-
### dcat:keyword?
|
|
513
|
+
### dcat:keyword? {#dcatkeyword}
|
|
482
514
|
|
|
483
|
-
> `optional` **dcat:keyword
|
|
515
|
+
> `optional` **dcat:keyword?**: `ObjectOrArray`\<`string`\>
|
|
484
516
|
|
|
485
517
|
A keyword or tag describing the resource.
|
|
486
518
|
|
|
@@ -490,13 +522,13 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_keyword
|
|
|
490
522
|
|
|
491
523
|
#### Inherited from
|
|
492
524
|
|
|
493
|
-
[`
|
|
525
|
+
[`IDcatCatalogBase`](IDcatCatalogBase.md).[`dcat:keyword`](IDcatCatalogBase.md#dcatkeyword)
|
|
494
526
|
|
|
495
527
|
***
|
|
496
528
|
|
|
497
|
-
### dcat:theme?
|
|
529
|
+
### dcat:theme? {#dcattheme}
|
|
498
530
|
|
|
499
|
-
> `optional` **dcat:theme
|
|
531
|
+
> `optional` **dcat:theme?**: `ObjectOrArray`\<`string`\>
|
|
500
532
|
|
|
501
533
|
A main category of the resource. A resource can have multiple themes.
|
|
502
534
|
|
|
@@ -506,13 +538,13 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_theme
|
|
|
506
538
|
|
|
507
539
|
#### Inherited from
|
|
508
540
|
|
|
509
|
-
[`
|
|
541
|
+
[`IDcatCatalogBase`](IDcatCatalogBase.md).[`dcat:theme`](IDcatCatalogBase.md#dcattheme)
|
|
510
542
|
|
|
511
543
|
***
|
|
512
544
|
|
|
513
|
-
### dcat:landingPage?
|
|
545
|
+
### dcat:landingPage? {#dcatlandingpage}
|
|
514
546
|
|
|
515
|
-
> `optional` **dcat:landingPage
|
|
547
|
+
> `optional` **dcat:landingPage?**: `ObjectOrArray`\<`string`\>
|
|
516
548
|
|
|
517
549
|
A Web page that can be navigated to gain access to the resource.
|
|
518
550
|
|
|
@@ -522,13 +554,13 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_landing_page
|
|
|
522
554
|
|
|
523
555
|
#### Inherited from
|
|
524
556
|
|
|
525
|
-
[`
|
|
557
|
+
[`IDcatCatalogBase`](IDcatCatalogBase.md).[`dcat:landingPage`](IDcatCatalogBase.md#dcatlandingpage)
|
|
526
558
|
|
|
527
559
|
***
|
|
528
560
|
|
|
529
|
-
### dcat:qualifiedRelation?
|
|
561
|
+
### dcat:qualifiedRelation? {#dcatqualifiedrelation}
|
|
530
562
|
|
|
531
|
-
> `optional` **dcat:qualifiedRelation
|
|
563
|
+
> `optional` **dcat:qualifiedRelation?**: `string` \| [`IDcatRelationship`](IDcatRelationship.md)
|
|
532
564
|
|
|
533
565
|
Link to a description of a relationship with another resource.
|
|
534
566
|
|
|
@@ -538,13 +570,13 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_qualified_relation
|
|
|
538
570
|
|
|
539
571
|
#### Inherited from
|
|
540
572
|
|
|
541
|
-
[`
|
|
573
|
+
[`IDcatCatalogBase`](IDcatCatalogBase.md).[`dcat:qualifiedRelation`](IDcatCatalogBase.md#dcatqualifiedrelation)
|
|
542
574
|
|
|
543
575
|
***
|
|
544
576
|
|
|
545
|
-
### odrl:hasPolicy?
|
|
577
|
+
### odrl:hasPolicy? {#odrlhaspolicy}
|
|
546
578
|
|
|
547
|
-
> `optional` **odrl:hasPolicy
|
|
579
|
+
> `optional` **odrl:hasPolicy?**: `JsonLdObjectWithOptionalContext`\<`IOdrlPolicy`\>
|
|
548
580
|
|
|
549
581
|
An ODRL conformant policy expressing the rights associated with the resource.
|
|
550
582
|
|
|
@@ -554,4 +586,4 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_has_policy
|
|
|
554
586
|
|
|
555
587
|
#### Inherited from
|
|
556
588
|
|
|
557
|
-
[`
|
|
589
|
+
[`IDcatCatalogBase`](IDcatCatalogBase.md).[`odrl:hasPolicy`](IDcatCatalogBase.md#odrlhaspolicy)
|