From 8d48e7eee10c7ef1c62458f6a36138f138478a1b Mon Sep 17 00:00:00 2001
From: finn <finn@hillengass.de>
Date: Tue, 23 Jan 2024 16:30:31 +0100
Subject: [PATCH] add manual annotations

---
 .../manual_annotation_1_F.json                | 41 +++++++++++++++++++
 1 file changed, 41 insertions(+)
 create mode 100644 data/own_data/domain_knowledge/manual_annotation_1_F.json

diff --git a/data/own_data/domain_knowledge/manual_annotation_1_F.json b/data/own_data/domain_knowledge/manual_annotation_1_F.json
new file mode 100644
index 0000000..d2bcfd6
--- /dev/null
+++ b/data/own_data/domain_knowledge/manual_annotation_1_F.json
@@ -0,0 +1,41 @@
+
+
+[
+    {
+        "Services Involved": [
+            "train"
+        ],
+        "Service Details": [
+    
+            {
+                "Service Type": "train",
+                "Actions": [
+                    "find_train",
+                    "book_train"
+                ],
+                "Preferences": {
+                    "train-day": [
+                        "sunday"
+                    ],
+                    "train-departure": [
+                        "Stevenage"
+                    ],
+                    "train-leaveat": [
+                        "10:43"
+                    ],
+                    "train-destination": [
+                        "Cambridge"
+                    ],
+                    "train-bookpeople": [
+                        "1"
+                    ],
+                    "train-arriveby": [
+                        "12:15"
+                    ]
+
+                }
+            }
+        ]
+    }
+
+]
\ No newline at end of file
-- 
GitLab