@piveau/dpi 0.1.0-beta.9 → 0.1.0-beta.90
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/assets/dpi.css +1 -1
- package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/DPIMenu.vue.js +80 -91
- package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/DataProviderInterface.vue.js +1 -1
- package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/HappyFlowComponents/BlogDPIHome.vue.js +1 -1
- package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/HappyFlowComponents/CommunityDPI.vue.js +1 -1
- package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/HappyFlowComponents/ComponentLibrary.vue.js +2 -2
- package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/HappyFlowComponents/ConsultingDPI.vue.js +1 -1
- package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/HappyFlowComponents/FAQDPIHome.vue.js +1 -1
- package/dist/data-provider-interface/HappyFlowComponents/HomeTable.vue.js +139 -0
- package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/HappyFlowComponents/ServiceDPIHome.vue.js +1 -1
- package/dist/data-provider-interface/HappyFlowComponents/services/dpiV3_apis.js +155 -0
- package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/HappyFlowComponents/ui/ButtonV3.vue.js +1 -1
- package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/HappyFlowComponents/ui/CheckboxV3.vue.js +1 -1
- package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/HappyFlowComponents/ui/Chip.vue.js +1 -1
- package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/HappyFlowComponents/ui/CloseOpenButtonV3.vue.js +12 -11
- package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/HappyFlowComponents/ui/CrossOutButton.vue.js +1 -1
- package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/HappyFlowComponents/ui/DatasetStatus.vue.js +1 -1
- package/dist/data-provider-interface/HappyFlowComponents/ui/DpiModalBase.vue.js +7 -0
- package/dist/data-provider-interface/HappyFlowComponents/ui/Dropdown.vue.js +256 -0
- package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/HappyFlowComponents/ui/Illustration.vue.js +1 -1
- package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/HappyFlowComponents/ui/InputField.vue.js +2 -2
- package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/HappyFlowComponents/ui/InputV3.vue.js +1 -1
- package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/HappyFlowComponents/ui/LogoV3.vue.js +1 -1
- package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/HappyFlowComponents/ui/ModalSimpleV3.vue.js +11 -11
- package/dist/data-provider-interface/HappyFlowComponents/ui/ModalV3.vue.js +654 -0
- package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/HappyFlowComponents/ui/MoreButton.vue.js +1 -1
- package/dist/data-provider-interface/HappyFlowComponents/ui/OptionalInformation/AccessRightsV3.vue.js +77 -0
- package/dist/data-provider-interface/HappyFlowComponents/ui/OptionalInformation/AccessServiceV3.vue.js +191 -0
- package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/HappyFlowComponents/ui/OptionalInformation/AvailabilityV3.vue.js +13 -13
- package/dist/data-provider-interface/HappyFlowComponents/ui/OptionalInformation/ChangeLicenseV3.vue.js +166 -0
- package/dist/data-provider-interface/HappyFlowComponents/ui/OptionalInformation/ChecksumV3.vue.js +153 -0
- package/dist/data-provider-interface/HappyFlowComponents/ui/OptionalInformation/ConformsToV3.vue.js +194 -0
- package/dist/data-provider-interface/HappyFlowComponents/ui/OptionalInformation/DocumentationsV3.vue.js +298 -0
- package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/HappyFlowComponents/ui/OptionalInformation/FileFormatV3.vue.js +7 -10
- package/dist/data-provider-interface/HappyFlowComponents/ui/OptionalInformation/LanguageV3.vue.js +136 -0
- package/dist/data-provider-interface/HappyFlowComponents/ui/OptionalInformation/PolicyV3.vue.js +109 -0
- package/dist/data-provider-interface/HappyFlowComponents/ui/OptionalInformation/StatusV3.vue.js +68 -0
- package/dist/data-provider-interface/HappyFlowComponents/ui/RapModal.vue.js +213 -0
- package/dist/data-provider-interface/HappyFlowComponents/ui/SectionItems/AdditionalsModal.vue.js +106 -0
- package/dist/data-provider-interface/HappyFlowComponents/ui/SectionItems/AdditionalsSubModal.vue.js +614 -0
- package/dist/data-provider-interface/HappyFlowComponents/ui/SectionItems/CoverageModal.vue.js +126 -0
- package/dist/data-provider-interface/HappyFlowComponents/ui/SectionItems/DistributionModal.vue.js +68 -0
- package/dist/data-provider-interface/HappyFlowComponents/ui/SectionItems/EssentialsModal.vue.js +363 -0
- package/dist/data-provider-interface/HappyFlowComponents/ui/SectionItems/FindabilityChips.vue.js +62 -0
- package/dist/data-provider-interface/HappyFlowComponents/ui/SectionItems/HVDSwitch.vue.js +101 -0
- package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/HappyFlowComponents/ui/StateTag.vue.js +1 -1
- package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/HappyFlowComponents/ui/SwitchV3.vue.js +1 -1
- package/dist/data-provider-interface/HappyFlowComponents/ui/TableRowV3.vue.js +284 -0
- package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/HappyFlowComponents/ui/TextAreaV3.vue.js +20 -15
- package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/HappyFlowComponents/ui/TextButtonLarge.vue.js +1 -1
- package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/HappyFlowComponents/ui/TextButtonSmall.vue.js +2 -2
- package/dist/data-provider-interface/HappyFlowComponents/ui/Toast.vue.js +70 -0
- package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/components/BasicInfosPage.vue.js +1 -1
- package/dist/data-provider-interface/components/ContactPage.vue.js +294 -0
- package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/components/CoveringPage.vue.js +1 -1
- package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/components/DataFetchingComponent.vue.js +1 -1
- package/dist/data-provider-interface/components/DiscoverabilityPage.vue.js +60 -0
- package/dist/data-provider-interface/components/DistLicense.vue.js +259 -0
- package/dist/data-provider-interface/components/DistributionSimplePage.vue.js +1271 -0
- package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/components/DistributionStepper.vue.js +1 -1
- package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/components/Dropup.vue.js +7 -7
- package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/components/FileUpload.vue.js +1 -1
- package/dist/data-provider-interface/components/HVDPage.vue.js +128 -0
- package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/components/HappyFlowLandingPage.vue.js +1 -1
- package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/components/InfoSlot.vue.js +6 -6
- package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/components/LanguageSelector.vue.js +1 -1
- package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/components/Navigation.vue.js +1 -1
- package/dist/data-provider-interface/components/PolGeoUriPage.vue.js +124 -0
- package/dist/data-provider-interface/components/PublisherPage.vue.js +206 -0
- package/dist/data-provider-interface/components/ReviewAndPublishPage.vue.js +477 -0
- package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/components/SpatialInput.vue.js +1 -1
- package/dist/data-provider-interface/components/TempResPage.vue.js +291 -0
- package/dist/data-provider-interface/components/TempResPageInModal.vue.js +392 -0
- package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/components/TitelPage.vue.js +5 -5
- package/dist/data-provider-interface/components/UpdateDate.vue.js +79 -0
- package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/components/dpiV3Description.vue.js +8 -7
- package/dist/data-provider-interface/composables/useDpiSimpleLoader.js +546 -0
- package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/config/dcatapde/vocab-prefixes.js +1 -1
- package/dist/data-provider-interface/config/dcatapdeHappyFlow/converter.js +559 -0
- package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/config/dcatapdeHappyFlow/input-definition.js +104 -152
- package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/config/dcatapdeHappyFlow/page-content-config.js +9 -2
- package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/store/modules/authStore.js +11 -11
- package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/views/DistributionOverview.vue.js +1 -1
- package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/views/DraftsPage.vue.js +4 -4
- package/dist/data-provider-interface/views/InputPage.vue.js +853 -0
- package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/views/LinkedDataViewer.vue.js +1 -1
- package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/views/OverviewPage/CatalogueOverview.vue.js +1 -1
- package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/views/OverviewPage/DatasetOverview.vue.js +1 -1
- package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/views/OverviewPage/DistributionOverview.vue.js +1 -1
- package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/views/OverviewPage/Properties/SpecialProp.vue.js +1 -1
- package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/views/OverviewPage/Properties/StringProp.vue.js +1 -1
- package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/views/OverviewPage/Properties/URIProp.vue.js +1 -1
- package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/views/OverviewPage/Properties/URLProp.vue.js +1 -1
- package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/views/OverviewPage/PropertyEntry.vue.js +1 -1
- package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/views/OverviewPage.vue.js +1 -1
- package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/views/PropertyChooser.vue.js +1 -1
- package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/views/UserCataloguesPage.vue.js +1 -1
- package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/views/UserProfilePage.vue.js +1 -1
- package/dist/{packages/dpi/src/form → form}/FormKitGroup.vue.js +1 -1
- package/dist/{packages/dpi/src/form → form}/Repeatable.vue.js +1 -1
- package/dist/index.js +57 -57
- package/dist/msw/handlers.js +110 -0
- package/dist/msw/vocabularies-search/access-right.json.js +7 -0
- package/dist/msw/vocabularies-search/adms.json.js +7 -0
- package/dist/msw/vocabularies-search/continent.json.js +7 -0
- package/dist/msw/vocabularies-search/contributors.json.js +7 -0
- package/dist/msw/vocabularies-search/corporate-body.json.js +7 -0
- package/dist/msw/vocabularies-search/country.json.js +7 -0
- package/dist/msw/vocabularies-search/data-theme.json.js +7 -0
- package/dist/msw/vocabularies-search/dataset-status.json.js +7 -0
- package/dist/msw/vocabularies-search/dataset-type.json.js +7 -0
- package/dist/msw/vocabularies-search/dataset-types.json.js +7 -0
- package/dist/msw/vocabularies-search/distribution-type.json.js +7 -0
- package/dist/msw/vocabularies-search/file-type.json.js +7 -0
- package/dist/msw/vocabularies-search/frequency.json.js +7 -0
- package/dist/msw/vocabularies-search/hash-algorithms.json.js +7 -0
- package/dist/msw/vocabularies-search/hvd-category.json.js +7 -0
- package/dist/msw/vocabularies-search/iana-media-types.json.js +7 -0
- package/dist/msw/vocabularies-search/language.json.js +7 -0
- package/dist/msw/vocabularies-search/licence.json.js +7 -0
- package/dist/msw/vocabularies-search/licenses.json.js +7 -0
- package/dist/msw/vocabularies-search/place.json.js +7 -0
- package/dist/msw/vocabularies-search/planned-availability.json.js +7 -0
- package/dist/msw/vocabularies-search/political-geocoding-district-key.json.js +7 -0
- package/dist/msw/vocabularies-search/political-geocoding-government-district-key.json.js +7 -0
- package/dist/msw/vocabularies-search/political-geocoding-level.json.js +7 -0
- package/dist/msw/vocabularies-search/political-geocoding-municipal-association-key.json.js +7 -0
- package/dist/msw/vocabularies-search/political-geocoding-municipality-key.json.js +7 -0
- package/dist/msw/vocabularies-search/political-geocoding-regional-key.json.js +7 -0
- package/dist/msw/vocabularies-search/political-geocoding-state-key.json.js +7 -0
- package/dist/msw/vocabularies-search/spdx-checksum-algorithm.json.js +7 -0
- package/dist/msw.d.ts +1 -0
- package/dist/msw.js +6 -0
- package/dist/styles/_dpi.scss +1614 -0
- package/dist/styles/_maps.scss +24 -0
- package/dist/styles/_variables.scss +973 -0
- package/dist/{packages/dpi/src/widgets → widgets}/AppLink.vue.js +1 -1
- package/package.json +38 -22
- package/dist/node_modules/.pnpm/@piveau_jsonld@file_bin_piveau-jsonld-1.0.0-beta.10.tgz_jsonld@8.3.3_web-streams-polyfill@3.3.3_/node_modules/@piveau/jsonld/dist/index.js +0 -591
- package/dist/node_modules/.pnpm/change-case@5.4.4/node_modules/change-case/dist/index.js +0 -61
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/HomeTable.vue.js +0 -109
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/services/dpiV3_apis.js +0 -135
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/DpiModalBase.vue.js +0 -7
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/Dropdown.vue.js +0 -231
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ModalV3.vue.js +0 -566
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/OptionalInformation/AccessRightsV3.vue.js +0 -41
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/OptionalInformation/AccessServiceV3.vue.js +0 -157
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/OptionalInformation/ChangeLicenseV3.vue.js +0 -113
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/OptionalInformation/ChecksumV3.vue.js +0 -116
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/OptionalInformation/ConformsToV3.vue.js +0 -157
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/OptionalInformation/DocumentationsV3.vue.js +0 -227
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/OptionalInformation/LanguageV3.vue.js +0 -70
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/OptionalInformation/LicenseAttributionByText.vue.js +0 -46
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/OptionalInformation/PolicyV3.vue.js +0 -130
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/OptionalInformation/StatusV3.vue.js +0 -67
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/RapModal.vue.js +0 -157
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/SectionItems/AdditionalsModal.vue.js +0 -106
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/SectionItems/AdditionalsSubModal.vue.js +0 -248
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/SectionItems/CoverageModal.vue.js +0 -79
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/SectionItems/DistributionModal.vue.js +0 -116
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/SectionItems/EssentialsModal.vue.js +0 -134
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/SectionItems/FindabilityChips.vue.js +0 -45
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/SectionItems/HVDSwitch.vue.js +0 -69
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/TableRowV3.vue.js +0 -210
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/Toast.vue.js +0 -69
- package/dist/packages/dpi/src/data-provider-interface/components/ContactPage.vue.js +0 -246
- package/dist/packages/dpi/src/data-provider-interface/components/DiscoverabilityPage.vue.js +0 -60
- package/dist/packages/dpi/src/data-provider-interface/components/DistLicense.vue.js +0 -158
- package/dist/packages/dpi/src/data-provider-interface/components/DistributionSimplePage.vue.js +0 -1159
- package/dist/packages/dpi/src/data-provider-interface/components/HVDPage.vue.js +0 -108
- package/dist/packages/dpi/src/data-provider-interface/components/PolGeoUriPage.vue.js +0 -81
- package/dist/packages/dpi/src/data-provider-interface/components/PublisherPage.vue.js +0 -176
- package/dist/packages/dpi/src/data-provider-interface/components/ReviewAndPublishPage.vue.js +0 -422
- package/dist/packages/dpi/src/data-provider-interface/components/TempResPage.vue.js +0 -211
- package/dist/packages/dpi/src/data-provider-interface/components/UpdateDate.vue.js +0 -75
- package/dist/packages/dpi/src/data-provider-interface/composables/useDpiSimpleLoader.js +0 -383
- package/dist/packages/dpi/src/data-provider-interface/config/dcatapdeHappyFlow/converter.js +0 -201
- package/dist/packages/dpi/src/data-provider-interface/views/InputPage.vue.js +0 -1168
- /package/dist/{packages/dpi/src/composables → composables}/useRuntimeEnv.js +0 -0
- /package/dist/{packages/dpi/src/composables → composables}/useTed.js +0 -0
- /package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/DataProviderInterface.vue2.js +0 -0
- /package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/HappyFlowComponents/DPIHome.vue.js +0 -0
- /package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/HappyFlowComponents/img/CheckCircleFill.svg.js +0 -0
- /package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/HappyFlowComponents/img/Circle.svg.js +0 -0
- /package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/HappyFlowComponents/img/CircleFill.svg.js +0 -0
- /package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/HappyFlowComponents/img/DatenbereitstellerV3.svg.js +0 -0
- /package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/HappyFlowComponents/img/Ellipse2Error.svg.js +0 -0
- /package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/HappyFlowComponents/img/Ellipse2Published.svg.js +0 -0
- /package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/HappyFlowComponents/img/Ellipse2Warning.svg.js +0 -0
- /package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/HappyFlowComponents/img/FurV3.svg.js +0 -0
- /package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/HappyFlowComponents/img/IllustrationCelebrate.svg.js +0 -0
- /package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/HappyFlowComponents/img/IllustrationStart.svg.js +0 -0
- /package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/HappyFlowComponents/img/InfoFill.svg.js +0 -0
- /package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/HappyFlowComponents/img/Selected1.svg.js +0 -0
- /package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/HappyFlowComponents/img/Selected1_2.svg.js +0 -0
- /package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/HappyFlowComponents/img/Selected2.svg.js +0 -0
- /package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/HappyFlowComponents/img/Selected2_2.svg.js +0 -0
- /package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/HappyFlowComponents/img/Selected3.svg.js +0 -0
- /package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/HappyFlowComponents/img/Selected3_2.svg.js +0 -0
- /package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/HappyFlowComponents/img/Selected4.svg.js +0 -0
- /package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/HappyFlowComponents/img/Selected4_2.svg.js +0 -0
- /package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/HappyFlowComponents/img/Selected5.svg.js +0 -0
- /package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/HappyFlowComponents/img/Selected5_2.svg.js +0 -0
- /package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/HappyFlowComponents/img/WarningFill.svg.js +0 -0
- /package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/HappyFlowComponents/img/bydata_logo_blue_small.svg.js +0 -0
- /package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/HappyFlowComponents/img/iconRight.svg.js +0 -0
- /package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/HappyFlowComponents/img/x-circleFill.svg.js +0 -0
- /package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/HappyFlowComponents/services/eventBus.js +0 -0
- /package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/HappyFlowComponents/ui/DpiModalBase.vue2.js +0 -0
- /package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/HappyFlowComponents/ui/OptionalInformation/ByteSizeV3.vue.js +0 -0
- /package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/HappyFlowComponents/ui/OptionalInformation/DescriptionV3.vue.js +0 -0
- /package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/HappyFlowComponents/ui/OptionalInformation/IssuedDateV3.vue.js +0 -0
- /package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/HappyFlowComponents/ui/OptionalInformation/ModifiedDateV3.vue.js +0 -0
- /package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/components/AutocompleteInput.vue.js +0 -0
- /package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/components/ConditionalInput.vue.js +0 -0
- /package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/components/InputPageStep.vue.js +0 -0
- /package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/components/InputPageStep.vue2.js +0 -0
- /package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/components/Navigation.vue2.js +0 -0
- /package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/components/SelectControlledGroup.vue.js +0 -0
- /package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/components/SelectControlledGroup.vue2.js +0 -0
- /package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/components/SimpleAccessURLInput.vue.js +0 -0
- /package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/components/SimpleInput.vue.js +0 -0
- /package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/components/SimpleSelect.vue.js +0 -0
- /package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/components/TheErrorDialog.vue.js +0 -0
- /package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/components/TheErrorDialog.vue2.js +0 -0
- /package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/components/UniqueIdentifierInput.vue.js +0 -0
- /package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/composables/aucotomplete.js +0 -0
- /package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/composables/useDpiContext.js +0 -0
- /package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/composables/useDpiEditMode.js +0 -0
- /package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/composables/useDpiFormValues.js +0 -0
- /package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/composables/useDpiStepper.js +0 -0
- /package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/composables/useDpiUtils.js +0 -0
- /package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/composables/useErrorDialog.js +0 -0
- /package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/composables/useFormSchema.js +0 -0
- /package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/composables/useRequestUriName.js +0 -0
- /package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/config/dcatap/format-types.js +0 -0
- /package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/config/dcatap/input-definition.js +0 -0
- /package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/config/dcatap/page-content-config.js +0 -0
- /package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/config/dcatap/prefixes.js +0 -0
- /package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/config/dcatap/vocab-prefixes.js +0 -0
- /package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/config/dcatapde/format-types.js +0 -0
- /package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/config/dcatapde/input-definition.js +0 -0
- /package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/config/dcatapde/page-content-config.js +0 -0
- /package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/config/dcatapde/prefixes.js +0 -0
- /package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/config/dcatapdeHappyFlow/format-types.js +0 -0
- /package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/config/dcatapdeHappyFlow/prefixes.js +0 -0
- /package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/config/dcatapdeHappyFlow/vocab-prefixes.js +0 -0
- /package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/config/dcatapdeODB/format-types.js +0 -0
- /package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/config/dcatapdeODB/input-definition.js +0 -0
- /package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/config/dcatapdeODB/page-content-config.js +0 -0
- /package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/config/dcatapdeODB/prefixes.js +0 -0
- /package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/config/dcatapdeODB/vocab-prefixes.js +0 -0
- /package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/config/dpi-spec-config.js +0 -0
- /package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/config/selector-languages.json.js +0 -0
- /package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/plugins/userConfigShimPlugin.js +0 -0
- /package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/store/index.js +0 -0
- /package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/store/modules/catalogueDetailsStore.js +0 -0
- /package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/store/modules/cataloguesStore.js +0 -0
- /package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/store/modules/datasetDetailsStore.js +0 -0
- /package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/store/modules/datasetsStore.js +0 -0
- /package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/store/modules/dpiStore.js +0 -0
- /package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/store/modules/navigationStore.js +0 -0
- /package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/store/modules/snackbarStore.js +0 -0
- /package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/utils/general-helper.js +0 -0
- /package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/utils/injectionKeys.js +0 -0
- /package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/utils/translation-helper.js +0 -0
- /package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/utils/useSteps.js +0 -0
- /package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/views/DistributionInputPage.vue.js +0 -0
- /package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/views/OverviewPage/Properties/MultilingualProp.vue.js +0 -0
- /package/dist/{packages/dpi/src/filters → filters}/dateFilters.js +0 -0
- /package/dist/{packages/dpi/src/form → form}/Repeatable.vue2.js +0 -0
- /package/dist/{packages/dpi/src/form → form}/inputDefinitions.js +0 -0
- /package/dist/{packages/dpi/src/utils → utils}/draftApi.js +0 -0
- /package/dist/{packages/dpi/src/utils → utils}/helpers.js +0 -0
- /package/dist/{packages/dpi/src/utils → utils}/identifiersApi.js +0 -0
- /package/dist/{packages/dpi/src/utils → utils}/jwt.js +0 -0
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
const e = /* @__PURE__ */ JSON.parse(`{"index":"vocabulary","count":14,"facets":[{"id":"attribution","title":"Attribution","items":[]},{"id":"copyleft","title":"Copy Left","items":[]},{"id":"lesser_copyleft","title":"Lesser Copy Left","items":[]},{"id":"notice","title":"Notice","items":[]},{"id":"share_alike","title":"Share Alike","items":[]},{"id":"state_changes","title":"State Changes","items":[]}],"results":[{"pref_label":{"mt":"Kwistjonijiet internazzjonali","el":"Διεθνή θέματα","da":"Internationale spørgsmål","pt":"Questões internacionais","fi":"Kansainväliset kysymykset","sv":"Internationella frågor","en":"International issues","no":"Internasjonale temaer","bg":"Международни въпроси","it":"Tematiche internazionali","fr":"Questions internationales","es":"Asuntos internacionales","nl":"Internationale vraagstukken","hu":"Nemzetközi ügyek","sl":"Mednarodna vprašanja","et":"Rahvusvahelised küsimused","ro":"Chestiuni internaționale","de":"Internationale Themen","cs":"Mezinárodní otázky","hr":"Međunarodni pitanja","lt":"Tarptautiniai klausimai","sk":"Medzinárodné otázky","nb":"Internasjonale temaer","pl":"Kwestie międzynarodowe","lv":"Starptautiski jautājumi","ga":"Saincheisteanna idirnáisiúnta","nn":"Internasjonale tema"},"index":"vocabulary","id":"INTR","in_scheme":"http://publications.europa.eu/resource/authority/data-theme","resource":"http://publications.europa.eu/resource/authority/data-theme/INTR"},{"pref_label":{"de":"Landwirtschaft, Fischerei, Forstwirtschaft und Nahrungsmittel","da":"Landbrug, fiskeri, skovbrug og fødevarer","no":"Jordbruk, fiskeri, skogbruk og mat","hr":"Poljoprivreda, ribarstvo, šumarstvo i hrana","mt":"Agrikoltura, sajd, forestrija u ikel","nb":"Jordbruk, fiskeri, skogbruk og mat","fi":"Maatalous, kalastus, metsätalous ja elintarvikkeet","ro":"Agricultură, pescuit, silvicultură şi hrană","el":"Γεωργία, αλιεία, δασοκομία και τρόφιμα","pt":"Agricultura, pesca, silvicultura e alimentação","sk":"Poľnohospodárstvo, rybné hospodárstvo, lesníctvo a potravinárstvo","et":"Põllumajandus, kalandus, metsandus ja toiduained","sv":"Jordbruk, fiske, skogsbruk och livsmedel","cs":"Zemědělství, rybolov, lesnictví a výživa","fr":"Agriculture, pêche, sylviculture et alimentation","nl":"Landbouw, visserij, bosbouw en voeding","bg":"Селско стопанство, рибарство, горско стопанство и храни","sl":"Kmetijstvo, ribištvo, gozdarstvo in prehrana","en":"Agriculture, fisheries, forestry and food","es":"Agricultura, pesca, silvicultura y alimentación","ga":"Talmhaíocht, iascach, foraoiseacht agus bia","pl":"Rolnictwo, rybołówstwo, leśnictwo i żywność","lt":"Žemės ūkis, žuvininkystė, miškininkystė ir maistas","hu":"Mezőgazdaság, halászat, erdészet és élelmiszer","it":"Agricoltura, pesca, silvicoltura e prodotti alimentari","lv":"Lauksaimniecība, zivsaimniecība, mežsaimniecība un pārtika","nn":"Jordbruk, fiskeri, skogbruk og mat"},"index":"vocabulary","id":"AGRI","in_scheme":"http://publications.europa.eu/resource/authority/data-theme","resource":"http://publications.europa.eu/resource/authority/data-theme/AGRI"},{"pref_label":{"el":"Πληθυσμός και κοινωνία","bg":"Население и общество","da":"Befolkning og samfund","cs":"Populace a společnost","hr":"Stanovništvo i društvo","ro":"Populaţie şi societate","pt":"População e sociedade","no":"Befolkning og samfunn","nn":"Befolkning og samfunn","sl":"Prebivalstvo in družba","mt":"Popolazzjoni u soċjetà","fr":"Population et société","es":"Población y sociedad","it":"Popolazione e società","et":"Elanikkond ja ühiskond","nl":"Bevolking en samenleving","fi":"Väestö ja yhteiskunta","de":"Bevölkerung und Gesellschaft","sk":"Obyvateľstvo a spoločnosť","nb":"Befolkning og samfunn","lt":"Gyventojų skaičius ir visuomenė","sv":"Befolkning och samhälle","hu":"Népesség és társadalom","ga":"Daonra agus sochaí","en":"Population and society","lv":"Iedzīvotāji un sabiedrība","pl":"Ludność i społeczeństwo"},"index":"vocabulary","id":"SOCI","in_scheme":"http://publications.europa.eu/resource/authority/data-theme","resource":"http://publications.europa.eu/resource/authority/data-theme/SOCI"},{"pref_label":{"en":"Provisional data","sk":"Predbežné údaje","da":"Midlertidige data","fr":"Données provisoires","pt":"Dados provisórios","fi":"Alustavat tiedot","ga":"Sonraí sealadacha","pl":"Dane tymczasowe","es":"Datos provisionales","lt":"Laikinieji duomenys","et":"Esialgsed andmed","nl":"Voorlopige gegevens","it":"Dati provvisori","sl":"Začasni podatki","bg":"НЕОКОНЧАТЕЛНИ ДАННИ","cs":"Předběžné údaje","mt":"Dejta provviżorja","hr":"Privremeni podaci","lv":"Provizoriski dati","hu":"Ideiglenes adatok","sv":"Tillfälliga uppgifter","de":"Vorläufige Daten","el":"Προσωρινά δεδομένα","ro":"Date provizorii"},"index":"vocabulary","id":"OP_DATPRO","in_scheme":"http://publications.europa.eu/resource/authority/data-theme","resource":"http://publications.europa.eu/resource/authority/data-theme/OP_DATPRO"},{"pref_label":{"nb":"Helse","fr":"Santé","sk":"Zdravotníctvo","en":"Health","sl":"Zdravje","it":"Salute","et":"Tervis","cs":"Zdraví","hu":"Egészségügy","nn":"Helse","de":"Gesundheit","mt":"Saħħa","es":"Salud","pt":"Saúde","lv":"Veselība","da":"Sundhed","hr":"Zdravlje","nl":"Gezondheid","bg":"Здраве","ro":"Sănătate","no":"Helse","pl":"Zdrowie","fi":"Terveys","lt":"Sveikata","ga":"Sláinte","sv":"Hälsa","el":"Υγεία"},"index":"vocabulary","id":"HEAL","in_scheme":"http://publications.europa.eu/resource/authority/data-theme","resource":"http://publications.europa.eu/resource/authority/data-theme/HEAL"},{"pref_label":{"lv":"Transports","nb":"Transport","hu":"Közlekedés","da":"Transport","cs":"Doprava","it":"Trasporti","nl":"Vervoer","sk":"Doprava","hr":"Promet","mt":"Trasport","sv":"Transport","no":"Transport","pl":"Transport","ga":"Iompar","fr":"Transports","en":"Transport","fi":"Liikenne","et":"Transport","ro":"Transport","lt":"Transportas","el":"Μεταφορές","sl":"Transport","de":"Verkehr","pt":"Transportes","nn":"Transport","es":"Transporte","bg":"Транспорт"},"index":"vocabulary","id":"TRAN","in_scheme":"http://publications.europa.eu/resource/authority/data-theme","resource":"http://publications.europa.eu/resource/authority/data-theme/TRAN"},{"pref_label":{"lt":"Švietimas, kultūra ir sportas","pl":"Edukacja, kultura i sport","sv":"Utbildning, kultur och sport","bg":"Образование, култура и спорт","sl":"Izobraževanje, kultura in šport","da":"Uddannelse, kultur og sport","en":"Education, culture and sport","fr":"Éducation, culture et sport","de":"Bildung, Kultur und Sport","hu":"Oktatás, kultúra és sport","no":"Utdanning, kultur og sport","cs":"Vzdělávání, kultura a sport","pt":"Educação, cultura e desporto","ga":"Oideachas, cultúr agus spórt","et":"Haridus, kultuur ja sport","lv":"Izglītība, kultūra un sports","ro":"Educaţie, cultură şi sport","fi":"Koulutus, kulttuuri ja urheilu","nb":"Utdanning, kultur og sport","nn":"Utdanning, kultur og sport","sk":"Vzdelávanie, kultúra a šport","hr":"Obrazovanje, kultura i sport","nl":"Onderwijs, cultuur en sport","el":"Παιδεία, πολιτιστικά θέματα και αθλητισμός","mt":"Edukazzjoni, kultura u sport","it":"Istruzione, cultura e sport","es":"Educación, cultura y deportes"},"index":"vocabulary","id":"EDUC","in_scheme":"http://publications.europa.eu/resource/authority/data-theme","resource":"http://publications.europa.eu/resource/authority/data-theme/EDUC"},{"pref_label":{"pl":"Sprawiedliwość, ustrój sądów i bezpieczeństwo publiczne","hu":"Igazságügy, jogrendszer és közbiztonság","sl":"Pravosodje, pravni sistem in javna varnost","ro":"Justiție, sistem juridic și siguranță publică","pt":"Justiça, sistema judiciário e segurança pública","hr":"Pravosuđe, pravni sustav i javna sigurnost","nl":"Justitie, rechtsstelsel en openbare veiligheid","et":"Õigusemõistmine, õigussüsteem ja avalik turvalisus","el":"Δικαιoσύνη, νομικό σύστημα και δημόσια ασφάλεια","cs":"Spravedlnost, právní systém a veřejná bezpečnost","no":"Justis, rettssystem og allmenn sikkerhet","mt":"Ġustizzja, sistema legali u sigurtà pubblika","lt":"Teisingumas, teisės sistema ir visuomenės sauga","en":"Justice, legal system and public safety","lv":"Tieslietas, tiesību sistēma un sabiedrības drošība","da":"Retfærdighed, retssystem og offentlig sikkerhed","bg":"Правосъдие, съдебна система и обществена безопасност","nn":"Justis, rettssystem og allmenn tryggleik","sv":"Rättvisa, rättsliga system och allmän säkerhet","sk":"Spravodlivosť, právny systém a verejná bezpečnosť","es":"Justicia, sistema judicial y seguridad pública","ga":"Ceartas, córas dlí agus sábháilteacht an phobail","nb":"Justis, rettssystem og allmenn sikkerhet","it":"Giustizia, sistema giuridico e sicurezza pubblica","fr":"Justice, système juridique et sécurité publique","de":"Justiz, Rechtssystem und öffentliche Sicherheit","fi":"Oikeus, oikeusjärjestelmä ja yleinen turvallisuus"},"index":"vocabulary","id":"JUST","in_scheme":"http://publications.europa.eu/resource/authority/data-theme","resource":"http://publications.europa.eu/resource/authority/data-theme/JUST"},{"pref_label":{"da":"Videnskab og teknologi","de":"Wissenschaft und Technologie","hr":"Znanost i tehnologija","nb":"Vitenskap og teknologi","ro":"Ştiinţă şi tehnologie","nl":"Wetenschap en technologie","el":"Επιστήμη και τεχνολογία","it":"Scienza e tecnologia","ga":"Eolaíocht agus teicneolaíocht","nn":"Vitskap og teknologi","cs":"Věda a technika","pl":"Nauka i technologia","pt":"Ciência e tecnologia","lv":"Zinātne un tehnoloģija","es":"Ciencia y tecnología","bg":"Наука и tехнологии","hu":"Tudomány és technológia","fr":"Science et technologie","sl":"Znanost in tehnologija","no":"Vitenskap og teknologi","sk":"Veda a technika","mt":"Xjenza u teknoloġija","fi":"Tiede ja teknologia","lt":"Mokslas ir technologijos","sv":"Vetenskap och teknik","et":"Teadus ja tehnoloogia","en":"Science and technology"},"index":"vocabulary","id":"TECH","in_scheme":"http://publications.europa.eu/resource/authority/data-theme","resource":"http://publications.europa.eu/resource/authority/data-theme/TECH"},{"pref_label":{"sl":"Regije in mesta","da":"Regioner og byer","it":"Regioni e città","es":"Regiones y ciudades","hr":"Regije i gradovi","nl":"Regio's en steden","lt":"Regionai ir miestai","el":"Περιφέρειες και πόλεις","hu":"Régiók és városok","nn":"Regionar og byar","ro":"Regiuni şi orașe","lv":"Reģioni un pilsētas","mt":"Reġjuni u bliet","bg":"Региони и градове","cs":"Regiony a města","fi":"Alueet ja kaupungit","de":"Regionen und Städte","pl":"Regiony i miasta","pt":"Regiões e cidades","ga":"Réigiúin agus cathracha","no":"Regioner og byer","fr":"Régions et villes","nb":"Regioner og byer","en":"Regions and cities","sk":"Regióny a mestá","sv":"Regioner och städer","et":"Piirkonnad ja linnad"},"index":"vocabulary","id":"REGI","in_scheme":"http://publications.europa.eu/resource/authority/data-theme","resource":"http://publications.europa.eu/resource/authority/data-theme/REGI"},{"pref_label":{"el":"Ενέργεια","ro":"Energie","da":"Energi","sk":"Energetika","nb":"Energi","nl":"Energie","de":"Energie","sl":"Energetika","no":"Energi","it":"Energia","lt":"Energetika","nn":"Energi","pl":"Energia","hu":"Energia","lv":"Enerģētika","es":"Energía","sv":"Energi","en":"Energy","bg":"Енергетика","fr":"Énergie","et":"Energeetika","cs":"Energie","hr":"Energetika","ga":"Fuinneamh","fi":"Energia","mt":"Enerġija","pt":"Energia"},"index":"vocabulary","id":"ENER","in_scheme":"http://publications.europa.eu/resource/authority/data-theme","resource":"http://publications.europa.eu/resource/authority/data-theme/ENER"},{"pref_label":{"es":"Gobierno y sector público","ro":"Guvern şi sector public","el":"Κυβέρνηση και δημόσιος τομέας","en":"Government and public sector","bg":"Правителство и публичен сектор","ga":"Rialtas agus earnáil phoiblí","lv":"Valdība un sabiedriskais sektors","cs":"Vláda a veřejný sektor","nn":"Forvaltning og offentleg sektor","it":"Governo e settore pubblico","sl":"Vlada in javni sektor","hr":"Vlada i javni sektor","mt":"Gvern u settur pubbliku","no":"Forvaltning og offentlig sektor","pl":"Rząd i sektor publiczny","sv":"Regeringen och den offentliga sektorn","de":"Regierung und öffentlicher Sektor","hu":"Kormányzat és közszféra","fi":"Valtioneuvosto ja julkinen sektori","da":"Regeringen og den offentlige sektor","et":"Valitsus ja avalik sektor","sk":"Vláda a verejný sektor","fr":"Gouvernement et secteur public","lt":"Vyriausybė ir viešasis sektorius","nb":"Forvaltning og offentlig sektor","nl":"Overheid en publieke sector","pt":"Governo e setor público"},"index":"vocabulary","id":"GOVE","in_scheme":"http://publications.europa.eu/resource/authority/data-theme","resource":"http://publications.europa.eu/resource/authority/data-theme/GOVE"},{"pref_label":{"lv":"Vide","ga":"Comhshaol","sk":"Životné prostredie","mt":"Ambjent","fr":"Environnement","nb":"Miljø","hu":"Környezet","fi":"Ympäristö","en":"Environment","nn":"Miljø","nl":"Milieu","el":"Περιβάλλον","hr":"Okoliš","it":"Ambiente","de":"Umwelt","lt":"Aplinka","cs":"Životní prostředí","no":"Miljø","es":"Medio ambiente","sl":"Okolje","pl":"Środowisko","bg":"Околна среда","et":"Keskkond","ro":"Mediu","sv":"Miljö","pt":"Ambiente","da":"Miljø"},"index":"vocabulary","id":"ENVI","in_scheme":"http://publications.europa.eu/resource/authority/data-theme","resource":"http://publications.europa.eu/resource/authority/data-theme/ENVI"},{"pref_label":{"cs":"Hospodářství a finance","mt":"Ekonomija u finanzi","sv":"Ekonomi och finans","fr":"Économie et finances","hu":"Gazdaság és pénzügy","pl":"Gospodarka i finanse","de":"Wirtschaft und Finanzen","lv":"Ekonomika un finanses","en":"Economy and finance","sl":"Gospodarstvo in finance","ga":"Geilleagar agus airgeadas","nb":"Økonomi og finans","sk":"Hospodárstvo a financie","es":"Economía y finanzas","bg":"Икономика и финанси","da":"Økonomi og finanser","nl":"Economie en financiën","et":"Majandus ja rahandus","el":"Οικονομία και χρηματοοικονομικά θέματα","it":"Economia e finanze","lt":"Ekonomika ir finansai","ro":"Economie şi finanţe","no":"Økonomi og finans","hr":"Ekonomija i financije","fi":"Talous ja raha-asiat","nn":"Økonomi og finans","pt":"Economia e finanças"},"index":"vocabulary","id":"ECON","in_scheme":"http://publications.europa.eu/resource/authority/data-theme","resource":"http://publications.europa.eu/resource/authority/data-theme/ECON"}]}`), a = {
|
|
2
|
+
result: e
|
|
3
|
+
};
|
|
4
|
+
export {
|
|
5
|
+
a as default,
|
|
6
|
+
e as result
|
|
7
|
+
};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
const t = { index: "vocabulary", count: 6, facets: [{ id: "attribution", title: "Attribution", items: [] }, { id: "copyleft", title: "Copy Left", items: [] }, { id: "lesser_copyleft", title: "Lesser Copy Left", items: [] }, { id: "notice", title: "Notice", items: [] }, { id: "share_alike", title: "Share Alike", items: [] }, { id: "state_changes", title: "State Changes", items: [] }], results: [{ pref_label: { lt: "atsiimtas", fi: "vedetty pois", da: "trukket tilbage", mt: "irtirat", et: "tühistatud", it: "ritirato", fr: "retiré", hu: "visszavont", no: "trukket tilbake", pl: "wycofany", pt: "retirado", sl: "odstranjeno", sv: "indragen", en: "withdrawn", el: "αποσύρθηκε", hr: "obustavljen", es: "retirado", de: "eingestellt", sk: "odstránený", ro: "retras", lv: "atsaukts", cs: "odstraněn", nl: "ingetrokken", bg: "оттеглен", ga: "aistarraingthe" }, index: "vocabulary", id: "WITHDRAWN", in_scheme: "http://publications.europa.eu/resource/authority/dataset-status", resource: "http://publications.europa.eu/resource/authority/dataset-status/WITHDRAWN" }, { pref_label: { de: "vollständig", lv: "pabeigts", sl: "dokončano", mt: "komplut", pl: "ukończony", pt: "completado", ro: "finalizat", it: "completato", hu: "kész", da: "færdiggjort", fi: "valmis", nl: "voltooid", sk: "dokončený", en: "completed", fr: "complété", sv: "fullständig", et: "täielik", no: "ferdigstilt", ga: "lánchríochnaithe", cs: "dokončen", hr: "potpun", bg: "пълен", lt: "baigtas", el: "πλήρη δεδομένα", es: "completo" }, index: "vocabulary", id: "COMPLETED", in_scheme: "http://publications.europa.eu/resource/authority/dataset-status", resource: "http://publications.europa.eu/resource/authority/dataset-status/COMPLETED" }, { pref_label: { ro: "Date provizorii", de: "Vorläufige Daten", ga: "Sonraí sealadacha", it: "Dati provvisori", sk: "Predbežné údaje", hr: "Privremeni podaci", fi: "Alustavat tiedot", sv: "Tillfälliga uppgifter", pl: "Dane tymczasowe", bg: "Неокончателни данни", mt: "Dejta provviżorja", pt: "Dados provisórios", nl: "Voorlopige gegevens", da: "Midlertidige data", fr: "Données provisoires", hu: "Ideiglenes adatok", en: "Provisional data", et: "Esialgsed andmed", cs: "Předběžné údaje", es: "Datos provisionales", lv: "Provizoriski dati", sl: "Začasni podatki", lt: "Laikinieji duomenys", el: "Προσωρινά δεδομένα" }, index: "vocabulary", id: "OP_DATPRO", in_scheme: "http://publications.europa.eu/resource/authority/dataset-status", resource: "http://publications.europa.eu/resource/authority/dataset-status/OP_DATPRO" }, { pref_label: { hr: "obustavljeno", da: "ophørt", pl: "przerwano", sk: "pozastavené", pt: "interrompida", et: "lõpetatud", lt: "nebeatnaujinama", ga: "scortha", fr: "interrompu", bg: "временно преустановено", de: "unterbrochen", sv: "har upphört", el: "διακοπή", cs: "zastaveno", mt: "interrott", lv: "sagatavošana pārtraukta", no: "avviklet", hu: "szüneteltetve", nl: "stopgezet", en: "discontinued", fi: "keskeytetty", sl: "začasno prekinjeno", ro: "întreruptă", it: "interrotta", es: "interrumpido" }, index: "vocabulary", id: "DISCONT", in_scheme: "http://publications.europa.eu/resource/authority/dataset-status", resource: "http://publications.europa.eu/resource/authority/dataset-status/DISCONT", alt_label: { fr: "interrompue" } }, { pref_label: { el: "παρωχημένα δεδομένα", nl: "verouderd", en: "deprecated", et: "taunitav", hu: "elavult", fi: "hylättävä", da: "frarådet", it: "sconsigliato", sv: "bör ej användas", sl: "odsvetovano", ga: "dímholta", es: "desaconsejado", pl: "nieaktualny", pt: "desaconselhado", bg: "непрепоръчителен", fr: "déconseillé", lv: "novecojis", hr: "nevažeći", sk: "zastaraný", cs: "zastaralý", de: "veraltet", lt: "nerekomenduojamas", no: "foreldet", mt: "mhux aktar fl-użu", ro: "nerecomandat" }, index: "vocabulary", id: "DEPRECATED", in_scheme: "http://publications.europa.eu/resource/authority/dataset-status", resource: "http://publications.europa.eu/resource/authority/dataset-status/DEPRECATED" }, { pref_label: { es: "en fase de elaboración", mt: "qed jiġi żviluppat", it: "in corso di sviluppo", en: "under development", sl: "v pripravi", hu: "kidolgozás alatt", sv: "arbete pågår", lt: "sudaromas", cs: "ve fázi vývoje", bg: "в процес на създаване", no: "under utvikling", pt: "em desenvolvimento", sk: "vo fáze vývoja", lv: "izstrādes stadijā", de: "im Aufbau", da: "under udvikling", et: "töös", nl: "in ontwikkeling", el: "υπό κατασκευή", fi: "kehitteillä", pl: "prace w toku", ro: "în curs de pregătire", fr: "en cours d'élaboration", hr: "u izradi", ga: "á fhorbairt" }, index: "vocabulary", id: "DEVELOP", in_scheme: "http://publications.europa.eu/resource/authority/dataset-status", resource: "http://publications.europa.eu/resource/authority/dataset-status/DEVELOP" }] }, e = {
|
|
2
|
+
result: t
|
|
3
|
+
};
|
|
4
|
+
export {
|
|
5
|
+
e as default,
|
|
6
|
+
t as result
|
|
7
|
+
};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
const e = /* @__PURE__ */ JSON.parse('{"index":"vocabulary","count":25,"facets":[{"id":"attribution","title":"Attribution","items":[]},{"id":"copyleft","title":"Copy Left","items":[]},{"id":"lesser_copyleft","title":"Lesser Copy Left","items":[]},{"id":"notice","title":"Notice","items":[]},{"id":"share_alike","title":"Share Alike","items":[]},{"id":"state_changes","title":"State Changes","items":[]}],"results":[{"pref_label":{"en":"Style sheets","nl":"Opmaakmodellen","cs":"Pravidla pro úpravu","bg":"Набори от стилове","ro":"Foi de stil","mt":"Style sheets","fi":"Tyyliohjeet","nn":"Stilark","lt":"Stilių aprašai","es":"Hojas de estilo","hr":"Stilski obrasci","lv":"Stila lapas","da":"Standardformularer","hu":"Stíluslapok","no":"Stilark","fr":"Feuilles de style","sv":"Formatmallar","el":"Φύλλα στυλ","et":"Laadilehed","pl":"Arkusze stylów","nb":"Stilark","sk":"Listy so štýlmi","it":"Fogli di stile","pt":"Folhas de estilo","sl":"Slogovne datoteke","ga":"Stílbhileoga","de":"Formatvorlagen"},"index":"vocabulary","id":"STYLES","in_scheme":"http://publications.europa.eu/resource/authority/dataset-type","resource":"http://publications.europa.eu/resource/authority/dataset-type/STYLES"},{"pref_label":{"nl":"Woordenlijst","it":"Glossario","es":"Glosario","sv":"Ordlista","mt":"Glossarju","fr":"Glossaire","de":"Glossar","en":"Glossary","pt":"Glossário","nb":"Ordliste","ga":"Gluais","fi":"Sanasto","et":"Sõnastik","bg":"Речник","pl":"Glosariusz","hu":"Glosszárium","el":"Γλωσσάριο","cs":"Glosář","lt":"Žodynėlis","hr":"Pojmovnik","ro":"Glosar","lv":"Glosārijs","sk":"Glosár","nn":"Ordliste","no":"Ordliste","da":"Glossar","sl":"Glosar"},"index":"vocabulary","id":"GLOSSARY","in_scheme":"http://publications.europa.eu/resource/authority/dataset-type","resource":"http://publications.europa.eu/resource/authority/dataset-type/GLOSSARY"},{"pref_label":{"hu":"Tesztadat","en":"Test data","el":"Δεδομένα δοκιμής","sv":"Testdata","da":"Testdata","et":"Testandmed","nl":"Testgegevens","sl":"Podatki o preskusu","pt":"Dados de testes","mt":"Data tal-ittestjar","ro":"Date test","bg":"Данни от изпитването","sk":"Fiktívne údaje na účely skúšok","fr":"Données d’essai","ga":"Sonraí tástála","hr":"Ispitni podaci","de":"Testdaten","pl":"Dane testowe","lt":"Bandymo duomenys","cs":"Testovací data","nb":"Testdata","es":"Datos de prueba","nn":"Testdata","fi":"Testitiedot","it":"Dati di prova","lv":"Dati testēšanai","no":"Testdata"},"index":"vocabulary","id":"TEST_DATA","in_scheme":"http://publications.europa.eu/resource/authority/dataset-type","resource":"http://publications.europa.eu/resource/authority/dataset-type/TEST_DATA"},{"pref_label":{"de":"Taxonomie","da":"Taksonomi","ga":"Tacsanomaíocht","it":"Tassonomia","sl":"Taksonomija","pt":"Taxonomia","hu":"Taxonómia","pl":"Klasyfikacja","nn":"Taksonomi","nl":"Taxonomie","bg":"Таксономия","fr":"Taxonomie","et":"Taksonoomia","cs":"Taxonomie","el":"Ταξονομία","sv":"Taxonomi","mt":"Tassonomija","es":"Taxonomía","fi":"Taksonomia","hr":"Taksonomija","no":"Taksonomi","lt":"Sistematika","en":"Taxonomy","nb":"Taksonomi","ro":"Taxonomie","sk":"Taxonómia","lv":"Taksonomija"},"index":"vocabulary","id":"TAXONOMY","in_scheme":"http://publications.europa.eu/resource/authority/dataset-type","resource":"http://publications.europa.eu/resource/authority/dataset-type/TAXONOMY"},{"pref_label":{"fr":"Composant de base","de":"Kernbestandteil","cs":"Základní prvek","en":"Core component","nl":"Kerncomponent","pt":"Componente fundamental","et":"Tuumikelement","hu":"Alapkomponens","sk":"Hlavná zložka","lt":"Pagrindinis komponentas","it":"Componente centrale","no":"Kjernekomponent","nb":"Kjernekomponent","lv":"Pamatsastāvdaļa","bg":"Базов елемент","hr":"Osnovna komponenta","sl":"Osnovna komponenta","pl":"Element podstawowy","ga":"Comhpháirt lárnach","mt":"Komponent ċentrali","nn":"Kjernekomponent","ro":"Componentă centrală","fi":"Ydinkomponentti","sv":"Kärnkomponent","da":"Hovedkomponent","es":"Componente básico","el":"Βασικό συστατικό"},"index":"vocabulary","id":"CORE_COMP","in_scheme":"http://publications.europa.eu/resource/authority/dataset-type","resource":"http://publications.europa.eu/resource/authority/dataset-type/CORE_COMP"},{"pref_label":{"ro":"Schemă","mt":"Skema","pt":"Esquema","lv":"Shēma","cs":"Schéma","nb":"Skjema","en":"Schema","hr":"Nacrt","no":"Skjema","de":"Schema","fr":"Schéma","et":"Skeem","hu":"Séma","sv":"Schema","es":"Esquema","sk":"Schéma","el":"Σύστημα","nl":"Schema","da":"Skema","sl":"Shema","lt":"Schema","it":"Schema","bg":"Схема","fi":"Skeema","nn":"Skjema","ga":"Scéimre","pl":"Schemat"},"index":"vocabulary","id":"SCHEMA","in_scheme":"http://publications.europa.eu/resource/authority/dataset-type","resource":"http://publications.europa.eu/resource/authority/dataset-type/SCHEMA"},{"pref_label":{"pt":"Dados estatísticos","de":"Statistische Daten","hr":"Statistički podaci","ga":"Sonraí staidrimh","lt":"Statistiniai duomenys","cs":"Statistické údaje","ro":"Date statistice","bg":"Статистически данни","fr":"Données statistiques","no":"Statistiske data","nn":"Statistiske data","nb":"Statistiske data","fi":"Tilastotiedot","sk":"Štatistické údaje","en":"Statistical data","sl":"Statistični podatki","lv":"Statistikas dati","hu":"Statisztikai adat","pl":"Dane statystyczne","it":"Dati statistici","et":"Statistilised andmed","da":"Statistiske data","mt":"Data dwar l-istatistika","el":"Στατιστικά δεδομένα","es":"Datos estadísticos","nl":"Statistische gegevens","sv":"Statistiska data"},"index":"vocabulary","id":"STATISTICAL","in_scheme":"http://publications.europa.eu/resource/authority/dataset-type","resource":"http://publications.europa.eu/resource/authority/dataset-type/STATISTICAL"},{"pref_label":{"sl":"Tabela ATTO – domena publikacij","hr":"ATTO tablica – domena publikacija","de":"ATTO-Tabelle – Domain „Veröffentlichungen“","mt":"Tabella ATTO – dominju tal-Pubblikazzjonijiet","it":"Tabella ATTO – dominio Pubblicazioni","es":"Cuadro ATTO – dominio Publicaciones","nb":"ATTO-tabell – publikasjonsdomene","pt":"Tabela ATTO — Domínio Publicações","et":"ATTO tabel – Väljaannete domeen","cs":"Tabulka ATTO – doména publikací","no":"ATTO-tabell – publikasjonsdomene","nl":"ATTO-tabel – Publicatiedomein","lt":"ATTO lentelė – leidinių sritis","lv":"ATTO tabula – “Publikāciju” domēns","fr":"Tableau ATTO – domaine Publications","sv":"ATTO-tabell – Publikationsdomän","el":"Πίνακας ATTO – Τομέας εκδόσεων","bg":"Таблица ATTO – домейн Публикации","nn":"ATTO-tabell – publikasjonsdomene","sk":"Tabuľka ATTO – doména Publikácií","hu":"ATTO-táblázat – Kiadványtartomány","fi":"ATTO-taulukko – Julkaisut-aihealue","pl":"Tablica ATTO – domena publikacji","ro":"Tabel ATTO – domeniul Publicații","da":"ATTO-tabel – publikationsdomæne","ga":"Tábla ATTO – fearann na bhFoilseachán","en":"ATTO table – Publications domain"},"index":"vocabulary","id":"ATTO_PUB","in_scheme":"http://publications.europa.eu/resource/authority/dataset-type","resource":"http://publications.europa.eu/resource/authority/dataset-type/ATTO_PUB"},{"pref_label":{"nn":"Mapping","es":"Correspondencia","nb":"Mapping","sl":"Evidenca","fr":"Mappage","et":"Vastendus","ga":"Mapáil","fi":"Mappaus","nl":"Mapping","no":"Mapping","it":"Mappatura","sk":"Priradenie","sv":"Mappning","lv":"Kartēšana","en":"Mapping","bg":"Карта на връзките","mt":"Immappjar","lt":"Priskyrimas","hr":"Mapiranje","ro":"Cartografiere","hu":"Megfeleltetés","da":"Tilknytning","pt":"Mapeamento","cs":"Mapování","pl":"Mapowanie","el":"Αντιστοιχία","de":"Mapping"},"index":"vocabulary","id":"MAPPING","in_scheme":"http://publications.europa.eu/resource/authority/dataset-type","resource":"http://publications.europa.eu/resource/authority/dataset-type/MAPPING"},{"pref_label":{"nl":"Codelijst","en":"Code list","hr":"Popis kodova","hu":"Kódlista","pt":"Lista de códigos","cs":"Seznam kódů","et":"Koodiloend","de":"Codeliste","lv":"Kodu saraksts","nb":"Kodeliste","fi":"Koodiluettelo","lt":"Kodų sąrašas","no":"Kodeliste","sv":"Kodlista","pl":"Wykaz kodów","es":"Lista de códigos","sk":"Zoznam kódov","fr":"Liste de codes","ro":"Listă de coduri","nn":"Kodeliste","sl":"Seznam kod","mt":"Lista ta’ kodiċijiet","el":"Κατάλογος κωδικών","da":"Kodeliste","bg":"Списък на кодовете","it":"Elenco dei codici","ga":"Liosta cód"},"index":"vocabulary","id":"CODE_LIST","in_scheme":"http://publications.europa.eu/resource/authority/dataset-type","resource":"http://publications.europa.eu/resource/authority/dataset-type/CODE_LIST"},{"pref_label":{"bg":"Модел на област","nn":"Domenemodell","fr":"Modèle de domaine","en":"Domain model","ro":"Model de domeniu","hu":"Tartománymodell","et":"Domeenimudel","pl":"Model domeny","sk":"Model domény","pt":"Modelo de domínio","lv":"Domēna modelis","nb":"Domenemodell","hr":"Model domene","it":"Modello di dominio","el":"Υπόδειγμα πεδίου","sl":"Model domene","ga":"Samhail fearainn","lt":"Domeno modelis","fi":"Käsitemalli","de":"Domänenmodell","es":"Modelo de dominio","mt":"Mudell ta’ dominju","da":"Domænemodel","sv":"Domänmodell","nl":"Domeinmodel","no":"Domenemodell","cs":"Model domény"},"index":"vocabulary","id":"DOMAIN_MODEL","in_scheme":"http://publications.europa.eu/resource/authority/dataset-type","resource":"http://publications.europa.eu/resource/authority/dataset-type/DOMAIN_MODEL"},{"pref_label":{"de":"Geodaten","lt":"Geoerdviniai duomenys","da":"Geospatiale data","nl":"Georuimtelijke gegevens","sv":"Geospatiala data","fi":"Paikkatiedot","ro":"Date geospațiale","et":"Ruumiandmed","pt":"Dados geoespaciais","bg":"Геопространствени данни","it":"Dati geospaziali","pl":"Dane geoprzestrzenne","nb":"Geodata","sl":"Geoprostorski podatki","mt":"Data ġeospazjali","hr":"Geoprostorni podaci","lv":"Ģeotelpiskie dati","es":"Datos geoespaciales","hu":"Térinformatikai adat","el":"Γεωχωρικά δεδομένα","fr":"Données géospatiales","cs":"Geoprostorová data","no":"Geodata","ga":"Sonraí geospásúla","nn":"Geodata","en":"Geospatial data","sk":"Geopriestorové údaje"},"index":"vocabulary","id":"GEOSPATIAL","in_scheme":"http://publications.europa.eu/resource/authority/dataset-type","resource":"http://publications.europa.eu/resource/authority/dataset-type/GEOSPATIAL"},{"pref_label":{"ga":"Próifíl feidhmchláir","de":"Anwendungsprofil","bg":"Профил за приложение","es":"Perfil de aplicación","mt":"Profil tal-applikazzjoni","fr":"Profil d’application","no":"Applikasjonsprofil","sl":"Profil aplikacije","sv":"Applikationsprofil","nb":"Applikasjonsprofil","et":"Rakendusprofiil","lt":"Programos profilis","pl":"Profil aplikacji","pt":"Perfil de aplicação","nl":"Applicatieprofiel","nn":"Applikasjonsprofil","hu":"Alkalmazásprofil","en":"Application profile","lv":"Lietotnes profils","da":"Anvendelsesprofil","fi":"Sovellusprofiili","el":"Προφίλ εφαρμογής","ro":"Profil aplicație","hr":"Aplikacijski profil","cs":"Profil aplikace","it":"Profilo applicazione","sk":"Profil aplikácie"},"index":"vocabulary","id":"APROF","in_scheme":"http://publications.europa.eu/resource/authority/dataset-type","resource":"http://publications.europa.eu/resource/authority/dataset-type/APROF"},{"pref_label":{"it":"Dati provvisori","mt":"Dejta provviżorja","sk":"Predbežné údaje","pt":"Dados provisórios","sl":"Začasni podatki","fi":"Alustavat tiedot","cs":"Předběžné údaje","fr":"Données provisoires","sv":"Tillfälliga uppgifter","ga":"Sonraí sealadacha","lt":"Laikinieji duomenys","el":"Προσωρινά δεδομένα","hu":"Ideiglenes adatok","ro":"Date provizorii","hr":"Privremeni podaci","nl":"Voorlopige gegevens","en":"Provisional data","pl":"Dane tymczasowe","et":"Esialgsed andmed","bg":"Неокончателни данни","lv":"Provizoriski dati","da":"Midlertidige data","es":"Datos provisionales","de":"Vorläufige Daten"},"index":"vocabulary","id":"OP_DATPRO","in_scheme":"http://publications.europa.eu/resource/authority/dataset-type","resource":"http://publications.europa.eu/resource/authority/dataset-type/OP_DATPRO"},{"pref_label":{"ga":"Tuairisc seirbhíse","cs":"Popis služby","fi":"Palvelun kuvaus","sv":"Tjänstebeskrivning","no":"Tjenestebeskrivelse","es":"Descripción del servicio","lt":"Paslaugos aprašas","sk":"Schéma služby","hr":"Opis usluge","mt":"Deskrizzjoni tas-servizz","pl":"Opis usługi","de":"Dienstbeschreibung","bg":"Описание на услуга","nb":"Tjenestebeskrivelse","sl":"Opis storitve","pt":"Descrição do serviço","nn":"Tenestebeskriving","hu":"Szolgáltatás leírása","nl":"Servicebeschrijving","da":"Beskrivelse af tjenesten","it":"Descrizione del servizio","fr":"Description de service","et":"Teenusekirjeldus","el":"Περιγραφή υπηρεσίας","ro":"Descrierea serviciului","lv":"Pakalpojuma apraksts","en":"Service description"},"index":"vocabulary","id":"DSCRP_SERV","in_scheme":"http://publications.europa.eu/resource/authority/dataset-type","resource":"http://publications.europa.eu/resource/authority/dataset-type/DSCRP_SERV"},{"pref_label":{"sl":"Izdaja","it":"Pubblicazione","lt":"Laida","hr":"Izdanje","bg":"Публикация","el":"Δημοσίευση","fr":"Publication","ga":"Eisiúint","mt":"Rilaxx","da":"Publikation","cs":"Zveřejnění","ro":"Publicare","sv":"Version","hu":"Kiadás","lv":"Laidiens","sk":"Uverejnenie","pt":"Publicação","fi":"Julkaisuversio","pl":"Wydanie","de":"Veröffentlichung","et":"Väljalase","en":"Release","nl":"Release","es":"Publicación"},"index":"vocabulary","id":"RELEASE","in_scheme":"http://publications.europa.eu/resource/authority/dataset-type","resource":"http://publications.europa.eu/resource/authority/dataset-type/RELEASE"},{"pref_label":{"sk":"Synonymický slovník","pl":"Tezaurus","mt":"Teżawru","fr":"Thésaurus","lv":"Tēzaurs","no":"Tesaurus","da":"Tesaurus","ro":"Tezaur","pt":"Tesauro","sl":"Tezaver","hr":"Pojmovnik","cs":"Tezaurus","de":"Thesaurus","nl":"Thesaurus","en":"Thesaurus","nb":"Tesaurus","el":"Θησαυρός","it":"Tesauro","bg":"Тезаурус","es":"Tesauro","nn":"Tesaurus","lt":"Tezauras","fi":"Tesaurus","hu":"Tezaurusz","sv":"Tesaurus","ga":"Teasáras","et":"Tesaurus"},"index":"vocabulary","id":"THESAURUS","in_scheme":"http://publications.europa.eu/resource/authority/dataset-type","resource":"http://publications.europa.eu/resource/authority/dataset-type/THESAURUS"},{"pref_label":{"pt":"Descrição de pacote de intercâmbio de informação","de":"Beschreibung des informationsaustauschpakets","et":"Teabevahetuspaketi kirjeldus","sl":"Opis paketa za izmenjavo podatkov","hr":"Opis paketa informacijske razmjene","lv":"Informācijas apmaiņas paketes apraksts","hu":"Információcsere-csomag (IEP) leírása","bg":"Описание на пакет за обмен на информация","ro":"Descrierea pachetului de schimb de informații","es":"Descripción de un paquete de intercambio de información","nl":"Omschrijving informatie-uitwisselingspakket","pl":"Opis struktury i treści wymiany informacji","nn":"Beskriving av informasjonsutvekslingspakke","el":"Περιγραφή δέσμης ανταλλαγής πληροφοριών","ga":"Tuairisc ar mhalartú faisnéise","nb":"Beskrivelse av informasjonsutveksling","lt":"Informacijos mainų paketo aprašas","it":"Descrizione del pacchetto «scambio di informazioni»","mt":"Deskrizzjoni ta’ pakkett ta’ skambju ta’ informazzjoni","cs":"Popis balíčku pro výměnu informací","fi":"Tiedonvaihtopaketin kuvaus","fr":"Description de paquet d’échange d’information","en":"Information exchange package description","da":"Beskrivelse af informationsudveksling","sk":"Opis balíka výmeny informácií","no":"Beskrivelse av informasjonsutveksling","sv":"Beskrivning av informationsutbyte"},"index":"vocabulary","id":"IEPD","in_scheme":"http://publications.europa.eu/resource/authority/dataset-type","resource":"http://publications.europa.eu/resource/authority/dataset-type/IEPD"},{"pref_label":{"nb":"Katalog","en":"Directory","pt":"Lista","de":"Verzeichnis","sk":"Adresár","es":"Directorio","el":"Αποθετήριο","fi":"Hakemisto","nn":"Katalog","et":"Kataloog","cs":"Seznam","ro":"Anuar","lv":"Direktorijs","bg":"Директория","da":"Adresseliste","no":"Katalog","nl":"Lijst","mt":"Direttorju","it":"Directory","pl":"Katalog","hr":"Direktorij","sl":"Register","lt":"Žinynas","ga":"Eolaire","fr":"Répertoire","sv":"Katalog","hu":"Jegyzék"},"index":"vocabulary","id":"DIRECTORY","in_scheme":"http://publications.europa.eu/resource/authority/dataset-type","resource":"http://publications.europa.eu/resource/authority/dataset-type/DIRECTORY"},{"pref_label":{"lv":"Sintētiskie dati","it":"Dati sintetici","et":"Sünteetilised andmed","nl":"Synthetische gegevens","cs":"Syntetická data","no":"Syntetiske data","hu":"Szintetikus adat","fr":"Données synthétiques","lt":"Dirbtiniai duomenys","nb":"Syntetiske data","hr":"Sintetički podaci","pl":"Dane syntetyczne","fi":"Synteettiset tiedot","sv":"Syntetiska data","pt":"Dados sintéticos","sk":"Syntetické údaje","el":"Συνθετικά δεδομένα","nn":"Syntetiske data","sl":"Sintetični podatki","es":"Datos sintéticos","de":"Synthetische Daten","en":"Synthetic data","da":"Syntetiske data","mt":"Data sintetika","ro":"Date sintetice","ga":"Sonraí sintéiseacha","bg":"Синтетични данни"},"index":"vocabulary","id":"SYNTHETIC_DATA","in_scheme":"http://publications.europa.eu/resource/authority/dataset-type","resource":"http://publications.europa.eu/resource/authority/dataset-type/SYNTHETIC_DATA"},{"pref_label":{"fi":"Arvokas tietoaineisto","mt":"Sett tad-data ta’ valur għoli","en":"High-value dataset","sk":"Súbor údajov s vysokou hodnotou","sl":"Nabor podatkov velike vrednosti","fr":"Ensemble de données de forte valeur","et":"Väärtuslik andmestik","bg":"Набор от данни с висока стойност","de":"Hochwertiger Datensatz","nl":"Hoogwaardige dataset","da":"Datasæt af høj værdi","hu":"Nagy értékű adatkészletek","ga":"Tacar sonraí ardluacha","lt":"Didelės vertės duomenų rinkinys","pt":"Conjunto de dados de elevado valor","cs":"Datový soubor s vysokou hodnotou","sv":"Värdefulla dataset","es":"Conjunto de datos de alto valor","ro":"Set de date cu valoare ridicată","el":"Σύνολo δεδομένων υψηλής αξίας","pl":"Zbiór danych o wysokiej wartości","it":"Serie di dati di elevato valore","lv":"Vērtīga datkopa","hr":"Visokovrijedni skup podataka"},"index":"vocabulary","id":"HVD","in_scheme":"http://publications.europa.eu/resource/authority/dataset-type","resource":"http://publications.europa.eu/resource/authority/dataset-type/HVD"},{"pref_label":{"lt":"Institucijų pavadinimų sąrašas","fr":"Liste d’autorité de noms","pl":"Wykaz nazw organów","nl":"Standaardnamenlijst","et":"Lubatud nimede loend","ro":"Listă cu numele autorităților","es":"Lista autorizada de nombres","hr":"Popis zadanih naziva","el":"Κατάλογος εγκεκριμένων ονομάτων","it":"Elenco dei nomi autorizzati","da":"Liste over autoritative betegnelser","mt":"Lista ta’ ismijiet awtorizzati","hu":"Jóváhagyott névlista","no":"Autoritetsliste for entitetsnavn","pt":"Lista autorizada de nomes","fi":"Hyväksyttyjen nimien luettelo","nb":"Autoritetsliste for entitetsnavn","de":"Liste zugelassener Namen","sv":"Auktoritetsregister","cs":"Seznam názvů orgánů","sk":"Zoznam názvov orgánov","en":"Name authority list","sl":"Seznam imen organov","ga":"Liosta ainmneacha údaraithe","bg":"Проверен списък с имена","nn":"Autoritetsliste for entitetsnamn","lv":"Vārdu un nosaukumu saraksts"},"index":"vocabulary","id":"NAL","in_scheme":"http://publications.europa.eu/resource/authority/dataset-type","resource":"http://publications.europa.eu/resource/authority/dataset-type/NAL"},{"pref_label":{"da":"Ontologi","ga":"Ointeolaíocht","hu":"Ontológia","cs":"Ontologie","de":"Ontologie","lv":"Ontoloģija","mt":"Ontoloġija","es":"Ontología","ro":"Ontologie","hr":"Ontologija","bg":"Онтология","et":"Ontoloogia","lt":"Ontologija","it":"Ontologia","nl":"Ontologie","sl":"Ontologija","sv":"Ontologi","sk":"Ontológia","nn":"Ontologi","no":"Ontologi","fr":"Ontologie","en":"Ontology","nb":"Ontologi","el":"Οντολογία","pl":"Struktura pojęciowa","fi":"Ontologia","pt":"Ontologia"},"index":"vocabulary","id":"ONTOLOGY","in_scheme":"http://publications.europa.eu/resource/authority/dataset-type","resource":"http://publications.europa.eu/resource/authority/dataset-type/ONTOLOGY"},{"pref_label":{"it":"Tabella ATTO – dominio EUR-Lex","pl":"Tablica ATTO – domena EUR-Lex","hr":"ATTO tablica – domena EUR-Lexa","fr":"Tableau ATTO – domaine EUR-Lex","hu":"ATTO-táblázat – EUR-Lex-tartomány","da":"ATTO-tabel – Eur-Lex-domæne","et":"ATTO tabel – EUR-Lexi domeen","ro":"Tabel ATTO – domeniul EUR-Lex","sl":"Tabela ATTO – domena EUR-Lex","nb":"ATTO-tabell – EUR-Lex-domene","no":"ATTO-tabell – EUR-Lex-domene","sv":"ATTO-tabell – EUR-Lex-domän","fi":"ATTO-taulukko – EUR-Lex-aihealue","el":"Πίνακας ATTO – Τομέας EUR-Lex","sk":"Tabuľka ATTO – doména EUR-Lex","ga":"Tábla ATTO – fearann EUR-Lex","nl":"ATTO-tabel – EUR-Lex","en":"ATTO table – EUR-Lex domain","de":"ATTO-Tabelle – EUR-Lex-Domain","pt":"Tabela ATTO — Domínio EUR-Lex","es":"Cuadro ATTO – dominio EUR-Lex","mt":"Tabella ATTO – dominju EUR-Lex","nn":"ATTO-tabell – EUR-Lex-domene","lv":"ATTO tabula – “EUR-Lex” domēns","cs":"Tabulka ATTO – doména EUR-Lex","lt":"ATTO lentelė – „EUR-Lex“ sritis","bg":"Таблица ATTO – домейн EUR-Lex"},"index":"vocabulary","id":"ATTO_LEX","in_scheme":"http://publications.europa.eu/resource/authority/dataset-type","resource":"http://publications.europa.eu/resource/authority/dataset-type/ATTO_LEX"},{"pref_label":{"hu":"Szintaxiskódolási séma","no":"Kodeskjema for syntaks","et":"Süntaktiline kodeerimisskeem","lv":"Sintakses kodējumu shēma","ga":"Scéim ionchódaithe comhréire","mt":"Skema ta’ konverżjoni tas-sintassi","nn":"Kodeskjema for syntaks","cs":"Kódovací schéma skladby","el":"Σύστημα συντακτικής κωδικοποίησης","bg":"Схема на кодиране със синтаксис","fr":"Schème d’encodage de syntaxe","hr":"Zadana pravila kodiranja","fi":"Syntaktinen koodausskeema","pt":"Esquema de codificação sintática","en":"Syntax encoding scheme","sv":"Syntaxschema","nl":"Syntaxiscoderingsschema","sl":"Shema kodiranja sintakse","it":"Sistema di codifica basato sulla sintassi","sk":"Syntaktická schéma kódovania","nb":"Kodeskjema for syntaks","da":"Kodeskema for syntaks","pl":"System kodowania składniowego","ro":"Sistem de codificare a sintaxei","de":"Codierungssystem mit Syntax","es":"Esquema de codificación sintáctica","lt":"Sintaksės kodavimo schema"},"index":"vocabulary","id":"SYNTAX_ECD_SCHEME","in_scheme":"http://publications.europa.eu/resource/authority/dataset-type","resource":"http://publications.europa.eu/resource/authority/dataset-type/SYNTAX_ECD_SCHEME"}]}'), a = {
|
|
2
|
+
result: e
|
|
3
|
+
};
|
|
4
|
+
export {
|
|
5
|
+
a as default,
|
|
6
|
+
e as result
|
|
7
|
+
};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
const e = { index: "vocabulary", count: 1, facets: [{ id: "attribution", title: "Attribution", items: [] }, { id: "copyleft", title: "Copy Left", items: [] }, { id: "lesser_copyleft", title: "Lesser Copy Left", items: [] }, { id: "notice", title: "Notice", items: [] }, { id: "share_alike", title: "Share Alike", items: [] }, { id: "state_changes", title: "State Changes", items: [] }], results: [{ pref_label: { de: "Datenreihe" }, index: "vocabulary", id: "collection", in_scheme: "http://dcat-ap.de/def/datasetTypes", resource: "http://dcat-ap.de/def/datasetTypes/collection", alt_label: { de: "Zeitreihen und sonstige linear und nicht linear angeordnete Elemente einer Reihe als Kollektionen von Datenstrukturen." } }] }, t = {
|
|
2
|
+
result: e
|
|
3
|
+
};
|
|
4
|
+
export {
|
|
5
|
+
t as default,
|
|
6
|
+
e as result
|
|
7
|
+
};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
const e = { index: "vocabulary", count: 5, facets: [{ id: "attribution", title: "Attribution", items: [] }, { id: "copyleft", title: "Copy Left", items: [] }, { id: "lesser_copyleft", title: "Lesser Copy Left", items: [] }, { id: "notice", title: "Notice", items: [] }, { id: "share_alike", title: "Share Alike", items: [] }, { id: "state_changes", title: "State Changes", items: [] }], results: [{ pref_label: { ro: "Vizualizare", cs: "Vizualizace", en: "Visualization", sl: "Vizualizacija", bg: "Визуализация", et: "Visuaalne kuju", lt: "Vizualizacija", sv: "Visualisering", pl: "Wizualizacja", mt: "Viżwalizzazzjoni", it: "Visualizzazione", fr: "Visualisation", el: "Οπτική εμφάνιση", pt: "Visualização", no: "Visualisering", fi: "Visualisointi", de: "Visualisierung", ga: "Amharcléiriú", da: "Visualisering", nl: "Visualisatie", sk: "Vizualizácia", es: "Visualización", hr: "Vizualizacija", hu: "Megjelenítés", lv: "Vizualizācija" }, index: "vocabulary", id: "VISUALIZATION", in_scheme: "http://publications.europa.eu/resource/authority/distribution-type", resource: "http://publications.europa.eu/resource/authority/distribution-type/VISUALIZATION" }, { pref_label: { it: "Feed di informazioni", sv: "Informationsflöde", da: "Informationsfeed", de: "Informations-Feed", pl: "Kanał informacyjny", lt: "Informacijos sklaidos kanalas", nl: "Informatiefeed", sl: "Informacijski kanal", en: "Information feed", lv: "Informācijas plūsma", pt: "Fluxo de informação", fr: "Fil d'information", ro: "Flux de informații", es: "Flujo de información", ga: "Fotha eolais", el: "Ροή πληροφοριών", sk: "Informačný kanál", mt: "Sors ta' informazzjoni", et: "Infovoog", cs: "Informační kanál", hr: "Izvor informacija", hu: "Információs csatorna", fi: "Tietosyöte", bg: "Информационен канал", no: "Informasjonsfeed" }, index: "vocabulary", id: "FEED_INFO", in_scheme: "http://publications.europa.eu/resource/authority/distribution-type", resource: "http://publications.europa.eu/resource/authority/distribution-type/FEED_INFO" }, { pref_label: { ro: "Date provizorii", lt: "Laikinieji duomenys", mt: "Dejta provviżorja", it: "Dati provvisori", lv: "Provizoriski dati", cs: "Předběžné údaje", en: "Provisional data", de: "Vorläufige Daten", bg: "НЕОКОНЧАТЕЛНИ ДАННИ", ga: "Sonraí sealadacha", et: "Esialgsed andmed", fi: "Alustavat tiedot", da: "Midlertidige data", pt: "Dados provisórios", el: "Προσωρινά δεδομένα", fr: "Données provisoires", sk: "Predbežné údaje", sl: "Začasni podatki", es: "Datos provisionales", hr: "Privremeni podaci", hu: "Ideiglenes adatok", pl: "Dane tymczasowe", sv: "Tillfälliga uppgifter", nl: "Voorlopige gegevens" }, index: "vocabulary", id: "OP_DATPRO", in_scheme: "http://publications.europa.eu/resource/authority/distribution-type", resource: "http://publications.europa.eu/resource/authority/distribution-types/OP_DATPRO" }, { pref_label: { lt: "Rinkmena, kurią galima parsisiųsti", en: "Downloadable file", fr: "Fichier téléchargeable", it: "File scaricabile", sv: "Nedladdningsbar fil", cs: "Soubor, který lze stáhnout", sl: "Prenosljiva datoteka", ro: "Fișier descărcabil", hr: "Datoteka za preuzimanje", fi: "Ladattavissa oleva tiedosto", pt: "Ficheiro descarregável", hu: "Letölthető fájl", mt: "Fajl li jista' jiġi ddawnlowdjat", et: "Allalaetav fail", el: "Μεταφορτώσιμο αρχείο", pl: "Plik do pobrania", nl: "Downloadbaar bestand", da: "Fil, som kan downloades", no: "Nedlastbar fil", sk: "Prevzateľný súbor", ga: "Comhad in‑íoslódáilte", es: "Archivo descargable", bg: "Файл за сваляне", lv: "Lejupielādējama datne", de: "Herunterladbare Datei" }, index: "vocabulary", id: "DOWNLOADABLE_FILE", in_scheme: "http://publications.europa.eu/resource/authority/distribution-type", resource: "http://publications.europa.eu/resource/authority/distribution-type/DOWNLOADABLE_FILE" }, { pref_label: { sv: "Webbtjänst/API", de: "Web-Dienst/API", bg: "Уеб услуга/API", en: "Web service/API", hr: "Internetska usluga / API", lv: "Tīmekļa pakalpojums/API", et: "Veebiteenus/API", es: "Servicio web/API", hu: "Webszolgáltatás/API", ro: "Serviciu web/API", sl: "Spletna storitev/API", pt: "Serviço Web/API", nl: "Webservice/API", lt: "Saityno paslauga / API sąsaja", sk: "Webová služba/API", da: "Webtjeneste/API", fr: "Service web/API", pl: "Usługa sieciowa / API", fi: "Verkkopalvelu/API", cs: "Internetová služba / API", el: "Διαδικτυακή υπηρεσία/API", mt: "Servizz web/API", ga: "Seirbhís gréasáin/API", it: "Servizio web/API" }, index: "vocabulary", id: "WEB_SERVICE", in_scheme: "http://publications.europa.eu/resource/authority/distribution-type", resource: "http://publications.europa.eu/resource/authority/distribution-type/WEB_SERVICE", alt_label: { fr: "Service web", cs: "Webová služba", pt: "Serviço web", ro: "Serviciu web", et: "Veebiteenus", bg: "Уеб услуга", ga: "Seirbhís gréasáin", mt: "Servizz tal-Web", nl: "Webservice", hr: "Web-usluga", da: "Webtjeneste", lt: "Saityno paslauga", no: "Webservice", el: "Διαδικτυακή υπηρεσία", sv: "Webbtjänstgränssnitt", sl: "Spletna storitev", hu: "Webszolgáltatás", fi: "Verkkopalvelu", de: "Web-Service", lv: "Tīmekļa pakalpojums", es: "Servicio web", pl: "Usługa sieciowa", sk: "Webová služba", en: "Web service", it: "Servizio web" } }] }, i = {
|
|
2
|
+
result: e
|
|
3
|
+
};
|
|
4
|
+
export {
|
|
5
|
+
i as default,
|
|
6
|
+
e as result
|
|
7
|
+
};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
const e = /* @__PURE__ */ JSON.parse(`{"index":"vocabulary","count":223,"facets":[{"id":"attribution","title":"Attribution","items":[]},{"id":"copyleft","title":"Copy Left","items":[]},{"id":"lesser_copyleft","title":"Lesser Copy Left","items":[]},{"id":"notice","title":"Notice","items":[]},{"id":"share_alike","title":"Share Alike","items":[]},{"id":"state_changes","title":"State Changes","items":[]}],"results":[{"pref_label":{"en":"RAR","et":"RAR"},"index":"vocabulary","id":"RAR","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/RAR","alt_label":{"en":"Roshal Archive"}},{"pref_label":{"en":"PS","et":"PS"},"index":"vocabulary","id":"PS","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/PS","alt_label":{"en":"PostScript File"}},{"pref_label":{"et":"METS pakett","en":"METS package"},"index":"vocabulary","id":"METS_ZIP","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/METS_ZIP","alt_label":{"en":"Metadata Encoding and Transmission Standard – Physical METS container"}},{"pref_label":{"en":"PNG","et":"PNG"},"index":"vocabulary","id":"PNG","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/PNG","alt_label":{"en":"Portable Network Graphics"}},{"pref_label":{"en":"StL","et":"StL"},"index":"vocabulary","id":"STL","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/STL","alt_label":{"en":"StereoLithography"}},{"pref_label":{"en":"DwC-A","et":"DwC-A"},"index":"vocabulary","id":"DWCA","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/DWCA","alt_label":{"en":"Darwin Core Archive"}},{"pref_label":{"en":"PDF/X-1a","et":"PDF/X-1a"},"index":"vocabulary","id":"PDFX1A","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/PDFX1A"},{"pref_label":{"en":"DWG","et":"DWG"},"index":"vocabulary","id":"DWG","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/DWG","alt_label":{"en":"DWG file"}},{"pref_label":{"en":"XML schema","et":"XML skeem"},"index":"vocabulary","id":"SCHEMA_XML","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/SCHEMA_XML","alt_label":{"en":"XML Schema"}},{"pref_label":{"et":"MBOX","en":"MBOX"},"index":"vocabulary","id":"MBOX","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/MBOX","alt_label":{"en":"Mbox"}},{"pref_label":{"et":"PDF1X","en":"PDF1X"},"index":"vocabulary","id":"PDF1X","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/PDF1X","alt_label":{"en":"PDF printing format extension"}},{"pref_label":{"et":"AAB","en":"AAB"},"index":"vocabulary","id":"AAB","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/AAB","alt_label":{"en":"Android App Bundle"}},{"pref_label":{"et":"AAC","en":"AAC"},"index":"vocabulary","id":"AAC","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/AAC","alt_label":{"en":"Advanced Audio Coding"}},{"pref_label":{"et":"GeoPackage","en":"GeoPackage"},"index":"vocabulary","id":"GPKG","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/GPKG","alt_label":{"en":"OGC GeoPackage"}},{"pref_label":{"et":"GML","en":"GML"},"index":"vocabulary","id":"GML","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/GML","alt_label":{"en":"Geography Markup Language"}},{"pref_label":{"et":"XHTML lihtsustatud","en":"XHTML simplified"},"index":"vocabulary","id":"XHTML_SIMPL","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/XHTML_SIMPL","alt_label":{"en":"Extensible Hypertext Markup Language, simplified"}},{"pref_label":{"et":"DGN","en":"DGN"},"index":"vocabulary","id":"DGN","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/DGN","alt_label":{"en":"DGN file"}},{"pref_label":{"et":"RDF Thrift","en":"RDF Thrift"},"index":"vocabulary","id":"RDF_THRIFT","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/RDF_THRIFT","alt_label":{"en":"RDF Binary Thrift"}},{"pref_label":{"et":"ARC","en":"ARC"},"index":"vocabulary","id":"ARC","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/ARC","alt_label":{"en":"Internet Archive ARC file format"}},{"pref_label":{"en":"METS XML","et":"METS XML"},"index":"vocabulary","id":"METS","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/METS","alt_label":{"en":"Metadata Encoding and Transmission Standard – Logical METS container"}},{"pref_label":{"en":"RSS feed","et":"RSS feed"},"index":"vocabulary","id":"RSS","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/RSS","alt_label":{"en":"Really Simple Syndication"}},{"pref_label":{"en":"DXF","et":"DXF"},"index":"vocabulary","id":"DXF","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/DXF","alt_label":{"en":"Drawing Interchange Format"}},{"pref_label":{"en":"fiware_cb"},"index":"vocabulary","id":"FIWARE-CB","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/FIWARE-CB","alt_label":{"en":"fiware_cb"}},{"pref_label":{"et":"Thrift compact","en":"Thrift compact"},"index":"vocabulary","id":"THRIFT_COMPACT","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/THRIFT_COMPACT","alt_label":{"en":"Apache Thrift compact binary format"}},{"pref_label":{"et":"Tihendatud GML","en":"Zipped GML"},"index":"vocabulary","id":"GMZ","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/GMZ","alt_label":{"en":"Zipped Geography Markup Language"}},{"pref_label":{"en":"WFS","et":"WFS"},"index":"vocabulary","id":"WFS_SRVC","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/WFS_SRVC","alt_label":{"en":"Web Feature Service"}},{"pref_label":{"et":"ARJ","en":"ARJ"},"index":"vocabulary","id":"ARJ","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/ARJ","alt_label":{"en":"ARJ archive"}},{"pref_label":{"en":"PowerPoint PPSX","et":"PowerPoint PPSX"},"index":"vocabulary","id":"PPSX","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/PPSX","alt_label":{"en":"PowerPoint Open XML Slide Show"}},{"pref_label":{"et":"MATLAB MAT","en":"MATLAB MAT"},"index":"vocabulary","id":"MATLAB_MAT","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/MATLAB_MAT","alt_label":{"en":"MATLAB MAT-File"}},{"pref_label":{"en":"PDF/A-1b","et":"PDF/A-1b"},"index":"vocabulary","id":"PDFA1B","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/PDFA1B","alt_label":{"en":"PDF archiving format, Level B conformance"}},{"pref_label":{"et":"RDF XML","en":"RDF XML"},"index":"vocabulary","id":"RDF_XML","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/RDF_XML","alt_label":{"en":"Resource Description Framework XML syntax"}},{"pref_label":{"et":"LHA","en":"LHA"},"index":"vocabulary","id":"LHA","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/LHA","alt_label":{"en":"LHA compressed file"}},{"pref_label":{"en":"IMMC XML message","et":"IMMC XML sõnum"},"index":"vocabulary","id":"IMMC_XML","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/IMMC_XML"},{"pref_label":{"en":"SVG","et":"SVG"},"index":"vocabulary","id":"SVG","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/SVG","alt_label":{"en":"Scalable Vector Graphics"}},{"pref_label":{"et":"RTF","en":"RTF"},"index":"vocabulary","id":"RTF","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/RTF","alt_label":{"en":"Rich Text Format File"}},{"pref_label":{"et":"INDD","en":"INDD"},"index":"vocabulary","id":"INDD","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/INDD","alt_label":{"en":"Adobe InDesign Document"}},{"pref_label":{"en":"JPEG","et":"JPEG"},"index":"vocabulary","id":"JPEG","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/JPEG"},{"pref_label":{"et":"RDFa","en":"RDFa"},"index":"vocabulary","id":"RDFA","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/RDFA","alt_label":{"en":"Resource Description Framework in Attributes"}},{"pref_label":{"et":"Plain text","en":"Plain text"},"index":"vocabulary","id":"TXT","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/TXT","alt_label":{"en":"Text file"}},{"pref_label":{"en":"SPSS SAV"},"index":"vocabulary","id":"SPSS_SAV","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/SPSS_SAV","alt_label":{"en":"SPSS Statistics file"}},{"pref_label":{"en":"PowerPoint Slide Show","et":"PowerPoint slaidiesitlus"},"index":"vocabulary","id":"PPS","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/PPS","alt_label":{"en":"Microsoft PowerPoint Slide Show"}},{"pref_label":{"en":"Parquet","et":"Parquet"},"index":"vocabulary","id":"PARQUET","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/PARQUET","alt_label":{"en":"Apache Parquet file"}},{"pref_label":{"en":"WARC","et":"WARC"},"index":"vocabulary","id":"WARC","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/WARC","alt_label":{"en":"Web Archive format"}},{"pref_label":{"et":"SPARQL tulemused","en":"SPARQL results"},"index":"vocabulary","id":"SPARQLQRES","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/SPARQLQRES","alt_label":{"en":"SPARQL Query Results"}},{"pref_label":{"en":"RDF","et":"RDF"},"index":"vocabulary","id":"RDF","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/RDF","alt_label":{"en":"Resource Description Framework (RDF)"}},{"pref_label":{"et":"PowerPoint PPT","en":"PowerPoint PPT"},"index":"vocabulary","id":"PPT","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/PPT","alt_label":{"en":"Microsoft PowerPoint Presentation"}},{"pref_label":{"en":"EPUB","et":"EPUB"},"index":"vocabulary","id":"EPUB","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/EPUB","alt_label":{"en":"eBook standard of the International Digital Publishing Forum (IDPF)"}},{"pref_label":{"et":"SGML DTD","en":"SGML DTD"},"index":"vocabulary","id":"DTD_SGML","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/DTD_SGML","alt_label":{"en":"SGML Document Type Definition (DTD)"}},{"pref_label":{"et":"PDF/UA","en":"PDF/UA"},"index":"vocabulary","id":"PDFUA","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/PDFUA","alt_label":{"en":"PDF/Universal Accessibility"}},{"pref_label":{"en":"Z","et":"Z"},"index":"vocabulary","id":"Z","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/Z","alt_label":{"en":"Unix compressed file"}},{"pref_label":{"et":"GTFS","en":"GTFS"},"index":"vocabulary","id":"GTFS","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/GTFS","alt_label":{"en":"General Transit Feed Specification"}},{"pref_label":{"en":"PDF/A-2a","et":"PDF/A-2a"},"index":"vocabulary","id":"PDFA2A","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/PDFA2A"},{"pref_label":{"et":"PDF/A-2b","en":"PDF/A-2b"},"index":"vocabulary","id":"PDFA2B","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/PDFA2B"},{"pref_label":{"en":"ArcInfo coverage","et":"ArcInfo coverage"},"index":"vocabulary","id":"ARCINFO_COV","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/ARCINFO_COV","alt_label":{"en":"ESRI ArcInfo Coverage"}},{"pref_label":{"en":"HTML simplified","et":"HTML lihtsustatud"},"index":"vocabulary","id":"HTML_SIMPL","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/HTML_SIMPL","alt_label":{"en":"HyperText Mark-up Language, simplified"}},{"pref_label":{"et":"RData","en":"RData"},"index":"vocabulary","id":"RDATA","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/RDATA","alt_label":{"en":"R Data format"}},{"pref_label":{"en":"Word DOCX","et":"Word DOCX"},"index":"vocabulary","id":"DOCX","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/DOCX","alt_label":{"en":"Office Open XML Document"}},{"pref_label":{"et":"ISO pilt","en":"ISO image"},"index":"vocabulary","id":"ISO","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/ISO","alt_label":{"en":"ISO Disc Image file"}},{"pref_label":{"et":"NetCDF","en":"NetCDF"},"index":"vocabulary","id":"NETCDF","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/NETCDF","alt_label":{"en":"Network Common Data Form"}},{"pref_label":{"et":"XLSM","en":"XLSM"},"index":"vocabulary","id":"XLSM","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/XLSM","alt_label":{"en":"Excel Macro-enabled Workbook"}},{"pref_label":{"en":"SWM","et":"SWM"},"index":"vocabulary","id":"SWM","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/SWM","alt_label":{"en":"Split WIM file"}},{"pref_label":{"en":"AppX","et":"AppX"},"index":"vocabulary","id":"APPX","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/APPX","alt_label":{"en":"Microsoft AppX application package"}},{"pref_label":{"et":"XLSB","en":"XLSB"},"index":"vocabulary","id":"XLSB","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/XLSB","alt_label":{"en":"Excel Binary Workbook"}},{"pref_label":{"et":"Excel XLSX","en":"Excel XLSX"},"index":"vocabulary","id":"XLSX","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/XLSX","alt_label":{"en":"Office Open XML Workbook"}},{"pref_label":{"et":"ArcGIS Map eelvaade","en":"ArcGIS Map Preview"},"index":"vocabulary","id":"MAP_PRVW","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/MAP_PRVW"},{"pref_label":{"en":"SKOS","et":"SKOS"},"index":"vocabulary","id":"SKOS_XML","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/SKOS_XML","alt_label":{"en":"Simple Knowledge Organization System"}},{"pref_label":{"en":"ICalendar","et":"IKalender"},"index":"vocabulary","id":"ICS","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/ICS","alt_label":{"en":"iCalendar"}},{"pref_label":{"en":"PDF/A-1a","et":"PDF/A-1a"},"index":"vocabulary","id":"PDFA1A","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/PDFA1A","alt_label":{"en":"PDF archiving format, Level A conformance"}},{"pref_label":{"et":"lzo","en":"lzo"},"index":"vocabulary","id":"LZO","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/LZO","alt_label":{"en":"lzo compressed file"}},{"pref_label":{"en":"JSON-LD","et":"JSON-LD"},"index":"vocabulary","id":"JSON_LD","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/JSON_LD","alt_label":{"en":"JavaScript Object Notation for Linked Data"}},{"pref_label":{"en":"XML DTD","et":"XML DTD"},"index":"vocabulary","id":"DTD_XML","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/DTD_XML","alt_label":{"en":"XML Document Type Definition (DTD)"}},{"pref_label":{"en":"Esri ASCII grid","et":"Esri ASCII ruutkava"},"index":"vocabulary","id":"GRID_ASCII","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/GRID_ASCII","alt_label":{"en":"Environmental Systems Research Institute ASCII grid"}},{"pref_label":{"et":"MrSID","en":"MrSID"},"index":"vocabulary","id":"MRSID","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/MRSID","alt_label":{"en":"Multiresolution seamless image database"}},{"pref_label":{"et":"MPEG-4 AVC","en":"MPEG-4 AVC"},"index":"vocabulary","id":"MPEG4_AVC","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/MPEG4_AVC","alt_label":{"en":"Moving Picture Experts Group 4 Advanced Video Coding"}},{"pref_label":{"et":"GPX","en":"GPX"},"index":"vocabulary","id":"GPX","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/GPX","alt_label":{"en":"GPS Exchange Format"}},{"pref_label":{"et":"YAML","en":"YAML"},"index":"vocabulary","id":"YAML","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/YAML","alt_label":{"en":"YAML Ain't Markup Language"}},{"pref_label":{"en":"BWF","et":"BWF"},"index":"vocabulary","id":"BWF","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/BWF","alt_label":{"en":"Broadcast Wave File"}},{"pref_label":{"et":"Esri Shape","en":"Esri Shape"},"index":"vocabulary","id":"SHP","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/SHP","alt_label":{"en":"Environmental Systems Research Institute Shape"}},{"pref_label":{"et":"PSD","en":"PSD"},"index":"vocabulary","id":"PSD","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/PSD","alt_label":{"en":"Adobe Photoshop Document"}},{"pref_label":{"et":"FMX4 ZIP","en":"FMX4 ZIP"},"index":"vocabulary","id":"FMX4_ZIP","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/FMX4_ZIP","alt_label":{"en":"Formex 4 ZIP archive"}},{"pref_label":{"en":"PowerPoint PPTX","et":"PowerPoint PPTX"},"index":"vocabulary","id":"PPTX","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/PPTX","alt_label":{"en":"Office Open XML Presentation"}},{"pref_label":{"et":"ETSI TSL","en":"ETSI TSL"},"index":"vocabulary","id":"ETSI_TSL","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/ETSI_TSL","alt_label":{"en":"ETSI Trusted List"}},{"pref_label":{"en":"Thrift binary","et":"Thrift binary"},"index":"vocabulary","id":"THRIFT_BINARY","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/THRIFT_BINARY","alt_label":{"en":"Apache Thrift binary format"}},{"pref_label":{"en":"GeoTIFF","et":"GeoTIFF"},"index":"vocabulary","id":"GEOTIFF","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/GEOTIFF","alt_label":{"en":"OGC GeoTIFF"}},{"pref_label":{"en":"WAR","et":"WAR"},"index":"vocabulary","id":"WAR","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/WAR","alt_label":{"en":"Web Archive"}},{"pref_label":{"en":"JSON","et":"JSON"},"index":"vocabulary","id":"JSON","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/JSON","alt_label":{"en":"JavaScript Object Notation"}},{"pref_label":{"en":"HDF","et":"HDF"},"index":"vocabulary","id":"HDF","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/HDF","alt_label":{"en":"Hierarchical Data Format"}},{"pref_label":{"et":"WAV","en":"WAV"},"index":"vocabulary","id":"WAV","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/WAV","alt_label":{"en":"Waveform Audio File"}},{"pref_label":{"et":"PDF","en":"PDF"},"index":"vocabulary","id":"PDF","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/PDF","alt_label":{"en":"Portable Document Format"}},{"pref_label":{"et":"SGML","en":"SGML"},"index":"vocabulary","id":"SGML","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/SGML","alt_label":{"en":"Standard Generalized Mark-up Language"}},{"pref_label":{"en":"HDT","et":"HDT"},"index":"vocabulary","id":"HDT","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/HDT","alt_label":{"en":"Header Dictionary Triples"}},{"pref_label":{"et":"XHTML5","en":"XHTML5"},"index":"vocabulary","id":"XHTML5","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/XHTML5","alt_label":{"en":"Extensible Hypertext Markup Language 5"}},{"pref_label":{"en":"LegalHTML","et":"LegalHTML"},"index":"vocabulary","id":"LEGALHTML","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/LEGALHTML","alt_label":{"en":"LegalHTML file"}},{"pref_label":{"en":"DMG","et":"DMG"},"index":"vocabulary","id":"DMG","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/DMG","alt_label":{"en":"Apple Disk Image"}},{"pref_label":{"et":"PDFA-3","en":"PDFA-3"},"index":"vocabulary","id":"PDFA3","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/PDFA3"},{"pref_label":{"en":"Oracle Dump","et":"Oracle Dump"},"index":"vocabulary","id":"DMP","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/DMP"},{"pref_label":{"en":"Binary Data","et":"Binaarsed andmed"},"index":"vocabulary","id":"BIN","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/BIN"},{"pref_label":{"en":"AKN4EU ZIP","et":"AKN4EU ZIP"},"index":"vocabulary","id":"AKN4EU_ZIP","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/AKN4EU_ZIP","alt_label":{"en":"Akoma Ntoso ZIP archive"}},{"pref_label":{"en":"TAR XZ","et":"TAR XZ"},"index":"vocabulary","id":"TAR_XZ","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/TAR_XZ","alt_label":{"en":"XZ Compressed Tar Archive"}},{"pref_label":{"en":"MOP","et":"MOP"},"index":"vocabulary","id":"MOP","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/MOP","alt_label":{"en":"MOPAC Input Format"}},{"pref_label":{"en":"MP3","et":"MP3"},"index":"vocabulary","id":"MP3","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/MP3","alt_label":{"en":"MPEG-1/MPEG-2 Audio Layer III"}},{"pref_label":{"en":"ETSI signature validation report","et":"ETSI signature validation report"},"index":"vocabulary","id":"ETSI_XML","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/ETSI_XML","alt_label":{"en":"European Telecommunications Standards Institute signature validation report XML"}},{"pref_label":{"en":"MOV","et":"MOV"},"index":"vocabulary","id":"MOV","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/MOV","alt_label":{"en":"QuickTime Movie"}},{"pref_label":{"et":"PDF/X-2a","en":"PDF/X-2a"},"index":"vocabulary","id":"PDFX2A","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/PDFX2A"},{"pref_label":{"et":"XHTML","en":"XHTML"},"index":"vocabulary","id":"XHTML","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/XHTML","alt_label":{"en":"Extensible Hypertext Markup Language"}},{"pref_label":{"en":"WARC GZ","et":"WARC GZ"},"index":"vocabulary","id":"WARC_GZ","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/WARC_GZ","alt_label":{"en":"Compressed Web Archive format"}},{"pref_label":{"en":"QGS","et":"QGS"},"index":"vocabulary","id":"QGS","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/QGS","alt_label":{"en":"Quantum GIS project"}},{"pref_label":{"en":"TAR GZ","et":"TAR GZ"},"index":"vocabulary","id":"TAR_GZ","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/TAR_GZ","alt_label":{"en":"Compressed Tarball File"}},{"pref_label":{"et":"TMX","en":"TMX"},"index":"vocabulary","id":"TMX","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/TMX","alt_label":{"en":"Translation Memory eXchange"}},{"pref_label":{"en":"ZIP","et":"ZIP"},"index":"vocabulary","id":"ZIP","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/ZIP"},{"pref_label":{"et":"xz","en":"xz"},"index":"vocabulary","id":"XZ","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/XZ","alt_label":{"en":"xz compressed file"}},{"pref_label":{"et":"7z","en":"7z"},"index":"vocabulary","id":"7Z","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/7Z","alt_label":{"en":"7-Zip compressed file"}},{"pref_label":{"en":"E00","et":"E00"},"index":"vocabulary","id":"E00","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/E00","alt_label":{"en":"ESRI Arc/Info interchange file"}},{"pref_label":{"et":"Esri File geoandmebaas","en":"Esri File Geodatabase"},"index":"vocabulary","id":"GDB","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/GDB","alt_label":{"en":"Environmental Systems Research Institute File Geodatabase"}},{"pref_label":{"et":"Kapseldatud Postscript","en":"Encapsulated Postscript"},"index":"vocabulary","id":"EPS","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/EPS"},{"pref_label":{"en":"OpenDocument Database","et":"OpenDocument andmebaas"},"index":"vocabulary","id":"ODB","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/ODB"},{"pref_label":{"en":"OpenDocument Chart","et":"OpenDocument graafik"},"index":"vocabulary","id":"ODC","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/ODC"},{"pref_label":{"et":"ODF","en":"ODF"},"index":"vocabulary","id":"ODF","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/ODF","alt_label":{"en":"OpenDocument Format"}},{"pref_label":{"en":"OpenDocument Image","et":"OpenDocument pilt"},"index":"vocabulary","id":"ODG","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/ODG"},{"pref_label":{"et":"lzip","en":"lzip"},"index":"vocabulary","id":"LZIP","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/LZIP","alt_label":{"en":"lzip compressed file"}},{"pref_label":{"et":"Word DOC","en":"Word DOC"},"index":"vocabulary","id":"DOC","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/DOC","alt_label":{"en":"Microsoft Word"}},{"pref_label":{"et":"BITS XML","en":"BITS XML"},"index":"vocabulary","id":"BITS","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/BITS","alt_label":{"en":"Book Interchange Tag Suite"}},{"pref_label":{"en":"ODP","et":"ODP"},"index":"vocabulary","id":"ODP","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/ODP","alt_label":{"en":"OpenDocument Presentation"}},{"pref_label":{"et":"ODT","en":"ODT"},"index":"vocabulary","id":"ODT","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/ODT","alt_label":{"en":"Open Document Text"}},{"pref_label":{"et":"ODS","en":"ODS"},"index":"vocabulary","id":"ODS","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/ODS","alt_label":{"en":"OpenDocument Spreadsheet"}},{"pref_label":{"et":"RDF TriX","en":"RDF TriX"},"index":"vocabulary","id":"RDF_TRIX","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/RDF_TRIX","alt_label":{"en":"Triples in XML"}},{"pref_label":{"en":"Ungen","et":"Ungen"},"index":"vocabulary","id":"UNGEN","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/UNGEN","alt_label":{"en":"ArcGIS ungenerate"}},{"pref_label":{"et":"DAPK","en":"DAPK"},"index":"vocabulary","id":"DAPK","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/DAPK","alt_label":{"en":"Android Package (Daydream)"}},{"pref_label":{"en":"MHTML","et":"MHTML"},"index":"vocabulary","id":"MHTML","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/MHTML","alt_label":{"en":"MIME HTML"}},{"pref_label":{"et":"PWP","en":"PWP"},"index":"vocabulary","id":"PWP","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/PWP","alt_label":{"en":"Packaged Web Publications"}},{"pref_label":{"et":"KML","en":"KML"},"index":"vocabulary","id":"KML","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/KML","alt_label":{"en":"Keyhole Markup Language"}},{"pref_label":{"et":"MPEG-4","en":"MPEG-4"},"index":"vocabulary","id":"MPEG4","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/MPEG4","alt_label":{"en":"Moving Picture Experts Group 4"}},{"pref_label":{"et":"MPEG-2","en":"MPEG-2"},"index":"vocabulary","id":"MPEG2","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/MPEG2","alt_label":{"en":"Moving Picture Experts Group 2"}},{"pref_label":{"et":"AKN4EU fail","en":"AKN4EU file"},"index":"vocabulary","id":"AKN4EU","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/AKN4EU","alt_label":{"en":"Akoma Ntoso file"}},{"pref_label":{"en":"EAR","et":"EAR"},"index":"vocabulary","id":"EAR","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/EAR","alt_label":{"en":"Enterprise Application Archive"}},{"pref_label":{"en":"RDF N-Quads","et":"RDF N-Quads"},"index":"vocabulary","id":"RDF_N_QUADS","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/RDF_N_QUADS","alt_label":{"en":"Resource Description Framework N-Quads"}},{"pref_label":{"et":"KMZ","en":"KMZ"},"index":"vocabulary","id":"KMZ","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/KMZ","alt_label":{"en":"Keyhole Markup Language, Zipped"}},{"pref_label":{"et":"RDF TriG","en":"RDF TriG"},"index":"vocabulary","id":"RDF_TRIG","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/RDF_TRIG","alt_label":{"en":"Resource Description Framework TriG"}},{"pref_label":{"en":"Amazon Kindle eBook","et":"Amazon Kindle e-raamat"},"index":"vocabulary","id":"AZW","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/AZW","alt_label":{"en":"Amazon Kindle eBook format"}},{"pref_label":{"et":"OVF","en":"OVF"},"index":"vocabulary","id":"OVF","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/OVF","alt_label":{"en":"Open Virtualization Format"}},{"pref_label":{"et":"Stata DTA","en":"Stata DTA"},"index":"vocabulary","id":"STATA_DTA","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/STATA_DTA","alt_label":{"en":"Stata dataset"}},{"pref_label":{"en":"HTTP Message","et":"HTTP sõnum"},"index":"vocabulary","id":"MSG_HTTP","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/MSG_HTTP","alt_label":{"en":"HTTP Message Syntax and Routing"}},{"pref_label":{"en":"TIFF FX","et":"TIFF FX"},"index":"vocabulary","id":"TIFF_FX","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/TIFF_FX","alt_label":{"en":"Tagged Image Format File Fax eXtended"}},{"pref_label":{"en":"Layer package","et":"Layer package"},"index":"vocabulary","id":"LPK","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/LPK","alt_label":{"en":"ArcGIS layer package"}},{"pref_label":{"en":"JavaScript","et":"JavaScript"},"index":"vocabulary","id":"JS","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/JS"},{"pref_label":{"en":"MIF/MID","et":"MIF/MID"},"index":"vocabulary","id":"MIF_MID","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/MIF_MID","alt_label":{"en":"MapInfo interchange format"}},{"pref_label":{"en":"Mobipocket eBook","et":"Mobipocket e-raamat"},"index":"vocabulary","id":"MOBI","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/MOBI","alt_label":{"en":"Mobipocket eBook format"}},{"pref_label":{"et":"WCS","en":"WCS"},"index":"vocabulary","id":"WCS_SRVC","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/WCS_SRVC","alt_label":{"en":"Web Coverage Service"}},{"pref_label":{"en":"Atom Feed","et":"Atom voog"},"index":"vocabulary","id":"ATOM","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/ATOM","alt_label":{"en":"Atom Syndication Format"}},{"pref_label":{"en":"MapInfo TAB raster file","et":"MapInfo TAB rasterfail"},"index":"vocabulary","id":"TAB_RSTR","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/TAB_RSTR"},{"pref_label":{"en":"bzip2","et":"bzip2"},"index":"vocabulary","id":"BZIP2","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/BZIP2","alt_label":{"en":"bzip2 compressed file"}},{"pref_label":{"en":"MSI","et":"MSI"},"index":"vocabulary","id":"MSI","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/MSI","alt_label":{"en":"Windows Installer Package"}},{"pref_label":{"en":"Bitmap Image File","et":"Bitmap pildifail"},"index":"vocabulary","id":"BMP","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/BMP"},{"pref_label":{"et":"OWL","en":"OWL"},"index":"vocabulary","id":"OWL","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/OWL","alt_label":{"en":"Web Ontology Language"}},{"pref_label":{"cs":"Předběžné údaje","hu":"Ideiglenes adatok","en":"Provisional data","lt":"Laikinieji duomenys","ro":"Date provizorii","mt":"Dejta provviżorja","it":"Dati provvisori","sv":"Tillfälliga uppgifter","lv":"Provizoriski dati","sl":"Začasni podatki","pt":"Dados provisórios","de":"Vorläufige Daten","fi":"Alustavat tiedot","bg":"Неокончателни данни","nl":"Voorlopige gegevens","ga":"Sonraí sealadacha","pl":"Dane tymczasowe","hr":"Privremeni podaci","es":"Datos provisionales","fr":"Données provisoires","da":"Midlertidige data","sk":"Predbežné údaje","el":"Προσωρινά δεδομένα","et":"Esialgsed andmed"},"index":"vocabulary","id":"OP_DATPRO","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/OP_DATPRO"},{"pref_label":{"en":"RDF Turtle","et":"RDF Turtle"},"index":"vocabulary","id":"RDF_TURTLE","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/RDF_TURTLE","alt_label":{"en":"Terse RDF Triple Language"}},{"pref_label":{"en":"RDF N-Triples","et":"RDF N-Triples"},"index":"vocabulary","id":"RDF_N_TRIPLES","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/RDF_N_TRIPLES","alt_label":{"en":"Resource Description Framework N-Triples"}},{"pref_label":{"et":"Esri binaarne ruutkava","en":"Esri binary grid"},"index":"vocabulary","id":"GRID","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/GRID","alt_label":{"en":"Environmental Systems Research Institute binary grid"}},{"pref_label":{"en":"OAPK","et":"OAPK"},"index":"vocabulary","id":"OAPK","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/OAPK","alt_label":{"en":"Android Package (Oculus)"}},{"pref_label":{"et":"SPARQL","en":"SPARQL"},"index":"vocabulary","id":"SPARQLQ","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/SPARQLQ","alt_label":{"en":"SPARQL Query"}},{"pref_label":{"en":"MapInfo TAB file","et":"MapInfo TAB fail"},"index":"vocabulary","id":"TAB","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/TAB"},{"pref_label":{"en":"XYZ Chemical File","et":"XYZ keemiline fail"},"index":"vocabulary","id":"XYZ","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/XYZ"},{"pref_label":{"en":"ECW","et":"ECW"},"index":"vocabulary","id":"ECW","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/ECW","alt_label":{"en":"Enhanced Compressed Wavelet"}},{"pref_label":{"et":"ArcGIS Map teenus","en":"ArcGIS Map Service"},"index":"vocabulary","id":"MAP_SRVC","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/MAP_SRVC"},{"pref_label":{"en":"GNU zip","et":"GNU zip"},"index":"vocabulary","id":"GZIP","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/GZIP"},{"pref_label":{"et":"LASer fail","en":"LASer file"},"index":"vocabulary","id":"LAS","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/LAS"},{"pref_label":{"en":"lzma","et":"lzma"},"index":"vocabulary","id":"LZMA","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/LZMA","alt_label":{"en":"lzma compressed file"}},{"pref_label":{"en":"TAR","et":"TAR"},"index":"vocabulary","id":"TAR","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/TAR","alt_label":{"en":"Tape Archive"}},{"pref_label":{"et":"Kompressitud LAS fail","en":"Compressed LAS file"},"index":"vocabulary","id":"LAZ","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/LAZ","alt_label":{"en":"Compressed LASer file"}},{"pref_label":{"en":"AKN4EU LEG","et":"AKN4EU LEG"},"index":"vocabulary","id":"AKN4EU_LEG","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/AKN4EU_LEG","alt_label":{"en":"Akoma Ntoso ZIP archive"}},{"pref_label":{"en":"MathML","et":"MathML"},"index":"vocabulary","id":"MATHML","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/MATHML","alt_label":{"en":"Mathematical Markup Language"}},{"pref_label":{"en":"DBF","et":"DBF"},"index":"vocabulary","id":"DBF","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/DBF","alt_label":{"en":"dBase File"}},{"pref_label":{"et":"MDB","en":"MDB"},"index":"vocabulary","id":"MDB","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/MDB","alt_label":{"en":"Microsoft Access Database"}},{"pref_label":{"et":"HTML","en":"HTML"},"index":"vocabulary","id":"HTML","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/HTML","alt_label":{"en":"HyperText Mark-up Language"}},{"pref_label":{"et":"GeoJSON","en":"GeoJSON"},"index":"vocabulary","id":"GEOJSON","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/GEOJSON","alt_label":{"en":"Geographical JavaScript Object Notation"}},{"pref_label":{"en":"SDMX","et":"SDMX"},"index":"vocabulary","id":"SDMX","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/SDMX","alt_label":{"en":"Statistical Data and Metadata eXchange"}},{"pref_label":{"et":"World file","en":"World file"},"index":"vocabulary","id":"WORLD","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/WORLD"},{"pref_label":{"et":"Arrow file","en":"Arrow file"},"index":"vocabulary","id":"ARROW_FILE","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/ARROW_FILE","alt_label":{"en":"Apache Arrow file"}},{"pref_label":{"et":"GIF","en":"GIF"},"index":"vocabulary","id":"GIF","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/GIF","alt_label":{"en":"Graphics Interchange Format"}},{"pref_label":{"en":"N3","et":"N3"},"index":"vocabulary","id":"N3","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/N3","alt_label":{"en":"Notation3"}},{"pref_label":{"en":"PDF/X-4","et":"PDF/X-4"},"index":"vocabulary","id":"PDFX4","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/PDFX4"},{"pref_label":{"et":"XLIFF","en":"XLIFF"},"index":"vocabulary","id":"XLIFF","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/XLIFF","alt_label":{"en":"XML Localisation Interchange File Format"}},{"pref_label":{"et":"ARC GZ","en":"ARC GZ"},"index":"vocabulary","id":"ARC_GZ","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/ARC_GZ","alt_label":{"en":"Compressed Internet Archive ARC file format"}},{"pref_label":{"et":"SQL","en":"SQL"},"index":"vocabulary","id":"SQL","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/SQL","alt_label":{"en":"Structured Query Language"}},{"pref_label":{"en":"Markdown","et":"Markdown"},"index":"vocabulary","id":"MARKDOWN","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/MARKDOWN","alt_label":{"en":"Markdown file"}},{"pref_label":{"en":"DCR File","et":"DCR fail"},"index":"vocabulary","id":"DCR","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/DCR"},{"pref_label":{"en":"WebP","et":"WebP"},"index":"vocabulary","id":"WEBP","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/WEBP","alt_label":{"en":"WebP image"}},{"pref_label":{"en":"TSV","et":"TSV"},"index":"vocabulary","id":"TSV","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/TSV","alt_label":{"en":"Tab-Separated Values"}},{"pref_label":{"en":"WIM","et":"WIM"},"index":"vocabulary","id":"WIM","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/WIM","alt_label":{"en":"Windows Imaging Format"}},{"pref_label":{"et":"Formex 2","en":"Formex 2"},"index":"vocabulary","id":"FMX2","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/FMX2","alt_label":{"en":"Formalized Exchange of Electronic Publications (Formex), version 2"}},{"pref_label":{"et":"eForms XML","en":"eForms XML"},"index":"vocabulary","id":"EFORMS_XML","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/EFORMS_XML","alt_label":{"en":"eForms XML file"}},{"pref_label":{"en":"Formex 3","et":"Formex 3"},"index":"vocabulary","id":"FMX3","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/FMX3","alt_label":{"en":"Formalized Exchange of Electronic Publications (Formex), version 3"}},{"pref_label":{"en":"Formex 4","et":"Formex 4"},"index":"vocabulary","id":"FMX4","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/FMX4","alt_label":{"en":"Formalized Exchange of Electronic Publications (Formex), version 4"}},{"pref_label":{"et":"XSL-FO","en":"XSL-FO"},"index":"vocabulary","id":"XSLFO","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/XSLFO","alt_label":{"en":"Extensible Stylesheet Language – Formatting Objects"}},{"pref_label":{"et":"WMS","en":"WMS"},"index":"vocabulary","id":"WMS_SRVC","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/WMS_SRVC","alt_label":{"en":"Web Map Service"}},{"pref_label":{"en":"SAS","et":"SAS"},"index":"vocabulary","id":"SAS","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/SAS","alt_label":{"en":"SAS dataset"}},{"pref_label":{"et":"sb3","en":"sb3"},"index":"vocabulary","id":"SB3","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/SB3","alt_label":{"en":"Scratch 3.0"}},{"pref_label":{"en":"Arrow stream","et":"Arrow stream"},"index":"vocabulary","id":"ARROW_STREAM","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/ARROW_STREAM","alt_label":{"en":"Apache Arrow stream"}},{"pref_label":{"en":"RPM","et":"RPM"},"index":"vocabulary","id":"RPM","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/RPM","alt_label":{"en":"RPM Package"}},{"pref_label":{"et":"TIFF","en":"TIFF"},"index":"vocabulary","id":"TIFF","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/TIFF","alt_label":{"en":"Tagged Image Format File"}},{"pref_label":{"et":"Thrift JSON","en":"Thrift JSON"},"index":"vocabulary","id":"THRIFT_JSON","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/THRIFT_JSON","alt_label":{"en":"Apache Thrift JSON format"}},{"pref_label":{"en":"JATS XML","et":"JATS XML"},"index":"vocabulary","id":"JATS","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/JATS","alt_label":{"en":"Journal Article Tag Suite"}},{"pref_label":{"et":"Octet voog","en":"Octet Stream"},"index":"vocabulary","id":"OCTET","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/OCTET"},{"pref_label":{"et":"Excel XLS","en":"Excel XLS"},"index":"vocabulary","id":"XLS","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/XLS","alt_label":{"en":"Microsof Excel Workbook"}},{"pref_label":{"en":"deb","et":"deb"},"index":"vocabulary","id":"DEB","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/DEB","alt_label":{"en":"Debian package"}},{"pref_label":{"en":"JPEG 2000","et":"JPEG 2000"},"index":"vocabulary","id":"JPEG2000","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/JPEG2000","alt_label":{"en":"Joint Photographic Experts Group 2000"}},{"pref_label":{"et":"CSS","en":"CSS"},"index":"vocabulary","id":"CSS","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/CSS","alt_label":{"en":"Cascading Style Sheet"}},{"pref_label":{"et":"PDF/X","en":"PDF/X"},"index":"vocabulary","id":"PDFX","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/PDFX","alt_label":{"en":"PDF printing format, Blind eXchange"}},{"pref_label":{"en":"CSV","et":"CSV"},"index":"vocabulary","id":"CSV","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/CSV","alt_label":{"en":"Comma-Separated Values"}},{"pref_label":{"en":"Zipped ISO image","et":"Tihendatud ISO pilt"},"index":"vocabulary","id":"ISO_ZIP","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/ISO_ZIP","alt_label":{"en":"Zipped ISO Disc Image file"}},{"pref_label":{"et":"XSLT","en":"XSLT"},"index":"vocabulary","id":"XSLT","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/XSLT","alt_label":{"en":"Extensible Stylesheet Language Transformations"}},{"pref_label":{"et":"LEG","en":"LEG"},"index":"vocabulary","id":"LEG","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/LEG"},{"pref_label":{"en":"Esri REST","et":"Esri REST"},"index":"vocabulary","id":"REST","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/REST","alt_label":{"en":"Esri Representational State Transfer"}},{"pref_label":{"et":"EXE","en":"EXE"},"index":"vocabulary","id":"EXE","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/EXE","alt_label":{"en":"Executable file"}},{"pref_label":{"en":"XML","et":"XML"},"index":"vocabulary","id":"XML","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/XML","alt_label":{"en":"Extensible Markup Language"}},{"pref_label":{"en":"HTML5","et":"HTML5"},"index":"vocabulary","id":"HTML5","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/HTML5","alt_label":{"en":"HyperText Mark-up Language 5"}},{"pref_label":{"et":"MXD","en":"MXD"},"index":"vocabulary","id":"MXD","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/MXD","alt_label":{"en":"ArcGIS Map Document"}},{"pref_label":{"et":"Schematron","en":"Schematron"},"index":"vocabulary","id":"SCH","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/SCH","alt_label":{"en":"Schematron file"}},{"pref_label":{"en":"JAR","et":"JAR"},"index":"vocabulary","id":"JAR","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/JAR","alt_label":{"en":"Java Archive"}},{"pref_label":{"en":"IPA","et":"IPA"},"index":"vocabulary","id":"IPA","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/IPA","alt_label":{"en":"iOS App Store Package"}},{"pref_label":{"en":"Perl script","et":"Perl script"},"index":"vocabulary","id":"PL","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/PL"},{"pref_label":{"et":"APK","en":"APK"},"index":"vocabulary","id":"APK","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/APK","alt_label":{"en":"Android Package"}},{"pref_label":{"et":"WMTS","en":"WMTS"},"index":"vocabulary","id":"WMTS_SRVC","in_scheme":"http://publications.europa.eu/resource/authority/file-type","resource":"http://publications.europa.eu/resource/authority/file-type/WMTS_SRVC","alt_label":{"en":"Web Map Tile Service"}}]}`), t = {
|
|
2
|
+
result: e
|
|
3
|
+
};
|
|
4
|
+
export {
|
|
5
|
+
t as default,
|
|
6
|
+
e as result
|
|
7
|
+
};
|