Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 898 Bytes

README.md

File metadata and controls

40 lines (24 loc) · 898 Bytes

Berlin Budgetary Data

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.

Start browsing the data!

Currently contained in the dataset are data regarding the years 2022–2025.

Generating the site

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

License

All code in this repository is published under the MIT License. All data are published under CC0.