From bd3733457632a9b383809c8a5fbb5c2d8418f0c4 Mon Sep 17 00:00:00 2001
From: Philipp Schneider <schneider.philipp@uni-muenster.de>
Date: Fri, 31 Mar 2023 12:52:19 +0200
Subject: [PATCH] Add comment regarding code status

---
 src/rdf-mappings/map-tblArmItems.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/rdf-mappings/map-tblArmItems.py b/src/rdf-mappings/map-tblArmItems.py
index c822a43..b8be4bd 100644
--- a/src/rdf-mappings/map-tblArmItems.py
+++ b/src/rdf-mappings/map-tblArmItems.py
@@ -162,6 +162,7 @@ for index, row in df_tblArmItems.iterrows():
 
     ###################################
     # CoA identification
+    # WICHTIG: Hier ist noch keine Bereinigung hinsichtlich Zusammenführung von description act und identification act erfolgt
     # Create node for identified entity
     #identified_entity = create_identified_entity(row)
 
-- 
GitLab