From 4d1de0bf6c49e4fe000085e2eabefd63be7929cd Mon Sep 17 00:00:00 2001
From: MaZiFAU <63099053+MaZiFAU@users.noreply.github.com>
Date: Thu, 16 May 2024 16:44:29 +0200
Subject: [PATCH] Fixed Editor StageFile retrieval

---
 .../InteractionEngine/CommunicationEvents.cs  |    32 +-
 Assets/Stages/CanonBall 2D.JSON               |  7510 ------------
 Assets/Stages/CanonBall 2D.JSON.meta          |     7 -
 Assets/Stages/CanonBall 3D.JSON               | 10152 ----------------
 Assets/Stages/CanonBall 3D.JSON.meta          |     7 -
 Assets/Stages/SlingShot.JSON                  |  2680 ----
 Assets/Stages/SlingShot.JSON.meta             |     7 -
 Assets/Stages/TechDemo A.JSON                 |   153 -
 Assets/Stages/TechDemo A.JSON.meta            |     7 -
 Assets/Stages/TechDemo B.JSON                 |   286 -
 Assets/Stages/TechDemo B.JSON.meta            |     7 -
 .../Stages/CanonBall 2D.JSON.meta             |     2 +-
 .../Stages/CanonBall 3D.JSON.meta             |     2 +-
 .../Stages/SlingShot.JSON.meta                |     2 +-
 .../Stages/TechDemo A.JSON.meta               |     2 +-
 .../Stages/TechDemo B.JSON.meta               |     2 +-
 16 files changed, 17 insertions(+), 20841 deletions(-)
 delete mode 100644 Assets/Stages/CanonBall 2D.JSON
 delete mode 100644 Assets/Stages/CanonBall 2D.JSON.meta
 delete mode 100644 Assets/Stages/CanonBall 3D.JSON
 delete mode 100644 Assets/Stages/CanonBall 3D.JSON.meta
 delete mode 100644 Assets/Stages/SlingShot.JSON
 delete mode 100644 Assets/Stages/SlingShot.JSON.meta
 delete mode 100644 Assets/Stages/TechDemo A.JSON
 delete mode 100644 Assets/Stages/TechDemo A.JSON.meta
 delete mode 100644 Assets/Stages/TechDemo B.JSON
 delete mode 100644 Assets/Stages/TechDemo B.JSON.meta

diff --git a/Assets/Scripts/InteractionEngine/CommunicationEvents.cs b/Assets/Scripts/InteractionEngine/CommunicationEvents.cs
index a48095f4..0f349447 100644
--- a/Assets/Scripts/InteractionEngine/CommunicationEvents.cs
+++ b/Assets/Scripts/InteractionEngine/CommunicationEvents.cs
@@ -98,29 +98,25 @@ public enum Directories
         FactStateMachines,
     }
 
-    public static string debug_path = "hey";
-
     public static string CreateHierarchiePath(List<Directories> hierarchie, string prefix = "", string postfix = "")
     {
         foreach (var dir in hierarchie)
-            prefix = System.IO.Path.Combine(prefix, dir.ToString());
+            prefix = Path.Combine(prefix, dir.ToString());
 
-        return System.IO.Path.Combine(prefix, postfix);
+        return Path.Combine(prefix, postfix);
     }
 
 
     public static string Get_DataPath()
     {
+        if (Application.isEditor)
+            return Path.Combine(Application.dataPath, "StreamingAssets", "StreamToDataPath_withHandler");
 
-        string Target_StreamToDataPath_writeable = Path.Combine(Application.persistentDataPath, "DataPath_writeable");
-        string dataPath = Opsys switch
+        return Opsys switch
         {
-            OperationSystem.Android => Target_StreamToDataPath_writeable,
+            OperationSystem.Android => Path.Combine(Application.persistentDataPath, "DataPath_writeable"),
             OperationSystem.Windows or _ => Application.dataPath, 
         };
-        if(Application.isEditor) { dataPath = Target_StreamToDataPath_writeable; }
-
-        return dataPath;
     }
 
     // TODO! avoid tree traversel with name
@@ -137,22 +133,18 @@ public static string CreatePathToFile(out bool file_exists, string name, string
                     break;
             }
 
-        string path = Application.persistentDataPath;
-        if (use_install_folder)
-        {
-            path=Get_DataPath();
-        }
+        string path = use_install_folder
+            ? Get_DataPath()
+            : Application.persistentDataPath;
 
         if (hierarchie != null)
         {
             path = CreateHierarchiePath(hierarchie, path);
-            System.IO.Directory.CreateDirectory(path);
+            Directory.CreateDirectory(path);
         }
 
-        path = System.IO.Path.Combine(path, name + ending);
-        file_exists = System.IO.File.Exists(path);
-
-        debug_path = path;
+        path = Path.Combine(path, name + ending);
+        file_exists = File.Exists(path);
 
         return path;
     }
diff --git a/Assets/Stages/CanonBall 2D.JSON b/Assets/Stages/CanonBall 2D.JSON
deleted file mode 100644
index 09c47812..00000000
--- a/Assets/Stages/CanonBall 2D.JSON	
+++ /dev/null
@@ -1,7510 +0,0 @@
-{
-  "category": "CanonBall",
-  "number": 1,
-  "description": "CanonBall 2D Test",
-  "scene": "RiverWorld",
-  "use_install_folder": true,
-  "solution": {
-    "ValidationSet": [],
-    "ExposedSolutionFacts": [
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact7",
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact8",
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact9",
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact10",
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact13",
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact16",
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact19",
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact22",
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact25",
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact28",
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact31",
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact34",
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact37",
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact40",
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1E-05, 0.2337258), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 14.71507, 18.63876), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.3575, -24.0345), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(-1E-05)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})",
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.2337158, 0.4320768), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 16.16695, 13.02121), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 18.38171, -6.944755), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(0.2337158)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})",
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.4320667, 0.9467315), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 19.61987, 11.64365), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -13.14871, -5.555804), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(0.4320667)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})",
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.9467215, 1.613118), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 11.5536, 8.784481), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -3.188384, 14.88368), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(0.9467215)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})",
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.613108, 4.627315), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.250884, 18.70275), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 14.18734, -1.015321), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(1.613108)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})",
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(4.627305, 5.634649), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.450568, 15.64226), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.268845, -11.15014), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(4.627305)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})",
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(5.634639, 6.117978), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.780749, 4.41036), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.589557, 1.108319), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(5.634639)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})",
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.117968, 8.45536), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.0001146476, 4.946052), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 11.46481, 0.8866553), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.117968)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})",
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(8.455351, 10.32528), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 9.362611E-05, 7.018511), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 9.171925, 0.7093243), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(8.455351)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})",
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.32527, 11.82124), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.337572E-05, 8.344899), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.337621, 0.5674595), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(10.32527)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})",
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(11.82123, 13.01803), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.774759E-05, 9.193799), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.870175, 0.4539676), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(11.82123)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})",
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(13.01802, 13.97547), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.696168E-05, 9.737103), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.696218, 0.3631741), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(13.01802)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})",
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(13.97546, 14.74144), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.70932E-05, 10.08483), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.757053, 0.2905392), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(13.97546)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})",
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(14.74144, 15.35424), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.053354E-05, 10.30737), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.00572, 0.2324314), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(14.74144)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})",
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(15.35423, 15.8445), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.404606E-05, 10.44981), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.404655, 0.1859451), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(15.35423)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})",
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(15.84449, 16.23672), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.923753E-05, 10.54097), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.923803, 0.1487561), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(15.84449)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})",
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(16.23671, 16.55051), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.533111E-05, 10.59932), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.539121, 0.1190049), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(16.23671)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})",
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(16.5505, 16.80157), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.231325E-05, 10.63666), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.231375, 0.09520391), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(16.5505)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})",
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(16.80156, 17.00243), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 9.851289E-06, 10.66056), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.985178, 0.07616313), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(16.80156)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})",
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(17.00242, 17.16314), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.881718E-06, 10.67586), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.7882209, 0.0609305), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.00242)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})",
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(17.16313, 17.29172), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.320961E-06, 10.68566), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.6306551, 0.0487444), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.16313)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})",
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(17.29171, 17.39461), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.045537E-06, 10.69192), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.5046028, 0.03899552), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.29171)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})",
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(17.3946, 17.47693), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.03339E-06, 10.69594), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.4037606, 0.03119642), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.3946)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})",
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(17.47692, 17.54281), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.230379E-06, 10.6985), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.3230869, 0.02495714), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.47692)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})",
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(17.5428, 17.59553), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.584989E-06, 10.70015), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.258548, 0.01996571), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.5428)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})",
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(17.59552, 17.63773), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.068678E-06, 10.7012), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.2069168, 0.01597257), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.59552)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})",
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(17.63772, 17.6715), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.655629E-06, 10.70187), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.1656119, 0.01277805), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.63772)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})",
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(17.67149, 17.69854), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.324724E-06, 10.70231), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.132568, 0.01022244), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.67149)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})",
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(17.69853, 17.72019), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.060837E-06, 10.70258), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.1061328, 0.008177955), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.69853)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})",
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(17.72018, 17.73752), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 8.49123E-07, 10.70276), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.08498463, 0.006542364), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.72018)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})",
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(17.73751, 17.75141), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.800538E-07, 10.70287), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.06806608, 0.005233891), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.73751)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})",
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(17.7514, 17.76254), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.448217E-07, 10.70295), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.05453122, 0.004187113), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.7514)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})"
-    ],
-    "ScrollOverwrites": {
-      "http://mathhub.info/FrameIT/frameworld?WBouncingScroll": [
-        {
-          "Item1": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact7",
-          "Item2": 0,
-          "Item3": true
-        },
-        {
-          "Item1": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact8",
-          "Item2": 1,
-          "Item3": true
-        },
-        {
-          "Item1": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact9",
-          "Item2": 2,
-          "Item3": true
-        },
-        {
-          "Item1": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact10",
-          "Item2": 3,
-          "Item3": true
-        },
-        {
-          "Item1": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact41",
-          "Item2": 4,
-          "Item3": true
-        }
-      ]
-    },
-    "ImmutableFacts": [],
-    "WorkflowGadgetDict": {
-      "-1": null
-    },
-    "MetaInf": {
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact7": {
-        "workflow_id": 0,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact8": {
-        "workflow_id": 1,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact9": {
-        "workflow_id": 2,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact10": {
-        "workflow_id": 3,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact11": {
-        "workflow_id": 4,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact12": {
-        "workflow_id": 5,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact13": {
-        "workflow_id": 6,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact14": {
-        "workflow_id": 7,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact15": {
-        "workflow_id": 8,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact16": {
-        "workflow_id": 9,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact17": {
-        "workflow_id": 10,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact18": {
-        "workflow_id": 11,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact19": {
-        "workflow_id": 12,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact20": {
-        "workflow_id": 13,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact21": {
-        "workflow_id": 14,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact22": {
-        "workflow_id": 15,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact23": {
-        "workflow_id": 16,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact24": {
-        "workflow_id": 17,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact25": {
-        "workflow_id": 18,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact26": {
-        "workflow_id": 19,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact27": {
-        "workflow_id": 20,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact28": {
-        "workflow_id": 21,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact29": {
-        "workflow_id": 22,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact30": {
-        "workflow_id": 23,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact31": {
-        "workflow_id": 24,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact32": {
-        "workflow_id": 25,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact33": {
-        "workflow_id": 26,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact34": {
-        "workflow_id": 27,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact35": {
-        "workflow_id": 28,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact36": {
-        "workflow_id": 29,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact37": {
-        "workflow_id": 30,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact38": {
-        "workflow_id": 31,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact39": {
-        "workflow_id": 32,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact40": {
-        "workflow_id": 33,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact41": {
-        "workflow_id": 34,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}": {
-        "workflow_id": 35,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 14.71507, 18.63876), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.3575, -24.0345), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(-1E-05)))}": {
-        "workflow_id": 36,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1E-05, 0.2337258), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 14.71507, 18.63876), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.3575, -24.0345), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(-1E-05)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": {
-        "workflow_id": 37,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 16.16695, 13.02121), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 18.38171, -6.944755), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(0.2337158)))}": {
-        "workflow_id": 38,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.2337158, 0.4320768), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 16.16695, 13.02121), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 18.38171, -6.944755), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(0.2337158)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": {
-        "workflow_id": 39,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 19.61987, 11.64365), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -13.14871, -5.555804), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(0.4320667)))}": {
-        "workflow_id": 40,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.4320667, 0.9467315), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 19.61987, 11.64365), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -13.14871, -5.555804), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(0.4320667)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": {
-        "workflow_id": 41,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 11.5536, 8.784481), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -3.188384, 14.88368), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(0.9467215)))}": {
-        "workflow_id": 42,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.9467215, 1.613118), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 11.5536, 8.784481), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -3.188384, 14.88368), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(0.9467215)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": {
-        "workflow_id": 43,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.250884, 18.70275), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 14.18734, -1.015321), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(1.613108)))}": {
-        "workflow_id": 44,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.613108, 4.627315), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.250884, 18.70275), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 14.18734, -1.015321), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(1.613108)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": {
-        "workflow_id": 45,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.450568, 15.64226), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.268845, -11.15014), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(4.627305)))}": {
-        "workflow_id": 46,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(4.627305, 5.634649), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.450568, 15.64226), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.268845, -11.15014), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(4.627305)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": {
-        "workflow_id": 47,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.780749, 4.41036), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.589557, 1.108319), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(5.634639)))}": {
-        "workflow_id": 48,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(5.634639, 6.117978), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.780749, 4.41036), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.589557, 1.108319), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(5.634639)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": {
-        "workflow_id": 49,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.0001146476, 4.946052), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 11.46481, 0.8866553), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.117968)))}": {
-        "workflow_id": 50,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.117968, 8.45536), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.0001146476, 4.946052), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 11.46481, 0.8866553), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.117968)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": {
-        "workflow_id": 51,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 9.362611E-05, 7.018511), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 9.171925, 0.7093243), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(8.455351)))}": {
-        "workflow_id": 52,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(8.455351, 10.32528), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 9.362611E-05, 7.018511), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 9.171925, 0.7093243), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(8.455351)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": {
-        "workflow_id": 53,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.337572E-05, 8.344899), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.337621, 0.5674595), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(10.32527)))}": {
-        "workflow_id": 54,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.32527, 11.82124), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.337572E-05, 8.344899), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.337621, 0.5674595), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(10.32527)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": {
-        "workflow_id": 55,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.774759E-05, 9.193799), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.870175, 0.4539676), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(11.82123)))}": {
-        "workflow_id": 56,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(11.82123, 13.01803), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.774759E-05, 9.193799), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.870175, 0.4539676), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(11.82123)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": {
-        "workflow_id": 57,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.696168E-05, 9.737103), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.696218, 0.3631741), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(13.01802)))}": {
-        "workflow_id": 58,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(13.01802, 13.97547), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.696168E-05, 9.737103), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.696218, 0.3631741), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(13.01802)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": {
-        "workflow_id": 59,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.70932E-05, 10.08483), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.757053, 0.2905392), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(13.97546)))}": {
-        "workflow_id": 60,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(13.97546, 14.74144), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.70932E-05, 10.08483), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.757053, 0.2905392), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(13.97546)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": {
-        "workflow_id": 61,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.053354E-05, 10.30737), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.00572, 0.2324314), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(14.74144)))}": {
-        "workflow_id": 62,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(14.74144, 15.35424), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.053354E-05, 10.30737), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.00572, 0.2324314), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(14.74144)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": {
-        "workflow_id": 63,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.404606E-05, 10.44981), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.404655, 0.1859451), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(15.35423)))}": {
-        "workflow_id": 64,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(15.35423, 15.8445), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.404606E-05, 10.44981), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.404655, 0.1859451), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(15.35423)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": {
-        "workflow_id": 65,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.923753E-05, 10.54097), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.923803, 0.1487561), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(15.84449)))}": {
-        "workflow_id": 66,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(15.84449, 16.23672), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.923753E-05, 10.54097), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.923803, 0.1487561), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(15.84449)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": {
-        "workflow_id": 67,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.533111E-05, 10.59932), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.539121, 0.1190049), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(16.23671)))}": {
-        "workflow_id": 68,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(16.23671, 16.55051), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.533111E-05, 10.59932), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.539121, 0.1190049), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(16.23671)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": {
-        "workflow_id": 69,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.231325E-05, 10.63666), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.231375, 0.09520391), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(16.5505)))}": {
-        "workflow_id": 70,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(16.5505, 16.80157), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.231325E-05, 10.63666), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.231375, 0.09520391), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(16.5505)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": {
-        "workflow_id": 71,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 9.851289E-06, 10.66056), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.985178, 0.07616313), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(16.80156)))}": {
-        "workflow_id": 72,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(16.80156, 17.00243), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 9.851289E-06, 10.66056), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.985178, 0.07616313), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(16.80156)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": {
-        "workflow_id": 73,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.881718E-06, 10.67586), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.7882209, 0.0609305), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.00242)))}": {
-        "workflow_id": 74,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(17.00242, 17.16314), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.881718E-06, 10.67586), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.7882209, 0.0609305), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.00242)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": {
-        "workflow_id": 75,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.320961E-06, 10.68566), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.6306551, 0.0487444), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.16313)))}": {
-        "workflow_id": 76,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(17.16313, 17.29172), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.320961E-06, 10.68566), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.6306551, 0.0487444), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.16313)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": {
-        "workflow_id": 77,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.045537E-06, 10.69192), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.5046028, 0.03899552), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.29171)))}": {
-        "workflow_id": 78,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(17.29171, 17.39461), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.045537E-06, 10.69192), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.5046028, 0.03899552), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.29171)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": {
-        "workflow_id": 79,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.03339E-06, 10.69594), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.4037606, 0.03119642), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.3946)))}": {
-        "workflow_id": 80,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(17.3946, 17.47693), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.03339E-06, 10.69594), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.4037606, 0.03119642), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.3946)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": {
-        "workflow_id": 81,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.230379E-06, 10.6985), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.3230869, 0.02495714), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.47692)))}": {
-        "workflow_id": 82,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(17.47692, 17.54281), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.230379E-06, 10.6985), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.3230869, 0.02495714), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.47692)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": {
-        "workflow_id": 83,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.584989E-06, 10.70015), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.258548, 0.01996571), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.5428)))}": {
-        "workflow_id": 84,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(17.5428, 17.59553), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.584989E-06, 10.70015), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.258548, 0.01996571), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.5428)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": {
-        "workflow_id": 85,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.068678E-06, 10.7012), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.2069168, 0.01597257), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.59552)))}": {
-        "workflow_id": 86,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(17.59552, 17.63773), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.068678E-06, 10.7012), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.2069168, 0.01597257), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.59552)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": {
-        "workflow_id": 87,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.655629E-06, 10.70187), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.1656119, 0.01277805), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.63772)))}": {
-        "workflow_id": 88,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(17.63772, 17.6715), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.655629E-06, 10.70187), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.1656119, 0.01277805), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.63772)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": {
-        "workflow_id": 89,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.324724E-06, 10.70231), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.132568, 0.01022244), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.67149)))}": {
-        "workflow_id": 90,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(17.67149, 17.69854), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.324724E-06, 10.70231), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.132568, 0.01022244), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.67149)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": {
-        "workflow_id": 91,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.060837E-06, 10.70258), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.1061328, 0.008177955), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.69853)))}": {
-        "workflow_id": 92,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(17.69853, 17.72019), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.060837E-06, 10.70258), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.1061328, 0.008177955), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.69853)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": {
-        "workflow_id": 93,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 8.49123E-07, 10.70276), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.08498463, 0.006542364), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.72018)))}": {
-        "workflow_id": 94,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(17.72018, 17.73752), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 8.49123E-07, 10.70276), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.08498463, 0.006542364), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.72018)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": {
-        "workflow_id": 95,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.800538E-07, 10.70287), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.06806608, 0.005233891), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.73751)))}": {
-        "workflow_id": 96,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(17.73751, 17.75141), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.800538E-07, 10.70287), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.06806608, 0.005233891), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.73751)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": {
-        "workflow_id": 97,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.448217E-07, 10.70295), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.05453122, 0.004187113), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.7514)))}": {
-        "workflow_id": 98,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(17.7514, 17.76254), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.448217E-07, 10.70295), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.05453122, 0.004187113), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.7514)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": {
-        "workflow_id": 99,
-        "active": true,
-        "isImmutable": false
-      }
-    },
-    "Workflow": [
-      {
-        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact7",
-        "samestep": false,
-        "steplink": 1,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact8",
-        "samestep": false,
-        "steplink": 2,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact9",
-        "samestep": false,
-        "steplink": 3,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact10",
-        "samestep": false,
-        "steplink": 4,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact11",
-        "samestep": false,
-        "steplink": 7,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact12",
-        "samestep": true,
-        "steplink": 4,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact13",
-        "samestep": true,
-        "steplink": 4,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact14",
-        "samestep": false,
-        "steplink": 10,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact15",
-        "samestep": true,
-        "steplink": 7,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact16",
-        "samestep": true,
-        "steplink": 7,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact17",
-        "samestep": false,
-        "steplink": 13,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact18",
-        "samestep": true,
-        "steplink": 10,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact19",
-        "samestep": true,
-        "steplink": 10,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact20",
-        "samestep": false,
-        "steplink": 16,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact21",
-        "samestep": true,
-        "steplink": 13,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact22",
-        "samestep": true,
-        "steplink": 13,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact23",
-        "samestep": false,
-        "steplink": 19,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact24",
-        "samestep": true,
-        "steplink": 16,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact25",
-        "samestep": true,
-        "steplink": 16,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact26",
-        "samestep": false,
-        "steplink": 22,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact27",
-        "samestep": true,
-        "steplink": 19,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact28",
-        "samestep": true,
-        "steplink": 19,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact29",
-        "samestep": false,
-        "steplink": 25,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact30",
-        "samestep": true,
-        "steplink": 22,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact31",
-        "samestep": true,
-        "steplink": 22,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact32",
-        "samestep": false,
-        "steplink": 28,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact33",
-        "samestep": true,
-        "steplink": 25,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact34",
-        "samestep": true,
-        "steplink": 25,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact35",
-        "samestep": false,
-        "steplink": 31,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact36",
-        "samestep": true,
-        "steplink": 28,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact37",
-        "samestep": true,
-        "steplink": 28,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact38",
-        "samestep": false,
-        "steplink": 35,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact39",
-        "samestep": true,
-        "steplink": 31,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact40",
-        "samestep": true,
-        "steplink": 31,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact41",
-        "samestep": true,
-        "steplink": 31,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "samestep": false,
-        "steplink": 100,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 14.71507, 18.63876), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.3575, -24.0345), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(-1E-05)))}",
-        "samestep": true,
-        "steplink": 35,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1E-05, 0.2337258), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 14.71507, 18.63876), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.3575, -24.0345), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(-1E-05)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})",
-        "samestep": true,
-        "steplink": 35,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 16.16695, 13.02121), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 18.38171, -6.944755), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(0.2337158)))}",
-        "samestep": true,
-        "steplink": 35,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.2337158, 0.4320768), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 16.16695, 13.02121), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 18.38171, -6.944755), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(0.2337158)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})",
-        "samestep": true,
-        "steplink": 35,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 19.61987, 11.64365), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -13.14871, -5.555804), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(0.4320667)))}",
-        "samestep": true,
-        "steplink": 35,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.4320667, 0.9467315), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 19.61987, 11.64365), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -13.14871, -5.555804), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(0.4320667)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})",
-        "samestep": true,
-        "steplink": 35,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 11.5536, 8.784481), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -3.188384, 14.88368), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(0.9467215)))}",
-        "samestep": true,
-        "steplink": 35,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.9467215, 1.613118), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 11.5536, 8.784481), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -3.188384, 14.88368), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(0.9467215)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})",
-        "samestep": true,
-        "steplink": 35,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.250884, 18.70275), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 14.18734, -1.015321), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(1.613108)))}",
-        "samestep": true,
-        "steplink": 35,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.613108, 4.627315), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.250884, 18.70275), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 14.18734, -1.015321), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(1.613108)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})",
-        "samestep": true,
-        "steplink": 35,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.450568, 15.64226), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.268845, -11.15014), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(4.627305)))}",
-        "samestep": true,
-        "steplink": 35,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(4.627305, 5.634649), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.450568, 15.64226), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.268845, -11.15014), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(4.627305)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})",
-        "samestep": true,
-        "steplink": 35,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.780749, 4.41036), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.589557, 1.108319), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(5.634639)))}",
-        "samestep": true,
-        "steplink": 35,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(5.634639, 6.117978), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.780749, 4.41036), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.589557, 1.108319), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(5.634639)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})",
-        "samestep": true,
-        "steplink": 35,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.0001146476, 4.946052), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 11.46481, 0.8866553), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.117968)))}",
-        "samestep": true,
-        "steplink": 35,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.117968, 8.45536), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.0001146476, 4.946052), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 11.46481, 0.8866553), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.117968)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})",
-        "samestep": true,
-        "steplink": 35,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 9.362611E-05, 7.018511), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 9.171925, 0.7093243), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(8.455351)))}",
-        "samestep": true,
-        "steplink": 35,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(8.455351, 10.32528), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 9.362611E-05, 7.018511), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 9.171925, 0.7093243), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(8.455351)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})",
-        "samestep": true,
-        "steplink": 35,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.337572E-05, 8.344899), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.337621, 0.5674595), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(10.32527)))}",
-        "samestep": true,
-        "steplink": 35,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.32527, 11.82124), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.337572E-05, 8.344899), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.337621, 0.5674595), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(10.32527)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})",
-        "samestep": true,
-        "steplink": 35,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.774759E-05, 9.193799), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.870175, 0.4539676), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(11.82123)))}",
-        "samestep": true,
-        "steplink": 35,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(11.82123, 13.01803), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.774759E-05, 9.193799), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.870175, 0.4539676), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(11.82123)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})",
-        "samestep": true,
-        "steplink": 35,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.696168E-05, 9.737103), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.696218, 0.3631741), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(13.01802)))}",
-        "samestep": true,
-        "steplink": 35,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(13.01802, 13.97547), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.696168E-05, 9.737103), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.696218, 0.3631741), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(13.01802)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})",
-        "samestep": true,
-        "steplink": 35,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.70932E-05, 10.08483), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.757053, 0.2905392), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(13.97546)))}",
-        "samestep": true,
-        "steplink": 35,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(13.97546, 14.74144), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.70932E-05, 10.08483), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.757053, 0.2905392), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(13.97546)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})",
-        "samestep": true,
-        "steplink": 35,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.053354E-05, 10.30737), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.00572, 0.2324314), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(14.74144)))}",
-        "samestep": true,
-        "steplink": 35,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(14.74144, 15.35424), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.053354E-05, 10.30737), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.00572, 0.2324314), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(14.74144)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})",
-        "samestep": true,
-        "steplink": 35,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.404606E-05, 10.44981), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.404655, 0.1859451), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(15.35423)))}",
-        "samestep": true,
-        "steplink": 35,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(15.35423, 15.8445), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.404606E-05, 10.44981), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.404655, 0.1859451), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(15.35423)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})",
-        "samestep": true,
-        "steplink": 35,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.923753E-05, 10.54097), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.923803, 0.1487561), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(15.84449)))}",
-        "samestep": true,
-        "steplink": 35,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(15.84449, 16.23672), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.923753E-05, 10.54097), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.923803, 0.1487561), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(15.84449)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})",
-        "samestep": true,
-        "steplink": 35,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.533111E-05, 10.59932), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.539121, 0.1190049), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(16.23671)))}",
-        "samestep": true,
-        "steplink": 35,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(16.23671, 16.55051), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.533111E-05, 10.59932), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.539121, 0.1190049), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(16.23671)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})",
-        "samestep": true,
-        "steplink": 35,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.231325E-05, 10.63666), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.231375, 0.09520391), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(16.5505)))}",
-        "samestep": true,
-        "steplink": 35,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(16.5505, 16.80157), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.231325E-05, 10.63666), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.231375, 0.09520391), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(16.5505)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})",
-        "samestep": true,
-        "steplink": 35,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 9.851289E-06, 10.66056), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.985178, 0.07616313), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(16.80156)))}",
-        "samestep": true,
-        "steplink": 35,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(16.80156, 17.00243), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 9.851289E-06, 10.66056), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.985178, 0.07616313), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(16.80156)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})",
-        "samestep": true,
-        "steplink": 35,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.881718E-06, 10.67586), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.7882209, 0.0609305), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.00242)))}",
-        "samestep": true,
-        "steplink": 35,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(17.00242, 17.16314), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.881718E-06, 10.67586), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.7882209, 0.0609305), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.00242)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})",
-        "samestep": true,
-        "steplink": 35,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.320961E-06, 10.68566), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.6306551, 0.0487444), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.16313)))}",
-        "samestep": true,
-        "steplink": 35,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(17.16313, 17.29172), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.320961E-06, 10.68566), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.6306551, 0.0487444), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.16313)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})",
-        "samestep": true,
-        "steplink": 35,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.045537E-06, 10.69192), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.5046028, 0.03899552), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.29171)))}",
-        "samestep": true,
-        "steplink": 35,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(17.29171, 17.39461), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.045537E-06, 10.69192), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.5046028, 0.03899552), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.29171)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})",
-        "samestep": true,
-        "steplink": 35,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.03339E-06, 10.69594), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.4037606, 0.03119642), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.3946)))}",
-        "samestep": true,
-        "steplink": 35,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(17.3946, 17.47693), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.03339E-06, 10.69594), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.4037606, 0.03119642), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.3946)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})",
-        "samestep": true,
-        "steplink": 35,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.230379E-06, 10.6985), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.3230869, 0.02495714), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.47692)))}",
-        "samestep": true,
-        "steplink": 35,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(17.47692, 17.54281), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.230379E-06, 10.6985), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.3230869, 0.02495714), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.47692)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})",
-        "samestep": true,
-        "steplink": 35,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.584989E-06, 10.70015), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.258548, 0.01996571), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.5428)))}",
-        "samestep": true,
-        "steplink": 35,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(17.5428, 17.59553), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.584989E-06, 10.70015), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.258548, 0.01996571), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.5428)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})",
-        "samestep": true,
-        "steplink": 35,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.068678E-06, 10.7012), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.2069168, 0.01597257), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.59552)))}",
-        "samestep": true,
-        "steplink": 35,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(17.59552, 17.63773), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.068678E-06, 10.7012), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.2069168, 0.01597257), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.59552)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})",
-        "samestep": true,
-        "steplink": 35,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.655629E-06, 10.70187), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.1656119, 0.01277805), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.63772)))}",
-        "samestep": true,
-        "steplink": 35,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(17.63772, 17.6715), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.655629E-06, 10.70187), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.1656119, 0.01277805), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.63772)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})",
-        "samestep": true,
-        "steplink": 35,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.324724E-06, 10.70231), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.132568, 0.01022244), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.67149)))}",
-        "samestep": true,
-        "steplink": 35,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(17.67149, 17.69854), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.324724E-06, 10.70231), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.132568, 0.01022244), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.67149)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})",
-        "samestep": true,
-        "steplink": 35,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.060837E-06, 10.70258), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.1061328, 0.008177955), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.69853)))}",
-        "samestep": true,
-        "steplink": 35,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(17.69853, 17.72019), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.060837E-06, 10.70258), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.1061328, 0.008177955), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.69853)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})",
-        "samestep": true,
-        "steplink": 35,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 8.49123E-07, 10.70276), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.08498463, 0.006542364), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.72018)))}",
-        "samestep": true,
-        "steplink": 35,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(17.72018, 17.73752), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 8.49123E-07, 10.70276), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.08498463, 0.006542364), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.72018)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})",
-        "samestep": true,
-        "steplink": 35,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.800538E-07, 10.70287), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.06806608, 0.005233891), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.73751)))}",
-        "samestep": true,
-        "steplink": 35,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(17.73751, 17.75141), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.800538E-07, 10.70287), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.06806608, 0.005233891), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.73751)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})",
-        "samestep": true,
-        "steplink": 35,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.448217E-07, 10.70295), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.05453122, 0.004187113), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.7514)))}",
-        "samestep": true,
-        "steplink": 35,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(17.7514, 17.76254), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.448217E-07, 10.70295), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.05453122, 0.004187113), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.7514)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})",
-        "samestep": true,
-        "steplink": 35,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      }
-    ],
-    "marker": 100,
-    "worksteps": 15,
-    "backlog": 0,
-    "soft_resetted": false,
-    "invoke": true,
-    "MaxLabelId": 90,
-    "UnusedLabelIds": [],
-    "JsonFactSpace": {
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact7": {
-        "Point": {
-          "x": 0.0,
-          "y": 14.715,
-          "z": 18.639,
-          "normalized": {
-            "x": 0.0,
-            "y": 0.6196443,
-            "z": 0.7848828,
-            "magnitude": 1.0,
-            "sqrMagnitude": 1.0
-          },
-          "magnitude": 23.7474957,
-          "sqrMagnitude": 563.943542
-        },
-        "Normal": {
-          "x": 0.0,
-          "y": 1.0,
-          "z": 0.0,
-          "magnitude": 1.0,
-          "sqrMagnitude": 1.0
-        },
-        "s_type": "PointFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 1
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact8": {
-        "Point": {
-          "x": 0.0,
-          "y": 7.3575,
-          "z": -24.0345,
-          "normalized": {
-            "x": 0.0,
-            "y": 0.292714268,
-            "z": -0.956199944,
-            "magnitude": 1.0,
-            "sqrMagnitude": 1.0
-          },
-          "magnitude": 25.1354332,
-          "sqrMagnitude": 631.79
-        },
-        "Normal": {
-          "x": 0.0,
-          "y": 0.292714268,
-          "z": -0.956199944,
-          "magnitude": 1.0,
-          "sqrMagnitude": 1.0
-        },
-        "s_type": "PointFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 2
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact9": {
-        "Point": {
-          "x": 0.0,
-          "y": -9.809999,
-          "z": 0.0,
-          "normalized": {
-            "x": 0.0,
-            "y": -1.0,
-            "z": 0.0,
-            "magnitude": 1.0,
-            "sqrMagnitude": 1.0
-          },
-          "magnitude": 9.809999,
-          "sqrMagnitude": 96.23609
-        },
-        "Normal": {
-          "x": 0.0,
-          "y": -1.0,
-          "z": 0.0,
-          "magnitude": 1.0,
-          "sqrMagnitude": 1.0
-        },
-        "s_type": "PointFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 3
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact10": {
-        "value": 0.8,
-        "s_type": "RealLitFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 4
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact11": {
-        "Point": {
-          "x": 0.0,
-          "y": 0.0,
-          "z": -0.04905,
-          "normalized": {
-            "x": 0.0,
-            "y": 0.0,
-            "z": -1.0,
-            "magnitude": 1.0,
-            "sqrMagnitude": 1.0
-          },
-          "magnitude": 0.04905,
-          "sqrMagnitude": 0.00240590237
-        },
-        "Normal": {
-          "x": 0.0,
-          "y": 1.0,
-          "z": 0.0,
-          "magnitude": 1.0,
-          "sqrMagnitude": 1.0
-        },
-        "s_type": "PointFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 5
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact12": {
-        "Point": {
-          "x": 0.0,
-          "y": 0.0,
-          "z": 19.66905,
-          "normalized": {
-            "x": 0.0,
-            "y": 0.0,
-            "z": 1.0,
-            "magnitude": 1.0,
-            "sqrMagnitude": 1.0
-          },
-          "magnitude": 19.66905,
-          "sqrMagnitude": 386.871552
-        },
-        "Normal": {
-          "x": 0.0,
-          "y": 1.0,
-          "z": 0.0,
-          "magnitude": 1.0,
-          "sqrMagnitude": 1.0
-        },
-        "s_type": "PointFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 6
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact13": {
-        "s_type": "LineFact",
-        "Pid1": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact11",
-        "Pid2": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact12",
-        "Dir": {
-          "x": 0.0,
-          "y": 0.0,
-          "z": -1.0,
-          "magnitude": 1.0,
-          "sqrMagnitude": 1.0
-        },
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 0
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact14": {
-        "Point": {
-          "x": 0.0,
-          "y": -0.04905,
-          "z": 0.0,
-          "normalized": {
-            "x": 0.0,
-            "y": -1.0,
-            "z": 0.0,
-            "magnitude": 1.0,
-            "sqrMagnitude": 1.0
-          },
-          "magnitude": 0.04905,
-          "sqrMagnitude": 0.00240590237
-        },
-        "Normal": {
-          "x": 0.0,
-          "y": 1.0,
-          "z": 0.0,
-          "magnitude": 1.0,
-          "sqrMagnitude": 1.0
-        },
-        "s_type": "PointFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 7
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact15": {
-        "Point": {
-          "x": 0.0,
-          "y": 19.66905,
-          "z": 0.0004905,
-          "normalized": {
-            "x": 0.0,
-            "y": 1.0,
-            "z": 2.49376553E-05,
-            "magnitude": 1.0,
-            "sqrMagnitude": 1.0
-          },
-          "magnitude": 19.66905,
-          "sqrMagnitude": 386.871552
-        },
-        "Normal": {
-          "x": 0.0,
-          "y": 1.0,
-          "z": 0.0,
-          "magnitude": 1.0,
-          "sqrMagnitude": 1.0
-        },
-        "s_type": "PointFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 8
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact16": {
-        "s_type": "LineFact",
-        "Pid1": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact14",
-        "Pid2": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact15",
-        "Dir": {
-          "x": 0.0,
-          "y": -1.0,
-          "z": -2.48756223E-05,
-          "magnitude": 1.0,
-          "sqrMagnitude": 1.0
-        },
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 0
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact17": {
-        "Point": {
-          "x": 0.0,
-          "y": -0.04905,
-          "z": 19.6199989,
-          "normalized": {
-            "x": 0.0,
-            "y": -0.00249999226,
-            "z": 0.9999969,
-            "magnitude": 1.0,
-            "sqrMagnitude": 1.0
-          },
-          "magnitude": 19.62006,
-          "sqrMagnitude": 384.946777
-        },
-        "Normal": {
-          "x": 0.0,
-          "y": 1.0,
-          "z": 0.0,
-          "magnitude": 1.0,
-          "sqrMagnitude": 1.0
-        },
-        "s_type": "PointFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 9
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact18": {
-        "Point": {
-          "x": 0.0,
-          "y": 19.66905,
-          "z": 19.620491,
-          "normalized": {
-            "x": 0.0,
-            "y": 0.7079802,
-            "z": 0.7062323,
-            "magnitude": 1.0,
-            "sqrMagnitude": 1.00000012
-          },
-          "magnitude": 27.7819214,
-          "sqrMagnitude": 771.8352
-        },
-        "Normal": {
-          "x": 0.0,
-          "y": 1.0,
-          "z": 0.0,
-          "magnitude": 1.0,
-          "sqrMagnitude": 1.0
-        },
-        "s_type": "PointFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 10
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact19": {
-        "s_type": "LineFact",
-        "Pid1": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact17",
-        "Pid2": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact18",
-        "Dir": {
-          "x": 0.0,
-          "y": -1.0,
-          "z": -2.495656E-05,
-          "magnitude": 1.0,
-          "sqrMagnitude": 1.0
-        },
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 0
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact20": {
-        "Point": {
-          "x": 0.0,
-          "y": 19.6199989,
-          "z": -0.04905,
-          "normalized": {
-            "x": 0.0,
-            "y": 0.9999969,
-            "z": -0.00249999226,
-            "magnitude": 1.0,
-            "sqrMagnitude": 1.0
-          },
-          "magnitude": 19.62006,
-          "sqrMagnitude": 384.946777
-        },
-        "Normal": {
-          "x": 0.0,
-          "y": 1.0,
-          "z": 0.0,
-          "magnitude": 1.0,
-          "sqrMagnitude": 1.0
-        },
-        "s_type": "PointFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 11
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact21": {
-        "Point": {
-          "x": 0.0,
-          "y": 19.6199989,
-          "z": 19.66905,
-          "normalized": {
-            "x": 0.0,
-            "y": 0.7062234,
-            "z": 0.707989037,
-            "magnitude": 1.0,
-            "sqrMagnitude": 1.0
-          },
-          "magnitude": 27.7815742,
-          "sqrMagnitude": 771.8159
-        },
-        "Normal": {
-          "x": 0.0,
-          "y": 1.0,
-          "z": 0.0,
-          "magnitude": 1.0,
-          "sqrMagnitude": 1.0
-        },
-        "s_type": "PointFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 12
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact22": {
-        "s_type": "LineFact",
-        "Pid1": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact20",
-        "Pid2": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact21",
-        "Dir": {
-          "x": 0.0,
-          "y": 0.0,
-          "z": -1.0,
-          "magnitude": 1.0,
-          "sqrMagnitude": 1.0
-        },
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 0
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact23": {
-        "Point": {
-          "x": 0.0,
-          "y": 9.809999,
-          "z": 2.45249987,
-          "normalized": {
-            "x": 0.0,
-            "y": 0.970142543,
-            "z": 0.242535636,
-            "magnitude": 1.0,
-            "sqrMagnitude": 1.00000012
-          },
-          "magnitude": 10.1119156,
-          "sqrMagnitude": 102.250847
-        },
-        "Normal": {
-          "x": 0.0,
-          "y": 1.0,
-          "z": 0.0,
-          "magnitude": 1.0,
-          "sqrMagnitude": 1.0
-        },
-        "s_type": "PointFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 13
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact24": {
-        "Point": {
-          "x": 0.0,
-          "y": 13.2435,
-          "z": 5.886,
-          "normalized": {
-            "x": 0.0,
-            "y": 0.913811564,
-            "z": 0.40613848,
-            "magnitude": 1.0,
-            "sqrMagnitude": 1.0
-          },
-          "magnitude": 14.4925938,
-          "sqrMagnitude": 210.035278
-        },
-        "Normal": {
-          "x": 0.0,
-          "y": 1.0,
-          "z": 0.0,
-          "magnitude": 1.0,
-          "sqrMagnitude": 1.0
-        },
-        "s_type": "PointFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 14
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact25": {
-        "s_type": "LineFact",
-        "Pid1": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact23",
-        "Pid2": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact24",
-        "Dir": {
-          "x": 0.0,
-          "y": -0.707106769,
-          "z": -0.707106769,
-          "magnitude": 1.0,
-          "sqrMagnitude": 0.99999994
-        },
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 0
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact26": {
-        "Point": {
-          "x": 0.0,
-          "y": 4.90499973,
-          "z": 7.3575,
-          "normalized": {
-            "x": 0.0,
-            "y": 0.5547002,
-            "z": 0.8320503,
-            "magnitude": 1.0,
-            "sqrMagnitude": 1.0
-          },
-          "magnitude": 8.842614,
-          "sqrMagnitude": 78.19183
-        },
-        "Normal": {
-          "x": 0.0,
-          "y": 1.0,
-          "z": 0.0,
-          "magnitude": 1.0,
-          "sqrMagnitude": 1.0
-        },
-        "s_type": "PointFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 15
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact27": {
-        "Point": {
-          "x": 0.0,
-          "y": 4.90499973,
-          "z": 9.809999,
-          "normalized": {
-            "x": 0.0,
-            "y": 0.4472136,
-            "z": 0.8944272,
-            "magnitude": 1.0,
-            "sqrMagnitude": 1.0
-          },
-          "magnitude": 10.9679127,
-          "sqrMagnitude": 120.295113
-        },
-        "Normal": {
-          "x": 0.0,
-          "y": 1.0,
-          "z": 0.0,
-          "magnitude": 1.0,
-          "sqrMagnitude": 1.0
-        },
-        "s_type": "PointFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 16
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact28": {
-        "s_type": "LineFact",
-        "Pid1": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact26",
-        "Pid2": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact27",
-        "Dir": {
-          "x": 0.0,
-          "y": 0.0,
-          "z": -1.0,
-          "magnitude": 1.0,
-          "sqrMagnitude": 1.0
-        },
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 0
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact29": {
-        "Point": {
-          "x": 0.0,
-          "y": 13.97925,
-          "z": 7.3575,
-          "normalized": {
-            "x": 0.0,
-            "y": 0.8849182,
-            "z": 0.465746433,
-            "magnitude": 1.0,
-            "sqrMagnitude": 1.0
-          },
-          "magnitude": 15.7972221,
-          "sqrMagnitude": 249.552231
-        },
-        "Normal": {
-          "x": 0.0,
-          "y": 1.0,
-          "z": 0.0,
-          "magnitude": 1.0,
-          "sqrMagnitude": 1.0
-        },
-        "s_type": "PointFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 17
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact30": {
-        "Point": {
-          "x": 0.0,
-          "y": 9.809999,
-          "z": 9.809999,
-          "normalized": {
-            "x": 0.0,
-            "y": 0.707106769,
-            "z": 0.707106769,
-            "magnitude": 1.0,
-            "sqrMagnitude": 0.99999994
-          },
-          "magnitude": 13.8734341,
-          "sqrMagnitude": 192.472183
-        },
-        "Normal": {
-          "x": 0.0,
-          "y": 1.0,
-          "z": 0.0,
-          "magnitude": 1.0,
-          "sqrMagnitude": 1.0
-        },
-        "s_type": "PointFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 18
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact31": {
-        "s_type": "LineFact",
-        "Pid1": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact29",
-        "Pid2": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact30",
-        "Dir": {
-          "x": 0.0,
-          "y": 0.8619343,
-          "z": -0.50702,
-          "magnitude": 1.0,
-          "sqrMagnitude": 1.0
-        },
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 0
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact32": {
-        "Point": {
-          "x": 0.0,
-          "y": 17.657999,
-          "z": 11.2815,
-          "normalized": {
-            "x": 0.0,
-            "y": 0.842696249,
-            "z": 0.538389266,
-            "magnitude": 1.0,
-            "sqrMagnitude": 0.99999994
-          },
-          "magnitude": 20.9541683,
-          "sqrMagnitude": 439.077179
-        },
-        "Normal": {
-          "x": 0.0,
-          "y": 1.0,
-          "z": 0.0,
-          "magnitude": 1.0,
-          "sqrMagnitude": 1.0
-        },
-        "s_type": "PointFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 19
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact33": {
-        "Point": {
-          "x": 0.0,
-          "y": 14.715,
-          "z": 14.715,
-          "normalized": {
-            "x": 0.0,
-            "y": 0.7071068,
-            "z": 0.7071068,
-            "normalized": {
-              "x": 0.0,
-              "y": 0.707106769,
-              "z": 0.707106769,
-              "magnitude": 1.0,
-              "sqrMagnitude": 0.99999994
-            },
-            "magnitude": 1.00000012,
-            "sqrMagnitude": 1.00000012
-          },
-          "magnitude": 20.8101521,
-          "sqrMagnitude": 433.062469
-        },
-        "Normal": {
-          "x": 0.0,
-          "y": 1.0,
-          "z": 0.0,
-          "magnitude": 1.0,
-          "sqrMagnitude": 1.0
-        },
-        "s_type": "PointFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 20
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact34": {
-        "s_type": "LineFact",
-        "Pid1": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact32",
-        "Pid2": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact33",
-        "Dir": {
-          "x": 0.0,
-          "y": 0.650791168,
-          "z": -0.7592567,
-          "normalized": {
-            "x": 0.0,
-            "y": 0.6507912,
-            "z": -0.7592568,
-            "magnitude": 1.0,
-            "sqrMagnitude": 1.00000012
-          },
-          "magnitude": 0.99999994,
-          "sqrMagnitude": 0.99999994
-        },
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 0
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact35": {
-        "Point": {
-          "x": 0.0,
-          "y": 4.90499973,
-          "z": 14.715,
-          "normalized": {
-            "x": 0.0,
-            "y": 0.316227734,
-            "z": 0.9486833,
-            "magnitude": 1.0,
-            "sqrMagnitude": 1.0
-          },
-          "magnitude": 15.510972,
-          "sqrMagnitude": 240.590256
-        },
-        "Normal": {
-          "x": 0.0,
-          "y": 1.0,
-          "z": 0.0,
-          "magnitude": 1.0,
-          "sqrMagnitude": 1.0
-        },
-        "s_type": "PointFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 21
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact36": {
-        "Point": {
-          "x": 0.0,
-          "y": 7.3575,
-          "z": 18.88425,
-          "normalized": {
-            "x": 0.0,
-            "y": 0.363030136,
-            "z": 0.931777358,
-            "normalized": {
-              "x": 0.0,
-              "y": 0.363030165,
-              "z": 0.9317774,
-              "magnitude": 1.0,
-              "sqrMagnitude": 1.0
-            },
-            "magnitude": 0.99999994,
-            "sqrMagnitude": 0.99999994
-          },
-          "magnitude": 20.2669125,
-          "sqrMagnitude": 410.747742
-        },
-        "Normal": {
-          "x": 0.0,
-          "y": 1.0,
-          "z": 0.0,
-          "magnitude": 1.0,
-          "sqrMagnitude": 1.0
-        },
-        "s_type": "PointFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 22
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact37": {
-        "s_type": "LineFact",
-        "Pid1": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact35",
-        "Pid2": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact36",
-        "Dir": {
-          "x": 0.0,
-          "y": -0.5070201,
-          "z": -0.8619342,
-          "normalized": {
-            "x": 0.0,
-            "y": -0.5070202,
-            "z": -0.861934245,
-            "magnitude": 1.0,
-            "sqrMagnitude": 1.00000012
-          },
-          "magnitude": 0.99999994,
-          "sqrMagnitude": 0.99999994
-        },
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 0
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact38": {
-        "Point": {
-          "x": 0.0,
-          "y": 2.45249987,
-          "z": 2.45249987,
-          "normalized": {
-            "x": 0.0,
-            "y": 0.707106769,
-            "z": 0.707106769,
-            "magnitude": 1.0,
-            "sqrMagnitude": 0.99999994
-          },
-          "magnitude": 3.46835852,
-          "sqrMagnitude": 12.0295115
-        },
-        "Normal": {
-          "x": 0.0,
-          "y": 1.0,
-          "z": 0.0,
-          "magnitude": 1.0,
-          "sqrMagnitude": 1.0
-        },
-        "s_type": "PointFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 23
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact39": {
-        "Point": {
-          "x": 0.0,
-          "y": 6.62175,
-          "z": 4.90499973,
-          "normalized": {
-            "x": 0.0,
-            "y": 0.8035573,
-            "z": 0.5952276,
-            "normalized": {
-              "x": 0.0,
-              "y": 0.803557158,
-              "z": 0.59522754,
-              "normalized": {
-                "x": 0.0,
-                "y": 0.8035572,
-                "z": 0.5952276,
-                "magnitude": 1.0,
-                "sqrMagnitude": 1.00000012
-              },
-              "magnitude": 0.99999994,
-              "sqrMagnitude": 0.99999994
-            },
-            "magnitude": 1.00000012,
-            "sqrMagnitude": 1.00000024
-          },
-          "magnitude": 8.240545,
-          "sqrMagnitude": 67.90659
-        },
-        "Normal": {
-          "x": 0.0,
-          "y": 1.0,
-          "z": 0.0,
-          "magnitude": 1.0,
-          "sqrMagnitude": 1.0
-        },
-        "s_type": "PointFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 24
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact40": {
-        "s_type": "LineFact",
-        "Pid1": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact38",
-        "Pid2": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact39",
-        "Dir": {
-          "x": 0.0,
-          "y": -0.8619342,
-          "z": -0.5070201,
-          "normalized": {
-            "x": 0.0,
-            "y": -0.861934245,
-            "z": -0.5070202,
-            "magnitude": 1.0,
-            "sqrMagnitude": 1.00000012
-          },
-          "magnitude": 0.99999994,
-          "sqrMagnitude": 0.99999994
-        },
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 0
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact41": {
-        "lids": [],
-        "payload": [
-          {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": -1.0
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 401.0
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  }
-                ]
-              }
-            ]
-          },
-          {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": -1.0
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.01
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 401.0
-                  }
-                ]
-              }
-            ]
-          },
-          {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 400.0
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": -1.0
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 400.01
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 401.0
-                  }
-                ]
-              }
-            ]
-          },
-          {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": -1.0
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 400.0
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 401.0
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 400.0
-                  }
-                ]
-              }
-            ]
-          },
-          {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 50.0
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 200.0
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 120.0
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 270.0
-                  }
-                ]
-              }
-            ]
-          },
-          {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 150.0
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 100.0
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 200.0
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 100.0
-                  }
-                ]
-              }
-            ]
-          },
-          {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 150.0
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 285.0
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 200.0
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 200.0
-                  }
-                ]
-              }
-            ]
-          },
-          {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 230.0
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 360.0
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 300.0
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 300.0
-                  }
-                ]
-              }
-            ]
-          },
-          {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 300.0
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 100.0
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 385.0
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 150.0
-                  }
-                ]
-              }
-            ]
-          },
-          {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 50.0
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 50.0
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 100.0
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 135.0
-                  }
-                ]
-              }
-            ]
-          }
-        ],
-        "ListType": {
-          "kind": "OMA",
-          "applicant": {
-            "kind": "OMS",
-            "uri": "http://gl.mathhub.info/MMT/LFX/Datatypes?ListSymbols?ListType"
-          },
-          "arguments": [
-            {
-              "kind": "OMA",
-              "applicant": {
-                "kind": "OMS",
-                "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Product"
-              },
-              "arguments": [
-                {
-                  "kind": "OMA",
-                  "applicant": {
-                    "kind": "OMS",
-                    "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Product"
-                  },
-                  "arguments": [
-                    {
-                      "kind": "OMS",
-                      "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-                    },
-                    {
-                      "kind": "OMS",
-                      "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-                    }
-                  ]
-                },
-                {
-                  "kind": "OMA",
-                  "applicant": {
-                    "kind": "OMS",
-                    "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Product"
-                  },
-                  "arguments": [
-                    {
-                      "kind": "OMS",
-                      "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-                    },
-                    {
-                      "kind": "OMS",
-                      "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-                    }
-                  ]
-                }
-              ]
-            }
-          ]
-        },
-        "s_type": "ListFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 25
-      },
-      "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "Pos",
-              "type": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point"
-              }
-            },
-            {
-              "name": "Vel",
-              "type": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point"
-              }
-            },
-            {
-              "name": "Acc",
-              "type": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point"
-              }
-            },
-            {
-              "name": "t",
-              "type": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit"
-            },
-            "arguments": [
-              {
-                "kind": "VAR",
-                "name": "Pos"
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "VAR",
-                        "name": "Vel"
-                      },
-                      {
-                        "kind": "VAR",
-                        "name": "t"
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMLIT<Single>",
-                        "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                        "value": 0.5
-                      },
-                      {
-                        "kind": "OMA",
-                        "applicant": {
-                          "kind": "OMS",
-                          "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit"
-                        },
-                        "arguments": [
-                          {
-                            "kind": "VAR",
-                            "name": "Acc"
-                          },
-                          {
-                            "kind": "OMA",
-                            "applicant": {
-                              "kind": "OMS",
-                              "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit"
-                            },
-                            "arguments": [
-                              {
-                                "kind": "VAR",
-                                "name": "t"
-                              },
-                              {
-                                "kind": "VAR",
-                                "name": "t"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ]
-                  }
-                ]
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 26
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 14.71507, 18.63876), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.3575, -24.0345), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(-1E-05)))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "type": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 14.7150736
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 18.63876
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 7.3575
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": -24.0345
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": -9.809999
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit"
-                },
-                "arguments": [
-                  {
-                    "kind": "VAR",
-                    "name": "t"
-                  },
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMLIT<Single>",
-                        "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                        "value": -1E-05
-                      }
-                    ]
-                  }
-                ]
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 27
-      },
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1E-05, 0.2337258), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 14.71507, 18.63876), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.3575, -24.0345), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(-1E-05)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": {
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.233725786
-        },
-        "s_type": "FunctionCallFact",
-        "_CustomLabel": null,
-        "func_id": "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 14.71507, 18.63876), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.3575, -24.0345), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(-1E-05)))}",
-        "hasCustomLabel": false,
-        "LabelId": 28
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 16.16695, 13.02121), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 18.38171, -6.944755), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(0.2337158)))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "type": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 16.1669464
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 13.0212069
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 18.3817139
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": -6.944755
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": -9.809999
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit"
-                },
-                "arguments": [
-                  {
-                    "kind": "VAR",
-                    "name": "t"
-                  },
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMLIT<Single>",
-                        "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                        "value": 0.233715788
-                      }
-                    ]
-                  }
-                ]
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 29
-      },
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.2337158, 0.4320768), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 16.16695, 13.02121), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 18.38171, -6.944755), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(0.2337158)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": {
-        "Domain": {
-          "Item1": 0.233715788,
-          "Item2": 0.432076752
-        },
-        "s_type": "FunctionCallFact",
-        "_CustomLabel": null,
-        "func_id": "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 16.16695, 13.02121), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 18.38171, -6.944755), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(0.2337158)))}",
-        "hasCustomLabel": false,
-        "LabelId": 30
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 19.61987, 11.64365), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -13.14871, -5.555804), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(0.4320667)))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "type": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 19.6198673
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 11.6436529
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": -13.1487122
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": -5.55580425
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": -9.809999
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit"
-                },
-                "arguments": [
-                  {
-                    "kind": "VAR",
-                    "name": "t"
-                  },
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMLIT<Single>",
-                        "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                        "value": 0.432066739
-                      }
-                    ]
-                  }
-                ]
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 31
-      },
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.4320667, 0.9467315), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 19.61987, 11.64365), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -13.14871, -5.555804), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(0.4320667)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": {
-        "Domain": {
-          "Item1": 0.432066739,
-          "Item2": 0.9467315
-        },
-        "s_type": "FunctionCallFact",
-        "_CustomLabel": null,
-        "func_id": "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 19.61987, 11.64365), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -13.14871, -5.555804), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(0.4320667)))}",
-        "hasCustomLabel": false,
-        "LabelId": 32
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 11.5536, 8.784481), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -3.188384, 14.88368), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(0.9467215)))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "type": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 11.5536032
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 8.784481
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": -3.18838358
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 14.8836775
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": -9.809999
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit"
-                },
-                "arguments": [
-                  {
-                    "kind": "VAR",
-                    "name": "t"
-                  },
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMLIT<Single>",
-                        "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                        "value": 0.9467215
-                      }
-                    ]
-                  }
-                ]
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 33
-      },
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.9467215, 1.613118), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 11.5536, 8.784481), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -3.188384, 14.88368), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(0.9467215)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": {
-        "Domain": {
-          "Item1": 0.9467215,
-          "Item2": 1.61311781
-        },
-        "s_type": "FunctionCallFact",
-        "_CustomLabel": null,
-        "func_id": "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 11.5536, 8.784481), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -3.188384, 14.88368), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(0.9467215)))}",
-        "hasCustomLabel": false,
-        "LabelId": 34
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.250884, 18.70275), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 14.18734, -1.015321), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(1.613108)))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "type": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 7.250884
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 18.70275
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 14.18734
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": -1.0153209
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": -9.809999
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit"
-                },
-                "arguments": [
-                  {
-                    "kind": "VAR",
-                    "name": "t"
-                  },
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMLIT<Single>",
-                        "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                        "value": 1.6131078
-                      }
-                    ]
-                  }
-                ]
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 35
-      },
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.613108, 4.627315), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.250884, 18.70275), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 14.18734, -1.015321), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(1.613108)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": {
-        "Domain": {
-          "Item1": 1.6131078,
-          "Item2": 4.627315
-        },
-        "s_type": "FunctionCallFact",
-        "_CustomLabel": null,
-        "func_id": "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.250884, 18.70275), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 14.18734, -1.015321), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(1.613108)))}",
-        "hasCustomLabel": false,
-        "LabelId": 36
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.450568, 15.64226), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.268845, -11.15014), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(4.627305)))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "type": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 5.450568
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 15.6422606
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 5.268845
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": -11.150135
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": -9.809999
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit"
-                },
-                "arguments": [
-                  {
-                    "kind": "VAR",
-                    "name": "t"
-                  },
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMLIT<Single>",
-                        "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                        "value": 4.627305
-                      }
-                    ]
-                  }
-                ]
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 37
-      },
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(4.627305, 5.634649), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.450568, 15.64226), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.268845, -11.15014), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(4.627305)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": {
-        "Domain": {
-          "Item1": 4.627305,
-          "Item2": 5.63464928
-        },
-        "s_type": "FunctionCallFact",
-        "_CustomLabel": null,
-        "func_id": "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.450568, 15.64226), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.268845, -11.15014), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(4.627305)))}",
-        "hasCustomLabel": false,
-        "LabelId": 38
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.780749, 4.41036), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.589557, 1.108319), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(5.634639)))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "type": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 5.780749
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 4.41036
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": -9.589557
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 1.10831916
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": -9.809999
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit"
-                },
-                "arguments": [
-                  {
-                    "kind": "VAR",
-                    "name": "t"
-                  },
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMLIT<Single>",
-                        "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                        "value": 5.63463926
-                      }
-                    ]
-                  }
-                ]
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 39
-      },
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(5.634639, 6.117978), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.780749, 4.41036), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.589557, 1.108319), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(5.634639)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": {
-        "Domain": {
-          "Item1": 5.63463926,
-          "Item2": 6.117978
-        },
-        "s_type": "FunctionCallFact",
-        "_CustomLabel": null,
-        "func_id": "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.780749, 4.41036), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.589557, 1.108319), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(5.634639)))}",
-        "hasCustomLabel": false,
-        "LabelId": 40
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.0001146476, 4.946052), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 11.46481, 0.8866553), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.117968)))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "type": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.000114647592
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 4.9460516
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 11.4648085
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.886655331
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": -9.809999
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit"
-                },
-                "arguments": [
-                  {
-                    "kind": "VAR",
-                    "name": "t"
-                  },
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMLIT<Single>",
-                        "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                        "value": 6.117968
-                      }
-                    ]
-                  }
-                ]
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 41
-      },
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.117968, 8.45536), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.0001146476, 4.946052), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 11.46481, 0.8866553), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.117968)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": {
-        "Domain": {
-          "Item1": 6.117968,
-          "Item2": 8.45536
-        },
-        "s_type": "FunctionCallFact",
-        "_CustomLabel": null,
-        "func_id": "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.0001146476, 4.946052), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 11.46481, 0.8866553), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.117968)))}",
-        "hasCustomLabel": false,
-        "LabelId": 42
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 9.362611E-05, 7.018511), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 9.171925, 0.7093243), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(8.455351)))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "type": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 9.36261058E-05
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 7.018511
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 9.171925
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.7093243
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": -9.809999
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit"
-                },
-                "arguments": [
-                  {
-                    "kind": "VAR",
-                    "name": "t"
-                  },
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMLIT<Single>",
-                        "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                        "value": 8.455351
-                      }
-                    ]
-                  }
-                ]
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 43
-      },
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(8.455351, 10.32528), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 9.362611E-05, 7.018511), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 9.171925, 0.7093243), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(8.455351)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": {
-        "Domain": {
-          "Item1": 8.455351,
-          "Item2": 10.325284
-        },
-        "s_type": "FunctionCallFact",
-        "_CustomLabel": null,
-        "func_id": "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 9.362611E-05, 7.018511), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 9.171925, 0.7093243), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(8.455351)))}",
-        "hasCustomLabel": false,
-        "LabelId": 44
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.337572E-05, 8.344899), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.337621, 0.5674595), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(10.32527)))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "type": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 7.337572E-05
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 8.344899
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 7.33762074
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.567459464
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": -9.809999
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit"
-                },
-                "arguments": [
-                  {
-                    "kind": "VAR",
-                    "name": "t"
-                  },
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMLIT<Single>",
-                        "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                        "value": 10.3252745
-                      }
-                    ]
-                  }
-                ]
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 45
-      },
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.32527, 11.82124), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.337572E-05, 8.344899), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.337621, 0.5674595), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(10.32527)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": {
-        "Domain": {
-          "Item1": 10.3252745,
-          "Item2": 11.8212414
-        },
-        "s_type": "FunctionCallFact",
-        "_CustomLabel": null,
-        "func_id": "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.337572E-05, 8.344899), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.337621, 0.5674595), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(10.32527)))}",
-        "hasCustomLabel": false,
-        "LabelId": 46
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.774759E-05, 9.193799), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.870175, 0.4539676), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(11.82123)))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "type": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 5.77475876E-05
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 9.193799
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 5.87017536
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.453967571
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": -9.809999
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit"
-                },
-                "arguments": [
-                  {
-                    "kind": "VAR",
-                    "name": "t"
-                  },
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMLIT<Single>",
-                        "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                        "value": 11.8212318
-                      }
-                    ]
-                  }
-                ]
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 47
-      },
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(11.82123, 13.01803), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.774759E-05, 9.193799), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.870175, 0.4539676), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(11.82123)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": {
-        "Domain": {
-          "Item1": 11.8212318,
-          "Item2": 13.0180254
-        },
-        "s_type": "FunctionCallFact",
-        "_CustomLabel": null,
-        "func_id": "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.774759E-05, 9.193799), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.870175, 0.4539676), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(11.82123)))}",
-        "hasCustomLabel": false,
-        "LabelId": 48
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.696168E-05, 9.737103), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.696218, 0.3631741), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(13.01802)))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "type": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 4.69616825E-05
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 9.737103
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 4.69621754
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.363174051
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": -9.809999
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit"
-                },
-                "arguments": [
-                  {
-                    "kind": "VAR",
-                    "name": "t"
-                  },
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMLIT<Single>",
-                        "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                        "value": 13.0180159
-                      }
-                    ]
-                  }
-                ]
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 49
-      },
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(13.01802, 13.97547), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.696168E-05, 9.737103), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.696218, 0.3631741), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(13.01802)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": {
-        "Domain": {
-          "Item1": 13.0180159,
-          "Item2": 13.9754705
-        },
-        "s_type": "FunctionCallFact",
-        "_CustomLabel": null,
-        "func_id": "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.696168E-05, 9.737103), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.696218, 0.3631741), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(13.01802)))}",
-        "hasCustomLabel": false,
-        "LabelId": 50
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.70932E-05, 10.08483), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.757053, 0.2905392), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(13.97546)))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "type": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 3.70931957E-05
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 10.0848255
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 3.75705266
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.290539235
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": -9.809999
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit"
-                },
-                "arguments": [
-                  {
-                    "kind": "VAR",
-                    "name": "t"
-                  },
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMLIT<Single>",
-                        "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                        "value": 13.975461
-                      }
-                    ]
-                  }
-                ]
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 51
-      },
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(13.97546, 14.74144), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.70932E-05, 10.08483), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.757053, 0.2905392), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(13.97546)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": {
-        "Domain": {
-          "Item1": 13.975461,
-          "Item2": 14.7414446
-        },
-        "s_type": "FunctionCallFact",
-        "_CustomLabel": null,
-        "func_id": "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.70932E-05, 10.08483), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.757053, 0.2905392), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(13.97546)))}",
-        "hasCustomLabel": false,
-        "LabelId": 52
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.053354E-05, 10.30737), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.00572, 0.2324314), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(14.74144)))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "type": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 3.053354E-05
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 10.307373
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 3.00571966
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.2324314
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": -9.809999
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit"
-                },
-                "arguments": [
-                  {
-                    "kind": "VAR",
-                    "name": "t"
-                  },
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMLIT<Single>",
-                        "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                        "value": 14.7414351
-                      }
-                    ]
-                  }
-                ]
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 53
-      },
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(14.74144, 15.35424), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.053354E-05, 10.30737), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.00572, 0.2324314), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(14.74144)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": {
-        "Domain": {
-          "Item1": 14.7414351,
-          "Item2": 15.3542414
-        },
-        "s_type": "FunctionCallFact",
-        "_CustomLabel": null,
-        "func_id": "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.053354E-05, 10.30737), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.00572, 0.2324314), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(14.74144)))}",
-        "hasCustomLabel": false,
-        "LabelId": 54
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.404606E-05, 10.44981), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.404655, 0.1859451), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(15.35423)))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "type": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 2.40460631E-05
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 10.4498081
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 2.40465546
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.185945123
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": -9.809999
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit"
-                },
-                "arguments": [
-                  {
-                    "kind": "VAR",
-                    "name": "t"
-                  },
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMLIT<Single>",
-                        "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                        "value": 15.3542318
-                      }
-                    ]
-                  }
-                ]
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 55
-      },
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(15.35423, 15.8445), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.404606E-05, 10.44981), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.404655, 0.1859451), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(15.35423)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": {
-        "Domain": {
-          "Item1": 15.3542318,
-          "Item2": 15.8444967
-        },
-        "s_type": "FunctionCallFact",
-        "_CustomLabel": null,
-        "func_id": "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.404606E-05, 10.44981), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.404655, 0.1859451), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(15.35423)))}",
-        "hasCustomLabel": false,
-        "LabelId": 56
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.923753E-05, 10.54097), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.923803, 0.1487561), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(15.84449)))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "type": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 1.92375337E-05
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 10.5409708
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 1.92380261
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.1487561
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": -9.809999
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit"
-                },
-                "arguments": [
-                  {
-                    "kind": "VAR",
-                    "name": "t"
-                  },
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMLIT<Single>",
-                        "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                        "value": 15.8444872
-                      }
-                    ]
-                  }
-                ]
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 57
-      },
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(15.84449, 16.23672), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.923753E-05, 10.54097), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.923803, 0.1487561), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(15.84449)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": {
-        "Domain": {
-          "Item1": 15.8444872,
-          "Item2": 16.23672
-        },
-        "s_type": "FunctionCallFact",
-        "_CustomLabel": null,
-        "func_id": "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.923753E-05, 10.54097), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.923803, 0.1487561), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(15.84449)))}",
-        "hasCustomLabel": false,
-        "LabelId": 58
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.533111E-05, 10.59932), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.539121, 0.1190049), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(16.23671)))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "type": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 1.533111E-05
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 10.5993176
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 1.53912055
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.119004883
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": -9.809999
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit"
-                },
-                "arguments": [
-                  {
-                    "kind": "VAR",
-                    "name": "t"
-                  },
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMLIT<Single>",
-                        "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                        "value": 16.23671
-                      }
-                    ]
-                  }
-                ]
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 59
-      },
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(16.23671, 16.55051), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.533111E-05, 10.59932), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.539121, 0.1190049), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(16.23671)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": {
-        "Domain": {
-          "Item1": 16.23671,
-          "Item2": 16.5505142
-        },
-        "s_type": "FunctionCallFact",
-        "_CustomLabel": null,
-        "func_id": "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.533111E-05, 10.59932), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.539121, 0.1190049), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(16.23671)))}",
-        "hasCustomLabel": false,
-        "LabelId": 60
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.231325E-05, 10.63666), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.231375, 0.09520391), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(16.5505)))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "type": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 1.2313254E-05
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 10.6366615
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 1.2313745
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.09520391
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": -9.809999
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit"
-                },
-                "arguments": [
-                  {
-                    "kind": "VAR",
-                    "name": "t"
-                  },
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMLIT<Single>",
-                        "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                        "value": 16.5505047
-                      }
-                    ]
-                  }
-                ]
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 61
-      },
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(16.5505, 16.80157), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.231325E-05, 10.63666), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.231375, 0.09520391), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(16.5505)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": {
-        "Domain": {
-          "Item1": 16.5505047,
-          "Item2": 16.801569
-        },
-        "s_type": "FunctionCallFact",
-        "_CustomLabel": null,
-        "func_id": "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.231325E-05, 10.63666), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.231375, 0.09520391), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(16.5505)))}",
-        "hasCustomLabel": false,
-        "LabelId": 62
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 9.851289E-06, 10.66056), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.985178, 0.07616313), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(16.80156)))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "type": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 9.851289E-06
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 10.6605635
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.985178
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.07616313
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": -9.809999
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit"
-                },
-                "arguments": [
-                  {
-                    "kind": "VAR",
-                    "name": "t"
-                  },
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMLIT<Single>",
-                        "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                        "value": 16.80156
-                      }
-                    ]
-                  }
-                ]
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 63
-      },
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(16.80156, 17.00243), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 9.851289E-06, 10.66056), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.985178, 0.07616313), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(16.80156)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": {
-        "Domain": {
-          "Item1": 16.80156,
-          "Item2": 17.00243
-        },
-        "s_type": "FunctionCallFact",
-        "_CustomLabel": null,
-        "func_id": "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 9.851289E-06, 10.66056), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.985178, 0.07616313), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(16.80156)))}",
-        "hasCustomLabel": false,
-        "LabelId": 64
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.881718E-06, 10.67586), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.7882209, 0.0609305), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.00242)))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "type": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 7.881718E-06
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 10.6758623
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.7882209
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0609305
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": -9.809999
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit"
-                },
-                "arguments": [
-                  {
-                    "kind": "VAR",
-                    "name": "t"
-                  },
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMLIT<Single>",
-                        "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                        "value": 17.00242
-                      }
-                    ]
-                  }
-                ]
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 65
-      },
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(17.00242, 17.16314), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.881718E-06, 10.67586), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.7882209, 0.0609305), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.00242)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": {
-        "Domain": {
-          "Item1": 17.00242,
-          "Item2": 17.1631374
-        },
-        "s_type": "FunctionCallFact",
-        "_CustomLabel": null,
-        "func_id": "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.881718E-06, 10.67586), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.7882209, 0.0609305), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.00242)))}",
-        "hasCustomLabel": false,
-        "LabelId": 66
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.320961E-06, 10.68566), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.6306551, 0.0487444), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.16313)))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "type": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 6.32096135E-06
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 10.6856556
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.6306551
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0487444028
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": -9.809999
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit"
-                },
-                "arguments": [
-                  {
-                    "kind": "VAR",
-                    "name": "t"
-                  },
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMLIT<Single>",
-                        "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                        "value": 17.1631279
-                      }
-                    ]
-                  }
-                ]
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 67
-      },
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(17.16313, 17.29172), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.320961E-06, 10.68566), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.6306551, 0.0487444), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.16313)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": {
-        "Domain": {
-          "Item1": 17.1631279,
-          "Item2": 17.2917213
-        },
-        "s_type": "FunctionCallFact",
-        "_CustomLabel": null,
-        "func_id": "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.320961E-06, 10.68566), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.6306551, 0.0487444), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.16313)))}",
-        "hasCustomLabel": false,
-        "LabelId": 68
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.045537E-06, 10.69192), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.5046028, 0.03899552), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.29171)))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "type": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 5.045537E-06
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 10.6919231
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.5046028
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.038995523
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": -9.809999
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit"
-                },
-                "arguments": [
-                  {
-                    "kind": "VAR",
-                    "name": "t"
-                  },
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMLIT<Single>",
-                        "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                        "value": 17.2917118
-                      }
-                    ]
-                  }
-                ]
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 69
-      },
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(17.29171, 17.39461), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.045537E-06, 10.69192), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.5046028, 0.03899552), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.29171)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": {
-        "Domain": {
-          "Item1": 17.2917118,
-          "Item2": 17.3946056
-        },
-        "s_type": "FunctionCallFact",
-        "_CustomLabel": null,
-        "func_id": "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.045537E-06, 10.69192), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.5046028, 0.03899552), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.29171)))}",
-        "hasCustomLabel": false,
-        "LabelId": 70
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.03339E-06, 10.69594), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.4037606, 0.03119642), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.3946)))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "type": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 4.03339027E-06
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 10.6959352
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.403760642
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.03119642
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": -9.809999
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit"
-                },
-                "arguments": [
-                  {
-                    "kind": "VAR",
-                    "name": "t"
-                  },
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMLIT<Single>",
-                        "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                        "value": 17.3945961
-                      }
-                    ]
-                  }
-                ]
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 71
-      },
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(17.3946, 17.47693), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.03339E-06, 10.69594), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.4037606, 0.03119642), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.3946)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": {
-        "Domain": {
-          "Item1": 17.3945961,
-          "Item2": 17.4769325
-        },
-        "s_type": "FunctionCallFact",
-        "_CustomLabel": null,
-        "func_id": "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.03339E-06, 10.69594), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.4037606, 0.03119642), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.3946)))}",
-        "hasCustomLabel": false,
-        "LabelId": 72
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.230379E-06, 10.6985), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.3230869, 0.02495714), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.47692)))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "type": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 3.23037875E-06
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 10.6985035
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.323086917
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0249571353
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": -9.809999
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit"
-                },
-                "arguments": [
-                  {
-                    "kind": "VAR",
-                    "name": "t"
-                  },
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMLIT<Single>",
-                        "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                        "value": 17.476923
-                      }
-                    ]
-                  }
-                ]
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 73
-      },
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(17.47692, 17.54281), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.230379E-06, 10.6985), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.3230869, 0.02495714), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.47692)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": {
-        "Domain": {
-          "Item1": 17.476923,
-          "Item2": 17.5428123
-        },
-        "s_type": "FunctionCallFact",
-        "_CustomLabel": null,
-        "func_id": "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.230379E-06, 10.6985), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.3230869, 0.02495714), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.47692)))}",
-        "hasCustomLabel": false,
-        "LabelId": 74
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.584989E-06, 10.70015), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.258548, 0.01996571), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.5428)))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "type": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 2.58498949E-06
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 10.7001476
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.258548
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0199657083
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": -9.809999
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit"
-                },
-                "arguments": [
-                  {
-                    "kind": "VAR",
-                    "name": "t"
-                  },
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMLIT<Single>",
-                        "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                        "value": 17.5428028
-                      }
-                    ]
-                  }
-                ]
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 75
-      },
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(17.5428, 17.59553), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.584989E-06, 10.70015), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.258548, 0.01996571), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.5428)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": {
-        "Domain": {
-          "Item1": 17.5428028,
-          "Item2": 17.5955334
-        },
-        "s_type": "FunctionCallFact",
-        "_CustomLabel": null,
-        "func_id": "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.584989E-06, 10.70015), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.258548, 0.01996571), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.5428)))}",
-        "hasCustomLabel": false,
-        "LabelId": 76
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.068678E-06, 10.7012), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.2069168, 0.01597257), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.59552)))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "type": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 2.068678E-06
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 10.7012005
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.206916839
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0159725677
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": -9.809999
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit"
-                },
-                "arguments": [
-                  {
-                    "kind": "VAR",
-                    "name": "t"
-                  },
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMLIT<Single>",
-                        "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                        "value": 17.5955238
-                      }
-                    ]
-                  }
-                ]
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 77
-      },
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(17.59552, 17.63773), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.068678E-06, 10.7012), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.2069168, 0.01597257), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.59552)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": {
-        "Domain": {
-          "Item1": 17.5955238,
-          "Item2": 17.6377277
-        },
-        "s_type": "FunctionCallFact",
-        "_CustomLabel": null,
-        "func_id": "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.068678E-06, 10.7012), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.2069168, 0.01597257), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.59552)))}",
-        "hasCustomLabel": false,
-        "LabelId": 78
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.655629E-06, 10.70187), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.1656119, 0.01277805), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.63772)))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "type": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 1.65562858E-06
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 10.7018747
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.165611908
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.012778054
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": -9.809999
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit"
-                },
-                "arguments": [
-                  {
-                    "kind": "VAR",
-                    "name": "t"
-                  },
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMLIT<Single>",
-                        "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                        "value": 17.6377182
-                      }
-                    ]
-                  }
-                ]
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 79
-      },
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(17.63772, 17.6715), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.655629E-06, 10.70187), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.1656119, 0.01277805), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.63772)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": {
-        "Domain": {
-          "Item1": 17.6377182,
-          "Item2": 17.6715012
-        },
-        "s_type": "FunctionCallFact",
-        "_CustomLabel": null,
-        "func_id": "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.655629E-06, 10.70187), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.1656119, 0.01277805), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.63772)))}",
-        "hasCustomLabel": false,
-        "LabelId": 80
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.324724E-06, 10.70231), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.132568, 0.01022244), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.67149)))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "type": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 1.3247236E-06
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 10.7023067
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.132567972
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0102224434
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": -9.809999
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit"
-                },
-                "arguments": [
-                  {
-                    "kind": "VAR",
-                    "name": "t"
-                  },
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMLIT<Single>",
-                        "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                        "value": 17.6714916
-                      }
-                    ]
-                  }
-                ]
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 81
-      },
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(17.67149, 17.69854), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.324724E-06, 10.70231), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.132568, 0.01022244), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.67149)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": {
-        "Domain": {
-          "Item1": 17.6714916,
-          "Item2": 17.6985378
-        },
-        "s_type": "FunctionCallFact",
-        "_CustomLabel": null,
-        "func_id": "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.324724E-06, 10.70231), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.132568, 0.01022244), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.67149)))}",
-        "hasCustomLabel": false,
-        "LabelId": 82
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.060837E-06, 10.70258), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.1061328, 0.008177955), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.69853)))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "type": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 1.06083723E-06
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 10.7025833
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.106132768
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.008177955
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": -9.809999
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit"
-                },
-                "arguments": [
-                  {
-                    "kind": "VAR",
-                    "name": "t"
-                  },
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMLIT<Single>",
-                        "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                        "value": 17.6985283
-                      }
-                    ]
-                  }
-                ]
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 83
-      },
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(17.69853, 17.72019), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.060837E-06, 10.70258), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.1061328, 0.008177955), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.69853)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": {
-        "Domain": {
-          "Item1": 17.6985283,
-          "Item2": 17.7201862
-        },
-        "s_type": "FunctionCallFact",
-        "_CustomLabel": null,
-        "func_id": "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.060837E-06, 10.70258), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.1061328, 0.008177955), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.69853)))}",
-        "hasCustomLabel": false,
-        "LabelId": 84
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 8.49123E-07, 10.70276), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.08498463, 0.006542364), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.72018)))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "type": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 8.49122955E-07
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 10.7027607
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.08498463
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.00654236367
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": -9.809999
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit"
-                },
-                "arguments": [
-                  {
-                    "kind": "VAR",
-                    "name": "t"
-                  },
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMLIT<Single>",
-                        "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                        "value": 17.7201767
-                      }
-                    ]
-                  }
-                ]
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 85
-      },
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(17.72018, 17.73752), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 8.49123E-07, 10.70276), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.08498463, 0.006542364), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.72018)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": {
-        "Domain": {
-          "Item1": 17.7201767,
-          "Item2": 17.7375221
-        },
-        "s_type": "FunctionCallFact",
-        "_CustomLabel": null,
-        "func_id": "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 8.49123E-07, 10.70276), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.08498463, 0.006542364), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.72018)))}",
-        "hasCustomLabel": false,
-        "LabelId": 86
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.800538E-07, 10.70287), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.06806608, 0.005233891), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.73751)))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "type": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 6.800538E-07
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 10.7028742
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0680660754
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.005233891
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": -9.809999
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit"
-                },
-                "arguments": [
-                  {
-                    "kind": "VAR",
-                    "name": "t"
-                  },
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMLIT<Single>",
-                        "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                        "value": 17.7375126
-                      }
-                    ]
-                  }
-                ]
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 87
-      },
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(17.73751, 17.75141), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.800538E-07, 10.70287), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.06806608, 0.005233891), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.73751)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": {
-        "Domain": {
-          "Item1": 17.7375126,
-          "Item2": 17.75141
-        },
-        "s_type": "FunctionCallFact",
-        "_CustomLabel": null,
-        "func_id": "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.800538E-07, 10.70287), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.06806608, 0.005233891), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.73751)))}",
-        "hasCustomLabel": false,
-        "LabelId": 88
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.448217E-07, 10.70295), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.05453122, 0.004187113), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.7514)))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "type": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 5.4482166E-07
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 10.7029467
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0545312166
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.00418711267
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": -9.809999
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit"
-                },
-                "arguments": [
-                  {
-                    "kind": "VAR",
-                    "name": "t"
-                  },
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMLIT<Single>",
-                        "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                        "value": 17.7514
-                      }
-                    ]
-                  }
-                ]
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 89
-      },
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(17.7514, 17.76254), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.448217E-07, 10.70295), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.05453122, 0.004187113), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.7514)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": {
-        "Domain": {
-          "Item1": 17.7514,
-          "Item2": 17.762537
-        },
-        "s_type": "FunctionCallFact",
-        "_CustomLabel": null,
-        "func_id": "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.448217E-07, 10.70295), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.05453122, 0.004187113), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.7514)))}",
-        "hasCustomLabel": false,
-        "LabelId": 90
-      }
-    },
-    "name": null,
-    "path": null
-  },
-  "record_index": null,
-  "solution_approches": [],
-  "AllowedScrolls": [
-    "http://mathhub.info/FrameIT/frameworld?WBouncingScroll"
-  ],
-  "AllowedGadgets": null,
-  "name": "CanonBall 2D",
-  "path": null
-}
\ No newline at end of file
diff --git a/Assets/Stages/CanonBall 2D.JSON.meta b/Assets/Stages/CanonBall 2D.JSON.meta
deleted file mode 100644
index dfd1aed1..00000000
--- a/Assets/Stages/CanonBall 2D.JSON.meta	
+++ /dev/null
@@ -1,7 +0,0 @@
-fileFormatVersion: 2
-guid: cbfb25bc853f2854ebb5bee5938155e9
-TextScriptImporter:
-  externalObjects: {}
-  userData: 
-  assetBundleName: 
-  assetBundleVariant: 
diff --git a/Assets/Stages/CanonBall 3D.JSON b/Assets/Stages/CanonBall 3D.JSON
deleted file mode 100644
index 27406c9c..00000000
--- a/Assets/Stages/CanonBall 3D.JSON	
+++ /dev/null
@@ -1,10152 +0,0 @@
-{
-  "category": "CanonBall",
-  "number": 2,
-  "description": "CanonBall 3D Test",
-  "scene": "RiverWorld",
-  "use_install_folder": true,
-  "solution": {
-    "ValidationSet": [],
-    "ExposedSolutionFacts": [
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact42",
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact43",
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact44",
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact45",
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact50",
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact51",
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact52",
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact57",
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact58",
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact59",
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact64",
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact65",
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact66",
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact67",
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact68",
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact69",
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact70",
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact71",
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact72",
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact73",
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact74",
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact75",
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact76",
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact77",
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact78",
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact79",
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact80",
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact81",
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact86",
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact87",
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact88",
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact93",
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact94",
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact95",
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact100",
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact101",
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact102",
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact107",
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact108",
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact109",
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact114",
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact115",
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact116",
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact121",
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact122",
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact123",
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1E-05, 0.2860328), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(4.905E-05, 14.71507, 18.63876), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(4.905, 7.3575, -24.0345), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(-1E-05)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})",
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.2860228, 0.5200639), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.403079, 16.41841, 11.76398), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(3.924, 14.82811, -12.77051), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(0.2860228)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})",
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.5200539, 1.378993), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(2.321449, 19.6199, 8.775176), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(3.1392, -10.02582, -10.21641), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(0.5200539)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})",
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.378983, 1.681127), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(5.017825, 7.389571, 8.173129E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(2.51136, -14.76153, 8.173129), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(1.378983)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})",
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.681117, 1.839926), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(5.776611, 2.481855, 2.469301), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(2.009088, -1.427282, -15.54984), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(1.681117)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})",
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.839916, 2.299212), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.095668, 2.13149, 0.0001243987), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.607271, -2.388081, 12.43987), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(1.839916)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})",
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(2.299202, 3.423573), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.833878, 5.526812E-05, 5.713683), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.285817, 5.514941, 9.9519), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(2.299202)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})",
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(3.423563, 3.764802), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(8.279611, 4.411982E-05, 16.90329), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.028653, 4.412031, 7.96152), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(3.423563)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})",
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(3.764792, 4.296639), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(8.630627, 0.934442, 19.61994), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.8229226, 0.8516521, -6.369216), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(3.764792)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})",
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(4.296629, 5.008685), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(9.068295, 3.480565E-05, 16.2325), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.6583381, 3.492535, -5.095373), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(4.296629)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})",
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(5.008675, 5.57834), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(9.537067, 2.770216E-05, 12.60432), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.5266705, 2.794107, -4.076298), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(5.008675)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})",
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(5.57833, 6.034081), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(9.837091, 2.235314E-05, 10.28221), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.4213364, 2.235363, -3.261039), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(5.57833)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})",
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.034071, 6.398692), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.02912, 1.800241E-05, 8.79599), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.3370691, 1.788369, -2.608831), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.034071)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})",
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.398682, 6.690399), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.15202, 1.430725E-05, 7.844759), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.2696553, 1.430775, -2.087065), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.398682)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})",
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.690389, 6.923783), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.23068, 1.144649E-05, 7.235931), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.2157243, 1.144698, -1.669652), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.690389)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})",
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.923773, 6.923783), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 9.15788E-06, 6.846248), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.1725794, 0.915837, -1.335721), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})",
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.923773, 6.923783), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 1.830693E-06, 6.846238), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.1380635, -0.7326696, -1.068577), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})",
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.923773, 6.923783), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 7.69156E-06, 6.846229), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.1104508, 0.5861357, -0.8548617), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})",
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.923773, 6.923783), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 3.001984E-06, 6.846222), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.08836066, -0.4689085, -0.6838894), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})",
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.923773, 6.923783), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 6.752762E-06, 6.846217), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.07068853, 0.3751268, -0.5471115), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})",
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.923773, 6.923783), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 3.751257E-06, 6.846213), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.05655083, -0.3001015, -0.4376892), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})",
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.923773, 6.923783), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 6.151578E-06, 6.84621), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.04524066, 0.2400812, -0.3501514), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})",
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.923773, 6.923783), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 4.230438E-06, 6.846207), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.03619253, -0.192065, -0.2801211), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})",
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.923773, 6.923783), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 5.766467E-06, 6.846204), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.02895403, 0.153652, -0.2240969), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})",
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.923773, 6.923783), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 4.536761E-06, 6.846202), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.02316322, -0.1229216, -0.1792775), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})",
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.923773, 6.923783), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 5.519642E-06, 6.846201), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.01853058, 0.09833726, -0.143422), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})",
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.923773, 6.923783), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 4.732454E-06, 6.8462), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.01482446, -0.07866981, -0.1147376), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})",
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.923773, 6.923783), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 5.361322E-06, 6.846199), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.01185957, 0.06293585, -0.0917901), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})",
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.923773, 6.923783), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 4.857344E-06, 6.846198), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.009487656, -0.05034868, -0.07343208), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})",
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.923773, 6.923783), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 5.259643E-06, 6.846198), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.007590125, 0.04027895, -0.05874566), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})",
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.923773, 6.923783), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 4.936921E-06, 6.846197), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.0060721, -0.03222316, -0.04699653), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})",
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.923773, 6.923783), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 5.194215E-06, 6.846197), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.00485768, 0.02577853, -0.03759722), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})"
-    ],
-    "ScrollOverwrites": {
-      "http://mathhub.info/FrameIT/frameworld?W3DBouncingScroll": [
-        {
-          "Item1": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact42",
-          "Item2": 0,
-          "Item3": true
-        },
-        {
-          "Item1": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact43",
-          "Item2": 1,
-          "Item3": true
-        },
-        {
-          "Item1": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact44",
-          "Item2": 2,
-          "Item3": true
-        },
-        {
-          "Item1": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact45",
-          "Item2": 3,
-          "Item3": true
-        },
-        {
-          "Item1": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact125",
-          "Item2": 4,
-          "Item3": true
-        }
-      ],
-      "http://mathhub.info/FrameIT/frameworld?T3DBouncingScroll": [
-        {
-          "Item1": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact42",
-          "Item2": 0,
-          "Item3": true
-        },
-        {
-          "Item1": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact43",
-          "Item2": 1,
-          "Item3": true
-        },
-        {
-          "Item1": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact44",
-          "Item2": 2,
-          "Item3": true
-        },
-        {
-          "Item1": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact45",
-          "Item2": 3,
-          "Item3": true
-        },
-        {
-          "Item1": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact124",
-          "Item2": 4,
-          "Item3": true
-        }
-      ]
-    },
-    "ImmutableFacts": [],
-    "WorkflowGadgetDict": {
-      "-1": null
-    },
-    "MetaInf": {
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact42": {
-        "workflow_id": 0,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact43": {
-        "workflow_id": 1,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact44": {
-        "workflow_id": 2,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact45": {
-        "workflow_id": 3,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact46": {
-        "workflow_id": 4,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact47": {
-        "workflow_id": 5,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact48": {
-        "workflow_id": 6,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact49": {
-        "workflow_id": 7,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact50": {
-        "workflow_id": 8,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact51": {
-        "workflow_id": 9,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact52": {
-        "workflow_id": 10,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact53": {
-        "workflow_id": 11,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact54": {
-        "workflow_id": 12,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact55": {
-        "workflow_id": 13,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact56": {
-        "workflow_id": 14,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact57": {
-        "workflow_id": 15,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact58": {
-        "workflow_id": 16,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact59": {
-        "workflow_id": 17,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact60": {
-        "workflow_id": 18,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact61": {
-        "workflow_id": 19,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact62": {
-        "workflow_id": 20,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact63": {
-        "workflow_id": 21,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact64": {
-        "workflow_id": 22,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact65": {
-        "workflow_id": 23,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact66": {
-        "workflow_id": 24,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact67": {
-        "workflow_id": 25,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact68": {
-        "workflow_id": 26,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact69": {
-        "workflow_id": 27,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact70": {
-        "workflow_id": 28,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact71": {
-        "workflow_id": 29,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact72": {
-        "workflow_id": 30,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact73": {
-        "workflow_id": 31,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact74": {
-        "workflow_id": 32,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact75": {
-        "workflow_id": 33,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact76": {
-        "workflow_id": 34,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact77": {
-        "workflow_id": 35,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact78": {
-        "workflow_id": 36,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact79": {
-        "workflow_id": 37,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact80": {
-        "workflow_id": 38,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact81": {
-        "workflow_id": 39,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact82": {
-        "workflow_id": 40,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact83": {
-        "workflow_id": 41,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact84": {
-        "workflow_id": 42,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact85": {
-        "workflow_id": 43,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact86": {
-        "workflow_id": 44,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact87": {
-        "workflow_id": 45,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact88": {
-        "workflow_id": 46,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact89": {
-        "workflow_id": 47,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact90": {
-        "workflow_id": 48,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact91": {
-        "workflow_id": 49,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact92": {
-        "workflow_id": 50,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact93": {
-        "workflow_id": 51,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact94": {
-        "workflow_id": 52,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact95": {
-        "workflow_id": 53,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact96": {
-        "workflow_id": 54,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact97": {
-        "workflow_id": 55,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact98": {
-        "workflow_id": 56,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact99": {
-        "workflow_id": 57,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact100": {
-        "workflow_id": 58,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact101": {
-        "workflow_id": 59,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact102": {
-        "workflow_id": 60,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact103": {
-        "workflow_id": 61,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact104": {
-        "workflow_id": 62,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact105": {
-        "workflow_id": 63,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact106": {
-        "workflow_id": 64,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact107": {
-        "workflow_id": 65,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact108": {
-        "workflow_id": 66,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact109": {
-        "workflow_id": 67,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact110": {
-        "workflow_id": 68,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact111": {
-        "workflow_id": 69,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact112": {
-        "workflow_id": 70,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact113": {
-        "workflow_id": 71,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact114": {
-        "workflow_id": 72,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact115": {
-        "workflow_id": 73,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact116": {
-        "workflow_id": 74,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact117": {
-        "workflow_id": 75,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact118": {
-        "workflow_id": 76,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact119": {
-        "workflow_id": 77,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact120": {
-        "workflow_id": 78,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact121": {
-        "workflow_id": 79,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact122": {
-        "workflow_id": 80,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact123": {
-        "workflow_id": 81,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact124": {
-        "workflow_id": 82,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact125": {
-        "workflow_id": 83,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}": {
-        "workflow_id": 84,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(4.905E-05, 14.71507, 18.63876), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(4.905, 7.3575, -24.0345), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(-1E-05)))}": {
-        "workflow_id": 85,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1E-05, 0.2860328), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(4.905E-05, 14.71507, 18.63876), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(4.905, 7.3575, -24.0345), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(-1E-05)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": {
-        "workflow_id": 86,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.403079, 16.41841, 11.76398), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(3.924, 14.82811, -12.77051), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(0.2860228)))}": {
-        "workflow_id": 87,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.2860228, 0.5200639), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.403079, 16.41841, 11.76398), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(3.924, 14.82811, -12.77051), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(0.2860228)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": {
-        "workflow_id": 88,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(2.321449, 19.6199, 8.775176), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(3.1392, -10.02582, -10.21641), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(0.5200539)))}": {
-        "workflow_id": 89,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.5200539, 1.378993), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(2.321449, 19.6199, 8.775176), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(3.1392, -10.02582, -10.21641), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(0.5200539)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": {
-        "workflow_id": 90,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(5.017825, 7.389571, 8.173129E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(2.51136, -14.76153, 8.173129), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(1.378983)))}": {
-        "workflow_id": 91,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.378983, 1.681127), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(5.017825, 7.389571, 8.173129E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(2.51136, -14.76153, 8.173129), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(1.378983)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": {
-        "workflow_id": 92,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(5.776611, 2.481855, 2.469301), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(2.009088, -1.427282, -15.54984), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(1.681117)))}": {
-        "workflow_id": 93,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.681117, 1.839926), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(5.776611, 2.481855, 2.469301), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(2.009088, -1.427282, -15.54984), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(1.681117)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": {
-        "workflow_id": 94,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.095668, 2.13149, 0.0001243987), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.607271, -2.388081, 12.43987), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(1.839916)))}": {
-        "workflow_id": 95,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.839916, 2.299212), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.095668, 2.13149, 0.0001243987), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.607271, -2.388081, 12.43987), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(1.839916)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": {
-        "workflow_id": 96,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.833878, 5.526812E-05, 5.713683), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.285817, 5.514941, 9.9519), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(2.299202)))}": {
-        "workflow_id": 97,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(2.299202, 3.423573), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.833878, 5.526812E-05, 5.713683), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.285817, 5.514941, 9.9519), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(2.299202)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": {
-        "workflow_id": 98,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(8.279611, 4.411982E-05, 16.90329), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.028653, 4.412031, 7.96152), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(3.423563)))}": {
-        "workflow_id": 99,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(3.423563, 3.764802), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(8.279611, 4.411982E-05, 16.90329), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.028653, 4.412031, 7.96152), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(3.423563)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": {
-        "workflow_id": 100,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(8.630627, 0.934442, 19.61994), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.8229226, 0.8516521, -6.369216), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(3.764792)))}": {
-        "workflow_id": 101,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(3.764792, 4.296639), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(8.630627, 0.934442, 19.61994), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.8229226, 0.8516521, -6.369216), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(3.764792)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": {
-        "workflow_id": 102,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(9.068295, 3.480565E-05, 16.2325), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.6583381, 3.492535, -5.095373), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(4.296629)))}": {
-        "workflow_id": 103,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(4.296629, 5.008685), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(9.068295, 3.480565E-05, 16.2325), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.6583381, 3.492535, -5.095373), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(4.296629)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": {
-        "workflow_id": 104,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(9.537067, 2.770216E-05, 12.60432), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.5266705, 2.794107, -4.076298), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(5.008675)))}": {
-        "workflow_id": 105,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(5.008675, 5.57834), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(9.537067, 2.770216E-05, 12.60432), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.5266705, 2.794107, -4.076298), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(5.008675)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": {
-        "workflow_id": 106,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(9.837091, 2.235314E-05, 10.28221), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.4213364, 2.235363, -3.261039), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(5.57833)))}": {
-        "workflow_id": 107,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(5.57833, 6.034081), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(9.837091, 2.235314E-05, 10.28221), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.4213364, 2.235363, -3.261039), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(5.57833)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": {
-        "workflow_id": 108,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.02912, 1.800241E-05, 8.79599), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.3370691, 1.788369, -2.608831), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.034071)))}": {
-        "workflow_id": 109,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.034071, 6.398692), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.02912, 1.800241E-05, 8.79599), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.3370691, 1.788369, -2.608831), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.034071)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": {
-        "workflow_id": 110,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.15202, 1.430725E-05, 7.844759), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.2696553, 1.430775, -2.087065), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.398682)))}": {
-        "workflow_id": 111,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.398682, 6.690399), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.15202, 1.430725E-05, 7.844759), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.2696553, 1.430775, -2.087065), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.398682)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": {
-        "workflow_id": 112,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.23068, 1.144649E-05, 7.235931), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.2157243, 1.144698, -1.669652), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.690389)))}": {
-        "workflow_id": 113,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.690389, 6.923783), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.23068, 1.144649E-05, 7.235931), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.2157243, 1.144698, -1.669652), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.690389)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": {
-        "workflow_id": 114,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 9.15788E-06, 6.846248), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.1725794, 0.915837, -1.335721), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}": {
-        "workflow_id": 115,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.923773, 6.923783), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 9.15788E-06, 6.846248), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.1725794, 0.915837, -1.335721), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": {
-        "workflow_id": 116,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 1.830693E-06, 6.846238), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.1380635, -0.7326696, -1.068577), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}": {
-        "workflow_id": 117,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.923773, 6.923783), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 1.830693E-06, 6.846238), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.1380635, -0.7326696, -1.068577), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": {
-        "workflow_id": 118,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 7.69156E-06, 6.846229), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.1104508, 0.5861357, -0.8548617), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}": {
-        "workflow_id": 119,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.923773, 6.923783), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 7.69156E-06, 6.846229), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.1104508, 0.5861357, -0.8548617), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": {
-        "workflow_id": 120,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 3.001984E-06, 6.846222), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.08836066, -0.4689085, -0.6838894), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}": {
-        "workflow_id": 121,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.923773, 6.923783), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 3.001984E-06, 6.846222), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.08836066, -0.4689085, -0.6838894), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": {
-        "workflow_id": 122,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 6.752762E-06, 6.846217), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.07068853, 0.3751268, -0.5471115), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}": {
-        "workflow_id": 123,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.923773, 6.923783), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 6.752762E-06, 6.846217), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.07068853, 0.3751268, -0.5471115), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": {
-        "workflow_id": 124,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 3.751257E-06, 6.846213), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.05655083, -0.3001015, -0.4376892), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}": {
-        "workflow_id": 125,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.923773, 6.923783), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 3.751257E-06, 6.846213), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.05655083, -0.3001015, -0.4376892), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": {
-        "workflow_id": 126,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 6.151578E-06, 6.84621), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.04524066, 0.2400812, -0.3501514), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}": {
-        "workflow_id": 127,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.923773, 6.923783), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 6.151578E-06, 6.84621), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.04524066, 0.2400812, -0.3501514), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": {
-        "workflow_id": 128,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 4.230438E-06, 6.846207), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.03619253, -0.192065, -0.2801211), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}": {
-        "workflow_id": 129,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.923773, 6.923783), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 4.230438E-06, 6.846207), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.03619253, -0.192065, -0.2801211), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": {
-        "workflow_id": 130,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 5.766467E-06, 6.846204), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.02895403, 0.153652, -0.2240969), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}": {
-        "workflow_id": 131,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.923773, 6.923783), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 5.766467E-06, 6.846204), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.02895403, 0.153652, -0.2240969), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": {
-        "workflow_id": 132,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 4.536761E-06, 6.846202), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.02316322, -0.1229216, -0.1792775), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}": {
-        "workflow_id": 133,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.923773, 6.923783), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 4.536761E-06, 6.846202), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.02316322, -0.1229216, -0.1792775), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": {
-        "workflow_id": 134,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 5.519642E-06, 6.846201), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.01853058, 0.09833726, -0.143422), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}": {
-        "workflow_id": 135,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.923773, 6.923783), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 5.519642E-06, 6.846201), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.01853058, 0.09833726, -0.143422), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": {
-        "workflow_id": 136,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 4.732454E-06, 6.8462), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.01482446, -0.07866981, -0.1147376), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}": {
-        "workflow_id": 137,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.923773, 6.923783), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 4.732454E-06, 6.8462), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.01482446, -0.07866981, -0.1147376), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": {
-        "workflow_id": 138,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 5.361322E-06, 6.846199), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.01185957, 0.06293585, -0.0917901), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}": {
-        "workflow_id": 139,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.923773, 6.923783), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 5.361322E-06, 6.846199), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.01185957, 0.06293585, -0.0917901), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": {
-        "workflow_id": 140,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 4.857344E-06, 6.846198), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.009487656, -0.05034868, -0.07343208), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}": {
-        "workflow_id": 141,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.923773, 6.923783), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 4.857344E-06, 6.846198), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.009487656, -0.05034868, -0.07343208), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": {
-        "workflow_id": 142,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 5.259643E-06, 6.846198), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.007590125, 0.04027895, -0.05874566), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}": {
-        "workflow_id": 143,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.923773, 6.923783), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 5.259643E-06, 6.846198), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.007590125, 0.04027895, -0.05874566), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": {
-        "workflow_id": 144,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 4.936921E-06, 6.846197), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.0060721, -0.03222316, -0.04699653), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}": {
-        "workflow_id": 145,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.923773, 6.923783), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 4.936921E-06, 6.846197), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.0060721, -0.03222316, -0.04699653), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": {
-        "workflow_id": 146,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 5.194215E-06, 6.846197), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.00485768, 0.02577853, -0.03759722), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}": {
-        "workflow_id": 147,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.923773, 6.923783), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 5.194215E-06, 6.846197), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.00485768, 0.02577853, -0.03759722), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": {
-        "workflow_id": 148,
-        "active": true,
-        "isImmutable": false
-      }
-    },
-    "Workflow": [
-      {
-        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact42",
-        "samestep": false,
-        "steplink": 1,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact43",
-        "samestep": false,
-        "steplink": 2,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact44",
-        "samestep": false,
-        "steplink": 3,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact45",
-        "samestep": false,
-        "steplink": 4,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact46",
-        "samestep": false,
-        "steplink": 5,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact47",
-        "samestep": false,
-        "steplink": 6,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact48",
-        "samestep": false,
-        "steplink": 7,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact49",
-        "samestep": false,
-        "steplink": 11,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact50",
-        "samestep": true,
-        "steplink": 7,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact51",
-        "samestep": true,
-        "steplink": 7,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact52",
-        "samestep": true,
-        "steplink": 7,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact53",
-        "samestep": false,
-        "steplink": 12,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact54",
-        "samestep": false,
-        "steplink": 13,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact55",
-        "samestep": false,
-        "steplink": 14,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact56",
-        "samestep": false,
-        "steplink": 18,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact57",
-        "samestep": true,
-        "steplink": 14,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact58",
-        "samestep": true,
-        "steplink": 14,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact59",
-        "samestep": true,
-        "steplink": 14,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact60",
-        "samestep": false,
-        "steplink": 19,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact61",
-        "samestep": false,
-        "steplink": 20,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact62",
-        "samestep": false,
-        "steplink": 21,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact63",
-        "samestep": false,
-        "steplink": 40,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact64",
-        "samestep": true,
-        "steplink": 21,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact65",
-        "samestep": true,
-        "steplink": 21,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact66",
-        "samestep": true,
-        "steplink": 21,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact67",
-        "samestep": true,
-        "steplink": 21,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact68",
-        "samestep": true,
-        "steplink": 21,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact69",
-        "samestep": true,
-        "steplink": 21,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact70",
-        "samestep": true,
-        "steplink": 21,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact71",
-        "samestep": true,
-        "steplink": 21,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact72",
-        "samestep": true,
-        "steplink": 21,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact73",
-        "samestep": true,
-        "steplink": 21,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact74",
-        "samestep": true,
-        "steplink": 21,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact75",
-        "samestep": true,
-        "steplink": 21,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact76",
-        "samestep": true,
-        "steplink": 21,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact77",
-        "samestep": true,
-        "steplink": 21,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact78",
-        "samestep": true,
-        "steplink": 21,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact79",
-        "samestep": true,
-        "steplink": 21,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact80",
-        "samestep": true,
-        "steplink": 21,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact81",
-        "samestep": true,
-        "steplink": 21,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact82",
-        "samestep": false,
-        "steplink": 41,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact83",
-        "samestep": false,
-        "steplink": 42,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact84",
-        "samestep": false,
-        "steplink": 43,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact85",
-        "samestep": false,
-        "steplink": 47,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact86",
-        "samestep": true,
-        "steplink": 43,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact87",
-        "samestep": true,
-        "steplink": 43,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact88",
-        "samestep": true,
-        "steplink": 43,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact89",
-        "samestep": false,
-        "steplink": 48,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact90",
-        "samestep": false,
-        "steplink": 49,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact91",
-        "samestep": false,
-        "steplink": 50,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact92",
-        "samestep": false,
-        "steplink": 54,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact93",
-        "samestep": true,
-        "steplink": 50,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact94",
-        "samestep": true,
-        "steplink": 50,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact95",
-        "samestep": true,
-        "steplink": 50,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact96",
-        "samestep": false,
-        "steplink": 55,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact97",
-        "samestep": false,
-        "steplink": 56,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact98",
-        "samestep": false,
-        "steplink": 57,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact99",
-        "samestep": false,
-        "steplink": 61,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact100",
-        "samestep": true,
-        "steplink": 57,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact101",
-        "samestep": true,
-        "steplink": 57,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact102",
-        "samestep": true,
-        "steplink": 57,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact103",
-        "samestep": false,
-        "steplink": 62,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact104",
-        "samestep": false,
-        "steplink": 63,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact105",
-        "samestep": false,
-        "steplink": 64,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact106",
-        "samestep": false,
-        "steplink": 68,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact107",
-        "samestep": true,
-        "steplink": 64,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact108",
-        "samestep": true,
-        "steplink": 64,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact109",
-        "samestep": true,
-        "steplink": 64,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact110",
-        "samestep": false,
-        "steplink": 69,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact111",
-        "samestep": false,
-        "steplink": 70,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact112",
-        "samestep": false,
-        "steplink": 71,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact113",
-        "samestep": false,
-        "steplink": 75,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact114",
-        "samestep": true,
-        "steplink": 71,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact115",
-        "samestep": true,
-        "steplink": 71,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact116",
-        "samestep": true,
-        "steplink": 71,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact117",
-        "samestep": false,
-        "steplink": 76,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact118",
-        "samestep": false,
-        "steplink": 77,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact119",
-        "samestep": false,
-        "steplink": 78,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact120",
-        "samestep": false,
-        "steplink": 84,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact121",
-        "samestep": true,
-        "steplink": 78,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact122",
-        "samestep": true,
-        "steplink": 78,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact123",
-        "samestep": true,
-        "steplink": 78,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact124",
-        "samestep": true,
-        "steplink": 78,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact125",
-        "samestep": true,
-        "steplink": 78,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "samestep": false,
-        "steplink": 149,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(4.905E-05, 14.71507, 18.63876), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(4.905, 7.3575, -24.0345), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(-1E-05)))}",
-        "samestep": true,
-        "steplink": 84,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1E-05, 0.2860328), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(4.905E-05, 14.71507, 18.63876), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(4.905, 7.3575, -24.0345), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(-1E-05)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})",
-        "samestep": true,
-        "steplink": 84,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.403079, 16.41841, 11.76398), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(3.924, 14.82811, -12.77051), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(0.2860228)))}",
-        "samestep": true,
-        "steplink": 84,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.2860228, 0.5200639), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.403079, 16.41841, 11.76398), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(3.924, 14.82811, -12.77051), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(0.2860228)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})",
-        "samestep": true,
-        "steplink": 84,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(2.321449, 19.6199, 8.775176), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(3.1392, -10.02582, -10.21641), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(0.5200539)))}",
-        "samestep": true,
-        "steplink": 84,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.5200539, 1.378993), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(2.321449, 19.6199, 8.775176), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(3.1392, -10.02582, -10.21641), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(0.5200539)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})",
-        "samestep": true,
-        "steplink": 84,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(5.017825, 7.389571, 8.173129E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(2.51136, -14.76153, 8.173129), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(1.378983)))}",
-        "samestep": true,
-        "steplink": 84,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.378983, 1.681127), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(5.017825, 7.389571, 8.173129E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(2.51136, -14.76153, 8.173129), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(1.378983)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})",
-        "samestep": true,
-        "steplink": 84,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(5.776611, 2.481855, 2.469301), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(2.009088, -1.427282, -15.54984), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(1.681117)))}",
-        "samestep": true,
-        "steplink": 84,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.681117, 1.839926), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(5.776611, 2.481855, 2.469301), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(2.009088, -1.427282, -15.54984), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(1.681117)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})",
-        "samestep": true,
-        "steplink": 84,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.095668, 2.13149, 0.0001243987), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.607271, -2.388081, 12.43987), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(1.839916)))}",
-        "samestep": true,
-        "steplink": 84,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.839916, 2.299212), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.095668, 2.13149, 0.0001243987), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.607271, -2.388081, 12.43987), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(1.839916)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})",
-        "samestep": true,
-        "steplink": 84,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.833878, 5.526812E-05, 5.713683), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.285817, 5.514941, 9.9519), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(2.299202)))}",
-        "samestep": true,
-        "steplink": 84,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(2.299202, 3.423573), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.833878, 5.526812E-05, 5.713683), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.285817, 5.514941, 9.9519), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(2.299202)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})",
-        "samestep": true,
-        "steplink": 84,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(8.279611, 4.411982E-05, 16.90329), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.028653, 4.412031, 7.96152), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(3.423563)))}",
-        "samestep": true,
-        "steplink": 84,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(3.423563, 3.764802), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(8.279611, 4.411982E-05, 16.90329), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.028653, 4.412031, 7.96152), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(3.423563)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})",
-        "samestep": true,
-        "steplink": 84,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(8.630627, 0.934442, 19.61994), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.8229226, 0.8516521, -6.369216), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(3.764792)))}",
-        "samestep": true,
-        "steplink": 84,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(3.764792, 4.296639), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(8.630627, 0.934442, 19.61994), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.8229226, 0.8516521, -6.369216), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(3.764792)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})",
-        "samestep": true,
-        "steplink": 84,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(9.068295, 3.480565E-05, 16.2325), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.6583381, 3.492535, -5.095373), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(4.296629)))}",
-        "samestep": true,
-        "steplink": 84,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(4.296629, 5.008685), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(9.068295, 3.480565E-05, 16.2325), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.6583381, 3.492535, -5.095373), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(4.296629)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})",
-        "samestep": true,
-        "steplink": 84,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(9.537067, 2.770216E-05, 12.60432), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.5266705, 2.794107, -4.076298), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(5.008675)))}",
-        "samestep": true,
-        "steplink": 84,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(5.008675, 5.57834), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(9.537067, 2.770216E-05, 12.60432), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.5266705, 2.794107, -4.076298), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(5.008675)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})",
-        "samestep": true,
-        "steplink": 84,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(9.837091, 2.235314E-05, 10.28221), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.4213364, 2.235363, -3.261039), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(5.57833)))}",
-        "samestep": true,
-        "steplink": 84,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(5.57833, 6.034081), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(9.837091, 2.235314E-05, 10.28221), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.4213364, 2.235363, -3.261039), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(5.57833)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})",
-        "samestep": true,
-        "steplink": 84,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.02912, 1.800241E-05, 8.79599), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.3370691, 1.788369, -2.608831), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.034071)))}",
-        "samestep": true,
-        "steplink": 84,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.034071, 6.398692), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.02912, 1.800241E-05, 8.79599), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.3370691, 1.788369, -2.608831), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.034071)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})",
-        "samestep": true,
-        "steplink": 84,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.15202, 1.430725E-05, 7.844759), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.2696553, 1.430775, -2.087065), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.398682)))}",
-        "samestep": true,
-        "steplink": 84,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.398682, 6.690399), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.15202, 1.430725E-05, 7.844759), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.2696553, 1.430775, -2.087065), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.398682)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})",
-        "samestep": true,
-        "steplink": 84,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.23068, 1.144649E-05, 7.235931), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.2157243, 1.144698, -1.669652), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.690389)))}",
-        "samestep": true,
-        "steplink": 84,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.690389, 6.923783), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.23068, 1.144649E-05, 7.235931), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.2157243, 1.144698, -1.669652), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.690389)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})",
-        "samestep": true,
-        "steplink": 84,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 9.15788E-06, 6.846248), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.1725794, 0.915837, -1.335721), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}",
-        "samestep": true,
-        "steplink": 84,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.923773, 6.923783), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 9.15788E-06, 6.846248), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.1725794, 0.915837, -1.335721), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})",
-        "samestep": true,
-        "steplink": 84,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 1.830693E-06, 6.846238), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.1380635, -0.7326696, -1.068577), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}",
-        "samestep": true,
-        "steplink": 84,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.923773, 6.923783), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 1.830693E-06, 6.846238), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.1380635, -0.7326696, -1.068577), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})",
-        "samestep": true,
-        "steplink": 84,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 7.69156E-06, 6.846229), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.1104508, 0.5861357, -0.8548617), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}",
-        "samestep": true,
-        "steplink": 84,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.923773, 6.923783), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 7.69156E-06, 6.846229), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.1104508, 0.5861357, -0.8548617), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})",
-        "samestep": true,
-        "steplink": 84,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 3.001984E-06, 6.846222), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.08836066, -0.4689085, -0.6838894), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}",
-        "samestep": true,
-        "steplink": 84,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.923773, 6.923783), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 3.001984E-06, 6.846222), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.08836066, -0.4689085, -0.6838894), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})",
-        "samestep": true,
-        "steplink": 84,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 6.752762E-06, 6.846217), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.07068853, 0.3751268, -0.5471115), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}",
-        "samestep": true,
-        "steplink": 84,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.923773, 6.923783), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 6.752762E-06, 6.846217), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.07068853, 0.3751268, -0.5471115), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})",
-        "samestep": true,
-        "steplink": 84,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 3.751257E-06, 6.846213), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.05655083, -0.3001015, -0.4376892), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}",
-        "samestep": true,
-        "steplink": 84,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.923773, 6.923783), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 3.751257E-06, 6.846213), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.05655083, -0.3001015, -0.4376892), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})",
-        "samestep": true,
-        "steplink": 84,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 6.151578E-06, 6.84621), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.04524066, 0.2400812, -0.3501514), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}",
-        "samestep": true,
-        "steplink": 84,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.923773, 6.923783), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 6.151578E-06, 6.84621), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.04524066, 0.2400812, -0.3501514), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})",
-        "samestep": true,
-        "steplink": 84,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 4.230438E-06, 6.846207), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.03619253, -0.192065, -0.2801211), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}",
-        "samestep": true,
-        "steplink": 84,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.923773, 6.923783), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 4.230438E-06, 6.846207), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.03619253, -0.192065, -0.2801211), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})",
-        "samestep": true,
-        "steplink": 84,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 5.766467E-06, 6.846204), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.02895403, 0.153652, -0.2240969), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}",
-        "samestep": true,
-        "steplink": 84,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.923773, 6.923783), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 5.766467E-06, 6.846204), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.02895403, 0.153652, -0.2240969), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})",
-        "samestep": true,
-        "steplink": 84,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 4.536761E-06, 6.846202), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.02316322, -0.1229216, -0.1792775), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}",
-        "samestep": true,
-        "steplink": 84,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.923773, 6.923783), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 4.536761E-06, 6.846202), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.02316322, -0.1229216, -0.1792775), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})",
-        "samestep": true,
-        "steplink": 84,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 5.519642E-06, 6.846201), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.01853058, 0.09833726, -0.143422), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}",
-        "samestep": true,
-        "steplink": 84,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.923773, 6.923783), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 5.519642E-06, 6.846201), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.01853058, 0.09833726, -0.143422), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})",
-        "samestep": true,
-        "steplink": 84,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 4.732454E-06, 6.8462), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.01482446, -0.07866981, -0.1147376), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}",
-        "samestep": true,
-        "steplink": 84,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.923773, 6.923783), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 4.732454E-06, 6.8462), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.01482446, -0.07866981, -0.1147376), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})",
-        "samestep": true,
-        "steplink": 84,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 5.361322E-06, 6.846199), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.01185957, 0.06293585, -0.0917901), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}",
-        "samestep": true,
-        "steplink": 84,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.923773, 6.923783), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 5.361322E-06, 6.846199), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.01185957, 0.06293585, -0.0917901), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})",
-        "samestep": true,
-        "steplink": 84,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 4.857344E-06, 6.846198), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.009487656, -0.05034868, -0.07343208), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}",
-        "samestep": true,
-        "steplink": 84,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.923773, 6.923783), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 4.857344E-06, 6.846198), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.009487656, -0.05034868, -0.07343208), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})",
-        "samestep": true,
-        "steplink": 84,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 5.259643E-06, 6.846198), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.007590125, 0.04027895, -0.05874566), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}",
-        "samestep": true,
-        "steplink": 84,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.923773, 6.923783), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 5.259643E-06, 6.846198), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.007590125, 0.04027895, -0.05874566), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})",
-        "samestep": true,
-        "steplink": 84,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 4.936921E-06, 6.846197), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.0060721, -0.03222316, -0.04699653), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}",
-        "samestep": true,
-        "steplink": 84,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.923773, 6.923783), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 4.936921E-06, 6.846197), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.0060721, -0.03222316, -0.04699653), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})",
-        "samestep": true,
-        "steplink": 84,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 5.194215E-06, 6.846197), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.00485768, 0.02577853, -0.03759722), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}",
-        "samestep": true,
-        "steplink": 84,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.923773, 6.923783), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 5.194215E-06, 6.846197), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.00485768, 0.02577853, -0.03759722), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})",
-        "samestep": true,
-        "steplink": 84,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      }
-    ],
-    "marker": 149,
-    "worksteps": 41,
-    "backlog": 0,
-    "soft_resetted": false,
-    "invoke": true,
-    "MaxLabelId": 148,
-    "UnusedLabelIds": [],
-    "JsonFactSpace": {
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact42": {
-        "Point": {
-          "x": 0.0,
-          "y": 14.715,
-          "z": 18.639,
-          "normalized": {
-            "x": 0.0,
-            "y": 0.6196443,
-            "z": 0.7848828,
-            "magnitude": 1.0,
-            "sqrMagnitude": 1.0
-          },
-          "magnitude": 23.7474957,
-          "sqrMagnitude": 563.943542
-        },
-        "Normal": {
-          "x": 0.0,
-          "y": 1.0,
-          "z": 0.0,
-          "magnitude": 1.0,
-          "sqrMagnitude": 1.0
-        },
-        "s_type": "PointFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 1
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact43": {
-        "Point": {
-          "x": 4.90499973,
-          "y": 7.3575,
-          "z": -24.0345,
-          "normalized": {
-            "x": 0.191530108,
-            "y": 0.2872952,
-            "z": -0.9384976,
-            "magnitude": 1.0,
-            "sqrMagnitude": 1.00000012
-          },
-          "magnitude": 25.6095486,
-          "sqrMagnitude": 655.849
-        },
-        "Normal": {
-          "x": 0.191530108,
-          "y": 0.2872952,
-          "z": -0.9384976,
-          "magnitude": 1.0,
-          "sqrMagnitude": 1.00000012
-        },
-        "s_type": "PointFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 2
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact44": {
-        "Point": {
-          "x": 0.0,
-          "y": -9.809999,
-          "z": 0.0,
-          "normalized": {
-            "x": 0.0,
-            "y": -1.0,
-            "z": 0.0,
-            "magnitude": 1.0,
-            "sqrMagnitude": 1.0
-          },
-          "magnitude": 9.809999,
-          "sqrMagnitude": 96.23609
-        },
-        "Normal": {
-          "x": 0.0,
-          "y": -1.0,
-          "z": 0.0,
-          "magnitude": 1.0,
-          "sqrMagnitude": 1.0
-        },
-        "s_type": "PointFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 3
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact45": {
-        "value": 0.8,
-        "s_type": "RealLitFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 4
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact46": {
-        "Point": {
-          "x": 0.0,
-          "y": 0.0,
-          "z": 0.0,
-          "magnitude": 0.0,
-          "sqrMagnitude": 0.0
-        },
-        "Normal": {
-          "x": 0.0,
-          "y": 1.0,
-          "z": 0.0,
-          "magnitude": 1.0,
-          "sqrMagnitude": 1.0
-        },
-        "s_type": "PointFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 5
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact47": {
-        "Point": {
-          "x": 0.0,
-          "y": 0.0,
-          "z": 19.6199989,
-          "normalized": {
-            "x": 0.0,
-            "y": 0.0,
-            "z": 1.0,
-            "magnitude": 1.0,
-            "sqrMagnitude": 1.0
-          },
-          "magnitude": 19.6199989,
-          "sqrMagnitude": 384.944366
-        },
-        "Normal": {
-          "x": 0.0,
-          "y": 1.0,
-          "z": 0.0,
-          "magnitude": 1.0,
-          "sqrMagnitude": 1.0
-        },
-        "s_type": "PointFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 6
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact48": {
-        "Point": {
-          "x": 0.0,
-          "y": 19.6199989,
-          "z": 19.6199989,
-          "normalized": {
-            "x": 0.0,
-            "y": 0.707106769,
-            "z": 0.707106769,
-            "magnitude": 1.0,
-            "sqrMagnitude": 0.99999994
-          },
-          "magnitude": 27.7468681,
-          "sqrMagnitude": 769.888733
-        },
-        "Normal": {
-          "x": 0.0,
-          "y": 1.0,
-          "z": 0.0,
-          "magnitude": 1.0,
-          "sqrMagnitude": 1.0
-        },
-        "s_type": "PointFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 7
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact49": {
-        "Point": {
-          "x": 0.0,
-          "y": 19.6199989,
-          "z": 0.0,
-          "normalized": {
-            "x": 0.0,
-            "y": 1.0,
-            "z": 0.0,
-            "magnitude": 1.0,
-            "sqrMagnitude": 1.0
-          },
-          "magnitude": 19.6199989,
-          "sqrMagnitude": 384.944366
-        },
-        "Normal": {
-          "x": 0.0,
-          "y": 1.0,
-          "z": 0.0,
-          "magnitude": 1.0,
-          "sqrMagnitude": 1.0
-        },
-        "s_type": "PointFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 8
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact50": {
-        "Pids": [
-          "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact46",
-          "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact47",
-          "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact48",
-          "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact49"
-        ],
-        "s_type": "QuadFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 9
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact51": {
-        "Verticies": [
-          {
-            "x": 0.0,
-            "y": 0.0,
-            "z": 0.0,
-            "magnitude": 0.0,
-            "sqrMagnitude": 0.0
-          },
-          {
-            "x": 0.0,
-            "y": 0.0,
-            "z": 19.6199989,
-            "normalized": {
-              "x": 0.0,
-              "y": 0.0,
-              "z": 1.0,
-              "magnitude": 1.0,
-              "sqrMagnitude": 1.0
-            },
-            "magnitude": 19.6199989,
-            "sqrMagnitude": 384.944366
-          },
-          {
-            "x": 0.0,
-            "y": 19.6199989,
-            "z": 19.6199989,
-            "normalized": {
-              "x": 0.0,
-              "y": 0.707106769,
-              "z": 0.707106769,
-              "magnitude": 1.0,
-              "sqrMagnitude": 0.99999994
-            },
-            "magnitude": 27.7468681,
-            "sqrMagnitude": 769.888733
-          }
-        ],
-        "s_type": "TriangleFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 10
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact52": {
-        "Verticies": [
-          {
-            "x": 0.0,
-            "y": 19.6199989,
-            "z": 19.6199989,
-            "normalized": {
-              "x": 0.0,
-              "y": 0.707106769,
-              "z": 0.707106769,
-              "magnitude": 1.0,
-              "sqrMagnitude": 0.99999994
-            },
-            "magnitude": 27.7468681,
-            "sqrMagnitude": 769.888733
-          },
-          {
-            "x": 0.0,
-            "y": 19.6199989,
-            "z": 0.0,
-            "normalized": {
-              "x": 0.0,
-              "y": 1.0,
-              "z": 0.0,
-              "magnitude": 1.0,
-              "sqrMagnitude": 1.0
-            },
-            "magnitude": 19.6199989,
-            "sqrMagnitude": 384.944366
-          },
-          {
-            "x": 0.0,
-            "y": 0.0,
-            "z": 0.0,
-            "magnitude": 0.0,
-            "sqrMagnitude": 0.0
-          }
-        ],
-        "s_type": "TriangleFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 11
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact53": {
-        "Point": {
-          "x": 19.6199989,
-          "y": 0.0,
-          "z": 0.0,
-          "normalized": {
-            "x": 1.0,
-            "y": 0.0,
-            "z": 0.0,
-            "magnitude": 1.0,
-            "sqrMagnitude": 1.0
-          },
-          "magnitude": 19.6199989,
-          "sqrMagnitude": 384.944366
-        },
-        "Normal": {
-          "x": 0.0,
-          "y": 1.0,
-          "z": 0.0,
-          "magnitude": 1.0,
-          "sqrMagnitude": 1.0
-        },
-        "s_type": "PointFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 12
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact54": {
-        "Point": {
-          "x": 19.6199989,
-          "y": 0.0,
-          "z": 19.6199989,
-          "normalized": {
-            "x": 0.707106769,
-            "y": 0.0,
-            "z": 0.707106769,
-            "magnitude": 1.0,
-            "sqrMagnitude": 0.99999994
-          },
-          "magnitude": 27.7468681,
-          "sqrMagnitude": 769.888733
-        },
-        "Normal": {
-          "x": 0.0,
-          "y": 1.0,
-          "z": 0.0,
-          "magnitude": 1.0,
-          "sqrMagnitude": 1.0
-        },
-        "s_type": "PointFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 13
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact55": {
-        "Point": {
-          "x": 19.6199989,
-          "y": 19.6199989,
-          "z": 19.6199989,
-          "normalized": {
-            "x": 0.577350259,
-            "y": 0.577350259,
-            "z": 0.577350259,
-            "magnitude": 1.0,
-            "sqrMagnitude": 0.99999994
-          },
-          "magnitude": 33.9828339,
-          "sqrMagnitude": 1154.83313
-        },
-        "Normal": {
-          "x": 0.0,
-          "y": 1.0,
-          "z": 0.0,
-          "magnitude": 1.0,
-          "sqrMagnitude": 1.0
-        },
-        "s_type": "PointFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 14
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact56": {
-        "Point": {
-          "x": 19.6199989,
-          "y": 19.6199989,
-          "z": 0.0,
-          "normalized": {
-            "x": 0.707106769,
-            "y": 0.707106769,
-            "z": 0.0,
-            "magnitude": 1.0,
-            "sqrMagnitude": 0.99999994
-          },
-          "magnitude": 27.7468681,
-          "sqrMagnitude": 769.888733
-        },
-        "Normal": {
-          "x": 0.0,
-          "y": 1.0,
-          "z": 0.0,
-          "magnitude": 1.0,
-          "sqrMagnitude": 1.0
-        },
-        "s_type": "PointFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 15
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact57": {
-        "Pids": [
-          "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact53",
-          "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact54",
-          "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact55",
-          "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact56"
-        ],
-        "s_type": "QuadFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 16
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact58": {
-        "Verticies": [
-          {
-            "x": 19.6199989,
-            "y": 0.0,
-            "z": 0.0,
-            "normalized": {
-              "x": 1.0,
-              "y": 0.0,
-              "z": 0.0,
-              "magnitude": 1.0,
-              "sqrMagnitude": 1.0
-            },
-            "magnitude": 19.6199989,
-            "sqrMagnitude": 384.944366
-          },
-          {
-            "x": 19.6199989,
-            "y": 0.0,
-            "z": 19.6199989,
-            "normalized": {
-              "x": 0.707106769,
-              "y": 0.0,
-              "z": 0.707106769,
-              "magnitude": 1.0,
-              "sqrMagnitude": 0.99999994
-            },
-            "magnitude": 27.7468681,
-            "sqrMagnitude": 769.888733
-          },
-          {
-            "x": 19.6199989,
-            "y": 19.6199989,
-            "z": 19.6199989,
-            "normalized": {
-              "x": 0.577350259,
-              "y": 0.577350259,
-              "z": 0.577350259,
-              "magnitude": 1.0,
-              "sqrMagnitude": 0.99999994
-            },
-            "magnitude": 33.9828339,
-            "sqrMagnitude": 1154.83313
-          }
-        ],
-        "s_type": "TriangleFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 17
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact59": {
-        "Verticies": [
-          {
-            "x": 19.6199989,
-            "y": 19.6199989,
-            "z": 19.6199989,
-            "normalized": {
-              "x": 0.577350259,
-              "y": 0.577350259,
-              "z": 0.577350259,
-              "magnitude": 1.0,
-              "sqrMagnitude": 0.99999994
-            },
-            "magnitude": 33.9828339,
-            "sqrMagnitude": 1154.83313
-          },
-          {
-            "x": 19.6199989,
-            "y": 19.6199989,
-            "z": 0.0,
-            "normalized": {
-              "x": 0.707106769,
-              "y": 0.707106769,
-              "z": 0.0,
-              "magnitude": 1.0,
-              "sqrMagnitude": 0.99999994
-            },
-            "magnitude": 27.7468681,
-            "sqrMagnitude": 769.888733
-          },
-          {
-            "x": 19.6199989,
-            "y": 0.0,
-            "z": 0.0,
-            "normalized": {
-              "x": 1.0,
-              "y": 0.0,
-              "z": 0.0,
-              "magnitude": 1.0,
-              "sqrMagnitude": 1.0
-            },
-            "magnitude": 19.6199989,
-            "sqrMagnitude": 384.944366
-          }
-        ],
-        "s_type": "TriangleFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 18
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact60": {
-        "Point": {
-          "x": 0.0,
-          "y": 0.0,
-          "z": 12.2625,
-          "normalized": {
-            "x": 0.0,
-            "y": 0.0,
-            "z": 1.0,
-            "magnitude": 1.0,
-            "sqrMagnitude": 1.0
-          },
-          "magnitude": 12.2625,
-          "sqrMagnitude": 150.3689
-        },
-        "Normal": {
-          "x": 0.0,
-          "y": 1.0,
-          "z": 0.0,
-          "magnitude": 1.0,
-          "sqrMagnitude": 1.0
-        },
-        "s_type": "PointFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 19
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact61": {
-        "Point": {
-          "x": 0.0,
-          "y": 0.0,
-          "z": 14.715,
-          "normalized": {
-            "x": 0.0,
-            "y": 0.0,
-            "z": 1.0,
-            "magnitude": 1.0,
-            "sqrMagnitude": 1.0
-          },
-          "magnitude": 14.715,
-          "sqrMagnitude": 216.531235
-        },
-        "Normal": {
-          "x": 0.0,
-          "y": 1.0,
-          "z": 0.0,
-          "magnitude": 1.0,
-          "sqrMagnitude": 1.0
-        },
-        "s_type": "PointFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 20
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact62": {
-        "Point": {
-          "x": 19.6199989,
-          "y": 0.0,
-          "z": 14.715,
-          "normalized": {
-            "x": 0.799999952,
-            "y": 0.0,
-            "z": 0.6,
-            "magnitude": 1.0,
-            "sqrMagnitude": 0.99999994
-          },
-          "magnitude": 24.525,
-          "sqrMagnitude": 601.4756
-        },
-        "Normal": {
-          "x": 0.0,
-          "y": 1.0,
-          "z": 0.0,
-          "magnitude": 1.0,
-          "sqrMagnitude": 1.0
-        },
-        "s_type": "PointFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 21
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact63": {
-        "Point": {
-          "x": 19.6199989,
-          "y": 0.0,
-          "z": 12.2625,
-          "normalized": {
-            "x": 0.8479983,
-            "y": 0.0,
-            "z": 0.529998958,
-            "magnitude": 1.0,
-            "sqrMagnitude": 1.0
-          },
-          "magnitude": 23.136837,
-          "sqrMagnitude": 535.313232
-        },
-        "Normal": {
-          "x": 0.0,
-          "y": 1.0,
-          "z": 0.0,
-          "magnitude": 1.0,
-          "sqrMagnitude": 1.0
-        },
-        "s_type": "PointFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 22
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact64": {
-        "Pids": [
-          "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact60",
-          "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact61",
-          "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact62",
-          "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact63"
-        ],
-        "s_type": "QuadFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 23
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact65": {
-        "Verticies": [
-          {
-            "x": 0.0,
-            "y": 0.0,
-            "z": 12.2625,
-            "normalized": {
-              "x": 0.0,
-              "y": 0.0,
-              "z": 1.0,
-              "magnitude": 1.0,
-              "sqrMagnitude": 1.0
-            },
-            "magnitude": 12.2625,
-            "sqrMagnitude": 150.3689
-          },
-          {
-            "x": 0.0,
-            "y": 0.0,
-            "z": 14.715,
-            "normalized": {
-              "x": 0.0,
-              "y": 0.0,
-              "z": 1.0,
-              "magnitude": 1.0,
-              "sqrMagnitude": 1.0
-            },
-            "magnitude": 14.715,
-            "sqrMagnitude": 216.531235
-          },
-          {
-            "x": 19.6199989,
-            "y": 0.0,
-            "z": 14.715,
-            "normalized": {
-              "x": 0.799999952,
-              "y": 0.0,
-              "z": 0.6,
-              "magnitude": 1.0,
-              "sqrMagnitude": 0.99999994
-            },
-            "magnitude": 24.525,
-            "sqrMagnitude": 601.4756
-          }
-        ],
-        "s_type": "TriangleFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 24
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact66": {
-        "Verticies": [
-          {
-            "x": 19.6199989,
-            "y": 0.0,
-            "z": 14.715,
-            "normalized": {
-              "x": 0.799999952,
-              "y": 0.0,
-              "z": 0.6,
-              "magnitude": 1.0,
-              "sqrMagnitude": 0.99999994
-            },
-            "magnitude": 24.525,
-            "sqrMagnitude": 601.4756
-          },
-          {
-            "x": 19.6199989,
-            "y": 0.0,
-            "z": 12.2625,
-            "normalized": {
-              "x": 0.8479983,
-              "y": 0.0,
-              "z": 0.529998958,
-              "magnitude": 1.0,
-              "sqrMagnitude": 1.0
-            },
-            "magnitude": 23.136837,
-            "sqrMagnitude": 535.313232
-          },
-          {
-            "x": 0.0,
-            "y": 0.0,
-            "z": 12.2625,
-            "normalized": {
-              "x": 0.0,
-              "y": 0.0,
-              "z": 1.0,
-              "magnitude": 1.0,
-              "sqrMagnitude": 1.0
-            },
-            "magnitude": 12.2625,
-            "sqrMagnitude": 150.3689
-          }
-        ],
-        "s_type": "TriangleFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 25
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact67": {
-        "Pids": [
-          "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact46",
-          "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact49",
-          "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact56",
-          "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact53"
-        ],
-        "s_type": "QuadFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 26
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact68": {
-        "Verticies": [
-          {
-            "x": 0.0,
-            "y": 0.0,
-            "z": 0.0,
-            "magnitude": 0.0,
-            "sqrMagnitude": 0.0
-          },
-          {
-            "x": 0.0,
-            "y": 19.6199989,
-            "z": 0.0,
-            "normalized": {
-              "x": 0.0,
-              "y": 1.0,
-              "z": 0.0,
-              "magnitude": 1.0,
-              "sqrMagnitude": 1.0
-            },
-            "magnitude": 19.6199989,
-            "sqrMagnitude": 384.944366
-          },
-          {
-            "x": 19.6199989,
-            "y": 19.6199989,
-            "z": 0.0,
-            "normalized": {
-              "x": 0.707106769,
-              "y": 0.707106769,
-              "z": 0.0,
-              "magnitude": 1.0,
-              "sqrMagnitude": 0.99999994
-            },
-            "magnitude": 27.7468681,
-            "sqrMagnitude": 769.888733
-          }
-        ],
-        "s_type": "TriangleFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 27
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact69": {
-        "Verticies": [
-          {
-            "x": 19.6199989,
-            "y": 19.6199989,
-            "z": 0.0,
-            "normalized": {
-              "x": 0.707106769,
-              "y": 0.707106769,
-              "z": 0.0,
-              "magnitude": 1.0,
-              "sqrMagnitude": 0.99999994
-            },
-            "magnitude": 27.7468681,
-            "sqrMagnitude": 769.888733
-          },
-          {
-            "x": 19.6199989,
-            "y": 0.0,
-            "z": 0.0,
-            "normalized": {
-              "x": 1.0,
-              "y": 0.0,
-              "z": 0.0,
-              "magnitude": 1.0,
-              "sqrMagnitude": 1.0
-            },
-            "magnitude": 19.6199989,
-            "sqrMagnitude": 384.944366
-          },
-          {
-            "x": 0.0,
-            "y": 0.0,
-            "z": 0.0,
-            "magnitude": 0.0,
-            "sqrMagnitude": 0.0
-          }
-        ],
-        "s_type": "TriangleFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 28
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact70": {
-        "Pids": [
-          "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact47",
-          "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact48",
-          "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact55",
-          "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact54"
-        ],
-        "s_type": "QuadFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 29
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact71": {
-        "Verticies": [
-          {
-            "x": 0.0,
-            "y": 0.0,
-            "z": 19.6199989,
-            "normalized": {
-              "x": 0.0,
-              "y": 0.0,
-              "z": 1.0,
-              "magnitude": 1.0,
-              "sqrMagnitude": 1.0
-            },
-            "magnitude": 19.6199989,
-            "sqrMagnitude": 384.944366
-          },
-          {
-            "x": 0.0,
-            "y": 19.6199989,
-            "z": 19.6199989,
-            "normalized": {
-              "x": 0.0,
-              "y": 0.707106769,
-              "z": 0.707106769,
-              "magnitude": 1.0,
-              "sqrMagnitude": 0.99999994
-            },
-            "magnitude": 27.7468681,
-            "sqrMagnitude": 769.888733
-          },
-          {
-            "x": 19.6199989,
-            "y": 19.6199989,
-            "z": 19.6199989,
-            "normalized": {
-              "x": 0.577350259,
-              "y": 0.577350259,
-              "z": 0.577350259,
-              "magnitude": 1.0,
-              "sqrMagnitude": 0.99999994
-            },
-            "magnitude": 33.9828339,
-            "sqrMagnitude": 1154.83313
-          }
-        ],
-        "s_type": "TriangleFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 30
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact72": {
-        "Verticies": [
-          {
-            "x": 19.6199989,
-            "y": 19.6199989,
-            "z": 19.6199989,
-            "normalized": {
-              "x": 0.577350259,
-              "y": 0.577350259,
-              "z": 0.577350259,
-              "magnitude": 1.0,
-              "sqrMagnitude": 0.99999994
-            },
-            "magnitude": 33.9828339,
-            "sqrMagnitude": 1154.83313
-          },
-          {
-            "x": 19.6199989,
-            "y": 0.0,
-            "z": 19.6199989,
-            "normalized": {
-              "x": 0.707106769,
-              "y": 0.0,
-              "z": 0.707106769,
-              "magnitude": 1.0,
-              "sqrMagnitude": 0.99999994
-            },
-            "magnitude": 27.7468681,
-            "sqrMagnitude": 769.888733
-          },
-          {
-            "x": 0.0,
-            "y": 0.0,
-            "z": 19.6199989,
-            "normalized": {
-              "x": 0.0,
-              "y": 0.0,
-              "z": 1.0,
-              "magnitude": 1.0,
-              "sqrMagnitude": 1.0
-            },
-            "magnitude": 19.6199989,
-            "sqrMagnitude": 384.944366
-          }
-        ],
-        "s_type": "TriangleFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 31
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact73": {
-        "Pids": [
-          "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact49",
-          "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact48",
-          "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact55",
-          "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact56"
-        ],
-        "s_type": "QuadFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 32
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact74": {
-        "Verticies": [
-          {
-            "x": 0.0,
-            "y": 19.6199989,
-            "z": 0.0,
-            "normalized": {
-              "x": 0.0,
-              "y": 1.0,
-              "z": 0.0,
-              "magnitude": 1.0,
-              "sqrMagnitude": 1.0
-            },
-            "magnitude": 19.6199989,
-            "sqrMagnitude": 384.944366
-          },
-          {
-            "x": 0.0,
-            "y": 19.6199989,
-            "z": 19.6199989,
-            "normalized": {
-              "x": 0.0,
-              "y": 0.707106769,
-              "z": 0.707106769,
-              "magnitude": 1.0,
-              "sqrMagnitude": 0.99999994
-            },
-            "magnitude": 27.7468681,
-            "sqrMagnitude": 769.888733
-          },
-          {
-            "x": 19.6199989,
-            "y": 19.6199989,
-            "z": 19.6199989,
-            "normalized": {
-              "x": 0.577350259,
-              "y": 0.577350259,
-              "z": 0.577350259,
-              "magnitude": 1.0,
-              "sqrMagnitude": 0.99999994
-            },
-            "magnitude": 33.9828339,
-            "sqrMagnitude": 1154.83313
-          }
-        ],
-        "s_type": "TriangleFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 33
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact75": {
-        "Verticies": [
-          {
-            "x": 19.6199989,
-            "y": 19.6199989,
-            "z": 19.6199989,
-            "normalized": {
-              "x": 0.577350259,
-              "y": 0.577350259,
-              "z": 0.577350259,
-              "magnitude": 1.0,
-              "sqrMagnitude": 0.99999994
-            },
-            "magnitude": 33.9828339,
-            "sqrMagnitude": 1154.83313
-          },
-          {
-            "x": 19.6199989,
-            "y": 19.6199989,
-            "z": 0.0,
-            "normalized": {
-              "x": 0.707106769,
-              "y": 0.707106769,
-              "z": 0.0,
-              "magnitude": 1.0,
-              "sqrMagnitude": 0.99999994
-            },
-            "magnitude": 27.7468681,
-            "sqrMagnitude": 769.888733
-          },
-          {
-            "x": 0.0,
-            "y": 19.6199989,
-            "z": 0.0,
-            "normalized": {
-              "x": 0.0,
-              "y": 1.0,
-              "z": 0.0,
-              "magnitude": 1.0,
-              "sqrMagnitude": 1.0
-            },
-            "magnitude": 19.6199989,
-            "sqrMagnitude": 384.944366
-          }
-        ],
-        "s_type": "TriangleFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 34
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact76": {
-        "Pids": [
-          "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact61",
-          "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact47",
-          "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact54",
-          "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact62"
-        ],
-        "s_type": "QuadFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 35
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact77": {
-        "Verticies": [
-          {
-            "x": 0.0,
-            "y": 0.0,
-            "z": 14.715,
-            "normalized": {
-              "x": 0.0,
-              "y": 0.0,
-              "z": 1.0,
-              "magnitude": 1.0,
-              "sqrMagnitude": 1.0
-            },
-            "magnitude": 14.715,
-            "sqrMagnitude": 216.531235
-          },
-          {
-            "x": 0.0,
-            "y": 0.0,
-            "z": 19.6199989,
-            "normalized": {
-              "x": 0.0,
-              "y": 0.0,
-              "z": 1.0,
-              "magnitude": 1.0,
-              "sqrMagnitude": 1.0
-            },
-            "magnitude": 19.6199989,
-            "sqrMagnitude": 384.944366
-          },
-          {
-            "x": 19.6199989,
-            "y": 0.0,
-            "z": 19.6199989,
-            "normalized": {
-              "x": 0.707106769,
-              "y": 0.0,
-              "z": 0.707106769,
-              "magnitude": 1.0,
-              "sqrMagnitude": 0.99999994
-            },
-            "magnitude": 27.7468681,
-            "sqrMagnitude": 769.888733
-          }
-        ],
-        "s_type": "TriangleFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 36
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact78": {
-        "Verticies": [
-          {
-            "x": 19.6199989,
-            "y": 0.0,
-            "z": 19.6199989,
-            "normalized": {
-              "x": 0.707106769,
-              "y": 0.0,
-              "z": 0.707106769,
-              "magnitude": 1.0,
-              "sqrMagnitude": 0.99999994
-            },
-            "magnitude": 27.7468681,
-            "sqrMagnitude": 769.888733
-          },
-          {
-            "x": 19.6199989,
-            "y": 0.0,
-            "z": 14.715,
-            "normalized": {
-              "x": 0.799999952,
-              "y": 0.0,
-              "z": 0.6,
-              "magnitude": 1.0,
-              "sqrMagnitude": 0.99999994
-            },
-            "magnitude": 24.525,
-            "sqrMagnitude": 601.4756
-          },
-          {
-            "x": 0.0,
-            "y": 0.0,
-            "z": 14.715,
-            "normalized": {
-              "x": 0.0,
-              "y": 0.0,
-              "z": 1.0,
-              "magnitude": 1.0,
-              "sqrMagnitude": 1.0
-            },
-            "magnitude": 14.715,
-            "sqrMagnitude": 216.531235
-          }
-        ],
-        "s_type": "TriangleFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 37
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact79": {
-        "Pids": [
-          "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact46",
-          "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact60",
-          "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact63",
-          "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact53"
-        ],
-        "s_type": "QuadFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 38
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact80": {
-        "Verticies": [
-          {
-            "x": 0.0,
-            "y": 0.0,
-            "z": 0.0,
-            "magnitude": 0.0,
-            "sqrMagnitude": 0.0
-          },
-          {
-            "x": 0.0,
-            "y": 0.0,
-            "z": 12.2625,
-            "normalized": {
-              "x": 0.0,
-              "y": 0.0,
-              "z": 1.0,
-              "magnitude": 1.0,
-              "sqrMagnitude": 1.0
-            },
-            "magnitude": 12.2625,
-            "sqrMagnitude": 150.3689
-          },
-          {
-            "x": 19.6199989,
-            "y": 0.0,
-            "z": 12.2625,
-            "normalized": {
-              "x": 0.8479983,
-              "y": 0.0,
-              "z": 0.529998958,
-              "magnitude": 1.0,
-              "sqrMagnitude": 1.0
-            },
-            "magnitude": 23.136837,
-            "sqrMagnitude": 535.313232
-          }
-        ],
-        "s_type": "TriangleFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 39
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact81": {
-        "Verticies": [
-          {
-            "x": 19.6199989,
-            "y": 0.0,
-            "z": 12.2625,
-            "normalized": {
-              "x": 0.8479983,
-              "y": 0.0,
-              "z": 0.529998958,
-              "magnitude": 1.0,
-              "sqrMagnitude": 1.0
-            },
-            "magnitude": 23.136837,
-            "sqrMagnitude": 535.313232
-          },
-          {
-            "x": 19.6199989,
-            "y": 0.0,
-            "z": 0.0,
-            "normalized": {
-              "x": 1.0,
-              "y": 0.0,
-              "z": 0.0,
-              "magnitude": 1.0,
-              "sqrMagnitude": 1.0
-            },
-            "magnitude": 19.6199989,
-            "sqrMagnitude": 384.944366
-          },
-          {
-            "x": 0.0,
-            "y": 0.0,
-            "z": 0.0,
-            "magnitude": 0.0,
-            "sqrMagnitude": 0.0
-          }
-        ],
-        "s_type": "TriangleFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 40
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact82": {
-        "Point": {
-          "x": 0.0,
-          "y": 9.809999,
-          "z": 2.45249987,
-          "normalized": {
-            "x": 0.0,
-            "y": 0.970142543,
-            "z": 0.242535636,
-            "magnitude": 1.0,
-            "sqrMagnitude": 1.00000012
-          },
-          "magnitude": 10.1119156,
-          "sqrMagnitude": 102.250847
-        },
-        "Normal": {
-          "x": 0.0,
-          "y": 1.0,
-          "z": 0.0,
-          "magnitude": 1.0,
-          "sqrMagnitude": 1.0
-        },
-        "s_type": "PointFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 41
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact83": {
-        "Point": {
-          "x": 0.0,
-          "y": 13.2778349,
-          "z": 5.920335,
-          "normalized": {
-            "x": 0.0,
-            "y": 0.913323939,
-            "z": 0.407233834,
-            "magnitude": 1.0,
-            "sqrMagnitude": 1.0
-          },
-          "magnitude": 14.5379248,
-          "sqrMagnitude": 211.351257
-        },
-        "Normal": {
-          "x": 0.0,
-          "y": 1.0,
-          "z": 0.0,
-          "magnitude": 1.0,
-          "sqrMagnitude": 1.0
-        },
-        "s_type": "PointFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 42
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact84": {
-        "Point": {
-          "x": 9.809999,
-          "y": 13.2778349,
-          "z": 5.920335,
-          "normalized": {
-            "x": 0.559351444,
-            "y": 0.7570822,
-            "z": 0.3375686,
-            "magnitude": 1.0,
-            "sqrMagnitude": 1.00000012
-          },
-          "magnitude": 17.538168,
-          "sqrMagnitude": 307.587341
-        },
-        "Normal": {
-          "x": 0.0,
-          "y": 1.0,
-          "z": 0.0,
-          "magnitude": 1.0,
-          "sqrMagnitude": 1.0
-        },
-        "s_type": "PointFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 43
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact85": {
-        "Point": {
-          "x": 9.809999,
-          "y": 9.809999,
-          "z": 2.45249987,
-          "normalized": {
-            "x": 0.696310639,
-            "y": 0.696310639,
-            "z": 0.17407766,
-            "magnitude": 1.0,
-            "sqrMagnitude": 1.0
-          },
-          "magnitude": 14.0885391,
-          "sqrMagnitude": 198.486938
-        },
-        "Normal": {
-          "x": 0.0,
-          "y": 1.0,
-          "z": 0.0,
-          "magnitude": 1.0,
-          "sqrMagnitude": 1.0
-        },
-        "s_type": "PointFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 44
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact86": {
-        "Pids": [
-          "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact82",
-          "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact83",
-          "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact84",
-          "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact85"
-        ],
-        "s_type": "QuadFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 45
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact87": {
-        "Verticies": [
-          {
-            "x": 0.0,
-            "y": 9.809999,
-            "z": 2.45249987,
-            "normalized": {
-              "x": 0.0,
-              "y": 0.970142543,
-              "z": 0.242535636,
-              "magnitude": 1.0,
-              "sqrMagnitude": 1.00000012
-            },
-            "magnitude": 10.1119156,
-            "sqrMagnitude": 102.250847
-          },
-          {
-            "x": 0.0,
-            "y": 13.2778349,
-            "z": 5.920335,
-            "normalized": {
-              "x": 0.0,
-              "y": 0.913323939,
-              "z": 0.407233834,
-              "magnitude": 1.0,
-              "sqrMagnitude": 1.0
-            },
-            "magnitude": 14.5379248,
-            "sqrMagnitude": 211.351257
-          },
-          {
-            "x": 9.809999,
-            "y": 13.2778349,
-            "z": 5.920335,
-            "normalized": {
-              "x": 0.559351444,
-              "y": 0.7570822,
-              "z": 0.3375686,
-              "magnitude": 1.0,
-              "sqrMagnitude": 1.00000012
-            },
-            "magnitude": 17.538168,
-            "sqrMagnitude": 307.587341
-          }
-        ],
-        "s_type": "TriangleFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 46
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact88": {
-        "Verticies": [
-          {
-            "x": 9.809999,
-            "y": 13.2778349,
-            "z": 5.920335,
-            "normalized": {
-              "x": 0.559351444,
-              "y": 0.7570822,
-              "z": 0.3375686,
-              "magnitude": 1.0,
-              "sqrMagnitude": 1.00000012
-            },
-            "magnitude": 17.538168,
-            "sqrMagnitude": 307.587341
-          },
-          {
-            "x": 9.809999,
-            "y": 9.809999,
-            "z": 2.45249987,
-            "normalized": {
-              "x": 0.696310639,
-              "y": 0.696310639,
-              "z": 0.17407766,
-              "magnitude": 1.0,
-              "sqrMagnitude": 1.0
-            },
-            "magnitude": 14.0885391,
-            "sqrMagnitude": 198.486938
-          },
-          {
-            "x": 0.0,
-            "y": 9.809999,
-            "z": 2.45249987,
-            "normalized": {
-              "x": 0.0,
-              "y": 0.970142543,
-              "z": 0.242535636,
-              "magnitude": 1.0,
-              "sqrMagnitude": 1.00000012
-            },
-            "magnitude": 10.1119156,
-            "sqrMagnitude": 102.250847
-          }
-        ],
-        "s_type": "TriangleFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 47
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact89": {
-        "Point": {
-          "x": 0.0,
-          "y": 4.90499973,
-          "z": 7.3575,
-          "normalized": {
-            "x": 0.0,
-            "y": 0.5547002,
-            "z": 0.8320503,
-            "magnitude": 1.0,
-            "sqrMagnitude": 1.0
-          },
-          "magnitude": 8.842614,
-          "sqrMagnitude": 78.19183
-        },
-        "Normal": {
-          "x": 0.0,
-          "y": 1.0,
-          "z": 0.0,
-          "magnitude": 1.0,
-          "sqrMagnitude": 1.0
-        },
-        "s_type": "PointFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 48
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact90": {
-        "Point": {
-          "x": 0.0,
-          "y": 4.90499973,
-          "z": 9.809999,
-          "normalized": {
-            "x": 0.0,
-            "y": 0.4472136,
-            "z": 0.8944272,
-            "magnitude": 1.0,
-            "sqrMagnitude": 1.0
-          },
-          "magnitude": 10.9679127,
-          "sqrMagnitude": 120.295113
-        },
-        "Normal": {
-          "x": 0.0,
-          "y": 1.0,
-          "z": 0.0,
-          "magnitude": 1.0,
-          "sqrMagnitude": 1.0
-        },
-        "s_type": "PointFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 49
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact91": {
-        "Point": {
-          "x": 9.809999,
-          "y": 4.90499973,
-          "z": 9.809999,
-          "normalized": {
-            "x": 0.6666667,
-            "y": 0.333333343,
-            "z": 0.6666667,
-            "magnitude": 1.0,
-            "sqrMagnitude": 1.00000012
-          },
-          "magnitude": 14.7149992,
-          "sqrMagnitude": 216.5312
-        },
-        "Normal": {
-          "x": 0.0,
-          "y": 1.0,
-          "z": 0.0,
-          "magnitude": 1.0,
-          "sqrMagnitude": 1.0
-        },
-        "s_type": "PointFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 50
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact92": {
-        "Point": {
-          "x": 9.809999,
-          "y": 4.90499973,
-          "z": 7.3575,
-          "normalized": {
-            "x": 0.742781341,
-            "y": 0.371390671,
-            "z": 0.557086051,
-            "magnitude": 1.0,
-            "sqrMagnitude": 1.0
-          },
-          "magnitude": 13.2071161,
-          "sqrMagnitude": 174.427917
-        },
-        "Normal": {
-          "x": 0.0,
-          "y": 1.0,
-          "z": 0.0,
-          "magnitude": 1.0,
-          "sqrMagnitude": 1.0
-        },
-        "s_type": "PointFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 51
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact93": {
-        "Pids": [
-          "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact89",
-          "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact90",
-          "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact91",
-          "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact92"
-        ],
-        "s_type": "QuadFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 52
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact94": {
-        "Verticies": [
-          {
-            "x": 0.0,
-            "y": 4.90499973,
-            "z": 7.3575,
-            "normalized": {
-              "x": 0.0,
-              "y": 0.5547002,
-              "z": 0.8320503,
-              "magnitude": 1.0,
-              "sqrMagnitude": 1.0
-            },
-            "magnitude": 8.842614,
-            "sqrMagnitude": 78.19183
-          },
-          {
-            "x": 0.0,
-            "y": 4.90499973,
-            "z": 9.809999,
-            "normalized": {
-              "x": 0.0,
-              "y": 0.4472136,
-              "z": 0.8944272,
-              "magnitude": 1.0,
-              "sqrMagnitude": 1.0
-            },
-            "magnitude": 10.9679127,
-            "sqrMagnitude": 120.295113
-          },
-          {
-            "x": 9.809999,
-            "y": 4.90499973,
-            "z": 9.809999,
-            "normalized": {
-              "x": 0.6666667,
-              "y": 0.333333343,
-              "z": 0.6666667,
-              "magnitude": 1.0,
-              "sqrMagnitude": 1.00000012
-            },
-            "magnitude": 14.7149992,
-            "sqrMagnitude": 216.5312
-          }
-        ],
-        "s_type": "TriangleFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 53
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact95": {
-        "Verticies": [
-          {
-            "x": 9.809999,
-            "y": 4.90499973,
-            "z": 9.809999,
-            "normalized": {
-              "x": 0.6666667,
-              "y": 0.333333343,
-              "z": 0.6666667,
-              "magnitude": 1.0,
-              "sqrMagnitude": 1.00000012
-            },
-            "magnitude": 14.7149992,
-            "sqrMagnitude": 216.5312
-          },
-          {
-            "x": 9.809999,
-            "y": 4.90499973,
-            "z": 7.3575,
-            "normalized": {
-              "x": 0.742781341,
-              "y": 0.371390671,
-              "z": 0.557086051,
-              "magnitude": 1.0,
-              "sqrMagnitude": 1.0
-            },
-            "magnitude": 13.2071161,
-            "sqrMagnitude": 174.427917
-          },
-          {
-            "x": 0.0,
-            "y": 4.90499973,
-            "z": 7.3575,
-            "normalized": {
-              "x": 0.0,
-              "y": 0.5547002,
-              "z": 0.8320503,
-              "magnitude": 1.0,
-              "sqrMagnitude": 1.0
-            },
-            "magnitude": 8.842614,
-            "sqrMagnitude": 78.19183
-          }
-        ],
-        "s_type": "TriangleFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 54
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact96": {
-        "Point": {
-          "x": 0.0,
-          "y": 14.05773,
-          "z": 7.3575,
-          "normalized": {
-            "x": 0.0,
-            "y": 0.885988832,
-            "z": 0.463706642,
-            "magnitude": 1.0,
-            "sqrMagnitude": 1.00000012
-          },
-          "magnitude": 15.8667126,
-          "sqrMagnitude": 251.752579
-        },
-        "Normal": {
-          "x": 0.0,
-          "y": 1.0,
-          "z": 0.0,
-          "magnitude": 1.0,
-          "sqrMagnitude": 1.0
-        },
-        "s_type": "PointFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 55
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact97": {
-        "Point": {
-          "x": 0.0,
-          "y": 9.809999,
-          "z": 9.809999,
-          "normalized": {
-            "x": 0.0,
-            "y": 0.707106769,
-            "z": 0.707106769,
-            "magnitude": 1.0,
-            "sqrMagnitude": 0.99999994
-          },
-          "magnitude": 13.8734341,
-          "sqrMagnitude": 192.472183
-        },
-        "Normal": {
-          "x": 0.0,
-          "y": 1.0,
-          "z": 0.0,
-          "magnitude": 1.0,
-          "sqrMagnitude": 1.0
-        },
-        "s_type": "PointFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 56
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact98": {
-        "Point": {
-          "x": 9.809999,
-          "y": 9.809999,
-          "z": 9.809999,
-          "normalized": {
-            "x": 0.577350259,
-            "y": 0.577350259,
-            "z": 0.577350259,
-            "magnitude": 1.0,
-            "sqrMagnitude": 0.99999994
-          },
-          "magnitude": 16.9914169,
-          "sqrMagnitude": 288.708282
-        },
-        "Normal": {
-          "x": 0.0,
-          "y": 1.0,
-          "z": 0.0,
-          "magnitude": 1.0,
-          "sqrMagnitude": 1.0
-        },
-        "s_type": "PointFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 57
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact99": {
-        "Point": {
-          "x": 9.809999,
-          "y": 14.05773,
-          "z": 7.3575,
-          "normalized": {
-            "x": 0.525879741,
-            "y": 0.753585756,
-            "z": 0.394409835,
-            "magnitude": 1.0,
-            "sqrMagnitude": 1.00000012
-          },
-          "magnitude": 18.6544533,
-          "sqrMagnitude": 347.988647
-        },
-        "Normal": {
-          "x": 0.0,
-          "y": 1.0,
-          "z": 0.0,
-          "magnitude": 1.0,
-          "sqrMagnitude": 1.0
-        },
-        "s_type": "PointFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 58
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact100": {
-        "Pids": [
-          "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact96",
-          "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact97",
-          "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact98",
-          "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact99"
-        ],
-        "s_type": "QuadFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 59
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact101": {
-        "Verticies": [
-          {
-            "x": 0.0,
-            "y": 14.05773,
-            "z": 7.3575,
-            "normalized": {
-              "x": 0.0,
-              "y": 0.885988832,
-              "z": 0.463706642,
-              "magnitude": 1.0,
-              "sqrMagnitude": 1.00000012
-            },
-            "magnitude": 15.8667126,
-            "sqrMagnitude": 251.752579
-          },
-          {
-            "x": 0.0,
-            "y": 9.809999,
-            "z": 9.809999,
-            "normalized": {
-              "x": 0.0,
-              "y": 0.707106769,
-              "z": 0.707106769,
-              "magnitude": 1.0,
-              "sqrMagnitude": 0.99999994
-            },
-            "magnitude": 13.8734341,
-            "sqrMagnitude": 192.472183
-          },
-          {
-            "x": 9.809999,
-            "y": 9.809999,
-            "z": 9.809999,
-            "normalized": {
-              "x": 0.577350259,
-              "y": 0.577350259,
-              "z": 0.577350259,
-              "magnitude": 1.0,
-              "sqrMagnitude": 0.99999994
-            },
-            "magnitude": 16.9914169,
-            "sqrMagnitude": 288.708282
-          }
-        ],
-        "s_type": "TriangleFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 60
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact102": {
-        "Verticies": [
-          {
-            "x": 9.809999,
-            "y": 9.809999,
-            "z": 9.809999,
-            "normalized": {
-              "x": 0.577350259,
-              "y": 0.577350259,
-              "z": 0.577350259,
-              "magnitude": 1.0,
-              "sqrMagnitude": 0.99999994
-            },
-            "magnitude": 16.9914169,
-            "sqrMagnitude": 288.708282
-          },
-          {
-            "x": 9.809999,
-            "y": 14.05773,
-            "z": 7.3575,
-            "normalized": {
-              "x": 0.525879741,
-              "y": 0.753585756,
-              "z": 0.394409835,
-              "magnitude": 1.0,
-              "sqrMagnitude": 1.00000012
-            },
-            "magnitude": 18.6544533,
-            "sqrMagnitude": 347.988647
-          },
-          {
-            "x": 0.0,
-            "y": 14.05773,
-            "z": 7.3575,
-            "normalized": {
-              "x": 0.0,
-              "y": 0.885988832,
-              "z": 0.463706642,
-              "magnitude": 1.0,
-              "sqrMagnitude": 1.00000012
-            },
-            "magnitude": 15.8667126,
-            "sqrMagnitude": 251.752579
-          }
-        ],
-        "s_type": "TriangleFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 61
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact103": {
-        "Point": {
-          "x": 0.0,
-          "y": 16.677,
-          "z": 11.315835,
-          "normalized": {
-            "x": 0.0,
-            "y": 0.827491939,
-            "z": 0.5614776,
-            "magnitude": 1.0,
-            "sqrMagnitude": 1.0
-          },
-          "magnitude": 20.1536713,
-          "sqrMagnitude": 406.170441
-        },
-        "Normal": {
-          "x": 0.0,
-          "y": 1.0,
-          "z": 0.0,
-          "magnitude": 1.0,
-          "sqrMagnitude": 1.0
-        },
-        "s_type": "PointFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 62
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact104": {
-        "Point": {
-          "x": 0.0,
-          "y": 14.715,
-          "z": 14.715,
-          "normalized": {
-            "x": 0.0,
-            "y": 0.7071068,
-            "z": 0.7071068,
-            "normalized": {
-              "x": 0.0,
-              "y": 0.707106769,
-              "z": 0.707106769,
-              "magnitude": 1.0,
-              "sqrMagnitude": 0.99999994
-            },
-            "magnitude": 1.00000012,
-            "sqrMagnitude": 1.00000012
-          },
-          "magnitude": 20.8101521,
-          "sqrMagnitude": 433.062469
-        },
-        "Normal": {
-          "x": 0.0,
-          "y": 1.0,
-          "z": 0.0,
-          "magnitude": 1.0,
-          "sqrMagnitude": 1.0
-        },
-        "s_type": "PointFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 63
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact105": {
-        "Point": {
-          "x": 9.809999,
-          "y": 14.715,
-          "z": 14.715,
-          "normalized": {
-            "x": 0.4264014,
-            "y": 0.6396022,
-            "z": 0.6396022,
-            "magnitude": 1.0,
-            "sqrMagnitude": 1.00000012
-          },
-          "magnitude": 23.0064888,
-          "sqrMagnitude": 529.2985
-        },
-        "Normal": {
-          "x": 0.0,
-          "y": 1.0,
-          "z": 0.0,
-          "magnitude": 1.0,
-          "sqrMagnitude": 1.0
-        },
-        "s_type": "PointFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 64
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact106": {
-        "Point": {
-          "x": 9.809999,
-          "y": 16.677,
-          "z": 11.315835,
-          "normalized": {
-            "x": 0.437664539,
-            "y": 0.74402976,
-            "z": 0.504846036,
-            "magnitude": 1.0,
-            "sqrMagnitude": 1.0
-          },
-          "magnitude": 22.4144268,
-          "sqrMagnitude": 502.406555
-        },
-        "Normal": {
-          "x": 0.0,
-          "y": 1.0,
-          "z": 0.0,
-          "magnitude": 1.0,
-          "sqrMagnitude": 1.0
-        },
-        "s_type": "PointFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 65
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact107": {
-        "Pids": [
-          "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact103",
-          "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact104",
-          "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact105",
-          "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact106"
-        ],
-        "s_type": "QuadFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 66
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact108": {
-        "Verticies": [
-          {
-            "x": 0.0,
-            "y": 16.677,
-            "z": 11.315835,
-            "normalized": {
-              "x": 0.0,
-              "y": 0.827491939,
-              "z": 0.5614776,
-              "magnitude": 1.0,
-              "sqrMagnitude": 1.0
-            },
-            "magnitude": 20.1536713,
-            "sqrMagnitude": 406.170441
-          },
-          {
-            "x": 0.0,
-            "y": 14.715,
-            "z": 14.715,
-            "normalized": {
-              "x": 0.0,
-              "y": 0.7071068,
-              "z": 0.7071068,
-              "normalized": {
-                "x": 0.0,
-                "y": 0.707106769,
-                "z": 0.707106769,
-                "magnitude": 1.0,
-                "sqrMagnitude": 0.99999994
-              },
-              "magnitude": 1.00000012,
-              "sqrMagnitude": 1.00000012
-            },
-            "magnitude": 20.8101521,
-            "sqrMagnitude": 433.062469
-          },
-          {
-            "x": 9.809999,
-            "y": 14.715,
-            "z": 14.715,
-            "normalized": {
-              "x": 0.4264014,
-              "y": 0.6396022,
-              "z": 0.6396022,
-              "magnitude": 1.0,
-              "sqrMagnitude": 1.00000012
-            },
-            "magnitude": 23.0064888,
-            "sqrMagnitude": 529.2985
-          }
-        ],
-        "s_type": "TriangleFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 67
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact109": {
-        "Verticies": [
-          {
-            "x": 9.809999,
-            "y": 14.715,
-            "z": 14.715,
-            "normalized": {
-              "x": 0.4264014,
-              "y": 0.6396022,
-              "z": 0.6396022,
-              "magnitude": 1.0,
-              "sqrMagnitude": 1.00000012
-            },
-            "magnitude": 23.0064888,
-            "sqrMagnitude": 529.2985
-          },
-          {
-            "x": 9.809999,
-            "y": 16.677,
-            "z": 11.315835,
-            "normalized": {
-              "x": 0.437664539,
-              "y": 0.74402976,
-              "z": 0.504846036,
-              "magnitude": 1.0,
-              "sqrMagnitude": 1.0
-            },
-            "magnitude": 22.4144268,
-            "sqrMagnitude": 502.406555
-          },
-          {
-            "x": 0.0,
-            "y": 16.677,
-            "z": 11.315835,
-            "normalized": {
-              "x": 0.0,
-              "y": 0.827491939,
-              "z": 0.5614776,
-              "magnitude": 1.0,
-              "sqrMagnitude": 1.0
-            },
-            "magnitude": 20.1536713,
-            "sqrMagnitude": 406.170441
-          }
-        ],
-        "s_type": "TriangleFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 68
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact110": {
-        "Point": {
-          "x": 0.0,
-          "y": 4.90499973,
-          "z": 14.715,
-          "normalized": {
-            "x": 0.0,
-            "y": 0.316227734,
-            "z": 0.9486833,
-            "magnitude": 1.0,
-            "sqrMagnitude": 1.0
-          },
-          "magnitude": 15.510972,
-          "sqrMagnitude": 240.590256
-        },
-        "Normal": {
-          "x": 0.0,
-          "y": 1.0,
-          "z": 0.0,
-          "magnitude": 1.0,
-          "sqrMagnitude": 1.0
-        },
-        "s_type": "PointFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 69
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact111": {
-        "Point": {
-          "x": 0.0,
-          "y": 7.3575,
-          "z": 18.96273,
-          "normalized": {
-            "x": 0.0,
-            "y": 0.361724645,
-            "z": 0.932285,
-            "magnitude": 1.0,
-            "sqrMagnitude": 1.00000012
-          },
-          "magnitude": 20.3400574,
-          "sqrMagnitude": 413.717957
-        },
-        "Normal": {
-          "x": 0.0,
-          "y": 1.0,
-          "z": 0.0,
-          "magnitude": 1.0,
-          "sqrMagnitude": 1.0
-        },
-        "s_type": "PointFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 70
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact112": {
-        "Point": {
-          "x": 9.809999,
-          "y": 7.3575,
-          "z": 18.96273,
-          "normalized": {
-            "x": 0.434413642,
-            "y": 0.325810254,
-            "z": 0.8397216,
-            "normalized": {
-              "x": 0.434413671,
-              "y": 0.325810283,
-              "z": 0.8397217,
-              "magnitude": 1.0,
-              "sqrMagnitude": 1.00000012
-            },
-            "magnitude": 0.99999994,
-            "sqrMagnitude": 0.99999994
-          },
-          "magnitude": 22.5821629,
-          "sqrMagnitude": 509.954041
-        },
-        "Normal": {
-          "x": 0.0,
-          "y": 1.0,
-          "z": 0.0,
-          "magnitude": 1.0,
-          "sqrMagnitude": 1.0
-        },
-        "s_type": "PointFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 71
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact113": {
-        "Point": {
-          "x": 9.809999,
-          "y": 4.90499973,
-          "z": 14.715,
-          "normalized": {
-            "x": 0.5345225,
-            "y": 0.267261237,
-            "z": 0.801783741,
-            "magnitude": 1.0,
-            "sqrMagnitude": 1.0
-          },
-          "magnitude": 18.352829,
-          "sqrMagnitude": 336.826355
-        },
-        "Normal": {
-          "x": 0.0,
-          "y": 1.0,
-          "z": 0.0,
-          "magnitude": 1.0,
-          "sqrMagnitude": 1.0
-        },
-        "s_type": "PointFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 72
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact114": {
-        "Pids": [
-          "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact110",
-          "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact111",
-          "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact112",
-          "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact113"
-        ],
-        "s_type": "QuadFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 73
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact115": {
-        "Verticies": [
-          {
-            "x": 0.0,
-            "y": 4.90499973,
-            "z": 14.715,
-            "normalized": {
-              "x": 0.0,
-              "y": 0.316227734,
-              "z": 0.9486833,
-              "magnitude": 1.0,
-              "sqrMagnitude": 1.0
-            },
-            "magnitude": 15.510972,
-            "sqrMagnitude": 240.590256
-          },
-          {
-            "x": 0.0,
-            "y": 7.3575,
-            "z": 18.96273,
-            "normalized": {
-              "x": 0.0,
-              "y": 0.361724645,
-              "z": 0.932285,
-              "magnitude": 1.0,
-              "sqrMagnitude": 1.00000012
-            },
-            "magnitude": 20.3400574,
-            "sqrMagnitude": 413.717957
-          },
-          {
-            "x": 9.809999,
-            "y": 7.3575,
-            "z": 18.96273,
-            "normalized": {
-              "x": 0.434413642,
-              "y": 0.325810254,
-              "z": 0.8397216,
-              "normalized": {
-                "x": 0.434413671,
-                "y": 0.325810283,
-                "z": 0.8397217,
-                "magnitude": 1.0,
-                "sqrMagnitude": 1.00000012
-              },
-              "magnitude": 0.99999994,
-              "sqrMagnitude": 0.99999994
-            },
-            "magnitude": 22.5821629,
-            "sqrMagnitude": 509.954041
-          }
-        ],
-        "s_type": "TriangleFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 74
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact116": {
-        "Verticies": [
-          {
-            "x": 9.809999,
-            "y": 7.3575,
-            "z": 18.96273,
-            "normalized": {
-              "x": 0.434413642,
-              "y": 0.325810254,
-              "z": 0.8397216,
-              "normalized": {
-                "x": 0.434413671,
-                "y": 0.325810283,
-                "z": 0.8397217,
-                "magnitude": 1.0,
-                "sqrMagnitude": 1.00000012
-              },
-              "magnitude": 0.99999994,
-              "sqrMagnitude": 0.99999994
-            },
-            "magnitude": 22.5821629,
-            "sqrMagnitude": 509.954041
-          },
-          {
-            "x": 9.809999,
-            "y": 4.90499973,
-            "z": 14.715,
-            "normalized": {
-              "x": 0.5345225,
-              "y": 0.267261237,
-              "z": 0.801783741,
-              "magnitude": 1.0,
-              "sqrMagnitude": 1.0
-            },
-            "magnitude": 18.352829,
-            "sqrMagnitude": 336.826355
-          },
-          {
-            "x": 0.0,
-            "y": 4.90499973,
-            "z": 14.715,
-            "normalized": {
-              "x": 0.0,
-              "y": 0.316227734,
-              "z": 0.9486833,
-              "magnitude": 1.0,
-              "sqrMagnitude": 1.0
-            },
-            "magnitude": 15.510972,
-            "sqrMagnitude": 240.590256
-          }
-        ],
-        "s_type": "TriangleFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 75
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact117": {
-        "Point": {
-          "x": 0.0,
-          "y": 2.45249987,
-          "z": 2.45249987,
-          "normalized": {
-            "x": 0.0,
-            "y": 0.707106769,
-            "z": 0.707106769,
-            "magnitude": 1.0,
-            "sqrMagnitude": 0.99999994
-          },
-          "magnitude": 3.46835852,
-          "sqrMagnitude": 12.0295115
-        },
-        "Normal": {
-          "x": 0.0,
-          "y": 1.0,
-          "z": 0.0,
-          "magnitude": 1.0,
-          "sqrMagnitude": 1.0
-        },
-        "s_type": "PointFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 76
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact118": {
-        "Point": {
-          "x": 0.0,
-          "y": 6.70023,
-          "z": 4.90499973,
-          "normalized": {
-            "x": 0.0,
-            "y": 0.806893,
-            "z": 0.590697646,
-            "magnitude": 1.0,
-            "sqrMagnitude": 1.0
-          },
-          "magnitude": 8.3037405,
-          "sqrMagnitude": 68.9521
-        },
-        "Normal": {
-          "x": 0.0,
-          "y": 1.0,
-          "z": 0.0,
-          "magnitude": 1.0,
-          "sqrMagnitude": 1.0
-        },
-        "s_type": "PointFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 77
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact119": {
-        "Point": {
-          "x": 9.809999,
-          "y": 6.70023,
-          "z": 4.90499973,
-          "normalized": {
-            "x": 0.7632722,
-            "y": 0.521315,
-            "z": 0.3816361,
-            "normalized": {
-              "x": 0.7632723,
-              "y": 0.521315038,
-              "z": 0.381636143,
-              "magnitude": 1.0,
-              "sqrMagnitude": 1.00000012
-            },
-            "magnitude": 0.99999994,
-            "sqrMagnitude": 0.99999994
-          },
-          "magnitude": 12.8525562,
-          "sqrMagnitude": 165.1882
-        },
-        "Normal": {
-          "x": 0.0,
-          "y": 1.0,
-          "z": 0.0,
-          "magnitude": 1.0,
-          "sqrMagnitude": 1.0
-        },
-        "s_type": "PointFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 78
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact120": {
-        "Point": {
-          "x": 9.809999,
-          "y": 2.45249987,
-          "z": 2.45249987,
-          "normalized": {
-            "x": 0.942809,
-            "y": 0.235702246,
-            "z": 0.235702246,
-            "normalized": {
-              "x": 0.942809045,
-              "y": 0.235702261,
-              "z": 0.235702261,
-              "magnitude": 1.0,
-              "sqrMagnitude": 1.0
-            },
-            "magnitude": 0.99999994,
-            "sqrMagnitude": 0.9999999
-          },
-          "magnitude": 10.405076,
-          "sqrMagnitude": 108.2656
-        },
-        "Normal": {
-          "x": 0.0,
-          "y": 1.0,
-          "z": 0.0,
-          "magnitude": 1.0,
-          "sqrMagnitude": 1.0
-        },
-        "s_type": "PointFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 79
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact121": {
-        "Pids": [
-          "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact117",
-          "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact118",
-          "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact119",
-          "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact120"
-        ],
-        "s_type": "QuadFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 80
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact122": {
-        "Verticies": [
-          {
-            "x": 0.0,
-            "y": 2.45249987,
-            "z": 2.45249987,
-            "normalized": {
-              "x": 0.0,
-              "y": 0.707106769,
-              "z": 0.707106769,
-              "magnitude": 1.0,
-              "sqrMagnitude": 0.99999994
-            },
-            "magnitude": 3.46835852,
-            "sqrMagnitude": 12.0295115
-          },
-          {
-            "x": 0.0,
-            "y": 6.70023,
-            "z": 4.90499973,
-            "normalized": {
-              "x": 0.0,
-              "y": 0.806893,
-              "z": 0.590697646,
-              "magnitude": 1.0,
-              "sqrMagnitude": 1.0
-            },
-            "magnitude": 8.3037405,
-            "sqrMagnitude": 68.9521
-          },
-          {
-            "x": 9.809999,
-            "y": 6.70023,
-            "z": 4.90499973,
-            "normalized": {
-              "x": 0.7632722,
-              "y": 0.521315,
-              "z": 0.3816361,
-              "normalized": {
-                "x": 0.7632723,
-                "y": 0.521315038,
-                "z": 0.381636143,
-                "magnitude": 1.0,
-                "sqrMagnitude": 1.00000012
-              },
-              "magnitude": 0.99999994,
-              "sqrMagnitude": 0.99999994
-            },
-            "magnitude": 12.8525562,
-            "sqrMagnitude": 165.1882
-          }
-        ],
-        "s_type": "TriangleFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 81
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact123": {
-        "Verticies": [
-          {
-            "x": 9.809999,
-            "y": 6.70023,
-            "z": 4.90499973,
-            "normalized": {
-              "x": 0.7632722,
-              "y": 0.521315,
-              "z": 0.3816361,
-              "normalized": {
-                "x": 0.7632723,
-                "y": 0.521315038,
-                "z": 0.381636143,
-                "magnitude": 1.0,
-                "sqrMagnitude": 1.00000012
-              },
-              "magnitude": 0.99999994,
-              "sqrMagnitude": 0.99999994
-            },
-            "magnitude": 12.8525562,
-            "sqrMagnitude": 165.1882
-          },
-          {
-            "x": 9.809999,
-            "y": 2.45249987,
-            "z": 2.45249987,
-            "normalized": {
-              "x": 0.942809,
-              "y": 0.235702246,
-              "z": 0.235702246,
-              "normalized": {
-                "x": 0.942809045,
-                "y": 0.235702261,
-                "z": 0.235702261,
-                "magnitude": 1.0,
-                "sqrMagnitude": 1.0
-              },
-              "magnitude": 0.99999994,
-              "sqrMagnitude": 0.9999999
-            },
-            "magnitude": 10.405076,
-            "sqrMagnitude": 108.2656
-          },
-          {
-            "x": 0.0,
-            "y": 2.45249987,
-            "z": 2.45249987,
-            "normalized": {
-              "x": 0.0,
-              "y": 0.707106769,
-              "z": 0.707106769,
-              "magnitude": 1.0,
-              "sqrMagnitude": 0.99999994
-            },
-            "magnitude": 3.46835852,
-            "sqrMagnitude": 12.0295115
-          }
-        ],
-        "s_type": "TriangleFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 82
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact124": {
-        "lids": [
-          "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact51",
-          "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact52",
-          "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact58",
-          "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact59",
-          "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact65",
-          "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact66",
-          "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact68",
-          "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact69",
-          "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact71",
-          "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact72",
-          "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact74",
-          "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact75",
-          "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact77",
-          "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact78",
-          "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact80",
-          "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact81",
-          "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact87",
-          "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact88",
-          "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact94",
-          "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact95",
-          "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact101",
-          "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact102",
-          "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact108",
-          "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact109",
-          "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact115",
-          "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact116",
-          "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact122",
-          "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact123"
-        ],
-        "payload": [
-          {
-            "kind": "OMS",
-            "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact51"
-          },
-          {
-            "kind": "OMS",
-            "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact52"
-          },
-          {
-            "kind": "OMS",
-            "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact58"
-          },
-          {
-            "kind": "OMS",
-            "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact59"
-          },
-          {
-            "kind": "OMS",
-            "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact65"
-          },
-          {
-            "kind": "OMS",
-            "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact66"
-          },
-          {
-            "kind": "OMS",
-            "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact68"
-          },
-          {
-            "kind": "OMS",
-            "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact69"
-          },
-          {
-            "kind": "OMS",
-            "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact71"
-          },
-          {
-            "kind": "OMS",
-            "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact72"
-          },
-          {
-            "kind": "OMS",
-            "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact74"
-          },
-          {
-            "kind": "OMS",
-            "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact75"
-          },
-          {
-            "kind": "OMS",
-            "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact77"
-          },
-          {
-            "kind": "OMS",
-            "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact78"
-          },
-          {
-            "kind": "OMS",
-            "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact80"
-          },
-          {
-            "kind": "OMS",
-            "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact81"
-          },
-          {
-            "kind": "OMS",
-            "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact87"
-          },
-          {
-            "kind": "OMS",
-            "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact88"
-          },
-          {
-            "kind": "OMS",
-            "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact94"
-          },
-          {
-            "kind": "OMS",
-            "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact95"
-          },
-          {
-            "kind": "OMS",
-            "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact101"
-          },
-          {
-            "kind": "OMS",
-            "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact102"
-          },
-          {
-            "kind": "OMS",
-            "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact108"
-          },
-          {
-            "kind": "OMS",
-            "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact109"
-          },
-          {
-            "kind": "OMS",
-            "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact115"
-          },
-          {
-            "kind": "OMS",
-            "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact116"
-          },
-          {
-            "kind": "OMS",
-            "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact122"
-          },
-          {
-            "kind": "OMS",
-            "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact123"
-          }
-        ],
-        "ListType": {
-          "kind": "OMA",
-          "applicant": {
-            "kind": "OMS",
-            "uri": "http://gl.mathhub.info/MMT/LFX/Datatypes?ListSymbols?ListType"
-          },
-          "arguments": [
-            {
-              "kind": "OMS",
-              "uri": "http://mathhub.info/FrameIT/frameworld?Triangles?wall"
-            }
-          ]
-        },
-        "s_type": "ListFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 83
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact125": {
-        "lids": [],
-        "payload": [
-          {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-            },
-            "arguments": [
-              {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact46"
-              },
-              {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact47"
-              },
-              {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact48"
-              },
-              {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact49"
-              }
-            ]
-          },
-          {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-            },
-            "arguments": [
-              {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact53"
-              },
-              {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact54"
-              },
-              {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact55"
-              },
-              {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact56"
-              }
-            ]
-          },
-          {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-            },
-            "arguments": [
-              {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact60"
-              },
-              {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact61"
-              },
-              {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact62"
-              },
-              {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact63"
-              }
-            ]
-          },
-          {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-            },
-            "arguments": [
-              {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact46"
-              },
-              {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact49"
-              },
-              {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact56"
-              },
-              {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact53"
-              }
-            ]
-          },
-          {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-            },
-            "arguments": [
-              {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact47"
-              },
-              {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact48"
-              },
-              {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact55"
-              },
-              {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact54"
-              }
-            ]
-          },
-          {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-            },
-            "arguments": [
-              {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact49"
-              },
-              {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact48"
-              },
-              {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact55"
-              },
-              {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact56"
-              }
-            ]
-          },
-          {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-            },
-            "arguments": [
-              {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact61"
-              },
-              {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact47"
-              },
-              {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact54"
-              },
-              {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact62"
-              }
-            ]
-          },
-          {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-            },
-            "arguments": [
-              {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact46"
-              },
-              {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact60"
-              },
-              {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact63"
-              },
-              {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact53"
-              }
-            ]
-          },
-          {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-            },
-            "arguments": [
-              {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact82"
-              },
-              {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact83"
-              },
-              {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact84"
-              },
-              {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact85"
-              }
-            ]
-          },
-          {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-            },
-            "arguments": [
-              {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact89"
-              },
-              {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact90"
-              },
-              {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact91"
-              },
-              {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact92"
-              }
-            ]
-          },
-          {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-            },
-            "arguments": [
-              {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact96"
-              },
-              {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact97"
-              },
-              {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact98"
-              },
-              {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact99"
-              }
-            ]
-          },
-          {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-            },
-            "arguments": [
-              {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact103"
-              },
-              {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact104"
-              },
-              {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact105"
-              },
-              {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact106"
-              }
-            ]
-          },
-          {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-            },
-            "arguments": [
-              {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact110"
-              },
-              {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact111"
-              },
-              {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact112"
-              },
-              {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact113"
-              }
-            ]
-          },
-          {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-            },
-            "arguments": [
-              {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact117"
-              },
-              {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact118"
-              },
-              {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact119"
-              },
-              {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact120"
-              }
-            ]
-          }
-        ],
-        "ListType": {
-          "kind": "OMA",
-          "applicant": {
-            "kind": "OMS",
-            "uri": "http://gl.mathhub.info/MMT/LFX/Datatypes?ListSymbols?ListType"
-          },
-          "arguments": [
-            {
-              "kind": "OMA",
-              "applicant": {
-                "kind": "OMS",
-                "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Product"
-              },
-              "arguments": [
-                {
-                  "kind": "OMS",
-                  "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point"
-                },
-                {
-                  "kind": "OMS",
-                  "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point"
-                },
-                {
-                  "kind": "OMS",
-                  "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point"
-                },
-                {
-                  "kind": "OMS",
-                  "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point"
-                }
-              ]
-            }
-          ]
-        },
-        "s_type": "ListFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 84
-      },
-      "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "Pos",
-              "type": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point"
-              }
-            },
-            {
-              "name": "Vel",
-              "type": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point"
-              }
-            },
-            {
-              "name": "Acc",
-              "type": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point"
-              }
-            },
-            {
-              "name": "t",
-              "type": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit"
-            },
-            "arguments": [
-              {
-                "kind": "VAR",
-                "name": "Pos"
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "VAR",
-                        "name": "Vel"
-                      },
-                      {
-                        "kind": "VAR",
-                        "name": "t"
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMLIT<Single>",
-                        "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                        "value": 0.5
-                      },
-                      {
-                        "kind": "OMA",
-                        "applicant": {
-                          "kind": "OMS",
-                          "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit"
-                        },
-                        "arguments": [
-                          {
-                            "kind": "VAR",
-                            "name": "Acc"
-                          },
-                          {
-                            "kind": "OMA",
-                            "applicant": {
-                              "kind": "OMS",
-                              "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit"
-                            },
-                            "arguments": [
-                              {
-                                "kind": "VAR",
-                                "name": "t"
-                              },
-                              {
-                                "kind": "VAR",
-                                "name": "t"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ]
-                  }
-                ]
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 26
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(4.905E-05, 14.71507, 18.63876), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(4.905, 7.3575, -24.0345), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(-1E-05)))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "type": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 4.90499951E-05
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 14.7150736
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 18.63876
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 4.90499973
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 7.3575
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": -24.0345
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": -9.809999
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit"
-                },
-                "arguments": [
-                  {
-                    "kind": "VAR",
-                    "name": "t"
-                  },
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMLIT<Single>",
-                        "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                        "value": -1E-05
-                      }
-                    ]
-                  }
-                ]
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 85
-      },
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1E-05, 0.2860328), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(4.905E-05, 14.71507, 18.63876), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(4.905, 7.3575, -24.0345), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(-1E-05)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": {
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.286032766
-        },
-        "s_type": "FunctionCallFact",
-        "_CustomLabel": null,
-        "func_id": "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(4.905E-05, 14.71507, 18.63876), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(4.905, 7.3575, -24.0345), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(-1E-05)))}",
-        "hasCustomLabel": false,
-        "LabelId": 86
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.403079, 16.41841, 11.76398), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(3.924, 14.82811, -12.77051), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(0.2860228)))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "type": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 1.40307891
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 16.4184074
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 11.7639771
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 3.92399979
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 14.8281145
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": -12.7705145
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": -9.809999
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit"
-                },
-                "arguments": [
-                  {
-                    "kind": "VAR",
-                    "name": "t"
-                  },
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMLIT<Single>",
-                        "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                        "value": 0.286022753
-                      }
-                    ]
-                  }
-                ]
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 87
-      },
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.2860228, 0.5200639), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.403079, 16.41841, 11.76398), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(3.924, 14.82811, -12.77051), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(0.2860228)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": {
-        "Domain": {
-          "Item1": 0.286022753,
-          "Item2": 0.520063937
-        },
-        "s_type": "FunctionCallFact",
-        "_CustomLabel": null,
-        "func_id": "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.403079, 16.41841, 11.76398), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(3.924, 14.82811, -12.77051), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(0.2860228)))}",
-        "hasCustomLabel": false,
-        "LabelId": 88
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(2.321449, 19.6199, 8.775176), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(3.1392, -10.02582, -10.21641), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(0.5200539)))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "type": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 2.3214488
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 19.6198978
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 8.775176
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 3.1392
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": -10.025815
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": -10.2164116
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": -9.809999
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit"
-                },
-                "arguments": [
-                  {
-                    "kind": "VAR",
-                    "name": "t"
-                  },
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMLIT<Single>",
-                        "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                        "value": 0.5200539
-                      }
-                    ]
-                  }
-                ]
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 89
-      },
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.5200539, 1.378993), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(2.321449, 19.6199, 8.775176), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(3.1392, -10.02582, -10.21641), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(0.5200539)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": {
-        "Domain": {
-          "Item1": 0.5200539,
-          "Item2": 1.37899327
-        },
-        "s_type": "FunctionCallFact",
-        "_CustomLabel": null,
-        "func_id": "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(2.321449, 19.6199, 8.775176), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(3.1392, -10.02582, -10.21641), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(0.5200539)))}",
-        "hasCustomLabel": false,
-        "LabelId": 90
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(5.017825, 7.389571, 8.173129E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(2.51136, -14.76153, 8.173129), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(1.378983)))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "type": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 5.017825
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 7.389571
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 8.173129E-05
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 2.51136
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": -14.76153
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 8.173129
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": -9.809999
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit"
-                },
-                "arguments": [
-                  {
-                    "kind": "VAR",
-                    "name": "t"
-                  },
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMLIT<Single>",
-                        "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                        "value": 1.37898326
-                      }
-                    ]
-                  }
-                ]
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 91
-      },
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.378983, 1.681127), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(5.017825, 7.389571, 8.173129E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(2.51136, -14.76153, 8.173129), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(1.378983)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": {
-        "Domain": {
-          "Item1": 1.37898326,
-          "Item2": 1.68112659
-        },
-        "s_type": "FunctionCallFact",
-        "_CustomLabel": null,
-        "func_id": "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(5.017825, 7.389571, 8.173129E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(2.51136, -14.76153, 8.173129), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(1.378983)))}",
-        "hasCustomLabel": false,
-        "LabelId": 92
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(5.776611, 2.481855, 2.469301), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(2.009088, -1.427282, -15.54984), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(1.681117)))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "type": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 5.776611
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 2.48185515
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 2.46930146
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 2.00908828
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": -1.42728221
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": -15.5498428
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": -9.809999
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit"
-                },
-                "arguments": [
-                  {
-                    "kind": "VAR",
-                    "name": "t"
-                  },
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMLIT<Single>",
-                        "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                        "value": 1.68111658
-                      }
-                    ]
-                  }
-                ]
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 93
-      },
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.681117, 1.839926), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(5.776611, 2.481855, 2.469301), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(2.009088, -1.427282, -15.54984), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(1.681117)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": {
-        "Domain": {
-          "Item1": 1.68111658,
-          "Item2": 1.83992577
-        },
-        "s_type": "FunctionCallFact",
-        "_CustomLabel": null,
-        "func_id": "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(5.776611, 2.481855, 2.469301), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(2.009088, -1.427282, -15.54984), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(1.681117)))}",
-        "hasCustomLabel": false,
-        "LabelId": 94
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.095668, 2.13149, 0.0001243987), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.607271, -2.388081, 12.43987), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(1.839916)))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "type": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 6.09566832
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 2.13149
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.00012439875
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 1.6072706
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": -2.38808131
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 12.4398746
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": -9.809999
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit"
-                },
-                "arguments": [
-                  {
-                    "kind": "VAR",
-                    "name": "t"
-                  },
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMLIT<Single>",
-                        "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                        "value": 1.83991575
-                      }
-                    ]
-                  }
-                ]
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 95
-      },
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.839916, 2.299212), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.095668, 2.13149, 0.0001243987), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.607271, -2.388081, 12.43987), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(1.839916)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": {
-        "Domain": {
-          "Item1": 1.83991575,
-          "Item2": 2.29921174
-        },
-        "s_type": "FunctionCallFact",
-        "_CustomLabel": null,
-        "func_id": "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.095668, 2.13149, 0.0001243987), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.607271, -2.388081, 12.43987), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(1.839916)))}",
-        "hasCustomLabel": false,
-        "LabelId": 96
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.833878, 5.526812E-05, 5.713683), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.285817, 5.514941, 9.9519), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(2.299202)))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "type": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 6.833878
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 5.52681231E-05
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 5.713683
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 1.28581655
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 5.51494074
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 9.9519
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": -9.809999
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit"
-                },
-                "arguments": [
-                  {
-                    "kind": "VAR",
-                    "name": "t"
-                  },
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMLIT<Single>",
-                        "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                        "value": 2.29920173
-                      }
-                    ]
-                  }
-                ]
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 97
-      },
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(2.299202, 3.423573), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.833878, 5.526812E-05, 5.713683), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.285817, 5.514941, 9.9519), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(2.299202)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": {
-        "Domain": {
-          "Item1": 2.29920173,
-          "Item2": 3.42357254
-        },
-        "s_type": "FunctionCallFact",
-        "_CustomLabel": null,
-        "func_id": "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.833878, 5.526812E-05, 5.713683), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.285817, 5.514941, 9.9519), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(2.299202)))}",
-        "hasCustomLabel": false,
-        "LabelId": 98
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(8.279611, 4.411982E-05, 16.90329), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.028653, 4.412031, 7.96152), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(3.423563)))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "type": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 8.279611
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 4.411982E-05
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 16.90329
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 1.02865326
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 4.412031
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 7.96151972
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": -9.809999
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit"
-                },
-                "arguments": [
-                  {
-                    "kind": "VAR",
-                    "name": "t"
-                  },
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMLIT<Single>",
-                        "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                        "value": 3.42356253
-                      }
-                    ]
-                  }
-                ]
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 99
-      },
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(3.423563, 3.764802), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(8.279611, 4.411982E-05, 16.90329), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.028653, 4.412031, 7.96152), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(3.423563)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": {
-        "Domain": {
-          "Item1": 3.42356253,
-          "Item2": 3.76480246
-        },
-        "s_type": "FunctionCallFact",
-        "_CustomLabel": null,
-        "func_id": "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(8.279611, 4.411982E-05, 16.90329), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.028653, 4.412031, 7.96152), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(3.423563)))}",
-        "hasCustomLabel": false,
-        "LabelId": 100
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(8.630627, 0.934442, 19.61994), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.8229226, 0.8516521, -6.369216), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(3.764792)))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "type": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 8.630627
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.934442043
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 19.619936
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.822922647
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.851652145
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": -6.369216
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": -9.809999
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit"
-                },
-                "arguments": [
-                  {
-                    "kind": "VAR",
-                    "name": "t"
-                  },
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMLIT<Single>",
-                        "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                        "value": 3.76479244
-                      }
-                    ]
-                  }
-                ]
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 101
-      },
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(3.764792, 4.296639), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(8.630627, 0.934442, 19.61994), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.8229226, 0.8516521, -6.369216), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(3.764792)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": {
-        "Domain": {
-          "Item1": 3.76479244,
-          "Item2": 4.29663944
-        },
-        "s_type": "FunctionCallFact",
-        "_CustomLabel": null,
-        "func_id": "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(8.630627, 0.934442, 19.61994), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.8229226, 0.8516521, -6.369216), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(3.764792)))}",
-        "hasCustomLabel": false,
-        "LabelId": 102
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(9.068295, 3.480565E-05, 16.2325), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.6583381, 3.492535, -5.095373), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(4.296629)))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "type": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 9.068295
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 3.480565E-05
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 16.2325
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.6583381
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 3.492535
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": -5.09537268
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": -9.809999
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit"
-                },
-                "arguments": [
-                  {
-                    "kind": "VAR",
-                    "name": "t"
-                  },
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMLIT<Single>",
-                        "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                        "value": 4.29662943
-                      }
-                    ]
-                  }
-                ]
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 103
-      },
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(4.296629, 5.008685), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(9.068295, 3.480565E-05, 16.2325), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.6583381, 3.492535, -5.095373), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(4.296629)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": {
-        "Domain": {
-          "Item1": 4.29662943,
-          "Item2": 5.008685
-        },
-        "s_type": "FunctionCallFact",
-        "_CustomLabel": null,
-        "func_id": "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(9.068295, 3.480565E-05, 16.2325), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.6583381, 3.492535, -5.095373), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(4.296629)))}",
-        "hasCustomLabel": false,
-        "LabelId": 104
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(9.537067, 2.770216E-05, 12.60432), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.5266705, 2.794107, -4.076298), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(5.008675)))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "type": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 9.537067
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 2.77021572E-05
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 12.6043205
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.5266705
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 2.79410672
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": -4.076298
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": -9.809999
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit"
-                },
-                "arguments": [
-                  {
-                    "kind": "VAR",
-                    "name": "t"
-                  },
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMLIT<Single>",
-                        "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                        "value": 5.008675
-                      }
-                    ]
-                  }
-                ]
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 105
-      },
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(5.008675, 5.57834), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(9.537067, 2.770216E-05, 12.60432), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.5266705, 2.794107, -4.076298), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(5.008675)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": {
-        "Domain": {
-          "Item1": 5.008675,
-          "Item2": 5.57833958
-        },
-        "s_type": "FunctionCallFact",
-        "_CustomLabel": null,
-        "func_id": "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(9.537067, 2.770216E-05, 12.60432), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.5266705, 2.794107, -4.076298), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(5.008675)))}",
-        "hasCustomLabel": false,
-        "LabelId": 106
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(9.837091, 2.235314E-05, 10.28221), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.4213364, 2.235363, -3.261039), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(5.57833)))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "type": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 9.837091
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 2.235314E-05
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 10.2822065
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.4213364
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 2.23536325
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": -3.26103854
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": -9.809999
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit"
-                },
-                "arguments": [
-                  {
-                    "kind": "VAR",
-                    "name": "t"
-                  },
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMLIT<Single>",
-                        "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                        "value": 5.57832956
-                      }
-                    ]
-                  }
-                ]
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 107
-      },
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(5.57833, 6.034081), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(9.837091, 2.235314E-05, 10.28221), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.4213364, 2.235363, -3.261039), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(5.57833)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": {
-        "Domain": {
-          "Item1": 5.57832956,
-          "Item2": 6.034081
-        },
-        "s_type": "FunctionCallFact",
-        "_CustomLabel": null,
-        "func_id": "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(9.837091, 2.235314E-05, 10.28221), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.4213364, 2.235363, -3.261039), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(5.57833)))}",
-        "hasCustomLabel": false,
-        "LabelId": 108
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.02912, 1.800241E-05, 8.79599), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.3370691, 1.788369, -2.608831), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.034071)))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "type": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 10.0291157
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 1.8002409E-05
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 8.79599
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.337069124
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 1.78836918
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": -2.608831
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": -9.809999
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit"
-                },
-                "arguments": [
-                  {
-                    "kind": "VAR",
-                    "name": "t"
-                  },
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMLIT<Single>",
-                        "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                        "value": 6.034071
-                      }
-                    ]
-                  }
-                ]
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 109
-      },
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.034071, 6.398692), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.02912, 1.800241E-05, 8.79599), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.3370691, 1.788369, -2.608831), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.034071)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": {
-        "Domain": {
-          "Item1": 6.034071,
-          "Item2": 6.398692
-        },
-        "s_type": "FunctionCallFact",
-        "_CustomLabel": null,
-        "func_id": "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.02912, 1.800241E-05, 8.79599), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.3370691, 1.788369, -2.608831), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.034071)))}",
-        "hasCustomLabel": false,
-        "LabelId": 110
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.15202, 1.430725E-05, 7.844759), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.2696553, 1.430775, -2.087065), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.398682)))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "type": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 10.1520176
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 1.43072548E-05
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 7.84475946
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.269655317
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 1.43077457
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": -2.08706474
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": -9.809999
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit"
-                },
-                "arguments": [
-                  {
-                    "kind": "VAR",
-                    "name": "t"
-                  },
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMLIT<Single>",
-                        "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                        "value": 6.398682
-                      }
-                    ]
-                  }
-                ]
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 111
-      },
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.398682, 6.690399), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.15202, 1.430725E-05, 7.844759), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.2696553, 1.430775, -2.087065), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.398682)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": {
-        "Domain": {
-          "Item1": 6.398682,
-          "Item2": 6.690399
-        },
-        "s_type": "FunctionCallFact",
-        "_CustomLabel": null,
-        "func_id": "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.15202, 1.430725E-05, 7.844759), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.2696553, 1.430775, -2.087065), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.398682)))}",
-        "hasCustomLabel": false,
-        "LabelId": 112
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.23068, 1.144649E-05, 7.235931), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.2157243, 1.144698, -1.669652), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.690389)))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "type": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 10.2306795
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 1.1446492E-05
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 7.235931
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.21572426
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 1.14469826
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": -1.66965187
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": -9.809999
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit"
-                },
-                "arguments": [
-                  {
-                    "kind": "VAR",
-                    "name": "t"
-                  },
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMLIT<Single>",
-                        "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                        "value": 6.690389
-                      }
-                    ]
-                  }
-                ]
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 113
-      },
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.690389, 6.923783), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.23068, 1.144649E-05, 7.235931), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.2157243, 1.144698, -1.669652), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.690389)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": {
-        "Domain": {
-          "Item1": 6.690389,
-          "Item2": 6.923783
-        },
-        "s_type": "FunctionCallFact",
-        "_CustomLabel": null,
-        "func_id": "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.23068, 1.144649E-05, 7.235931), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.2157243, 1.144698, -1.669652), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.690389)))}",
-        "hasCustomLabel": false,
-        "LabelId": 114
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 9.15788E-06, 6.846248), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.1725794, 0.915837, -1.335721), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "type": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 10.2810278
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 9.1578795E-06
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 6.846248
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.172579408
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.915837
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": -1.33572149
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": -9.809999
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit"
-                },
-                "arguments": [
-                  {
-                    "kind": "VAR",
-                    "name": "t"
-                  },
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMLIT<Single>",
-                        "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                        "value": 6.923773
-                      }
-                    ]
-                  }
-                ]
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 115
-      },
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.923773, 6.923783), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 9.15788E-06, 6.846248), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.1725794, 0.915837, -1.335721), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": {
-        "Domain": {
-          "Item1": 6.923773,
-          "Item2": 6.923783
-        },
-        "s_type": "FunctionCallFact",
-        "_CustomLabel": null,
-        "func_id": "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 9.15788E-06, 6.846248), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.1725794, 0.915837, -1.335721), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}",
-        "hasCustomLabel": false,
-        "LabelId": 116
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 1.830693E-06, 6.846238), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.1380635, -0.7326696, -1.068577), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "type": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 10.2810287
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 1.83069346E-06
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 6.84623766
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.138063535
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": -0.7326696
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": -1.06857717
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": -9.809999
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit"
-                },
-                "arguments": [
-                  {
-                    "kind": "VAR",
-                    "name": "t"
-                  },
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMLIT<Single>",
-                        "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                        "value": 6.923773
-                      }
-                    ]
-                  }
-                ]
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 117
-      },
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.923773, 6.923783), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 1.830693E-06, 6.846238), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.1380635, -0.7326696, -1.068577), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": {
-        "Domain": {
-          "Item1": 6.923773,
-          "Item2": 6.923783
-        },
-        "s_type": "FunctionCallFact",
-        "_CustomLabel": null,
-        "func_id": "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 1.830693E-06, 6.846238), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.1380635, -0.7326696, -1.068577), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}",
-        "hasCustomLabel": false,
-        "LabelId": 118
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 7.69156E-06, 6.846229), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.1104508, 0.5861357, -0.8548617), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "type": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 10.28103
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 7.69156E-06
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 6.846229
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.110450827
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.5861357
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": -0.854861736
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": -9.809999
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit"
-                },
-                "arguments": [
-                  {
-                    "kind": "VAR",
-                    "name": "t"
-                  },
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMLIT<Single>",
-                        "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                        "value": 6.923773
-                      }
-                    ]
-                  }
-                ]
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 119
-      },
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.923773, 6.923783), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 7.69156E-06, 6.846229), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.1104508, 0.5861357, -0.8548617), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": {
-        "Domain": {
-          "Item1": 6.923773,
-          "Item2": 6.923783
-        },
-        "s_type": "FunctionCallFact",
-        "_CustomLabel": null,
-        "func_id": "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 7.69156E-06, 6.846229), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.1104508, 0.5861357, -0.8548617), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}",
-        "hasCustomLabel": false,
-        "LabelId": 120
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 3.001984E-06, 6.846222), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.08836066, -0.4689085, -0.6838894), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "type": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 10.2810307
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 3.0019844E-06
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 6.8462224
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.08836066
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": -0.468908548
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": -0.6838894
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": -9.809999
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit"
-                },
-                "arguments": [
-                  {
-                    "kind": "VAR",
-                    "name": "t"
-                  },
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMLIT<Single>",
-                        "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                        "value": 6.923773
-                      }
-                    ]
-                  }
-                ]
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 121
-      },
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.923773, 6.923783), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 3.001984E-06, 6.846222), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.08836066, -0.4689085, -0.6838894), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": {
-        "Domain": {
-          "Item1": 6.923773,
-          "Item2": 6.923783
-        },
-        "s_type": "FunctionCallFact",
-        "_CustomLabel": null,
-        "func_id": "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 3.001984E-06, 6.846222), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.08836066, -0.4689085, -0.6838894), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}",
-        "hasCustomLabel": false,
-        "LabelId": 122
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 6.752762E-06, 6.846217), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.07068853, 0.3751268, -0.5471115), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "type": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 10.2810316
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 6.752762E-06
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 6.846217
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.07068853
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.375126839
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": -0.5471115
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": -9.809999
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit"
-                },
-                "arguments": [
-                  {
-                    "kind": "VAR",
-                    "name": "t"
-                  },
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMLIT<Single>",
-                        "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                        "value": 6.923773
-                      }
-                    ]
-                  }
-                ]
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 123
-      },
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.923773, 6.923783), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 6.752762E-06, 6.846217), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.07068853, 0.3751268, -0.5471115), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": {
-        "Domain": {
-          "Item1": 6.923773,
-          "Item2": 6.923783
-        },
-        "s_type": "FunctionCallFact",
-        "_CustomLabel": null,
-        "func_id": "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 6.752762E-06, 6.846217), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.07068853, 0.3751268, -0.5471115), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}",
-        "hasCustomLabel": false,
-        "LabelId": 124
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 3.751257E-06, 6.846213), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.05655083, -0.3001015, -0.4376892), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "type": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 10.2810326
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 3.75125683E-06
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 6.846213
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0565508269
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": -0.3001015
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": -0.437689215
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": -9.809999
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit"
-                },
-                "arguments": [
-                  {
-                    "kind": "VAR",
-                    "name": "t"
-                  },
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMLIT<Single>",
-                        "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                        "value": 6.923773
-                      }
-                    ]
-                  }
-                ]
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 125
-      },
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.923773, 6.923783), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 3.751257E-06, 6.846213), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.05655083, -0.3001015, -0.4376892), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": {
-        "Domain": {
-          "Item1": 6.923773,
-          "Item2": 6.923783
-        },
-        "s_type": "FunctionCallFact",
-        "_CustomLabel": null,
-        "func_id": "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 3.751257E-06, 6.846213), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.05655083, -0.3001015, -0.4376892), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}",
-        "hasCustomLabel": false,
-        "LabelId": 126
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 6.151578E-06, 6.84621), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.04524066, 0.2400812, -0.3501514), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "type": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 10.2810326
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 6.151578E-06
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 6.84620953
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.045240663
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.240081191
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": -0.3501514
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": -9.809999
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit"
-                },
-                "arguments": [
-                  {
-                    "kind": "VAR",
-                    "name": "t"
-                  },
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMLIT<Single>",
-                        "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                        "value": 6.923773
-                      }
-                    ]
-                  }
-                ]
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 127
-      },
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.923773, 6.923783), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 6.151578E-06, 6.84621), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.04524066, 0.2400812, -0.3501514), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": {
-        "Domain": {
-          "Item1": 6.923773,
-          "Item2": 6.923783
-        },
-        "s_type": "FunctionCallFact",
-        "_CustomLabel": null,
-        "func_id": "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 6.151578E-06, 6.84621), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.04524066, 0.2400812, -0.3501514), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}",
-        "hasCustomLabel": false,
-        "LabelId": 128
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 4.230438E-06, 6.846207), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.03619253, -0.192065, -0.2801211), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "type": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 10.2810326
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 4.23043775E-06
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 6.84620667
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0361925326
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": -0.192064956
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": -0.280121118
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": -9.809999
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit"
-                },
-                "arguments": [
-                  {
-                    "kind": "VAR",
-                    "name": "t"
-                  },
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMLIT<Single>",
-                        "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                        "value": 6.923773
-                      }
-                    ]
-                  }
-                ]
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 129
-      },
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.923773, 6.923783), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 4.230438E-06, 6.846207), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.03619253, -0.192065, -0.2801211), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": {
-        "Domain": {
-          "Item1": 6.923773,
-          "Item2": 6.923783
-        },
-        "s_type": "FunctionCallFact",
-        "_CustomLabel": null,
-        "func_id": "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 4.230438E-06, 6.846207), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.03619253, -0.192065, -0.2801211), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}",
-        "hasCustomLabel": false,
-        "LabelId": 130
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 5.766467E-06, 6.846204), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.02895403, 0.153652, -0.2240969), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "type": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 10.2810326
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 5.766467E-06
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 6.84620428
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0289540272
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.153651968
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": -0.2240969
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": -9.809999
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit"
-                },
-                "arguments": [
-                  {
-                    "kind": "VAR",
-                    "name": "t"
-                  },
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMLIT<Single>",
-                        "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                        "value": 6.923773
-                      }
-                    ]
-                  }
-                ]
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 131
-      },
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.923773, 6.923783), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 5.766467E-06, 6.846204), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.02895403, 0.153652, -0.2240969), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": {
-        "Domain": {
-          "Item1": 6.923773,
-          "Item2": 6.923783
-        },
-        "s_type": "FunctionCallFact",
-        "_CustomLabel": null,
-        "func_id": "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 5.766467E-06, 6.846204), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.02895403, 0.153652, -0.2240969), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}",
-        "hasCustomLabel": false,
-        "LabelId": 132
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 4.536761E-06, 6.846202), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.02316322, -0.1229216, -0.1792775), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "type": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 10.2810326
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 4.53676057E-06
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 6.84620237
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0231632218
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": -0.122921579
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": -0.179277524
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": -9.809999
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit"
-                },
-                "arguments": [
-                  {
-                    "kind": "VAR",
-                    "name": "t"
-                  },
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMLIT<Single>",
-                        "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                        "value": 6.923773
-                      }
-                    ]
-                  }
-                ]
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 133
-      },
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.923773, 6.923783), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 4.536761E-06, 6.846202), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.02316322, -0.1229216, -0.1792775), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": {
-        "Domain": {
-          "Item1": 6.923773,
-          "Item2": 6.923783
-        },
-        "s_type": "FunctionCallFact",
-        "_CustomLabel": null,
-        "func_id": "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 4.536761E-06, 6.846202), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.02316322, -0.1229216, -0.1792775), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}",
-        "hasCustomLabel": false,
-        "LabelId": 134
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 5.519642E-06, 6.846201), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.01853058, 0.09833726, -0.143422), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "type": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 10.2810326
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 5.5196424E-06
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 6.846201
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0185305774
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.09833726
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": -0.143422022
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": -9.809999
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit"
-                },
-                "arguments": [
-                  {
-                    "kind": "VAR",
-                    "name": "t"
-                  },
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMLIT<Single>",
-                        "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                        "value": 6.923773
-                      }
-                    ]
-                  }
-                ]
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 135
-      },
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.923773, 6.923783), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 5.519642E-06, 6.846201), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.01853058, 0.09833726, -0.143422), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": {
-        "Domain": {
-          "Item1": 6.923773,
-          "Item2": 6.923783
-        },
-        "s_type": "FunctionCallFact",
-        "_CustomLabel": null,
-        "func_id": "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 5.519642E-06, 6.846201), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.01853058, 0.09833726, -0.143422), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}",
-        "hasCustomLabel": false,
-        "LabelId": 136
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 4.732454E-06, 6.8462), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.01482446, -0.07866981, -0.1147376), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "type": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 10.2810326
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 4.732454E-06
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 6.8462
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0148244621
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": -0.07866981
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": -0.114737622
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": -9.809999
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit"
-                },
-                "arguments": [
-                  {
-                    "kind": "VAR",
-                    "name": "t"
-                  },
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMLIT<Single>",
-                        "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                        "value": 6.923773
-                      }
-                    ]
-                  }
-                ]
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 137
-      },
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.923773, 6.923783), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 4.732454E-06, 6.8462), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.01482446, -0.07866981, -0.1147376), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": {
-        "Domain": {
-          "Item1": 6.923773,
-          "Item2": 6.923783
-        },
-        "s_type": "FunctionCallFact",
-        "_CustomLabel": null,
-        "func_id": "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 4.732454E-06, 6.8462), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.01482446, -0.07866981, -0.1147376), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}",
-        "hasCustomLabel": false,
-        "LabelId": 138
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 5.361322E-06, 6.846199), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.01185957, 0.06293585, -0.0917901), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "type": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 10.2810326
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 5.36132166E-06
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 6.846199
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.01185957
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.06293585
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": -0.0917901
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": -9.809999
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit"
-                },
-                "arguments": [
-                  {
-                    "kind": "VAR",
-                    "name": "t"
-                  },
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMLIT<Single>",
-                        "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                        "value": 6.923773
-                      }
-                    ]
-                  }
-                ]
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 139
-      },
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.923773, 6.923783), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 5.361322E-06, 6.846199), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.01185957, 0.06293585, -0.0917901), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": {
-        "Domain": {
-          "Item1": 6.923773,
-          "Item2": 6.923783
-        },
-        "s_type": "FunctionCallFact",
-        "_CustomLabel": null,
-        "func_id": "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 5.361322E-06, 6.846199), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.01185957, 0.06293585, -0.0917901), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}",
-        "hasCustomLabel": false,
-        "LabelId": 140
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 4.857344E-06, 6.846198), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.009487656, -0.05034868, -0.07343208), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "type": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 10.2810326
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 4.85734427E-06
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 6.846198
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.009487656
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": -0.05034868
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": -0.07343208
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": -9.809999
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit"
-                },
-                "arguments": [
-                  {
-                    "kind": "VAR",
-                    "name": "t"
-                  },
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMLIT<Single>",
-                        "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                        "value": 6.923773
-                      }
-                    ]
-                  }
-                ]
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 141
-      },
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.923773, 6.923783), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 4.857344E-06, 6.846198), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.009487656, -0.05034868, -0.07343208), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": {
-        "Domain": {
-          "Item1": 6.923773,
-          "Item2": 6.923783
-        },
-        "s_type": "FunctionCallFact",
-        "_CustomLabel": null,
-        "func_id": "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 4.857344E-06, 6.846198), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.009487656, -0.05034868, -0.07343208), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}",
-        "hasCustomLabel": false,
-        "LabelId": 142
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 5.259643E-06, 6.846198), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.007590125, 0.04027895, -0.05874566), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "type": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 10.2810326
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 5.259643E-06
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 6.84619761
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.007590125
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0402789451
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": -0.0587456636
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": -9.809999
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit"
-                },
-                "arguments": [
-                  {
-                    "kind": "VAR",
-                    "name": "t"
-                  },
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMLIT<Single>",
-                        "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                        "value": 6.923773
-                      }
-                    ]
-                  }
-                ]
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 143
-      },
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.923773, 6.923783), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 5.259643E-06, 6.846198), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.007590125, 0.04027895, -0.05874566), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": {
-        "Domain": {
-          "Item1": 6.923773,
-          "Item2": 6.923783
-        },
-        "s_type": "FunctionCallFact",
-        "_CustomLabel": null,
-        "func_id": "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 5.259643E-06, 6.846198), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.007590125, 0.04027895, -0.05874566), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}",
-        "hasCustomLabel": false,
-        "LabelId": 144
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 4.936921E-06, 6.846197), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.0060721, -0.03222316, -0.04699653), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "type": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 10.2810326
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 4.9369205E-06
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 6.846197
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0060721
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": -0.0322231576
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": -0.04699653
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": -9.809999
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit"
-                },
-                "arguments": [
-                  {
-                    "kind": "VAR",
-                    "name": "t"
-                  },
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMLIT<Single>",
-                        "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                        "value": 6.923773
-                      }
-                    ]
-                  }
-                ]
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 145
-      },
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.923773, 6.923783), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 4.936921E-06, 6.846197), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.0060721, -0.03222316, -0.04699653), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": {
-        "Domain": {
-          "Item1": 6.923773,
-          "Item2": 6.923783
-        },
-        "s_type": "FunctionCallFact",
-        "_CustomLabel": null,
-        "func_id": "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 4.936921E-06, 6.846197), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.0060721, -0.03222316, -0.04699653), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}",
-        "hasCustomLabel": false,
-        "LabelId": 146
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 5.194215E-06, 6.846197), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.00485768, 0.02577853, -0.03759722), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "type": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 10.2810326
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 5.194215E-06
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 6.84619665
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.00485768
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0257785264
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": -0.0375972241
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": -9.809999
-                  },
-                  {
-                    "kind": "OMLIT<Single>",
-                    "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                    "value": 0.0
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit"
-                },
-                "arguments": [
-                  {
-                    "kind": "VAR",
-                    "name": "t"
-                  },
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMLIT<Single>",
-                        "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-                        "value": 6.923773
-                      }
-                    ]
-                  }
-                ]
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 147
-      },
-      "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.923773, 6.923783), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 5.194215E-06, 6.846197), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.00485768, 0.02577853, -0.03759722), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": {
-        "Domain": {
-          "Item1": 6.923773,
-          "Item2": 6.923783
-        },
-        "s_type": "FunctionCallFact",
-        "_CustomLabel": null,
-        "func_id": "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 5.194215E-06, 6.846197), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.00485768, 0.02577853, -0.03759722), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}",
-        "hasCustomLabel": false,
-        "LabelId": 148
-      }
-    },
-    "name": null,
-    "path": null
-  },
-  "record_index": null,
-  "solution_approches": [],
-  "AllowedScrolls": [
-    "http://mathhub.info/FrameIT/frameworld?W3DBouncingScroll",
-    "http://mathhub.info/FrameIT/frameworld?T3DBouncingScroll"
-  ],
-  "AllowedGadgets": null,
-  "name": "CanonBall 3D",
-  "path": null
-}
\ No newline at end of file
diff --git a/Assets/Stages/CanonBall 3D.JSON.meta b/Assets/Stages/CanonBall 3D.JSON.meta
deleted file mode 100644
index b0a0feb5..00000000
--- a/Assets/Stages/CanonBall 3D.JSON.meta	
+++ /dev/null
@@ -1,7 +0,0 @@
-fileFormatVersion: 2
-guid: 2cb068664239732498024617691241ad
-TextScriptImporter:
-  externalObjects: {}
-  userData: 
-  assetBundleName: 
-  assetBundleVariant: 
diff --git a/Assets/Stages/SlingShot.JSON b/Assets/Stages/SlingShot.JSON
deleted file mode 100644
index 0d512259..00000000
--- a/Assets/Stages/SlingShot.JSON
+++ /dev/null
@@ -1,2680 +0,0 @@
-{
-  "category": "Demo Category",
-  "number": 3,
-  "description": "Find the correct velocity for the SlingShot to bounce once on the island within range, such that the projectile lands on the other side.",
-  "scene": "RiverWorld",
-  "use_install_folder": true,
-  "solution": {
-    "ValidationSet": [],
-    "ExposedSolutionFacts": [
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact181",
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact182",
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact183",
-	  "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact179"
-    ],
-    "ScrollOverwrites": {
-      "http://mathhub.info/FrameIT/frameworld?T3DBouncingScroll": [
-        {
-          "Item1": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact179",
-          "Item2": 2,
-          "Item3": false
-        },
-        {
-          "Item1": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact180",
-          "Item2": 3,
-          "Item3": false
-        },
-        {
-          "Item1": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact178",
-          "Item2": 4,
-          "Item3": false
-        }
-      ],
-      "http://mathhub.info/FrameIT/frameworld?RiverScroll": [
-        {
-          "Item1": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact179",
-          "Item2": 4,
-          "Item3": false
-        }
-      ],
-      "http://mathhub.info/FrameIT/frameworld?RiverScrollSimple": [
-        {
-          "Item1": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact179",
-          "Item2": 2,
-          "Item3": true
-        }
-      ]
-    },
-    "ImmutableFacts": [
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact126",
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact127",
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact128",
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact129",
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact130",
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact131",
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact132",
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact133",
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact134",
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact135",
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact136",
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact137",
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact138",
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact139",
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact140",
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact141",
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact142",
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact143",
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact144",
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact145",
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact146",
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact147",
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact148",
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact149",
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact150",
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact151",
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact152",
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact153",
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact154",
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact155",
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact156",
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact157",
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact158",
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact159",
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact160",
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact161",
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact162",
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact163",
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact164",
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact165",
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact166",
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact167",
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact168",
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact169",
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact170",
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact171",
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact172",
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact173",
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact174",
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact175",
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact176",
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact177",
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact178",
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact181",
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact182",
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact183"
-    ],
-    "WorkflowGadgetDict": {
-      "-1": null
-    },
-    "MetaInf": {
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact126": {
-        "workflow_id": 0,
-        "active": true,
-        "isImmutable": true
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact127": {
-        "workflow_id": 0,
-        "active": true,
-        "isImmutable": true
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact128": {
-        "workflow_id": 0,
-        "active": true,
-        "isImmutable": true
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact129": {
-        "workflow_id": 0,
-        "active": true,
-        "isImmutable": true
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact130": {
-        "workflow_id": 0,
-        "active": true,
-        "isImmutable": true
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact131": {
-        "workflow_id": 0,
-        "active": true,
-        "isImmutable": true
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact132": {
-        "workflow_id": 0,
-        "active": true,
-        "isImmutable": true
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact133": {
-        "workflow_id": 0,
-        "active": true,
-        "isImmutable": true
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact134": {
-        "workflow_id": 0,
-        "active": true,
-        "isImmutable": true
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact135": {
-        "workflow_id": 0,
-        "active": true,
-        "isImmutable": true
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact136": {
-        "workflow_id": 0,
-        "active": true,
-        "isImmutable": true
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact137": {
-        "workflow_id": 0,
-        "active": true,
-        "isImmutable": true
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact138": {
-        "workflow_id": 0,
-        "active": true,
-        "isImmutable": true
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact139": {
-        "workflow_id": 0,
-        "active": true,
-        "isImmutable": true
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact140": {
-        "workflow_id": 0,
-        "active": true,
-        "isImmutable": true
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact141": {
-        "workflow_id": 0,
-        "active": true,
-        "isImmutable": true
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact142": {
-        "workflow_id": 0,
-        "active": true,
-        "isImmutable": true
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact143": {
-        "workflow_id": 0,
-        "active": true,
-        "isImmutable": true
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact144": {
-        "workflow_id": 0,
-        "active": true,
-        "isImmutable": true
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact145": {
-        "workflow_id": 0,
-        "active": true,
-        "isImmutable": true
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact146": {
-        "workflow_id": 0,
-        "active": true,
-        "isImmutable": true
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact147": {
-        "workflow_id": 0,
-        "active": true,
-        "isImmutable": true
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact148": {
-        "workflow_id": 0,
-        "active": true,
-        "isImmutable": true
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact149": {
-        "workflow_id": 0,
-        "active": true,
-        "isImmutable": true
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact150": {
-        "workflow_id": 0,
-        "active": true,
-        "isImmutable": true
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact151": {
-        "workflow_id": 0,
-        "active": true,
-        "isImmutable": true
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact152": {
-        "workflow_id": 0,
-        "active": true,
-        "isImmutable": true
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact153": {
-        "workflow_id": 0,
-        "active": true,
-        "isImmutable": true
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact154": {
-        "workflow_id": 0,
-        "active": true,
-        "isImmutable": true
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact155": {
-        "workflow_id": 0,
-        "active": true,
-        "isImmutable": true
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact156": {
-        "workflow_id": 0,
-        "active": true,
-        "isImmutable": true
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact157": {
-        "workflow_id": 0,
-        "active": true,
-        "isImmutable": true
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact158": {
-        "workflow_id": 0,
-        "active": true,
-        "isImmutable": true
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact159": {
-        "workflow_id": 0,
-        "active": true,
-        "isImmutable": true
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact160": {
-        "workflow_id": 0,
-        "active": true,
-        "isImmutable": true
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact161": {
-        "workflow_id": 0,
-        "active": true,
-        "isImmutable": true
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact162": {
-        "workflow_id": 0,
-        "active": true,
-        "isImmutable": true
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact163": {
-        "workflow_id": 0,
-        "active": true,
-        "isImmutable": true
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact164": {
-        "workflow_id": 0,
-        "active": true,
-        "isImmutable": true
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact165": {
-        "workflow_id": 0,
-        "active": true,
-        "isImmutable": true
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact166": {
-        "workflow_id": 0,
-        "active": true,
-        "isImmutable": true
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact167": {
-        "workflow_id": 0,
-        "active": true,
-        "isImmutable": true
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact168": {
-        "workflow_id": 0,
-        "active": true,
-        "isImmutable": true
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact169": {
-        "workflow_id": 0,
-        "active": true,
-        "isImmutable": true
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact170": {
-        "workflow_id": 0,
-        "active": true,
-        "isImmutable": true
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact171": {
-        "workflow_id": 0,
-        "active": true,
-        "isImmutable": true
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact172": {
-        "workflow_id": 0,
-        "active": true,
-        "isImmutable": true
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact173": {
-        "workflow_id": 0,
-        "active": true,
-        "isImmutable": true
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact174": {
-        "workflow_id": 0,
-        "active": true,
-        "isImmutable": true
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact175": {
-        "workflow_id": 0,
-        "active": true,
-        "isImmutable": true
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact176": {
-        "workflow_id": 0,
-        "active": true,
-        "isImmutable": true
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact177": {
-        "workflow_id": 0,
-        "active": true,
-        "isImmutable": true
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact178": {
-        "workflow_id": 0,
-        "active": true,
-        "isImmutable": true
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact179": {
-        "workflow_id": 0,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact180": {
-        "workflow_id": 1,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact181": {
-        "workflow_id": 2,
-        "active": true,
-        "isImmutable": true
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact182": {
-        "workflow_id": 2,
-        "active": true,
-        "isImmutable": true
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact183": {
-        "workflow_id": 2,
-        "active": true,
-        "isImmutable": true
-      }
-    },
-    "Workflow": [
-      {
-        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact179",
-        "samestep": false,
-        "steplink": 1,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.0723972999994658
-      },
-      {
-        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact180",
-        "samestep": false,
-        "steplink": 2,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.0723972999994658
-      }
-    ],
-    "marker": 2,
-    "worksteps": 2,
-    "backlog": 0,
-    "soft_resetted": false,
-    "invoke": true,
-    "MaxLabelId": 57,
-    "UnusedLabelIds": [],
-    "JsonFactSpace": {
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact126": {
-        "Point": {
-          "x": -25.2272873,
-          "y": -0.0546216965,
-          "z": -5.025429,
-          "normalized": {
-            "x": -0.9807279,
-            "y": -0.00212345552,
-            "z": -0.195366949,
-            "magnitude": 1.0,
-            "sqrMagnitude": 1.0
-          },
-          "magnitude": 25.7230244,
-          "sqrMagnitude": 661.67395
-        },
-        "Normal": {
-          "x": 0.0,
-          "y": 1.0,
-          "z": 0.0,
-          "magnitude": 1.0,
-          "sqrMagnitude": 1.0
-        },
-        "s_type": "PointFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 1
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact127": {
-        "Point": {
-          "x": -27.42147,
-          "y": -0.008223057,
-          "z": -6.39225769,
-          "normalized": {
-            "x": -0.973889,
-            "y": -0.0002920465,
-            "z": -0.22702463,
-            "magnitude": 1.0,
-            "sqrMagnitude": 1.0
-          },
-          "magnitude": 28.15667,
-          "sqrMagnitude": 792.7981
-        },
-        "Normal": {
-          "x": 0.0,
-          "y": 1.0,
-          "z": 0.0,
-          "magnitude": 1.0,
-          "sqrMagnitude": 1.0
-        },
-        "s_type": "PointFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 2
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact128": {
-        "Point": {
-          "x": -22.7489357,
-          "y": -0.161126614,
-          "z": -4.983921,
-          "normalized": {
-            "x": -0.9768085,
-            "y": -0.006918559,
-            "z": -0.214002818,
-            "normalized": {
-              "x": -0.976808548,
-              "y": -0.00691855932,
-              "z": -0.214002833,
-              "magnitude": 1.0,
-              "sqrMagnitude": 1.0
-            },
-            "magnitude": 0.99999994,
-            "sqrMagnitude": 0.9999999
-          },
-          "magnitude": 23.2890434,
-          "sqrMagnitude": 542.3795
-        },
-        "Normal": {
-          "x": 0.0,
-          "y": 1.0,
-          "z": 0.0,
-          "magnitude": 1.0,
-          "sqrMagnitude": 1.0
-        },
-        "s_type": "PointFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 3
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact129": {
-        "Point": {
-          "x": -23.9606457,
-          "y": -0.0313406,
-          "z": -6.32592,
-          "normalized": {
-            "x": -0.96687,
-            "y": -0.001264669,
-            "z": -0.2552662,
-            "magnitude": 1.0,
-            "sqrMagnitude": 1.0
-          },
-          "magnitude": 24.781662,
-          "sqrMagnitude": 614.1308
-        },
-        "Normal": {
-          "x": 0.0,
-          "y": 1.0,
-          "z": 0.0,
-          "magnitude": 1.0,
-          "sqrMagnitude": 1.0
-        },
-        "s_type": "PointFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 4
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact130": {
-        "Point": {
-          "x": -24.1699982,
-          "y": -0.0106577873,
-          "z": -4.862953,
-          "normalized": {
-            "x": -0.9803541,
-            "y": -0.000432288216,
-            "z": -0.1972452,
-            "magnitude": 1.0,
-            "sqrMagnitude": 0.99999994
-          },
-          "magnitude": 24.654356,
-          "sqrMagnitude": 607.8372
-        },
-        "Normal": {
-          "x": 0.0,
-          "y": 1.0,
-          "z": 0.0,
-          "magnitude": 1.0,
-          "sqrMagnitude": 1.0
-        },
-        "s_type": "PointFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 5
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact131": {
-        "Point": {
-          "x": -29.479023,
-          "y": -0.00494384766,
-          "z": -8.160179,
-          "normalized": {
-            "x": -0.9637573,
-            "y": -0.000161629141,
-            "z": -0.2667806,
-            "magnitude": 1.0,
-            "sqrMagnitude": 1.0
-          },
-          "magnitude": 30.5876,
-          "sqrMagnitude": 935.6013
-        },
-        "Normal": {
-          "x": 0.0,
-          "y": 1.0,
-          "z": 0.0,
-          "magnitude": 1.0,
-          "sqrMagnitude": 1.0
-        },
-        "s_type": "PointFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 6
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact132": {
-        "Point": {
-          "x": -22.68462,
-          "y": -0.00494480133,
-          "z": -9.776779,
-          "normalized": {
-            "x": -0.9183399,
-            "y": -0.000200180046,
-            "z": -0.395792663,
-            "magnitude": 1.0,
-            "sqrMagnitude": 1.0
-          },
-          "magnitude": 24.7017689,
-          "sqrMagnitude": 610.1774
-        },
-        "Normal": {
-          "x": 0.0,
-          "y": 1.0,
-          "z": 0.0,
-          "magnitude": 1.0,
-          "sqrMagnitude": 1.0
-        },
-        "s_type": "PointFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 7
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact133": {
-        "Point": {
-          "x": -20.088747,
-          "y": -0.00494384766,
-          "z": -8.493519,
-          "normalized": {
-            "x": -0.9210588,
-            "y": -0.0002266729,
-            "z": -0.389423519,
-            "magnitude": 1.0,
-            "sqrMagnitude": 1.0
-          },
-          "magnitude": 21.8104935,
-          "sqrMagnitude": 475.697632
-        },
-        "Normal": {
-          "x": 0.0,
-          "y": 1.0,
-          "z": 0.0,
-          "magnitude": 1.0,
-          "sqrMagnitude": 1.0
-        },
-        "s_type": "PointFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 8
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact134": {
-        "Point": {
-          "x": -33.77201,
-          "y": -0.00494432449,
-          "z": -9.721775,
-          "normalized": {
-            "x": -0.9609761,
-            "y": -0.000140689808,
-            "z": -0.276631266,
-            "magnitude": 1.0,
-            "sqrMagnitude": 1.0
-          },
-          "magnitude": 35.1434441,
-          "sqrMagnitude": 1235.06165
-        },
-        "Normal": {
-          "x": 0.0,
-          "y": 1.0,
-          "z": 0.0,
-          "magnitude": 1.0,
-          "sqrMagnitude": 1.0
-        },
-        "s_type": "PointFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 9
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact135": {
-        "Point": {
-          "x": -39.13363,
-          "y": -0.00494432449,
-          "z": -9.173346,
-          "normalized": {
-            "x": -0.9736086,
-            "y": -0.000123010235,
-            "z": -0.228224382,
-            "magnitude": 1.0,
-            "sqrMagnitude": 1.00000012
-          },
-          "magnitude": 40.194416,
-          "sqrMagnitude": 1615.59119
-        },
-        "Normal": {
-          "x": 0.0,
-          "y": 1.0,
-          "z": 0.0,
-          "magnitude": 1.0,
-          "sqrMagnitude": 1.0
-        },
-        "s_type": "PointFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 10
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact136": {
-        "Point": {
-          "x": -5.162197,
-          "y": -0.01788807,
-          "z": -10.8270531,
-          "normalized": {
-            "x": -0.430371881,
-            "y": -0.00149132661,
-            "z": -0.9026504,
-            "magnitude": 1.0,
-            "sqrMagnitude": 0.99999994
-          },
-          "magnitude": 11.9947357,
-          "sqrMagnitude": 143.873672
-        },
-        "Normal": {
-          "x": 0.0,
-          "y": 1.0,
-          "z": 0.0,
-          "magnitude": 1.0,
-          "sqrMagnitude": 1.0
-        },
-        "s_type": "PointFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 11
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact137": {
-        "Point": {
-          "x": -2.14803314,
-          "y": -0.00494384766,
-          "z": -12.0348969,
-          "normalized": {
-            "x": -0.175706953,
-            "y": -0.00040440177,
-            "z": -0.9844425,
-            "magnitude": 1.0,
-            "sqrMagnitude": 1.00000012
-          },
-          "magnitude": 12.2250891,
-          "sqrMagnitude": 149.45282
-        },
-        "Normal": {
-          "x": 0.0,
-          "y": 1.0,
-          "z": 0.0,
-          "magnitude": 1.0,
-          "sqrMagnitude": 1.0
-        },
-        "s_type": "PointFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 12
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact138": {
-        "Point": {
-          "x": 3.33150864,
-          "y": -0.00494432449,
-          "z": -15.5597382,
-          "normalized": {
-            "x": 0.209365591,
-            "y": -0.000310721516,
-            "z": -0.9778374,
-            "magnitude": 1.0,
-            "sqrMagnitude": 1.0
-          },
-          "magnitude": 15.9123983,
-          "sqrMagnitude": 253.204422
-        },
-        "Normal": {
-          "x": 0.0,
-          "y": 1.0,
-          "z": 0.0,
-          "magnitude": 1.0,
-          "sqrMagnitude": 1.0
-        },
-        "s_type": "PointFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 13
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact139": {
-        "Point": {
-          "x": 5.57119,
-          "y": -0.00609874725,
-          "z": -16.0912876,
-          "normalized": {
-            "x": 0.327169746,
-            "y": -0.0003581507,
-            "z": -0.944965541,
-            "magnitude": 1.0,
-            "sqrMagnitude": 1.0
-          },
-          "magnitude": 17.0284386,
-          "sqrMagnitude": 289.967743
-        },
-        "Normal": {
-          "x": 0.0,
-          "y": 1.0,
-          "z": 0.0,
-          "magnitude": 1.0,
-          "sqrMagnitude": 1.0
-        },
-        "s_type": "PointFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 14
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact140": {
-        "Point": {
-          "x": 7.786186,
-          "y": -0.00494480133,
-          "z": -15.6361771,
-          "normalized": {
-            "x": 0.445751846,
-            "y": -0.000283085246,
-            "z": -0.8951565,
-            "magnitude": 1.0,
-            "sqrMagnitude": 0.99999994
-          },
-          "magnitude": 17.467535,
-          "sqrMagnitude": 305.114746
-        },
-        "Normal": {
-          "x": 0.0,
-          "y": 1.0,
-          "z": 0.0,
-          "magnitude": 1.0,
-          "sqrMagnitude": 1.0
-        },
-        "s_type": "PointFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 15
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact141": {
-        "Point": {
-          "x": 12.9067154,
-          "y": -0.02451706,
-          "z": -12.6005821,
-          "normalized": {
-            "x": 0.7155411,
-            "y": -0.0013592121,
-            "z": -0.6985693,
-            "magnitude": 1.0,
-            "sqrMagnitude": 1.0
-          },
-          "magnitude": 18.0376987,
-          "sqrMagnitude": 325.358582
-        },
-        "Normal": {
-          "x": 0.0,
-          "y": 1.0,
-          "z": 0.0,
-          "magnitude": 1.0,
-          "sqrMagnitude": 1.0
-        },
-        "s_type": "PointFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 16
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact142": {
-        "Point": {
-          "x": 13.9139938,
-          "y": -0.00585222244,
-          "z": -12.8295422,
-          "normalized": {
-            "x": 0.7351758,
-            "y": -0.000309214753,
-            "z": -0.6778765,
-            "magnitude": 1.0,
-            "sqrMagnitude": 1.0
-          },
-          "magnitude": 18.9260769,
-          "sqrMagnitude": 358.1964
-        },
-        "Normal": {
-          "x": 0.0,
-          "y": 1.0,
-          "z": 0.0,
-          "magnitude": 1.0,
-          "sqrMagnitude": 1.0
-        },
-        "s_type": "PointFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 17
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact143": {
-        "Point": {
-          "x": 14.9375687,
-          "y": -0.00494432449,
-          "z": -13.4600468,
-          "normalized": {
-            "x": 0.742892563,
-            "y": -0.0002458969,
-            "z": -0.6694107,
-            "magnitude": 1.0,
-            "sqrMagnitude": 1.00000012
-          },
-          "magnitude": 20.1073074,
-          "sqrMagnitude": 404.303833
-        },
-        "Normal": {
-          "x": 0.0,
-          "y": 1.0,
-          "z": 0.0,
-          "magnitude": 1.0,
-          "sqrMagnitude": 1.0
-        },
-        "s_type": "PointFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 18
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact144": {
-        "Point": {
-          "x": 18.0826569,
-          "y": -0.00494432449,
-          "z": -14.8706532,
-          "normalized": {
-            "x": 0.7723691,
-            "y": -0.000211188177,
-            "z": -0.635174,
-            "magnitude": 1.0,
-            "sqrMagnitude": 1.0
-          },
-          "magnitude": 23.4119377,
-          "sqrMagnitude": 548.118835
-        },
-        "Normal": {
-          "x": 0.0,
-          "y": 1.0,
-          "z": 0.0,
-          "magnitude": 1.0,
-          "sqrMagnitude": 1.0
-        },
-        "s_type": "PointFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 19
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact145": {
-        "Point": {
-          "x": 20.7500458,
-          "y": -0.00614357,
-          "z": -14.5210171,
-          "normalized": {
-            "x": 0.8193064,
-            "y": -0.000242576149,
-            "z": -0.5733559,
-            "magnitude": 1.0,
-            "sqrMagnitude": 1.0
-          },
-          "magnitude": 25.3263569,
-          "sqrMagnitude": 641.4244
-        },
-        "Normal": {
-          "x": 0.0,
-          "y": 1.0,
-          "z": 0.0,
-          "magnitude": 1.0,
-          "sqrMagnitude": 1.0
-        },
-        "s_type": "PointFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 20
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact146": {
-        "Point": {
-          "x": 23.5185432,
-          "y": -0.00494432449,
-          "z": -12.6296406,
-          "normalized": {
-            "x": 0.881005168,
-            "y": -0.0001852145,
-            "z": -0.473106623,
-            "magnitude": 1.0,
-            "sqrMagnitude": 1.0
-          },
-          "magnitude": 26.6951256,
-          "sqrMagnitude": 712.6297
-        },
-        "Normal": {
-          "x": 0.0,
-          "y": 1.0,
-          "z": 0.0,
-          "magnitude": 1.0,
-          "sqrMagnitude": 1.0
-        },
-        "s_type": "PointFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 21
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact147": {
-        "Point": {
-          "x": 26.0413818,
-          "y": -0.00494432449,
-          "z": -10.1295071,
-          "normalized": {
-            "x": 0.9319768,
-            "y": -0.000176948961,
-            "z": -0.362517834,
-            "magnitude": 1.0,
-            "sqrMagnitude": 0.99999994
-          },
-          "magnitude": 27.9420929,
-          "sqrMagnitude": 780.7605
-        },
-        "Normal": {
-          "x": 0.0,
-          "y": 1.0,
-          "z": 0.0,
-          "magnitude": 1.0,
-          "sqrMagnitude": 1.0
-        },
-        "s_type": "PointFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 22
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact148": {
-        "Point": {
-          "x": 33.0014877,
-          "y": -0.00494384766,
-          "z": -11.9421864,
-          "normalized": {
-            "x": 0.9403263,
-            "y": -0.000140867283,
-            "z": -0.3402741,
-            "magnitude": 1.0,
-            "sqrMagnitude": 1.0
-          },
-          "magnitude": 35.0957832,
-          "sqrMagnitude": 1231.714
-        },
-        "Normal": {
-          "x": 0.0,
-          "y": 1.0,
-          "z": 0.0,
-          "magnitude": 1.0,
-          "sqrMagnitude": 1.0
-        },
-        "s_type": "PointFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 23
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact149": {
-        "Point": {
-          "x": 38.6853943,
-          "y": -0.0156846046,
-          "z": -16.7288418,
-          "normalized": {
-            "x": 0.917856753,
-            "y": -0.0003721358,
-            "z": -0.396911561,
-            "magnitude": 1.0,
-            "sqrMagnitude": 0.99999994
-          },
-          "magnitude": 42.14753,
-          "sqrMagnitude": 1776.41418
-        },
-        "Normal": {
-          "x": 0.0,
-          "y": 1.0,
-          "z": 0.0,
-          "magnitude": 1.0,
-          "sqrMagnitude": 1.0
-        },
-        "s_type": "PointFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 24
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact150": {
-        "Point": {
-          "x": 38.2561569,
-          "y": -0.00494432449,
-          "z": -38.421936,
-          "normalized": {
-            "x": 0.70557636,
-            "y": -9.119051E-05,
-            "z": -0.7086339,
-            "magnitude": 1.0,
-            "sqrMagnitude": 1.0
-          },
-          "magnitude": 54.2197266,
-          "sqrMagnitude": 2939.77881
-        },
-        "Normal": {
-          "x": 0.0,
-          "y": 1.0,
-          "z": 0.0,
-          "magnitude": 1.0,
-          "sqrMagnitude": 1.0
-        },
-        "s_type": "PointFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 25
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact151": {
-        "Point": {
-          "x": -36.2956123,
-          "y": -0.00494432449,
-          "z": -39.43577,
-          "normalized": {
-            "x": -0.6772051,
-            "y": -9.225142E-05,
-            "z": -0.7357943,
-            "magnitude": 1.0,
-            "sqrMagnitude": 1.0
-          },
-          "magnitude": 53.5961876,
-          "sqrMagnitude": 2872.55127
-        },
-        "Normal": {
-          "x": 0.0,
-          "y": 1.0,
-          "z": 0.0,
-          "magnitude": 1.0,
-          "sqrMagnitude": 1.0
-        },
-        "s_type": "PointFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 26
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact152": {
-        "Point": {
-          "x": -38.7866669,
-          "y": -0.00494432449,
-          "z": 39.2549057,
-          "normalized": {
-            "x": -0.7028516,
-            "y": -8.95959E-05,
-            "z": 0.7113365,
-            "magnitude": 1.0,
-            "sqrMagnitude": 1.0
-          },
-          "magnitude": 55.18472,
-          "sqrMagnitude": 3045.35327
-        },
-        "Normal": {
-          "x": 0.0,
-          "y": 1.0,
-          "z": 0.0,
-          "magnitude": 1.0,
-          "sqrMagnitude": 1.0
-        },
-        "s_type": "PointFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 27
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact153": {
-        "Point": {
-          "x": 39.66716,
-          "y": -0.00494432449,
-          "z": 39.7287445,
-          "normalized": {
-            "x": 0.7065581,
-            "y": -8.806914E-05,
-            "z": 0.7076551,
-            "magnitude": 1.0,
-            "sqrMagnitude": 1.00000012
-          },
-          "magnitude": 56.1414,
-          "sqrMagnitude": 3151.85669
-        },
-        "Normal": {
-          "x": 0.0,
-          "y": 1.0,
-          "z": 0.0,
-          "magnitude": 1.0,
-          "sqrMagnitude": 1.0
-        },
-        "s_type": "PointFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 28
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact154": {
-        "Verticies": [
-          {
-            "x": -25.2272873,
-            "y": -0.0546216965,
-            "z": -5.025429,
-            "normalized": {
-              "x": -0.9807279,
-              "y": -0.00212345552,
-              "z": -0.195366949,
-              "magnitude": 1.0,
-              "sqrMagnitude": 1.0
-            },
-            "magnitude": 25.7230244,
-            "sqrMagnitude": 661.67395
-          },
-          {
-            "x": -23.9606457,
-            "y": -0.0313406,
-            "z": -6.32592,
-            "normalized": {
-              "x": -0.96687,
-              "y": -0.001264669,
-              "z": -0.2552662,
-              "magnitude": 1.0,
-              "sqrMagnitude": 1.0
-            },
-            "magnitude": 24.781662,
-            "sqrMagnitude": 614.1308
-          },
-          {
-            "x": -27.42147,
-            "y": -0.008223057,
-            "z": -6.39225769,
-            "normalized": {
-              "x": -0.973889,
-              "y": -0.0002920465,
-              "z": -0.22702463,
-              "magnitude": 1.0,
-              "sqrMagnitude": 1.0
-            },
-            "magnitude": 28.15667,
-            "sqrMagnitude": 792.7981
-          }
-        ],
-        "s_type": "TriangleFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 29
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact155": {
-        "Verticies": [
-          {
-            "x": -25.2272873,
-            "y": -0.0546216965,
-            "z": -5.025429,
-            "normalized": {
-              "x": -0.9807279,
-              "y": -0.00212345552,
-              "z": -0.195366949,
-              "magnitude": 1.0,
-              "sqrMagnitude": 1.0
-            },
-            "magnitude": 25.7230244,
-            "sqrMagnitude": 661.67395
-          },
-          {
-            "x": -24.1699982,
-            "y": -0.0106577873,
-            "z": -4.862953,
-            "normalized": {
-              "x": -0.9803541,
-              "y": -0.000432288216,
-              "z": -0.1972452,
-              "magnitude": 1.0,
-              "sqrMagnitude": 0.99999994
-            },
-            "magnitude": 24.654356,
-            "sqrMagnitude": 607.8372
-          },
-          {
-            "x": -23.9606457,
-            "y": -0.0313406,
-            "z": -6.32592,
-            "normalized": {
-              "x": -0.96687,
-              "y": -0.001264669,
-              "z": -0.2552662,
-              "magnitude": 1.0,
-              "sqrMagnitude": 1.0
-            },
-            "magnitude": 24.781662,
-            "sqrMagnitude": 614.1308
-          }
-        ],
-        "s_type": "TriangleFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 30
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact156": {
-        "Verticies": [
-          {
-            "x": -24.1699982,
-            "y": -0.0106577873,
-            "z": -4.862953,
-            "normalized": {
-              "x": -0.9803541,
-              "y": -0.000432288216,
-              "z": -0.1972452,
-              "magnitude": 1.0,
-              "sqrMagnitude": 0.99999994
-            },
-            "magnitude": 24.654356,
-            "sqrMagnitude": 607.8372
-          },
-          {
-            "x": -22.7489357,
-            "y": -0.161126614,
-            "z": -4.983921,
-            "normalized": {
-              "x": -0.9768085,
-              "y": -0.006918559,
-              "z": -0.214002818,
-              "normalized": {
-                "x": -0.976808548,
-                "y": -0.00691855932,
-                "z": -0.214002833,
-                "magnitude": 1.0,
-                "sqrMagnitude": 1.0
-              },
-              "magnitude": 0.99999994,
-              "sqrMagnitude": 0.9999999
-            },
-            "magnitude": 23.2890434,
-            "sqrMagnitude": 542.3795
-          },
-          {
-            "x": -23.9606457,
-            "y": -0.0313406,
-            "z": -6.32592,
-            "normalized": {
-              "x": -0.96687,
-              "y": -0.001264669,
-              "z": -0.2552662,
-              "magnitude": 1.0,
-              "sqrMagnitude": 1.0
-            },
-            "magnitude": 24.781662,
-            "sqrMagnitude": 614.1308
-          }
-        ],
-        "s_type": "TriangleFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 31
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact157": {
-        "Verticies": [
-          {
-            "x": -36.2956123,
-            "y": -0.00494432449,
-            "z": -39.43577,
-            "normalized": {
-              "x": -0.6772051,
-              "y": -9.225142E-05,
-              "z": -0.7357943,
-              "magnitude": 1.0,
-              "sqrMagnitude": 1.0
-            },
-            "magnitude": 53.5961876,
-            "sqrMagnitude": 2872.55127
-          },
-          {
-            "x": 38.2561569,
-            "y": -0.00494432449,
-            "z": -38.421936,
-            "normalized": {
-              "x": 0.70557636,
-              "y": -9.119051E-05,
-              "z": -0.7086339,
-              "magnitude": 1.0,
-              "sqrMagnitude": 1.0
-            },
-            "magnitude": 54.2197266,
-            "sqrMagnitude": 2939.77881
-          },
-          {
-            "x": 38.6853943,
-            "y": -0.0156846046,
-            "z": -16.7288418,
-            "normalized": {
-              "x": 0.917856753,
-              "y": -0.0003721358,
-              "z": -0.396911561,
-              "magnitude": 1.0,
-              "sqrMagnitude": 0.99999994
-            },
-            "magnitude": 42.14753,
-            "sqrMagnitude": 1776.41418
-          }
-        ],
-        "s_type": "TriangleFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 32
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact158": {
-        "Verticies": [
-          {
-            "x": -36.2956123,
-            "y": -0.00494432449,
-            "z": -39.43577,
-            "normalized": {
-              "x": -0.6772051,
-              "y": -9.225142E-05,
-              "z": -0.7357943,
-              "magnitude": 1.0,
-              "sqrMagnitude": 1.0
-            },
-            "magnitude": 53.5961876,
-            "sqrMagnitude": 2872.55127
-          },
-          {
-            "x": 38.6853943,
-            "y": -0.0156846046,
-            "z": -16.7288418,
-            "normalized": {
-              "x": 0.917856753,
-              "y": -0.0003721358,
-              "z": -0.396911561,
-              "magnitude": 1.0,
-              "sqrMagnitude": 0.99999994
-            },
-            "magnitude": 42.14753,
-            "sqrMagnitude": 1776.41418
-          },
-          {
-            "x": 33.0014877,
-            "y": -0.00494384766,
-            "z": -11.9421864,
-            "normalized": {
-              "x": 0.9403263,
-              "y": -0.000140867283,
-              "z": -0.3402741,
-              "magnitude": 1.0,
-              "sqrMagnitude": 1.0
-            },
-            "magnitude": 35.0957832,
-            "sqrMagnitude": 1231.714
-          }
-        ],
-        "s_type": "TriangleFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 33
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact159": {
-        "Verticies": [
-          {
-            "x": -36.2956123,
-            "y": -0.00494432449,
-            "z": -39.43577,
-            "normalized": {
-              "x": -0.6772051,
-              "y": -9.225142E-05,
-              "z": -0.7357943,
-              "magnitude": 1.0,
-              "sqrMagnitude": 1.0
-            },
-            "magnitude": 53.5961876,
-            "sqrMagnitude": 2872.55127
-          },
-          {
-            "x": 33.0014877,
-            "y": -0.00494384766,
-            "z": -11.9421864,
-            "normalized": {
-              "x": 0.9403263,
-              "y": -0.000140867283,
-              "z": -0.3402741,
-              "magnitude": 1.0,
-              "sqrMagnitude": 1.0
-            },
-            "magnitude": 35.0957832,
-            "sqrMagnitude": 1231.714
-          },
-          {
-            "x": 20.7500458,
-            "y": -0.00614357,
-            "z": -14.5210171,
-            "normalized": {
-              "x": 0.8193064,
-              "y": -0.000242576149,
-              "z": -0.5733559,
-              "magnitude": 1.0,
-              "sqrMagnitude": 1.0
-            },
-            "magnitude": 25.3263569,
-            "sqrMagnitude": 641.4244
-          }
-        ],
-        "s_type": "TriangleFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 34
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact160": {
-        "Verticies": [
-          {
-            "x": -36.2956123,
-            "y": -0.00494432449,
-            "z": -39.43577,
-            "normalized": {
-              "x": -0.6772051,
-              "y": -9.225142E-05,
-              "z": -0.7357943,
-              "magnitude": 1.0,
-              "sqrMagnitude": 1.0
-            },
-            "magnitude": 53.5961876,
-            "sqrMagnitude": 2872.55127
-          },
-          {
-            "x": 20.7500458,
-            "y": -0.00614357,
-            "z": -14.5210171,
-            "normalized": {
-              "x": 0.8193064,
-              "y": -0.000242576149,
-              "z": -0.5733559,
-              "magnitude": 1.0,
-              "sqrMagnitude": 1.0
-            },
-            "magnitude": 25.3263569,
-            "sqrMagnitude": 641.4244
-          },
-          {
-            "x": 23.5185432,
-            "y": -0.00494432449,
-            "z": -12.6296406,
-            "normalized": {
-              "x": 0.881005168,
-              "y": -0.0001852145,
-              "z": -0.473106623,
-              "magnitude": 1.0,
-              "sqrMagnitude": 1.0
-            },
-            "magnitude": 26.6951256,
-            "sqrMagnitude": 712.6297
-          }
-        ],
-        "s_type": "TriangleFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 35
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact161": {
-        "Verticies": [
-          {
-            "x": -36.2956123,
-            "y": -0.00494432449,
-            "z": -39.43577,
-            "normalized": {
-              "x": -0.6772051,
-              "y": -9.225142E-05,
-              "z": -0.7357943,
-              "magnitude": 1.0,
-              "sqrMagnitude": 1.0
-            },
-            "magnitude": 53.5961876,
-            "sqrMagnitude": 2872.55127
-          },
-          {
-            "x": 23.5185432,
-            "y": -0.00494432449,
-            "z": -12.6296406,
-            "normalized": {
-              "x": 0.881005168,
-              "y": -0.0001852145,
-              "z": -0.473106623,
-              "magnitude": 1.0,
-              "sqrMagnitude": 1.0
-            },
-            "magnitude": 26.6951256,
-            "sqrMagnitude": 712.6297
-          },
-          {
-            "x": 18.0826569,
-            "y": -0.00494432449,
-            "z": -14.8706532,
-            "normalized": {
-              "x": 0.7723691,
-              "y": -0.000211188177,
-              "z": -0.635174,
-              "magnitude": 1.0,
-              "sqrMagnitude": 1.0
-            },
-            "magnitude": 23.4119377,
-            "sqrMagnitude": 548.118835
-          }
-        ],
-        "s_type": "TriangleFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 36
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact162": {
-        "Verticies": [
-          {
-            "x": -36.2956123,
-            "y": -0.00494432449,
-            "z": -39.43577,
-            "normalized": {
-              "x": -0.6772051,
-              "y": -9.225142E-05,
-              "z": -0.7357943,
-              "magnitude": 1.0,
-              "sqrMagnitude": 1.0
-            },
-            "magnitude": 53.5961876,
-            "sqrMagnitude": 2872.55127
-          },
-          {
-            "x": 18.0826569,
-            "y": -0.00494432449,
-            "z": -14.8706532,
-            "normalized": {
-              "x": 0.7723691,
-              "y": -0.000211188177,
-              "z": -0.635174,
-              "magnitude": 1.0,
-              "sqrMagnitude": 1.0
-            },
-            "magnitude": 23.4119377,
-            "sqrMagnitude": 548.118835
-          },
-          {
-            "x": 26.0413818,
-            "y": -0.00494432449,
-            "z": -10.1295071,
-            "normalized": {
-              "x": 0.9319768,
-              "y": -0.000176948961,
-              "z": -0.362517834,
-              "magnitude": 1.0,
-              "sqrMagnitude": 0.99999994
-            },
-            "magnitude": 27.9420929,
-            "sqrMagnitude": 780.7605
-          }
-        ],
-        "s_type": "TriangleFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 37
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact163": {
-        "Verticies": [
-          {
-            "x": -36.2956123,
-            "y": -0.00494432449,
-            "z": -39.43577,
-            "normalized": {
-              "x": -0.6772051,
-              "y": -9.225142E-05,
-              "z": -0.7357943,
-              "magnitude": 1.0,
-              "sqrMagnitude": 1.0
-            },
-            "magnitude": 53.5961876,
-            "sqrMagnitude": 2872.55127
-          },
-          {
-            "x": 26.0413818,
-            "y": -0.00494432449,
-            "z": -10.1295071,
-            "normalized": {
-              "x": 0.9319768,
-              "y": -0.000176948961,
-              "z": -0.362517834,
-              "magnitude": 1.0,
-              "sqrMagnitude": 0.99999994
-            },
-            "magnitude": 27.9420929,
-            "sqrMagnitude": 780.7605
-          },
-          {
-            "x": 14.9375687,
-            "y": -0.00494432449,
-            "z": -13.4600468,
-            "normalized": {
-              "x": 0.742892563,
-              "y": -0.0002458969,
-              "z": -0.6694107,
-              "magnitude": 1.0,
-              "sqrMagnitude": 1.00000012
-            },
-            "magnitude": 20.1073074,
-            "sqrMagnitude": 404.303833
-          }
-        ],
-        "s_type": "TriangleFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 38
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact164": {
-        "Verticies": [
-          {
-            "x": -36.2956123,
-            "y": -0.00494432449,
-            "z": -39.43577,
-            "normalized": {
-              "x": -0.6772051,
-              "y": -9.225142E-05,
-              "z": -0.7357943,
-              "magnitude": 1.0,
-              "sqrMagnitude": 1.0
-            },
-            "magnitude": 53.5961876,
-            "sqrMagnitude": 2872.55127
-          },
-          {
-            "x": 14.9375687,
-            "y": -0.00494432449,
-            "z": -13.4600468,
-            "normalized": {
-              "x": 0.742892563,
-              "y": -0.0002458969,
-              "z": -0.6694107,
-              "magnitude": 1.0,
-              "sqrMagnitude": 1.00000012
-            },
-            "magnitude": 20.1073074,
-            "sqrMagnitude": 404.303833
-          },
-          {
-            "x": 13.9139938,
-            "y": -0.00585222244,
-            "z": -12.8295422,
-            "normalized": {
-              "x": 0.7351758,
-              "y": -0.000309214753,
-              "z": -0.6778765,
-              "magnitude": 1.0,
-              "sqrMagnitude": 1.0
-            },
-            "magnitude": 18.9260769,
-            "sqrMagnitude": 358.1964
-          }
-        ],
-        "s_type": "TriangleFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 39
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact165": {
-        "Verticies": [
-          {
-            "x": -36.2956123,
-            "y": -0.00494432449,
-            "z": -39.43577,
-            "normalized": {
-              "x": -0.6772051,
-              "y": -9.225142E-05,
-              "z": -0.7357943,
-              "magnitude": 1.0,
-              "sqrMagnitude": 1.0
-            },
-            "magnitude": 53.5961876,
-            "sqrMagnitude": 2872.55127
-          },
-          {
-            "x": 13.9139938,
-            "y": -0.00585222244,
-            "z": -12.8295422,
-            "normalized": {
-              "x": 0.7351758,
-              "y": -0.000309214753,
-              "z": -0.6778765,
-              "magnitude": 1.0,
-              "sqrMagnitude": 1.0
-            },
-            "magnitude": 18.9260769,
-            "sqrMagnitude": 358.1964
-          },
-          {
-            "x": 7.786186,
-            "y": -0.00494480133,
-            "z": -15.6361771,
-            "normalized": {
-              "x": 0.445751846,
-              "y": -0.000283085246,
-              "z": -0.8951565,
-              "magnitude": 1.0,
-              "sqrMagnitude": 0.99999994
-            },
-            "magnitude": 17.467535,
-            "sqrMagnitude": 305.114746
-          }
-        ],
-        "s_type": "TriangleFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 40
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact166": {
-        "Verticies": [
-          {
-            "x": -36.2956123,
-            "y": -0.00494432449,
-            "z": -39.43577,
-            "normalized": {
-              "x": -0.6772051,
-              "y": -9.225142E-05,
-              "z": -0.7357943,
-              "magnitude": 1.0,
-              "sqrMagnitude": 1.0
-            },
-            "magnitude": 53.5961876,
-            "sqrMagnitude": 2872.55127
-          },
-          {
-            "x": 7.786186,
-            "y": -0.00494480133,
-            "z": -15.6361771,
-            "normalized": {
-              "x": 0.445751846,
-              "y": -0.000283085246,
-              "z": -0.8951565,
-              "magnitude": 1.0,
-              "sqrMagnitude": 0.99999994
-            },
-            "magnitude": 17.467535,
-            "sqrMagnitude": 305.114746
-          },
-          {
-            "x": 12.9067154,
-            "y": -0.02451706,
-            "z": -12.6005821,
-            "normalized": {
-              "x": 0.7155411,
-              "y": -0.0013592121,
-              "z": -0.6985693,
-              "magnitude": 1.0,
-              "sqrMagnitude": 1.0
-            },
-            "magnitude": 18.0376987,
-            "sqrMagnitude": 325.358582
-          }
-        ],
-        "s_type": "TriangleFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 41
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact167": {
-        "Verticies": [
-          {
-            "x": -36.2956123,
-            "y": -0.00494432449,
-            "z": -39.43577,
-            "normalized": {
-              "x": -0.6772051,
-              "y": -9.225142E-05,
-              "z": -0.7357943,
-              "magnitude": 1.0,
-              "sqrMagnitude": 1.0
-            },
-            "magnitude": 53.5961876,
-            "sqrMagnitude": 2872.55127
-          },
-          {
-            "x": 12.9067154,
-            "y": -0.02451706,
-            "z": -12.6005821,
-            "normalized": {
-              "x": 0.7155411,
-              "y": -0.0013592121,
-              "z": -0.6985693,
-              "magnitude": 1.0,
-              "sqrMagnitude": 1.0
-            },
-            "magnitude": 18.0376987,
-            "sqrMagnitude": 325.358582
-          },
-          {
-            "x": 5.57119,
-            "y": -0.00609874725,
-            "z": -16.0912876,
-            "normalized": {
-              "x": 0.327169746,
-              "y": -0.0003581507,
-              "z": -0.944965541,
-              "magnitude": 1.0,
-              "sqrMagnitude": 1.0
-            },
-            "magnitude": 17.0284386,
-            "sqrMagnitude": 289.967743
-          }
-        ],
-        "s_type": "TriangleFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 42
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact168": {
-        "Verticies": [
-          {
-            "x": -36.2956123,
-            "y": -0.00494432449,
-            "z": -39.43577,
-            "normalized": {
-              "x": -0.6772051,
-              "y": -9.225142E-05,
-              "z": -0.7357943,
-              "magnitude": 1.0,
-              "sqrMagnitude": 1.0
-            },
-            "magnitude": 53.5961876,
-            "sqrMagnitude": 2872.55127
-          },
-          {
-            "x": 5.57119,
-            "y": -0.00609874725,
-            "z": -16.0912876,
-            "normalized": {
-              "x": 0.327169746,
-              "y": -0.0003581507,
-              "z": -0.944965541,
-              "magnitude": 1.0,
-              "sqrMagnitude": 1.0
-            },
-            "magnitude": 17.0284386,
-            "sqrMagnitude": 289.967743
-          },
-          {
-            "x": 3.33150864,
-            "y": -0.00494432449,
-            "z": -15.5597382,
-            "normalized": {
-              "x": 0.209365591,
-              "y": -0.000310721516,
-              "z": -0.9778374,
-              "magnitude": 1.0,
-              "sqrMagnitude": 1.0
-            },
-            "magnitude": 15.9123983,
-            "sqrMagnitude": 253.204422
-          }
-        ],
-        "s_type": "TriangleFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 43
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact169": {
-        "Verticies": [
-          {
-            "x": -36.2956123,
-            "y": -0.00494432449,
-            "z": -39.43577,
-            "normalized": {
-              "x": -0.6772051,
-              "y": -9.225142E-05,
-              "z": -0.7357943,
-              "magnitude": 1.0,
-              "sqrMagnitude": 1.0
-            },
-            "magnitude": 53.5961876,
-            "sqrMagnitude": 2872.55127
-          },
-          {
-            "x": 3.33150864,
-            "y": -0.00494432449,
-            "z": -15.5597382,
-            "normalized": {
-              "x": 0.209365591,
-              "y": -0.000310721516,
-              "z": -0.9778374,
-              "magnitude": 1.0,
-              "sqrMagnitude": 1.0
-            },
-            "magnitude": 15.9123983,
-            "sqrMagnitude": 253.204422
-          },
-          {
-            "x": -2.14803314,
-            "y": -0.00494384766,
-            "z": -12.0348969,
-            "normalized": {
-              "x": -0.175706953,
-              "y": -0.00040440177,
-              "z": -0.9844425,
-              "magnitude": 1.0,
-              "sqrMagnitude": 1.00000012
-            },
-            "magnitude": 12.2250891,
-            "sqrMagnitude": 149.45282
-          }
-        ],
-        "s_type": "TriangleFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 44
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact170": {
-        "Verticies": [
-          {
-            "x": -36.2956123,
-            "y": -0.00494432449,
-            "z": -39.43577,
-            "normalized": {
-              "x": -0.6772051,
-              "y": -9.225142E-05,
-              "z": -0.7357943,
-              "magnitude": 1.0,
-              "sqrMagnitude": 1.0
-            },
-            "magnitude": 53.5961876,
-            "sqrMagnitude": 2872.55127
-          },
-          {
-            "x": -2.14803314,
-            "y": -0.00494384766,
-            "z": -12.0348969,
-            "normalized": {
-              "x": -0.175706953,
-              "y": -0.00040440177,
-              "z": -0.9844425,
-              "magnitude": 1.0,
-              "sqrMagnitude": 1.00000012
-            },
-            "magnitude": 12.2250891,
-            "sqrMagnitude": 149.45282
-          },
-          {
-            "x": -5.162197,
-            "y": -0.01788807,
-            "z": -10.8270531,
-            "normalized": {
-              "x": -0.430371881,
-              "y": -0.00149132661,
-              "z": -0.9026504,
-              "magnitude": 1.0,
-              "sqrMagnitude": 0.99999994
-            },
-            "magnitude": 11.9947357,
-            "sqrMagnitude": 143.873672
-          }
-        ],
-        "s_type": "TriangleFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 45
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact171": {
-        "Verticies": [
-          {
-            "x": -36.2956123,
-            "y": -0.00494432449,
-            "z": -39.43577,
-            "normalized": {
-              "x": -0.6772051,
-              "y": -9.225142E-05,
-              "z": -0.7357943,
-              "magnitude": 1.0,
-              "sqrMagnitude": 1.0
-            },
-            "magnitude": 53.5961876,
-            "sqrMagnitude": 2872.55127
-          },
-          {
-            "x": -5.162197,
-            "y": -0.01788807,
-            "z": -10.8270531,
-            "normalized": {
-              "x": -0.430371881,
-              "y": -0.00149132661,
-              "z": -0.9026504,
-              "magnitude": 1.0,
-              "sqrMagnitude": 0.99999994
-            },
-            "magnitude": 11.9947357,
-            "sqrMagnitude": 143.873672
-          },
-          {
-            "x": -20.088747,
-            "y": -0.00494384766,
-            "z": -8.493519,
-            "normalized": {
-              "x": -0.9210588,
-              "y": -0.0002266729,
-              "z": -0.389423519,
-              "magnitude": 1.0,
-              "sqrMagnitude": 1.0
-            },
-            "magnitude": 21.8104935,
-            "sqrMagnitude": 475.697632
-          }
-        ],
-        "s_type": "TriangleFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 46
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact172": {
-        "Verticies": [
-          {
-            "x": -36.2956123,
-            "y": -0.00494432449,
-            "z": -39.43577,
-            "normalized": {
-              "x": -0.6772051,
-              "y": -9.225142E-05,
-              "z": -0.7357943,
-              "magnitude": 1.0,
-              "sqrMagnitude": 1.0
-            },
-            "magnitude": 53.5961876,
-            "sqrMagnitude": 2872.55127
-          },
-          {
-            "x": -20.088747,
-            "y": -0.00494384766,
-            "z": -8.493519,
-            "normalized": {
-              "x": -0.9210588,
-              "y": -0.0002266729,
-              "z": -0.389423519,
-              "magnitude": 1.0,
-              "sqrMagnitude": 1.0
-            },
-            "magnitude": 21.8104935,
-            "sqrMagnitude": 475.697632
-          },
-          {
-            "x": -22.68462,
-            "y": -0.00494480133,
-            "z": -9.776779,
-            "normalized": {
-              "x": -0.9183399,
-              "y": -0.000200180046,
-              "z": -0.395792663,
-              "magnitude": 1.0,
-              "sqrMagnitude": 1.0
-            },
-            "magnitude": 24.7017689,
-            "sqrMagnitude": 610.1774
-          }
-        ],
-        "s_type": "TriangleFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 47
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact173": {
-        "Verticies": [
-          {
-            "x": -36.2956123,
-            "y": -0.00494432449,
-            "z": -39.43577,
-            "normalized": {
-              "x": -0.6772051,
-              "y": -9.225142E-05,
-              "z": -0.7357943,
-              "magnitude": 1.0,
-              "sqrMagnitude": 1.0
-            },
-            "magnitude": 53.5961876,
-            "sqrMagnitude": 2872.55127
-          },
-          {
-            "x": -22.68462,
-            "y": -0.00494480133,
-            "z": -9.776779,
-            "normalized": {
-              "x": -0.9183399,
-              "y": -0.000200180046,
-              "z": -0.395792663,
-              "magnitude": 1.0,
-              "sqrMagnitude": 1.0
-            },
-            "magnitude": 24.7017689,
-            "sqrMagnitude": 610.1774
-          },
-          {
-            "x": -29.479023,
-            "y": -0.00494384766,
-            "z": -8.160179,
-            "normalized": {
-              "x": -0.9637573,
-              "y": -0.000161629141,
-              "z": -0.2667806,
-              "magnitude": 1.0,
-              "sqrMagnitude": 1.0
-            },
-            "magnitude": 30.5876,
-            "sqrMagnitude": 935.6013
-          }
-        ],
-        "s_type": "TriangleFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 48
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact174": {
-        "Verticies": [
-          {
-            "x": -36.2956123,
-            "y": -0.00494432449,
-            "z": -39.43577,
-            "normalized": {
-              "x": -0.6772051,
-              "y": -9.225142E-05,
-              "z": -0.7357943,
-              "magnitude": 1.0,
-              "sqrMagnitude": 1.0
-            },
-            "magnitude": 53.5961876,
-            "sqrMagnitude": 2872.55127
-          },
-          {
-            "x": -29.479023,
-            "y": -0.00494384766,
-            "z": -8.160179,
-            "normalized": {
-              "x": -0.9637573,
-              "y": -0.000161629141,
-              "z": -0.2667806,
-              "magnitude": 1.0,
-              "sqrMagnitude": 1.0
-            },
-            "magnitude": 30.5876,
-            "sqrMagnitude": 935.6013
-          },
-          {
-            "x": -33.77201,
-            "y": -0.00494432449,
-            "z": -9.721775,
-            "normalized": {
-              "x": -0.9609761,
-              "y": -0.000140689808,
-              "z": -0.276631266,
-              "magnitude": 1.0,
-              "sqrMagnitude": 1.0
-            },
-            "magnitude": 35.1434441,
-            "sqrMagnitude": 1235.06165
-          }
-        ],
-        "s_type": "TriangleFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 49
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact175": {
-        "Verticies": [
-          {
-            "x": -36.2956123,
-            "y": -0.00494432449,
-            "z": -39.43577,
-            "normalized": {
-              "x": -0.6772051,
-              "y": -9.225142E-05,
-              "z": -0.7357943,
-              "magnitude": 1.0,
-              "sqrMagnitude": 1.0
-            },
-            "magnitude": 53.5961876,
-            "sqrMagnitude": 2872.55127
-          },
-          {
-            "x": -33.77201,
-            "y": -0.00494432449,
-            "z": -9.721775,
-            "normalized": {
-              "x": -0.9609761,
-              "y": -0.000140689808,
-              "z": -0.276631266,
-              "magnitude": 1.0,
-              "sqrMagnitude": 1.0
-            },
-            "magnitude": 35.1434441,
-            "sqrMagnitude": 1235.06165
-          },
-          {
-            "x": -39.13363,
-            "y": -0.00494432449,
-            "z": -9.173346,
-            "normalized": {
-              "x": -0.9736086,
-              "y": -0.000123010235,
-              "z": -0.228224382,
-              "magnitude": 1.0,
-              "sqrMagnitude": 1.00000012
-            },
-            "magnitude": 40.194416,
-            "sqrMagnitude": 1615.59119
-          }
-        ],
-        "s_type": "TriangleFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 50
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact176": {
-        "Verticies": [
-          {
-            "x": 39.66716,
-            "y": -2.00494432,
-            "z": 39.7287445,
-            "normalized": {
-              "x": 0.706108,
-              "y": -0.035689652,
-              "z": 0.7072042,
-              "magnitude": 1.0,
-              "sqrMagnitude": 1.0
-            },
-            "magnitude": 56.17719,
-            "sqrMagnitude": 3155.87646
-          },
-          {
-            "x": -38.7866669,
-            "y": -2.00494432,
-            "z": 39.2549057,
-            "normalized": {
-              "x": -0.702388167,
-              "y": -0.03630756,
-              "z": 0.7108675,
-              "magnitude": 1.0,
-              "sqrMagnitude": 1.0
-            },
-            "magnitude": 55.2211266,
-            "sqrMagnitude": 3049.373
-          },
-          {
-            "x": -36.2956123,
-            "y": -2.00494432,
-            "z": -39.43577,
-            "normalized": {
-              "x": -0.676731765,
-              "y": -0.0373821929,
-              "z": -0.73528,
-              "magnitude": 1.0,
-              "sqrMagnitude": 0.99999994
-            },
-            "magnitude": 53.6336746,
-            "sqrMagnitude": 2876.571
-          }
-        ],
-        "s_type": "TriangleFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 51
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact177": {
-        "Verticies": [
-          {
-            "x": 39.66716,
-            "y": -2.00494432,
-            "z": 39.7287445,
-            "normalized": {
-              "x": 0.706108,
-              "y": -0.035689652,
-              "z": 0.7072042,
-              "magnitude": 1.0,
-              "sqrMagnitude": 1.0
-            },
-            "magnitude": 56.17719,
-            "sqrMagnitude": 3155.87646
-          },
-          {
-            "x": -36.2956123,
-            "y": -2.00494432,
-            "z": -39.43577,
-            "normalized": {
-              "x": -0.676731765,
-              "y": -0.0373821929,
-              "z": -0.73528,
-              "magnitude": 1.0,
-              "sqrMagnitude": 0.99999994
-            },
-            "magnitude": 53.6336746,
-            "sqrMagnitude": 2876.571
-          },
-          {
-            "x": 38.2561569,
-            "y": -2.00494432,
-            "z": -38.421936,
-            "normalized": {
-              "x": 0.705094457,
-              "y": -0.03695288,
-              "z": -0.7081499,
-              "magnitude": 1.0,
-              "sqrMagnitude": 1.0
-            },
-            "magnitude": 54.2567825,
-            "sqrMagnitude": 2943.79858
-          }
-        ],
-        "s_type": "TriangleFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 52
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact178": {
-        "lids": [
-          "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact154",
-          "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact155",
-          "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact156",
-          "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact157",
-          "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact158",
-          "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact159",
-          "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact160",
-          "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact161",
-          "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact162",
-          "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact163",
-          "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact164",
-          "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact165",
-          "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact166",
-          "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact167",
-          "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact168",
-          "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact169",
-          "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact170",
-          "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact171",
-          "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact172",
-          "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact173",
-          "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact174",
-          "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact175",
-          "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact176",
-          "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact177"
-        ],
-        "payload": [
-          {
-            "kind": "OMS",
-            "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact154"
-          },
-          {
-            "kind": "OMS",
-            "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact155"
-          },
-          {
-            "kind": "OMS",
-            "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact156"
-          },
-          {
-            "kind": "OMS",
-            "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact157"
-          },
-          {
-            "kind": "OMS",
-            "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact158"
-          },
-          {
-            "kind": "OMS",
-            "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact159"
-          },
-          {
-            "kind": "OMS",
-            "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact160"
-          },
-          {
-            "kind": "OMS",
-            "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact161"
-          },
-          {
-            "kind": "OMS",
-            "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact162"
-          },
-          {
-            "kind": "OMS",
-            "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact163"
-          },
-          {
-            "kind": "OMS",
-            "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact164"
-          },
-          {
-            "kind": "OMS",
-            "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact165"
-          },
-          {
-            "kind": "OMS",
-            "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact166"
-          },
-          {
-            "kind": "OMS",
-            "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact167"
-          },
-          {
-            "kind": "OMS",
-            "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact168"
-          },
-          {
-            "kind": "OMS",
-            "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact169"
-          },
-          {
-            "kind": "OMS",
-            "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact170"
-          },
-          {
-            "kind": "OMS",
-            "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact171"
-          },
-          {
-            "kind": "OMS",
-            "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact172"
-          },
-          {
-            "kind": "OMS",
-            "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact173"
-          },
-          {
-            "kind": "OMS",
-            "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact174"
-          },
-          {
-            "kind": "OMS",
-            "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact175"
-          },
-          {
-            "kind": "OMS",
-            "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact176"
-          },
-          {
-            "kind": "OMS",
-            "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact177"
-          }
-        ],
-        "ListType": {
-          "kind": "OMA",
-          "applicant": {
-            "kind": "OMS",
-            "uri": "http://gl.mathhub.info/MMT/LFX/Datatypes?ListSymbols?ListType"
-          },
-          "arguments": [
-            {
-              "kind": "OMS",
-              "uri": "http://mathhub.info/FrameIT/frameworld?Triangles?wall"
-            }
-          ]
-        },
-        "s_type": "ListFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 53
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact179": {
-        "Point": {
-          "x": 0.0,
-          "y": -9.81,
-          "z": 0.0,
-          "normalized": {
-            "x": 0.0,
-            "y": -1.0,
-            "z": 0.0,
-            "magnitude": 1.0,
-            "sqrMagnitude": 1.0
-          },
-          "magnitude": 9.81,
-          "sqrMagnitude": 96.23611
-        },
-        "Normal": {
-          "x": 0.0,
-          "y": -1.0,
-          "z": 0.0,
-          "magnitude": 1.0,
-          "sqrMagnitude": 1.0
-        },
-        "s_type": "PointFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 54
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact180": {
-        "value": 0.8,
-        "s_type": "RealLitFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 0
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact181": {
-        "Point": {
-          "x": -24.32552,
-          "y": 1.83532131,
-          "z": 1.56619191,
-          "normalized": {
-            "x": -0.9951171,
-            "y": 0.075079985,
-            "z": 0.064070344,
-            "magnitude": 1.0,
-            "sqrMagnitude": 1.00000012
-          },
-          "magnitude": 24.4448814,
-          "sqrMagnitude": 597.552246
-        },
-        "Normal": {
-          "x": 0.0,
-          "y": 1.0,
-          "z": 0.0,
-          "magnitude": 1.0,
-          "sqrMagnitude": 1.0
-        },
-        "s_type": "PointFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 55
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact182": {
-        "Point": {
-          "x": -24.32552,
-          "y": 0.7562289,
-          "z": 1.56619227,
-          "normalized": {
-            "x": -0.9974538,
-            "y": 0.0310087278,
-            "z": 0.0642208,
-            "magnitude": 1.0,
-            "sqrMagnitude": 0.99999994
-          },
-          "magnitude": 24.3876152,
-          "sqrMagnitude": 594.755737
-        },
-        "Normal": {
-          "x": 0.0,
-          "y": 1.0,
-          "z": 0.0,
-          "magnitude": 1.0,
-          "sqrMagnitude": 1.0
-        },
-        "s_type": "PointFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 56
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact183": {
-        "Point": {
-          "x": -24.32552,
-          "y": 0.7562291,
-          "z": 2.64528465,
-          "normalized": {
-            "x": -0.9936647,
-            "y": 0.03089094,
-            "z": 0.108056314,
-            "normalized": {
-              "x": -0.993664742,
-              "y": 0.0308909416,
-              "z": 0.108056322,
-              "magnitude": 1.0,
-              "sqrMagnitude": 1.0
-            },
-            "magnitude": 0.99999994,
-            "sqrMagnitude": 0.99999994
-          },
-          "magnitude": 24.4806118,
-          "sqrMagnitude": 599.3003
-        },
-        "Normal": {
-          "x": 0.0,
-          "y": 1.0,
-          "z": 0.0,
-          "magnitude": 1.0,
-          "sqrMagnitude": 1.0
-        },
-        "s_type": "PointFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 57
-      }
-    },
-    "name": null,
-    "path": null
-  },
-  "record_index": null,
-  "solution_approches": [],
-  "AllowedScrolls": [
-    "http://mathhub.info/FrameIT/frameworld?RiverScrollSimple",
-    "http://mathhub.info/FrameIT/frameworld?RiverScroll",
-    "http://mathhub.info/FrameIT/frameworld?T3DBouncingScroll"
-  ],
-  "AllowedGadgets": null,
-  "name": "SlingShot",
-  "path": null
-}
\ No newline at end of file
diff --git a/Assets/Stages/SlingShot.JSON.meta b/Assets/Stages/SlingShot.JSON.meta
deleted file mode 100644
index 64dfd387..00000000
--- a/Assets/Stages/SlingShot.JSON.meta
+++ /dev/null
@@ -1,7 +0,0 @@
-fileFormatVersion: 2
-guid: 8ba87d3b09b3b7744ba16b6ad5718695
-TextScriptImporter:
-  externalObjects: {}
-  userData: 
-  assetBundleName: 
-  assetBundleVariant: 
diff --git a/Assets/Stages/TechDemo A.JSON b/Assets/Stages/TechDemo A.JSON
deleted file mode 100644
index d1b2b520..00000000
--- a/Assets/Stages/TechDemo A.JSON	
+++ /dev/null
@@ -1,153 +0,0 @@
-{
-  "category": "Demo Category",
-  "number": 1,
-  "description": "Tree Stage",
-  "scene": "RiverWorld",
-  "use_install_folder": true,
-  "solution": {
-    "ValidationSet": [
-      {
-        "MasterIDs": [
-          "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact3"
-        ],
-        "SolutionIndex": [],
-        "RelationIndex": [],
-        "ComparerString": "LineFactHightDirectionComparer"
-      }
-    ],
-    "ExposedSolutionFacts": [],
-    "ScrollOverwrites": {},
-    "ImmutableFacts": [],
-    "WorkflowGadgetDict": {
-      "-1": null
-    },
-    "MetaInf": {
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact1": {
-        "workflow_id": 0,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact2": {
-        "workflow_id": 1,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact3": {
-        "workflow_id": 2,
-        "active": true,
-        "isImmutable": false
-      }
-    },
-    "Workflow": [
-      {
-        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact1",
-        "samestep": false,
-        "steplink": 3,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact2",
-        "samestep": true,
-        "steplink": 0,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact3",
-        "samestep": true,
-        "steplink": 0,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      }
-    ],
-    "marker": 3,
-    "worksteps": 1,
-    "backlog": 0,
-    "soft_resetted": false,
-    "invoke": true,
-    "MaxLabelId": 2,
-    "UnusedLabelIds": [],
-    "JsonFactSpace": {
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact1": {
-        "Point": {
-          "x": 0.0,
-          "y": 0.0,
-          "z": 0.0,
-          "magnitude": 0.0,
-          "sqrMagnitude": 0.0
-        },
-        "Normal": {
-          "x": 0.0,
-          "y": 1.0,
-          "z": 0.0,
-          "magnitude": 1.0,
-          "sqrMagnitude": 1.0
-        },
-        "s_type": "PointFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 1
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact2": {
-        "Point": {
-          "x": 0.0,
-          "y": 6.0,
-          "z": 0.0,
-          "normalized": {
-            "x": 0.0,
-            "y": 1.0,
-            "z": 0.0,
-            "magnitude": 1.0,
-            "sqrMagnitude": 1.0
-          },
-          "magnitude": 6.0,
-          "sqrMagnitude": 36.0
-        },
-        "Normal": {
-          "x": 0.0,
-          "y": 1.0,
-          "z": 0.0,
-          "magnitude": 1.0,
-          "sqrMagnitude": 1.0
-        },
-        "s_type": "PointFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 2
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact3": {
-        "s_type": "LineFact",
-        "Pid1": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact1",
-        "Pid2": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact2",
-        "Dir": {
-          "x": 0.0,
-          "y": -1.0,
-          "z": 0.0,
-          "magnitude": 1.0,
-          "sqrMagnitude": 1.0
-        },
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 0
-      }
-    },
-    "name": null,
-    "path": null
-  },
-  "record_index": null,
-  "solution_approches": [],
-  "AllowedScrolls": null,
-  "AllowedGadgets": null,
-  "name": "TechDemo A",
-  "path": null
-}
\ No newline at end of file
diff --git a/Assets/Stages/TechDemo A.JSON.meta b/Assets/Stages/TechDemo A.JSON.meta
deleted file mode 100644
index e0b5eb5b..00000000
--- a/Assets/Stages/TechDemo A.JSON.meta	
+++ /dev/null
@@ -1,7 +0,0 @@
-fileFormatVersion: 2
-guid: 41dda5511c2025a43afcac14b4e5c941
-TextScriptImporter:
-  externalObjects: {}
-  userData: 
-  assetBundleName: 
-  assetBundleVariant: 
diff --git a/Assets/Stages/TechDemo B.JSON b/Assets/Stages/TechDemo B.JSON
deleted file mode 100644
index ab1afaec..00000000
--- a/Assets/Stages/TechDemo B.JSON	
+++ /dev/null
@@ -1,286 +0,0 @@
-{
-  "category": "Demo Category",
-  "number": 2,
-  "description": "River Stage",
-  "scene": "RiverWorld",
-  "use_install_folder": true,
-  "solution": {
-    "ValidationSet": [
-      {
-        "MasterIDs": [
-          "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact6"
-        ],
-        "SolutionIndex": [],
-        "RelationIndex": [],
-        "ComparerString": "LineFactHightDirectionComparer"
-      },
-      {
-        "MasterIDs": [
-          "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact6"
-        ],
-        "SolutionIndex": [],
-        "RelationIndex": [],
-        "ComparerString": "LineSpanningOverRiverWorldComparer"
-      },
-      {
-        "MasterIDs": [],
-        "SolutionIndex": [
-          1
-        ],
-        "RelationIndex": [
-          0
-        ],
-        "ComparerString": "LineFactHightComparer"
-      }
-    ],
-    "ExposedSolutionFacts": [],
-    "ScrollOverwrites": {},
-    "ImmutableFacts": [],
-    "WorkflowGadgetDict": {
-      "-1": null
-    },
-    "MetaInf": {
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact4": {
-        "workflow_id": 0,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact5": {
-        "workflow_id": 1,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact6": {
-        "workflow_id": 2,
-        "active": true,
-        "isImmutable": false
-      }
-    },
-    "Workflow": [
-      {
-        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact4",
-        "samestep": false,
-        "steplink": 3,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact5",
-        "samestep": true,
-        "steplink": 0,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      },
-      {
-        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact6",
-        "samestep": true,
-        "steplink": 0,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 0.0
-      }
-    ],
-    "marker": 3,
-    "worksteps": 1,
-    "backlog": 0,
-    "soft_resetted": false,
-    "invoke": true,
-    "MaxLabelId": 2,
-    "UnusedLabelIds": [],
-    "JsonFactSpace": {
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact4": {
-        "Point": {
-          "x": 0.0,
-          "y": 0.0,
-          "z": 0.0,
-          "magnitude": 0.0,
-          "sqrMagnitude": 0.0
-        },
-        "Normal": {
-          "x": 0.0,
-          "y": 1.0,
-          "z": 0.0,
-          "magnitude": 1.0,
-          "sqrMagnitude": 1.0
-        },
-        "s_type": "PointFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 1
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact5": {
-        "Point": {
-          "x": 0.0,
-          "y": 6.0,
-          "z": 0.0,
-          "normalized": {
-            "x": 0.0,
-            "y": 1.0,
-            "z": 0.0,
-            "magnitude": 1.0,
-            "sqrMagnitude": 1.0
-          },
-          "magnitude": 6.0,
-          "sqrMagnitude": 36.0
-        },
-        "Normal": {
-          "x": 0.0,
-          "y": 1.0,
-          "z": 0.0,
-          "magnitude": 1.0,
-          "sqrMagnitude": 1.0
-        },
-        "s_type": "PointFact",
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 2
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact6": {
-        "s_type": "LineFact",
-        "Pid1": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact4",
-        "Pid2": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact5",
-        "Dir": {
-          "x": 0.0,
-          "y": -1.0,
-          "z": 0.0,
-          "magnitude": 1.0,
-          "sqrMagnitude": 1.0
-        },
-        "_CustomLabel": null,
-        "hasCustomLabel": false,
-        "LabelId": 0
-      }
-    },
-    "name": null,
-    "path": null
-  },
-  "record_index": null,
-  "solution_approches": [],
-  "AllowedScrolls": [
-    "http://mathhub.info/FrameIT/frameworld?OppositeLen"
-  ],
-  "AllowedGadgets": [
-    {
-      "s_type": "Pointer",
-      "Rank": 1,
-      "UiName": "Pointer",
-      "MaxRange": "Infinity",
-      "MaxHeight": "Infinity",
-      "ButtonIndx": 1,
-      "MaterialIndx": 0,
-      "LayerHitMask": {
-        "value": 1581105
-      },
-      "SecondaryLayerMask": {
-        "value": 0
-      },
-      "Workflow": []
-    },
-    {
-      "s_type": "Tape",
-      "Rank": 2,
-      "UiName": "Tape",
-      "MaxRange": 2.5,
-      "MaxHeight": 2.5,
-      "ButtonIndx": 2,
-      "MaterialIndx": 0,
-      "LayerHitMask": {
-        "value": 1024
-      },
-      "SecondaryLayerMask": {
-        "value": 0
-      },
-      "Workflow": []
-    },
-    {
-      "s_type": "AngleTool",
-      "Rank": 3,
-      "UiName": "Angle Tool",
-      "MaxRange": "Infinity",
-      "MaxHeight": "Infinity",
-      "ButtonIndx": 3,
-      "MaterialIndx": 1,
-      "LayerHitMask": {
-        "value": 1024
-      },
-      "SecondaryLayerMask": {
-        "value": 0
-      },
-      "Workflow": []
-    },
-    {
-      "s_type": "LineTool",
-      "Rank": 4,
-      "UiName": "Line Tool",
-      "MaxRange": "Infinity",
-      "MaxHeight": "Infinity",
-      "ButtonIndx": 4,
-      "MaterialIndx": 0,
-      "LayerHitMask": {
-        "value": 1024
-      },
-      "SecondaryLayerMask": {
-        "value": 0
-      },
-      "Workflow": []
-    },
-    {
-      "s_type": "LotTool",
-      "Rank": 5,
-      "UiName": "Lot Tool",
-      "MaxRange": "Infinity",
-      "MaxHeight": "Infinity",
-      "ButtonIndx": 5,
-      "MaterialIndx": 0,
-      "LayerHitMask": {
-        "value": 535569
-      },
-      "SecondaryLayerMask": {
-        "value": 0
-      },
-      "Workflow": []
-    },
-    {
-      "s_type": "Pendulum",
-      "Rank": 6,
-      "UiName": "Pendulum",
-      "MaxRange": "Infinity",
-      "MaxHeight": "Infinity",
-      "ButtonIndx": 6,
-      "MaterialIndx": 0,
-      "LayerHitMask": {
-        "value": 1024
-      },
-      "SecondaryLayerMask": {
-        "value": 1
-      },
-      "Workflow": []
-    },
-    {
-      "s_type": "Remover",
-      "Rank": 8,
-      "UiName": "Delete Fact",
-      "MaxRange": "Infinity",
-      "MaxHeight": "Infinity",
-      "ButtonIndx": 8,
-      "MaterialIndx": 0,
-      "LayerHitMask": {
-        "value": 64512
-      },
-      "SecondaryLayerMask": {
-        "value": 0
-      },
-      "Workflow": []
-    }
-  ],
-  "name": "TechDemo B",
-  "path": null
-}
\ No newline at end of file
diff --git a/Assets/Stages/TechDemo B.JSON.meta b/Assets/Stages/TechDemo B.JSON.meta
deleted file mode 100644
index 57082c04..00000000
--- a/Assets/Stages/TechDemo B.JSON.meta	
+++ /dev/null
@@ -1,7 +0,0 @@
-fileFormatVersion: 2
-guid: 57c26029b000ca64ca57685dba4bd082
-TextScriptImporter:
-  externalObjects: {}
-  userData: 
-  assetBundleName: 
-  assetBundleVariant: 
diff --git a/Assets/StreamingAssets/StreamToDataPath_withHandler/Stages/CanonBall 2D.JSON.meta b/Assets/StreamingAssets/StreamToDataPath_withHandler/Stages/CanonBall 2D.JSON.meta
index ed000d42..dfd1aed1 100644
--- a/Assets/StreamingAssets/StreamToDataPath_withHandler/Stages/CanonBall 2D.JSON.meta	
+++ b/Assets/StreamingAssets/StreamToDataPath_withHandler/Stages/CanonBall 2D.JSON.meta	
@@ -1,5 +1,5 @@
 fileFormatVersion: 2
-guid: 82a2bc667aa1ebf46bb2a36bd51324cb
+guid: cbfb25bc853f2854ebb5bee5938155e9
 TextScriptImporter:
   externalObjects: {}
   userData: 
diff --git a/Assets/StreamingAssets/StreamToDataPath_withHandler/Stages/CanonBall 3D.JSON.meta b/Assets/StreamingAssets/StreamToDataPath_withHandler/Stages/CanonBall 3D.JSON.meta
index f279c2d2..b0a0feb5 100644
--- a/Assets/StreamingAssets/StreamToDataPath_withHandler/Stages/CanonBall 3D.JSON.meta	
+++ b/Assets/StreamingAssets/StreamToDataPath_withHandler/Stages/CanonBall 3D.JSON.meta	
@@ -1,5 +1,5 @@
 fileFormatVersion: 2
-guid: ff0a7c5092a226b4fadb8e48adb580b4
+guid: 2cb068664239732498024617691241ad
 TextScriptImporter:
   externalObjects: {}
   userData: 
diff --git a/Assets/StreamingAssets/StreamToDataPath_withHandler/Stages/SlingShot.JSON.meta b/Assets/StreamingAssets/StreamToDataPath_withHandler/Stages/SlingShot.JSON.meta
index f71c2f0f..64dfd387 100644
--- a/Assets/StreamingAssets/StreamToDataPath_withHandler/Stages/SlingShot.JSON.meta
+++ b/Assets/StreamingAssets/StreamToDataPath_withHandler/Stages/SlingShot.JSON.meta
@@ -1,5 +1,5 @@
 fileFormatVersion: 2
-guid: e91cf6d7f4d81bb46a18a46e0788afd4
+guid: 8ba87d3b09b3b7744ba16b6ad5718695
 TextScriptImporter:
   externalObjects: {}
   userData: 
diff --git a/Assets/StreamingAssets/StreamToDataPath_withHandler/Stages/TechDemo A.JSON.meta b/Assets/StreamingAssets/StreamToDataPath_withHandler/Stages/TechDemo A.JSON.meta
index dcf5b70b..e0b5eb5b 100644
--- a/Assets/StreamingAssets/StreamToDataPath_withHandler/Stages/TechDemo A.JSON.meta	
+++ b/Assets/StreamingAssets/StreamToDataPath_withHandler/Stages/TechDemo A.JSON.meta	
@@ -1,5 +1,5 @@
 fileFormatVersion: 2
-guid: 195df17949e85d146a570194f168bf07
+guid: 41dda5511c2025a43afcac14b4e5c941
 TextScriptImporter:
   externalObjects: {}
   userData: 
diff --git a/Assets/StreamingAssets/StreamToDataPath_withHandler/Stages/TechDemo B.JSON.meta b/Assets/StreamingAssets/StreamToDataPath_withHandler/Stages/TechDemo B.JSON.meta
index 6851d440..57082c04 100644
--- a/Assets/StreamingAssets/StreamToDataPath_withHandler/Stages/TechDemo B.JSON.meta	
+++ b/Assets/StreamingAssets/StreamToDataPath_withHandler/Stages/TechDemo B.JSON.meta	
@@ -1,5 +1,5 @@
 fileFormatVersion: 2
-guid: a5dd57ea3c70d7741a8140588e416068
+guid: 57c26029b000ca64ca57685dba4bd082
 TextScriptImporter:
   externalObjects: {}
   userData: 
-- 
GitLab