This repository is the home for the official budgetary data for Berlin by the Senate Department for Finance (Senatsverwaltung für Finanzen) as RDF / Linked Open Data.
Currently contained in the dataset are data regarding the years 2022–2025.
To generate the static site locally, you need to do the following:
Create a Python virtual environment:
python -m venv venv
Activate the virtual environment:
. venv/bin/activate
Install the dependencies:
pip install -r requirements.txt
Merge the dataset metadata and data:
make data/temp/all.nt
All code in this repository is published under the MIT License. All data are published under CC0.