Data Package is a standard consisting of a set of simple yet extensible specifications to describe datasets, data files and tabular data. It is a data definition language (DDL) and data API that facilitates findability, accessibility, interoperability, and reusability (FAIR) of data. For more information, please visit the documentation portal.
This project is funded through NGI0 Entrust, a fund established by NLnet with financial support from the European Commission's Next Generation Internet program. Learn more at the NLnet project page.
One can contribute to the documentation by clicking on the "Edit Page" button on a site page and create a pull request directly on Github.
Running the project locally:
npm install
npm start
Generating profiles:
npm run generate
Building the project:
npm run build