DSPL 2.0
This is the project website for the DSPL 2.0 specification, samples, and related tools.
Spec
The draft specification is here: dspl2-spec.html.
To provide feedback on the draft, please create a GitHub issue, or email us at (public-data-import-feedback@google.com)[mailto:public-data-import-feedback@google.com].
Related tools
Initial tool and a python library are in the DSPL 2.0 GitHub repository under tools/dspl2.
dspl2-expand.py: tool to convert a DSPL 2.0 dataset with CSV references to one with only JSON-LD.dspl2-validate.py: tool to do basic validation of a DSPL 2.0 dataset into an HTML file.dspl2-pretty-print.py: tool to pretty print a DSPL 2.0 dataset as HTML tables.dspl2-pretty-print-server.py: local web app of the above.dspl2: python library to load, normalize, and expand CSV files in DSPL 2.0 datasets.
Samples
Examples are in the DSPL 2.0 GitHub repository under samples. Currently Eurostat unemployment and Eurostat population density samples include DSPL 2.0 metadata.
Contributing
To contribute, see the CONTRIBUTING file and after submitting a CLA, submit pull requests to the DSPL GitHub repository.