-
-
Notifications
You must be signed in to change notification settings - Fork 492
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Thesaurus / Add support for codelist described using SDMX #7790
Conversation
SDMX is a common format used to statistical data and can be used to describe codelist. eg https://ec.europa.eu/eurostat/databrowser/bulk?lang=en&selectedTab=codeList Add possibility to import those codelist as SKOS format. Filename must use extension `.sdmx`. Similar to #7674
Quality Gate failedFailed conditions |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested and works fine.
For a future work, maybe to identify the file format we can do some checks on namespaces instead of relying on the file extension.
Yes, I was thinking of this in case loading thesaurus from URL directly. I'll check in another PR. |
In order to interact with the ESS Metadata Handler (https://cros.ec.europa.eu/book-page/technical-specifications-file-export-and-import-ess-metadata-handler), SDMX format can be used. This formatter is quite specific to indicator provided to Eurostat (eg. https://ec.europa.eu/eurostat/cache/metadata/en/sdg_01_10_esmsip2.htm) and requires dedicated ISO19139 template and vocabularies (see EEA editor configuration for statistical datasets https://github.com/eea/geonetwork-eea/blob/eea-4.4.x/schemas/iso19139/src/main/plugin/iso19139/layout/config-editor.xml#L1667-L1727) but can serve as a basis for a more generic SDMX metadata export at some point. Follow up of SDMX vocabulary support #7790 Funded by EEA
In order to interact with the ESS Metadata Handler (https://cros.ec.europa.eu/book-page/technical-specifications-file-export-and-import-ess-metadata-handler), SDMX format can be used. This formatter is quite specific to indicator provided to Eurostat (eg. https://ec.europa.eu/eurostat/cache/metadata/en/sdg_01_10_esmsip2.htm) and requires dedicated ISO19139 template and vocabularies (see EEA editor configuration for statistical datasets https://github.com/eea/geonetwork-eea/blob/eea-4.4.x/schemas/iso19139/src/main/plugin/iso19139/layout/config-editor.xml#L1667-L1727) but can serve as a basis for a more generic SDMX metadata export at some point. Follow up of SDMX vocabulary support geonetwork/core-geonetwork#7790 Funded by EEA
SDMX is a common format used to statistical data and can be used to describe codelist. eg https://ec.europa.eu/eurostat/databrowser/bulk?lang=en&selectedTab=codeList
Add possibility to import those codelist as SKOS format.
Filename must use extension
.sdmx
.Similar to #7674
Checklist
main
branch, backports managed with labelREADME.md
filespom.xml
dependency management. Update build documentation with intended library use and library tutorials or documentationFunded by EEA