Requirements file to roughly (compatible release pinning, not a full uv lockfile) indicate dependencies and help create a virtualenv. README to explain what is here and where it came from.
2.8 KiB
Fächergruppen, Lehr- und Forschungsbereiche, Fachgebiete (subject groups, teaching and research fields, subject areas)
This repository contains a machine-readable representation of the Destatis Systematik der Fächergruppen, Lehr- und Forschungsbereiche und Fachgebiete (Classification system of teaching and research fields and subject areas), 2025 version.
To the best of our knowledge, the original version is published by Destatis only as a PDF, and the same applies to the German and English tables published by the DFG as a reference for their annual survey. Conversion here was partially scripted and partially manual (copy-pasting and splitting or combining lines). All code is included and re-runnable, but, due to the manual nature of the process, it does not form a neat pipeline. The English labels are included, where available, as provided by the DFG. No additional translation was performed.
Contents
all_records.tomlis a simple and generic representation with numerical Destatis identifiers as keys; levels are nested within each otherall_records.ttlis a representation based on the Datalad concepts' things v2 schema (and, as such, loosely based on SKOS)all_records.jsonlis a JSON Lines version of the above, with simple keys (no -LD context)subject-classification-stabu.orgis the content of the English version of the DFG table, manually sorted and with org-mode headers*.txtfiles are more all less directly parsed from the PDFs
Sources
Fächergruppen, Lehr- und Forschungsbereiche und Fachgebiete © Statistisches Bundesamt (Destatis), 2026. Vervielfältigung und Verbreitung, auch auszugsweise, mit Quellenangabe gestattet. From https://www.destatis.de/DE/Methoden/Klassifikationen/_inhalt.html
DFG tables (in German and English) from https://www.dfg.de/en/news/facts-figures/evaluation-studies-monitoring/surveys
Related efforts
Another serialization of the Systematik der Fächergruppen, Lehr- und Forschungsbereiche und Fachgebiete to SKOS/turtle exists at github:github.com/rue-a/come2data-skohub. The latest version (at the moment of this writing) appears to be based on the 2023 classification.
A related Destatis classification, Systematik der Fächergruppen, Studienbereiche und Studienfächer (fields of study) is available as https://w3id.org/kim/hochschulfaechersystematik/scheme (sources: github:dini-ag-kim/hochschulfaechersystematik). The latest release (at the moment of this writing) is based on 2024 classification.
Acknowledgements
Xah Lee for the xah-copy-line-or-region Emacs function (Copy Current
Line If No Selection): Copy Current Line.