diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9504d23895d6d3c195a01b2c8e99ed7424508350..84085802687fc8ab9cbfcf435789c8e8f18dd109 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 97ebe1718d106fb679478595aff84c4acab1c26d..0000000000000000000000000000000000000000
--- 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"
-}