This repository contains tests and tools for the DALIA Interchange Format (DIF). The format and its data model are being developed within the Data Literacy Alliance (DALIA). For reference see:
- Geiger, J., Steiner, P., Desouki, A. A., & Lange, F. (2024). DALIA Interchange Format (1.3). Zenodo. https://doi.org/10.5281/zenodo.11521029
This repository and its content are not affiliated officially with DALIA. DIF is work in progress so the version included here may differ essentially from official definition of DIF.
- dalia-schema.json: An Avram Schema of DIF data model serialized in flat (key-value) record structure
Validation with Avram requires an Avram validator. Please install reference implementation avram-js:
npm install avram csv-parse ajv ajv-formats ejs
The content of this repository can be used freely without any restrictions (CC-Zero).