From 3b071f782d06af9d39c63c55c390c50f33ef03ae Mon Sep 17 00:00:00 2001
From: flange <38500-flange@users.noreply.git.rwth-aachen.de>
Date: Mon, 11 Nov 2024 17:35:48 +0100
Subject: [PATCH] =?UTF-8?q?add=20DINI=20AG=20KIM=20Hochschulf=C3=A4chersys?=
 =?UTF-8?q?tematik=20to=20the=20"ontologies"=20dataset?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 Dockerfile | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/Dockerfile b/Dockerfile
index ff927f2..67958f3 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -52,6 +52,12 @@ RUN \
     set -ex && \
     echo "5ebfdf8e375937972c4efba110a20b1003aab2b4c967c13e7065017f53fc0a8b  MoDalia.ttl" | sha256sum --status -c
 
+# DINI AG KIM Hochschulfächersystematik
+RUN \
+    set -ex && \
+    wget --no-verbose https://raw.githubusercontent.com/dini-ag-kim/hochschulfaechersystematik/refs/tags/v2024-02-08/hochschulfaechersystematik.ttl && \
+    echo "ce6db51644ac0786ea613bed5fdc1d1f94ab396e1ee25f6e0103c570ea581825  hochschulfaechersystematik.ttl" | sha256sum --status -c
+
 #
 # Deploy data to be loaded to be loaded into the "dalia" dataset
 #
-- 
GitLab