@piveau/piveau-hub-ui-modules 4.1.9 → 4.2.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/dist/data-provider-interface/components/DistributionStepper.vue.d.ts +1 -0
- package/dist/data-provider-interface/components/DistributionStepper.vue.mjs +120 -95
- package/dist/data-provider-interface/components/DistributionStepper.vue.mjs.map +1 -1
- package/dist/data-provider-interface/config/dcatap/input-definition.mjs +1 -1
- package/dist/data-provider-interface/config/dcatap/input-definition.mjs.map +1 -1
- package/dist/data-provider-interface/config/dcatapdeODB/format-types.mjs +275 -0
- package/dist/data-provider-interface/config/dcatapdeODB/format-types.mjs.map +1 -0
- package/dist/data-provider-interface/config/dcatapdeODB/input-definition.d.ts +18 -0
- package/dist/data-provider-interface/config/dcatapdeODB/input-definition.mjs +2091 -0
- package/dist/data-provider-interface/config/dcatapdeODB/input-definition.mjs.map +1 -0
- package/dist/data-provider-interface/config/dcatapdeODB/page-content-config.mjs +24 -0
- package/dist/data-provider-interface/config/dcatapdeODB/page-content-config.mjs.map +1 -0
- package/dist/data-provider-interface/config/dcatapdeODB/prefixes.mjs +27 -0
- package/dist/data-provider-interface/config/dcatapdeODB/prefixes.mjs.map +1 -0
- package/dist/data-provider-interface/config/dcatapdeODB/vocab-prefixes.mjs +34 -0
- package/dist/data-provider-interface/config/dcatapdeODB/vocab-prefixes.mjs.map +1 -0
- package/dist/data-provider-interface/config/dpi-spec-config.mjs +14 -2
- package/dist/data-provider-interface/config/dpi-spec-config.mjs.map +1 -1
- package/dist/data-provider-interface/views/DistributionInputPage.vue.mjs +3 -2
- package/dist/data-provider-interface/views/DistributionInputPage.vue.mjs.map +1 -1
- package/dist/datasetDetails/header/DatasetDetailsHeaderCatalogue.vue.d.ts +9 -0
- package/dist/datasetDetails/header/DatasetDetailsHeaderCatalogue.vue.mjs +36 -29
- package/dist/datasetDetails/header/DatasetDetailsHeaderCatalogue.vue.mjs.map +1 -1
- package/dist/datasetDetails/header/DatasetDetailsHeaderTitle.vue.d.ts +11 -1
- package/dist/datasetDetails/header/DatasetDetailsHeaderTitle.vue.mjs +29 -19
- package/dist/datasetDetails/header/DatasetDetailsHeaderTitle.vue.mjs.map +1 -1
- package/dist/embed/DatasetEmbedModal.vue.d.ts +2 -0
- package/dist/embed/DatasetEmbedModal.vue.mjs +85 -43
- package/dist/embed/DatasetEmbedModal.vue.mjs.map +1 -1
- package/dist/embed/EmbedDataset.vue.mjs +10 -7
- package/dist/embed/EmbedDataset.vue.mjs.map +1 -1
- package/dist/embed/EmbedDatasetSnippet.vue.d.ts +9 -0
- package/dist/embed/EmbedDatasetSnippet.vue.mjs +94 -0
- package/dist/embed/EmbedDatasetSnippet.vue.mjs.map +1 -0
- package/dist/embed/EmbedDatasetSnippet.vue2.mjs +5 -0
- package/dist/embed/EmbedDatasetSnippet.vue2.mjs.map +1 -0
- package/dist/external/@vueuse/core/index +1 -1
- package/dist/index.d.ts +2 -1
- package/dist/index.mjs +142 -140
- package/dist/index.mjs.map +1 -1
- package/dist/piveau-hub-ui-modules.css +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1,275 @@
|
|
|
1
|
+
const t = {
|
|
2
|
+
datasets: [
|
|
3
|
+
"dct:accrualPeriodicity",
|
|
4
|
+
"dct:accessRights",
|
|
5
|
+
"dct:type",
|
|
6
|
+
"dcatap:availability",
|
|
7
|
+
"dcatde:qualityProcessURI",
|
|
8
|
+
// singular URIs nested within other properties
|
|
9
|
+
"vcard:hasEmail",
|
|
10
|
+
// contact point
|
|
11
|
+
"vcard:hasURL",
|
|
12
|
+
// contect point
|
|
13
|
+
"dext:isUsedBy",
|
|
14
|
+
// isUsedBy
|
|
15
|
+
"foaf:mbox",
|
|
16
|
+
// creator, publisher
|
|
17
|
+
"foaf:homepage",
|
|
18
|
+
// creator, publisher
|
|
19
|
+
"dct:format"
|
|
20
|
+
// page
|
|
21
|
+
],
|
|
22
|
+
distributions: [
|
|
23
|
+
"dct:format",
|
|
24
|
+
"dct:type",
|
|
25
|
+
"dcat:mediaType",
|
|
26
|
+
"dcatap:availability",
|
|
27
|
+
"dcat:compressFormat",
|
|
28
|
+
"dcat:packageFormat",
|
|
29
|
+
"adms:status",
|
|
30
|
+
// singular URIs nested within other properties
|
|
31
|
+
"spdx:algorithm",
|
|
32
|
+
// checksum
|
|
33
|
+
"dcat:endpointURL",
|
|
34
|
+
// accessservice
|
|
35
|
+
"skos:exactMatch",
|
|
36
|
+
// license,
|
|
37
|
+
"dct:license"
|
|
38
|
+
],
|
|
39
|
+
catalogues: [
|
|
40
|
+
"foaf:homepage",
|
|
41
|
+
// homepage and creator
|
|
42
|
+
"dct:isPartOf",
|
|
43
|
+
// singular URIs nested within other properties
|
|
44
|
+
"foaf:mbox",
|
|
45
|
+
// creator
|
|
46
|
+
"dct:format",
|
|
47
|
+
// page
|
|
48
|
+
"skos:exactMatch"
|
|
49
|
+
// license
|
|
50
|
+
]
|
|
51
|
+
}, a = {
|
|
52
|
+
datasets: [
|
|
53
|
+
"dcatde:politicalGeocodingLevelURI",
|
|
54
|
+
"dcatde:politicalGeocodingURI",
|
|
55
|
+
"dcatde:contributorID",
|
|
56
|
+
"dct:language",
|
|
57
|
+
"dct:subject",
|
|
58
|
+
"dcat:theme",
|
|
59
|
+
"dct:source",
|
|
60
|
+
"dcat:landingPage",
|
|
61
|
+
"dct:relation",
|
|
62
|
+
"dcat:qualifiedRelation",
|
|
63
|
+
"prov:qualifiedAttribution",
|
|
64
|
+
"dct:isReferencedBy",
|
|
65
|
+
"prov:wasGeneratedBy",
|
|
66
|
+
"dct:isVersionOf",
|
|
67
|
+
"dct:hasVersion",
|
|
68
|
+
"dct:references",
|
|
69
|
+
"dct:spatial"
|
|
70
|
+
],
|
|
71
|
+
distributions: [
|
|
72
|
+
"dcat:accessURL",
|
|
73
|
+
"dcat:downloadURL",
|
|
74
|
+
"dct:language",
|
|
75
|
+
"odrl:hasPolicy"
|
|
76
|
+
],
|
|
77
|
+
catalogues: [
|
|
78
|
+
"dct:hasPart",
|
|
79
|
+
"dcat:catalog",
|
|
80
|
+
"dct:language",
|
|
81
|
+
"dct:spatial"
|
|
82
|
+
]
|
|
83
|
+
}, e = {
|
|
84
|
+
datasets: [
|
|
85
|
+
"dct:issued",
|
|
86
|
+
"dct:modified",
|
|
87
|
+
"dcat:spatialResolutionInMeters",
|
|
88
|
+
// nested typed strings
|
|
89
|
+
"dcat:endDate",
|
|
90
|
+
"dcat:startDate"
|
|
91
|
+
],
|
|
92
|
+
distributions: [
|
|
93
|
+
"dct:issued",
|
|
94
|
+
"dct:modified",
|
|
95
|
+
"dcat:spatialResolutionInMeters",
|
|
96
|
+
"dcat:byteSize"
|
|
97
|
+
],
|
|
98
|
+
catalogues: []
|
|
99
|
+
}, c = {
|
|
100
|
+
datasets: [
|
|
101
|
+
"owl:versionInfo",
|
|
102
|
+
// nested singulat strings
|
|
103
|
+
"vcard:fn",
|
|
104
|
+
// contactPoint
|
|
105
|
+
"vcard:hasOrganizationName",
|
|
106
|
+
// contactPoint
|
|
107
|
+
"vcard:hasTelephone",
|
|
108
|
+
// contactPoint
|
|
109
|
+
"vcard:country_name",
|
|
110
|
+
// hasAddress
|
|
111
|
+
"vcard:locality",
|
|
112
|
+
// hasAddress
|
|
113
|
+
"vcard:postal_code",
|
|
114
|
+
// hasAddress
|
|
115
|
+
"vcard:street_address",
|
|
116
|
+
// hasAddress
|
|
117
|
+
"rdfs:label",
|
|
118
|
+
// conformsTo and provenance
|
|
119
|
+
"foaf:name"
|
|
120
|
+
// creator, publisher
|
|
121
|
+
],
|
|
122
|
+
distributions: [
|
|
123
|
+
// nested singular string
|
|
124
|
+
"spdx:checksumValue",
|
|
125
|
+
//checksum
|
|
126
|
+
"rdfs:label",
|
|
127
|
+
// rights !!!
|
|
128
|
+
"skos:prefLabel"
|
|
129
|
+
//license
|
|
130
|
+
],
|
|
131
|
+
catalogues: [
|
|
132
|
+
// nested singular strings
|
|
133
|
+
"rdfs:label",
|
|
134
|
+
// conformsTo and rights
|
|
135
|
+
"foaf:name",
|
|
136
|
+
// creator
|
|
137
|
+
"skos:prefLabel"
|
|
138
|
+
// license
|
|
139
|
+
]
|
|
140
|
+
}, d = {
|
|
141
|
+
datasets: [
|
|
142
|
+
"dct:title",
|
|
143
|
+
// also nested within page
|
|
144
|
+
"dct:description",
|
|
145
|
+
// also nested within page
|
|
146
|
+
"dcat:keyword",
|
|
147
|
+
"adms:versionNotes",
|
|
148
|
+
"dcatde:geocodingDescription",
|
|
149
|
+
"dcatde:legalBasis"
|
|
150
|
+
],
|
|
151
|
+
distributions: [
|
|
152
|
+
"dct:title",
|
|
153
|
+
// also nested within page
|
|
154
|
+
"dct:description",
|
|
155
|
+
// also nested within page
|
|
156
|
+
"dcatde:licenseAttributionByText"
|
|
157
|
+
],
|
|
158
|
+
catalogues: [
|
|
159
|
+
"dct:title",
|
|
160
|
+
"dct:description"
|
|
161
|
+
]
|
|
162
|
+
}, s = {
|
|
163
|
+
datasets: [
|
|
164
|
+
"dcat:contactPoint",
|
|
165
|
+
"dct:creator",
|
|
166
|
+
"dext:metadataExtension",
|
|
167
|
+
"dct:provenance",
|
|
168
|
+
"dct:conformsTo",
|
|
169
|
+
"foaf:page",
|
|
170
|
+
"dct:temporal",
|
|
171
|
+
"adms:identifier",
|
|
172
|
+
// nested grouped properties
|
|
173
|
+
"vcard:hasAddress",
|
|
174
|
+
"skos:notation",
|
|
175
|
+
"dct:contributor",
|
|
176
|
+
"dcatde:originator",
|
|
177
|
+
"dcatde:maintainer"
|
|
178
|
+
],
|
|
179
|
+
distributions: [
|
|
180
|
+
"foaf:page",
|
|
181
|
+
"dcat:accessService",
|
|
182
|
+
"spdx:checksum",
|
|
183
|
+
"dct:conformsTo"
|
|
184
|
+
],
|
|
185
|
+
catalogues: [
|
|
186
|
+
"dct:creator",
|
|
187
|
+
"dct:conformsTo"
|
|
188
|
+
]
|
|
189
|
+
}, o = {
|
|
190
|
+
datasets: [
|
|
191
|
+
"dct:publisher"
|
|
192
|
+
],
|
|
193
|
+
distributions: [],
|
|
194
|
+
catalogues: [
|
|
195
|
+
"dct:publisher",
|
|
196
|
+
"dct:license"
|
|
197
|
+
]
|
|
198
|
+
}, i = {
|
|
199
|
+
"dct:temporal": "dct:PeriodOfTime",
|
|
200
|
+
"dct:conformsTo": "dct:Standard",
|
|
201
|
+
"foaf:page": "foaf:Document",
|
|
202
|
+
"dct:provenance": "dct:ProvenanceStatement",
|
|
203
|
+
"dext:metadataExtension": "dext:MetadataExtension",
|
|
204
|
+
"spdx:checksum": "spdx:Checksum",
|
|
205
|
+
"dcat:accessService": "dcat:DataService",
|
|
206
|
+
"dct:publisher": "foaf:Agent"
|
|
207
|
+
}, r = {
|
|
208
|
+
// {'name': '', 'resource': ''} mainly needed for vocabulary data
|
|
209
|
+
voc: [
|
|
210
|
+
"dct:publisher",
|
|
211
|
+
"dcat:theme",
|
|
212
|
+
"dct:accrualPeriodicity",
|
|
213
|
+
"dct:accessRights",
|
|
214
|
+
"dct:type",
|
|
215
|
+
"dct:format",
|
|
216
|
+
"dcat:mediaType",
|
|
217
|
+
"dcatap:availability",
|
|
218
|
+
"dcat:compressFormat",
|
|
219
|
+
"dcat:packageFormat",
|
|
220
|
+
"spdx:algorithm",
|
|
221
|
+
"dct:subject",
|
|
222
|
+
"dct:language",
|
|
223
|
+
"adms:status",
|
|
224
|
+
"dct:spatial",
|
|
225
|
+
"dcatde:politicalGeocodingLevelURI",
|
|
226
|
+
"dcatde:contributorID",
|
|
227
|
+
"dcatde:politicalGeocodingURI",
|
|
228
|
+
"dct:license"
|
|
229
|
+
],
|
|
230
|
+
// 'URI' mainly used for mail addresses
|
|
231
|
+
string: [
|
|
232
|
+
"vcard:hasEmail",
|
|
233
|
+
"vcard:hasURL",
|
|
234
|
+
"foaf:mbox",
|
|
235
|
+
"skos:exactMatch",
|
|
236
|
+
"foaf:homepage",
|
|
237
|
+
"dext:isUsedBy",
|
|
238
|
+
"dcat:endpointURL",
|
|
239
|
+
"dcatde:qualityProcessURI"
|
|
240
|
+
],
|
|
241
|
+
// {'@id': ''} mainly used for repeated links
|
|
242
|
+
id: [
|
|
243
|
+
"dct:source",
|
|
244
|
+
"dcat:accessURL",
|
|
245
|
+
"dcat:downloadURL",
|
|
246
|
+
"odrl:hasPolicy",
|
|
247
|
+
"dct:hasPart",
|
|
248
|
+
"dcat:catalog",
|
|
249
|
+
"dct:source",
|
|
250
|
+
"dcat:landingPage",
|
|
251
|
+
"dct:relation",
|
|
252
|
+
"dcat:qualifiedRelation",
|
|
253
|
+
"prov:qualifiedAttribution",
|
|
254
|
+
"dct:isReferencedBy",
|
|
255
|
+
"prov:wasGeneratedBy",
|
|
256
|
+
"dct:isVersionOf",
|
|
257
|
+
"dct:hasVersion",
|
|
258
|
+
"dct:isPartOf",
|
|
259
|
+
"dct:references"
|
|
260
|
+
]
|
|
261
|
+
}, n = {
|
|
262
|
+
singularURI: t,
|
|
263
|
+
multipleURI: a,
|
|
264
|
+
typedStrings: e,
|
|
265
|
+
singularString: c,
|
|
266
|
+
multilingualStrings: d,
|
|
267
|
+
groupedProperties: s,
|
|
268
|
+
additionalPropertyTypes: i,
|
|
269
|
+
conditionalProperties: o,
|
|
270
|
+
URIformat: r
|
|
271
|
+
};
|
|
272
|
+
export {
|
|
273
|
+
n as default
|
|
274
|
+
};
|
|
275
|
+
//# sourceMappingURL=format-types.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"format-types.mjs","sources":["../../../../lib/data-provider-interface/config/dcatapdeODB/format-types.js"],"sourcesContent":["// all properties which value is a single URI\nconst singularURI = {\n datasets: [\n \"dct:accrualPeriodicity\",\n \"dct:accessRights\",\n \"dct:type\",\n \"dcatap:availability\",\n \"dcatde:qualityProcessURI\",\n\n // singular URIs nested within other properties\n 'vcard:hasEmail', // contact point\n 'vcard:hasURL', // contect point\n 'dext:isUsedBy', // isUsedBy\n 'foaf:mbox', // creator, publisher\n 'foaf:homepage', // creator, publisher\n 'dct:format', // page\n ],\n distributions: [\n \"dct:format\",\n \"dct:type\",\n \"dcat:mediaType\",\n \"dcatap:availability\",\n \"dcat:compressFormat\",\n \"dcat:packageFormat\",\n \"adms:status\",\n // singular URIs nested within other properties\n 'spdx:algorithm', // checksum\n 'dcat:endpointURL', // accessservice\n \"skos:exactMatch\", // license,\n 'dct:license'\n ],\n catalogues: [\n 'foaf:homepage', // homepage and creator\n 'dct:isPartOf',\n // singular URIs nested within other properties\n 'foaf:mbox', // creator\n 'dct:format', // page\n \"skos:exactMatch\", // license\n ],\n};\n\n// all properties with multiple URI values\nconst multipleURI = {\n datasets: [\n \"dcatde:politicalGeocodingLevelURI\",\n \"dcatde:politicalGeocodingURI\",\n \"dcatde:contributorID\",\n \"dct:language\",\n \"dct:subject\",\n \"dcat:theme\",\n \"dct:source\",\n \"dcat:landingPage\",\n \"dct:relation\",\n \"dcat:qualifiedRelation\",\n \"prov:qualifiedAttribution\",\n \"dct:isReferencedBy\",\n \"prov:wasGeneratedBy\",\n \"dct:isVersionOf\",\n \"dct:hasVersion\",\n \"dct:references\",\n \"dct:spatial\",\n ],\n distributions: [\n \"dcat:accessURL\",\n \"dcat:downloadURL\",\n \"dct:language\",\n \"odrl:hasPolicy\",\n ],\n catalogues: [\n \"dct:hasPart\",\n 'dcat:catalog',\n 'dct:language',\n 'dct:spatial',\n ],\n};\n\n// all properties which are typed strings\nconst typedStrings = {\n datasets: [\n \"dct:issued\",\n \"dct:modified\",\n \"dcat:spatialResolutionInMeters\",\n // nested typed strings\n 'dcat:endDate',\n 'dcat:startDate',\n ],\n distributions: [\n \"dct:issued\",\n \"dct:modified\",\n \"dcat:spatialResolutionInMeters\",\n \"dcat:byteSize\",\n ],\n catalogues: [],\n};\n\n// all properties with a singular string\nconst singularString = {\n datasets: [\n \"owl:versionInfo\",\n // nested singulat strings\n 'vcard:fn', // contactPoint\n 'vcard:hasOrganizationName', // contactPoint\n 'vcard:hasTelephone', // contactPoint\n \"vcard:country_name\", // hasAddress\n \"vcard:locality\", // hasAddress\n \"vcard:postal_code\", // hasAddress\n \"vcard:street_address\", // hasAddress\n 'rdfs:label', // conformsTo and provenance\n 'foaf:name', // creator, publisher\n ],\n distributions: [\n // nested singular string\n 'spdx:checksumValue', //checksum\n 'rdfs:label', // rights !!!\n \"skos:prefLabel\", //license\n ],\n catalogues: [\n // nested singular strings\n 'rdfs:label', // conformsTo and rights\n 'foaf:name', // creator\n \"skos:prefLabel\", // license\n ],\n};\n\n// all properties which can be provided in different languages\nconst multilingualStrings = {\n datasets: [\n \"dct:title\", // also nested within page\n \"dct:description\", // also nested within page\n \"dcat:keyword\",\n \"adms:versionNotes\",\n \"dcatde:geocodingDescription\",\n \"dcatde:legalBasis\",\n \n ],\n distributions: [\n \"dct:title\", // also nested within page\n \"dct:description\", // also nested within page\n \"dcatde:licenseAttributionByText\",\n ],\n catalogues: [\n 'dct:title',\n 'dct:description',\n ],\n};\n\n// all properties which contain grouped values\nconst groupedProperties = {\n datasets: [\n 'dcat:contactPoint',\n 'dct:creator',\n 'dext:metadataExtension',\n 'dct:provenance',\n 'dct:conformsTo',\n 'foaf:page',\n 'dct:temporal',\n 'adms:identifier',\n // nested grouped properties\n 'vcard:hasAddress',\n 'skos:notation',\n \"dct:contributor\",\n \"dcatde:originator\",\n \"dcatde:maintainer\",\n ],\n distributions: [\n 'foaf:page',\n 'dcat:accessService',\n 'spdx:checksum',\n 'dct:conformsTo',\n ],\n catalogues: [\n 'dct:creator',\n 'dct:conformsTo',\n ]\n};\n\n// some properties provide the ability to choose the input type and therefore the respective fields which will be provided\nconst conditionalProperties = {\n datasets: [\n 'dct:publisher',\n ],\n distributions: [],\n catalogues: [\n 'dct:publisher',\n 'dct:license'\n ],\n}\n\n// some properties have additional statement included which must be added to the linked data\nconst additionalPropertyTypes = {\n 'dct:temporal': 'dct:PeriodOfTime',\n 'dct:conformsTo': 'dct:Standard',\n 'foaf:page': 'foaf:Document',\n 'dct:provenance': 'dct:ProvenanceStatement',\n 'dext:metadataExtension': 'dext:MetadataExtension',\n 'spdx:checksum': 'spdx:Checksum',\n 'dcat:accessService': 'dcat:DataService',\n 'dct:publisher': 'foaf:Agent',\n}\n\n// some inputs need URIs in diefferent formats\nconst URIformat = {\n // {'name': '', 'resource': ''} mainly needed for vocabulary data\n voc: [\n 'dct:publisher',\n 'dcat:theme',\n \"dct:accrualPeriodicity\",\n \"dct:accessRights\",\n \"dct:type\",\n \"dct:format\",\n \"dcat:mediaType\",\n \"dcatap:availability\",\n \"dcat:compressFormat\",\n \"dcat:packageFormat\",\n 'spdx:algorithm',\n \"dct:subject\",\n \"dct:language\",\n \"adms:status\",\n \"dct:spatial\",\n \"dcatde:politicalGeocodingLevelURI\",\n \"dcatde:contributorID\",\n \"dcatde:politicalGeocodingURI\",\n 'dct:license'\n\n ],\n // 'URI' mainly used for mail addresses\n string: [\n 'vcard:hasEmail',\n 'vcard:hasURL',\n 'foaf:mbox',\n \"skos:exactMatch\",\n 'foaf:homepage',\n 'dext:isUsedBy',\n 'dcat:endpointURL',\n 'dcatde:qualityProcessURI',\n ],\n // {'@id': ''} mainly used for repeated links\n id: [\n 'dct:source',\n \"dcat:accessURL\",\n \"dcat:downloadURL\",\n \"odrl:hasPolicy\",\n \"dct:hasPart\",\n 'dcat:catalog',\n \"dct:source\",\n \"dcat:landingPage\",\n \"dct:relation\",\n \"dcat:qualifiedRelation\",\n \"prov:qualifiedAttribution\",\n \"dct:isReferencedBy\",\n \"prov:wasGeneratedBy\",\n \"dct:isVersionOf\",\n \"dct:hasVersion\",\n 'dct:isPartOf',\n \"dct:references\",\n ]\n}\n\nexport default {\n singularURI,\n multipleURI,\n typedStrings,\n singularString,\n multilingualStrings,\n groupedProperties,\n additionalPropertyTypes,\n conditionalProperties,\n URIformat,\n};"],"names":["singularURI","multipleURI","typedStrings","singularString","multilingualStrings","groupedProperties","conditionalProperties","additionalPropertyTypes","URIformat","formatTypesDCATAPDEODB"],"mappings":"AACA,MAAMA,IAAc;AAAA,EAChB,UAAU;AAAA,IACN;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA;AAAA,IAGA;AAAA;AAAA,IACA;AAAA;AAAA,IACA;AAAA;AAAA,IACA;AAAA;AAAA,IACA;AAAA;AAAA,IACA;AAAA;AAAA,EACH;AAAA,EACD,eAAe;AAAA,IACX;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA;AAAA,IAEA;AAAA;AAAA,IACA;AAAA;AAAA,IACA;AAAA;AAAA,IACA;AAAA,EACH;AAAA,EACD,YAAY;AAAA,IACR;AAAA;AAAA,IACA;AAAA;AAAA,IAEA;AAAA;AAAA,IACA;AAAA;AAAA,IACA;AAAA;AAAA,EACH;AACL,GAGMC,IAAc;AAAA,EAChB,UAAU;AAAA,IACN;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,EACH;AAAA,EACD,eAAe;AAAA,IACX;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,EACH;AAAA,EACD,YAAY;AAAA,IACR;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,EACH;AACL,GAGMC,IAAe;AAAA,EACjB,UAAU;AAAA,IACN;AAAA,IACA;AAAA,IACA;AAAA;AAAA,IAEA;AAAA,IACA;AAAA,EACH;AAAA,EACD,eAAe;AAAA,IACX;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,EACH;AAAA,EACD,YAAY,CAAE;AAClB,GAGMC,IAAiB;AAAA,EACnB,UAAU;AAAA,IACN;AAAA;AAAA,IAEA;AAAA;AAAA,IACA;AAAA;AAAA,IACA;AAAA;AAAA,IACA;AAAA;AAAA,IACA;AAAA;AAAA,IACA;AAAA;AAAA,IACA;AAAA;AAAA,IACA;AAAA;AAAA,IACA;AAAA;AAAA,EACH;AAAA,EACD,eAAe;AAAA;AAAA,IAEX;AAAA;AAAA,IACA;AAAA;AAAA,IACA;AAAA;AAAA,EACH;AAAA,EACD,YAAY;AAAA;AAAA,IAER;AAAA;AAAA,IACA;AAAA;AAAA,IACA;AAAA;AAAA,EACH;AACL,GAGMC,IAAsB;AAAA,EACxB,UAAU;AAAA,IACN;AAAA;AAAA,IACA;AAAA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,EAEH;AAAA,EACD,eAAe;AAAA,IACX;AAAA;AAAA,IACA;AAAA;AAAA,IACA;AAAA,EACH;AAAA,EACD,YAAY;AAAA,IACR;AAAA,IACA;AAAA,EACH;AACL,GAGMC,IAAoB;AAAA,EACtB,UAAU;AAAA,IACN;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA;AAAA,IAEA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,EACH;AAAA,EACD,eAAe;AAAA,IACX;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,EACH;AAAA,EACD,YAAY;AAAA,IACR;AAAA,IACA;AAAA,EACH;AACL,GAGMC,IAAwB;AAAA,EAC1B,UAAU;AAAA,IACN;AAAA,EACH;AAAA,EACD,eAAe,CAAE;AAAA,EACjB,YAAY;AAAA,IACR;AAAA,IACA;AAAA,EACH;AACL,GAGMC,IAA0B;AAAA,EAC5B,gBAAgB;AAAA,EAChB,kBAAkB;AAAA,EAClB,aAAa;AAAA,EACb,kBAAkB;AAAA,EAClB,0BAA0B;AAAA,EAC1B,iBAAiB;AAAA,EACjB,sBAAsB;AAAA,EACtB,iBAAiB;AACrB,GAGMC,IAAY;AAAA;AAAA,EAEd,KAAK;AAAA,IACD;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,EAEH;AAAA;AAAA,EAED,QAAQ;AAAA,IACJ;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,EACH;AAAA;AAAA,EAED,IAAI;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,EACH;AACL,GAEeC,IAAA;AAAA,EACX,aAAAT;AAAA,EACA,aAAAC;AAAA,EACA,cAAAC;AAAA,EACA,gBAAAC;AAAA,EACA,qBAAAC;AAAA,EACA,mBAAAC;AAAA,EACA,yBAAAE;AAAA,EACA,uBAAAD;AAAA,EACA,WAAAE;AACJ;"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { FormKitSchemaDefinition } from '@formkit/core';
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* Available properties for datasets.
|
|
5
|
+
*/
|
|
6
|
+
export type DcatApDatasetsProperty = 'datasetID' | 'overview' | 'politicalGeocodingLevelURI' | 'politicalGeocodingURI' | 'availabilityDE' | 'geocodingDescription' | 'legalBasis' | 'qualityProcessURI' | 'references' | 'contributor' | 'contributorID' | 'originator' | 'maintainer' | 'description' | 'title' | 'contactPoint' | 'subject' | 'keyword' | 'publisher' | 'spatial' | 'temporal' | 'theme' | 'accessRights' | 'creator' | 'conformsTo' | 'page' | 'accrualPeriodicity' | 'hasVersion' | 'isVersionOf' | 'source' | 'identifier' | 'isReferencedBy' | 'landingPage' | 'language' | 'admsIdentifier' | 'provenance' | 'qualifiedAttribution' | 'wasGeneratedBy' | 'qualifiedRelation' | 'relation' | 'issued' | 'modified' | 'spatialResolutionInMeters' | 'temporalResolution' | 'type' | 'versionInfo' | 'versionNotes' | 'catalog' | 'isUsedBy';
|
|
7
|
+
/**
|
|
8
|
+
* Available properties for distributions.
|
|
9
|
+
*/
|
|
10
|
+
export type DcatApDistributionsProperty = 'accessURL' | 'licenseAttributionByText' | 'availabilityDisDE' | 'availability' | 'description' | 'format' | 'title' | 'byteSize' | 'conformsTo' | 'issued' | 'modified' | 'rights' | 'spatialResolutionInMeters' | 'temporalResolution' | 'mediaType' | 'downloadUrl' | 'accessService' | 'checksum' | 'compressFormat' | 'packageFormat' | 'page' | 'language' | 'licence' | 'conformsTo' | 'issued' | 'modified' | 'rights' | 'spatialResolutionInMeters' | 'temporalResolution' | 'type' | 'hasPolicy' | 'status';
|
|
11
|
+
export type DcatApCataloguesProperty = 'datasetID' | 'overview' | 'availabilityCatDE' | 'title' | 'description' | 'publisher' | 'language' | 'licence' | 'spatial' | 'homepage' | 'hasPart' | 'isPartOf' | 'rights' | 'catalog' | 'creator';
|
|
12
|
+
export type InputDefinition = {
|
|
13
|
+
datasets: Record<DcatApDatasetsProperty, FormKitSchemaDefinition>;
|
|
14
|
+
distributions: Record<DcatApDistributionsProperty, FormKitSchemaDefinition>;
|
|
15
|
+
catalogues: Record<DcatApCataloguesProperty, FormKitSchemaDefinition>;
|
|
16
|
+
};
|
|
17
|
+
declare const dcatapProperties: InputDefinition;
|
|
18
|
+
export default dcatapProperties;
|