This repository is a part of the Network Archives Design and Digital culture.
It contains the code for:
- Generating the dataset descriptions as used for the Dataset register.
- A placeholder website that is used for
data.nadd.network.
This is a Python script that takes the descriptions for the different datasets, as described in the datasets.toml file, and uses the nadd-base.json file as a template to write the different descriptions.
To run we recommend installing uv and then doing a uv sync in the root of this project. After that a uv run datasetwriter.py should be sufficient to write the JSONLD descriptions. Note that the script automatically changes the 'dateModified' property.
This code was written by Hay Kranen.