Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/csarven/linked-sdmx
:rocket: Linked SDMX
https://github.com/csarven/linked-sdmx
dcv linked-data linked-sdmx prov-o rdf rdf-data-cube sdmx semstats xslt
Last synced: 29 days ago
JSON representation
:rocket: Linked SDMX
- Host: GitHub
- URL: https://github.com/csarven/linked-sdmx
- Owner: csarven
- License: other
- Created: 2012-10-23T11:02:47.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-10-26T10:21:16.000Z (about 10 years ago)
- Last Synced: 2023-03-11T10:42:10.243Z (over 1 year ago)
- Topics: dcv, linked-data, linked-sdmx, prov-o, rdf, rdf-data-cube, sdmx, semstats, xslt
- Language: XSLT
- Homepage: http://csarven.ca/linked-sdmx-data
- Size: 21.9 MB
- Stars: 16
- Watchers: 7
- Forks: 5
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SDMX-ML to RDF/XML
See [Linked SDMX Data](http://csarven.ca/linked-sdmx-data) about this project.This transformation is used to published some of the [270a Linked Dataspaces](http://270a.info/).
Brief overview of the project is here. If you want to use it or look under the hood for additional information, give the [wiki](https://github.com/csarven/linked-sdmx/wiki) page a go.
## What is this?
XSLT 2.0 templates and scripts to transform Generic and Compact [SDMX 2.0](http://sdmx.org/?page_id=16#package) data and metadata to RDF/XML using the [RDF Data Cube](http://www.w3.org/TR/vocab-data-cube/) and related vocabularies for statistical Linked Data. Its purpose is:* To automagically transform SDMX-ML data and metadata into RDF/XML as semantically and complete as possible.
* To support SDMX publishers to also publish their data using RDF.
* To improve access and discovery of statistical cross-domain data.## What can it do?
* Transforms SDMX KeyFamilies, ConceptSchemes and Concepts, CodeLists and Codes, Hierarchical CodeLists, DataSets.
* Configurability for SDMX publisher's needs.
* Reuse of CodeLists and Codes from external agencies.
* A way to interlink AnnotationTypes.
* Provides basic provenance data using PROV-O.## What is inside?
It comes with scripts and sample data.
### Scripts
* XSLT 2.0 templates to transform Generic and Compact SDMX-ML data and metadata. It includes the main XSL template for generic SDMX-ML, an XSL for common templates and functions, and an RDF/XML configuration file to set preferences like base URIs, delimiters in URIs, how to mapping annotation types.
* Bash script that transforms sample data using saxonb-xslt.### Samples
Sample SDMX Message and Structure [data/](https://github.com/csarven/linked-sdmx/tree/master/data) retrieved from these organizations: BIS, OECD, UN, ECB, WB, IMF, FAO, EUROSTAT, BFS.### Requirements
An XSLT 2.0 processor to transform, and some configuring using the provided config.rdf file.## How to contribute
* See [open GitHub issues](https://github.com/csarven/linked-sdmx/issues?state=open) if you want to hack, or create issues if you encounter bugs, or enhancements within the scope of this project. There are also some questions that would be nice to get answers to.
* Please send pull requests or help improve documentation.
* Reach out to organizations that publish data using the SDMX-ML to collaborate on this effort.