From 0ce9f2ec0d6ace825d08927e88e665c08c6fc4e8 Mon Sep 17 00:00:00 2001 From: Thorge Petersen <petersen@rz.uni-kiel.de> Date: Wed, 2 Aug 2023 12:38:16 +0200 Subject: [PATCH] Removed subject mappings template --- CHANGELOG.md | 1 + ckanext/odsh/resources/subject_mapping.json | 25 --------------------- 2 files changed, 1 insertion(+), 25 deletions(-) delete mode 100644 ckanext/odsh/resources/subject_mapping.json diff --git a/CHANGELOG.md b/CHANGELOG.md index 9504d238..84085802 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Completely removed data requests. - Avoided the usage of the global context variable c where possible. +- Removed deprecated subject mappings JSON template. ### Changed diff --git a/ckanext/odsh/resources/subject_mapping.json b/ckanext/odsh/resources/subject_mapping.json deleted file mode 100644 index 97ebe171..00000000 --- a/ckanext/odsh/resources/subject_mapping.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "http://transparenz.schleswig-holstein.de/informationsgegenstand#Verwaltungsvorschrift": "Verwaltungsvorschrift", - "http://transparenz.schleswig-holstein.de/informationsgegenstand#Organisationsplan": "Organisationsplan", - "http://transparenz.schleswig-holstein.de/informationsgegenstand#Geschaeftsverteilungsplan": "Geschäftsverteilungsplan", - "http://transparenz.schleswig-holstein.de/informationsgegenstand#Aktenplan": "Aktenplan", - "http://transparenz.schleswig-holstein.de/informationsgegenstand#Richtlinie": "Richtlinie und Runderlass", - "http://transparenz.schleswig-holstein.de/informationsgegenstand#Statistik": "amtliche Statistik", - "http://transparenz.schleswig-holstein.de/informationsgegenstand#Taetigkeitsbericht": "Tätigkeitsbericht", - "http://transparenz.schleswig-holstein.de/informationsgegenstand#Broschuere": "Broschüre", - "http://transparenz.schleswig-holstein.de/informationsgegenstand#Gutachten": "Gutachten", - "http://transparenz.schleswig-holstein.de/informationsgegenstand#Studie": "Studie", - "http://transparenz.schleswig-holstein.de/informationsgegenstand#Haushaltsplan": "Haushaltsplan", - "http://transparenz.schleswig-holstein.de/informationsgegenstand#Stellenplan": "Stellenplan", - "http://transparenz.schleswig-holstein.de/informationsgegenstand#Wirtschaftsplan": "Wirtschaftsplan", - "http://transparenz.schleswig-holstein.de/informationsgegenstand#ZuwendungAnPerson": "Übersicht über Zuwendungen an juristische Personen des Privatrechts", - "http://transparenz.schleswig-holstein.de/informationsgegenstand#ZuwendungAnLand": "Übersicht über Zuwendungen an das Land Schleswig-Holstein", - "http://transparenz.schleswig-holstein.de/informationsgegenstand#IZGAntwort": "IZG/GvgV-Auskunft", - "http://transparenz.schleswig-holstein.de/informationsgegenstand#Gerichtsurteil": "Gerichtsurteil", - "http://transparenz.schleswig-holstein.de/informationsgegenstand#GesetzvorlageLandtag": "Gesetzesvorlage an den Landtag", - "http://transparenz.schleswig-holstein.de/informationsgegenstand#MitteilungLandtag": "Mitteilung an den Landtag", - "http://transparenz.schleswig-holstein.de/informationsgegenstand#Unternehmensdaten": "wesentliche Unternehmensdaten von Beteiligungen des Landes", - "http://transparenz.schleswig-holstein.de/informationsgegenstand#VergütungsOG": "jährliche Vergütungen nach dem VergütungsOG", - "http://transparenz.schleswig-holstein.de/informationsgegenstand#Vertrag": "Vertrag", - "http://transparenz.schleswig-holstein.de/informationsgegenstand#sonstiges": "zusätzliche freiwillige Information" -} -- GitLab