diff --git a/src/doc/index.rst b/src/doc/index.rst
index b3a26c96df4f13e22f4b01a6cb0a9f00a1d33981..ac85c69f7a10ca06e62b130ef1f5a14a02dfca79 100644
--- a/src/doc/index.rst
+++ b/src/doc/index.rst
@@ -9,7 +9,7 @@ Welcome to the documentation of CaosDB's web UI!
 
    Getting started <getting_started>
    Concepts <concepts>
-   tutorials
+   tutorials/index
    API Index<genindex>
 
 
diff --git a/src/doc/tutorials/first_steps.rst b/src/doc/tutorials/first_steps.rst
new file mode 100644
index 0000000000000000000000000000000000000000..eb0a0427d02c9518e2634b2c2ea401326887d889
--- /dev/null
+++ b/src/doc/tutorials/first_steps.rst
@@ -0,0 +1,33 @@
+First Steps
+===========
+
+Before using or even manipulating data stored in CaosDB, it is important to 
+understand the way data is structured. Here, we will briefly look at this 
+structure. You can find more details here_. In CaosDB data is stored in objects called 
+`Records`. A `Record` can have multiple `Properties`, like numbers, text or references
+to other `Records`. `RecordTypes` are kind of blue prints for `Records` and 
+provide a structure to the data. Let's look at an example:
+
+.. image:: model.svg
+
+.. The image is not good yet. Children should have properties of parents.
+
+This illustrates a simple data model used in the `demo instance`_ provided by `IndiScale`_.
+It shows that the `RecordType` Analysis has among others the `Properties` 
+`quality_factor`, a number, and `date`, you guessed it... a date. The `Property`
+`MusicalInstrumet` illustrates that a `Record` that has `Analysis` as a parent 
+`RecordType` should reference a `Record` that has the `MusicalInstrumet` `RecordType` as a parent.
+
+We recommend that you connect to the demo instance in order to try out the following
+examples (see :doc:`Getting Started secton</getting_started>`.). However, you
+can also translate the examples to the data model that you have at hand.
+
+
+
+
+
+
+
+.. _here: https://gitlabio.something
+.. _`demo instance`: https://demo.indiscale.com
+.. _`IndiScale`: https://indiscale.com
diff --git a/src/doc/tutorials/index.rst b/src/doc/tutorials/index.rst
new file mode 100644
index 0000000000000000000000000000000000000000..35f3d0b70aa0f940f5689042a7b55585023d6ae5
--- /dev/null
+++ b/src/doc/tutorials/index.rst
@@ -0,0 +1,13 @@
+
+CaosDB Web Interface Tutorials
+==============================
+
+This chapter contains tutorials.
+
+.. toctree::
+   :maxdepth: 2
+   :caption: Contents:
+   :hidden:
+
+   first_steps
+
diff --git a/src/doc/tutorials/model.svg b/src/doc/tutorials/model.svg
new file mode 100644
index 0000000000000000000000000000000000000000..2602cb43f15976305d48e6f2d5efeb3821e1d669
--- /dev/null
+++ b/src/doc/tutorials/model.svg
@@ -0,0 +1,632 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   contentScriptType="application/ecmascript"
+   contentStyleType="text/css"
+   height="502"
+   preserveAspectRatio="none"
+   version="1.1"
+   viewBox="0 0 407 502"
+   width="407"
+   zoomAndPan="magnify"
+   id="svg233"
+   sodipodi:docname="model.svg"
+   inkscape:version="0.92.4 5da689c313, 2019-01-14">
+  <metadata
+     id="metadata237">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <sodipodi:namedview
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1"
+     objecttolerance="10"
+     gridtolerance="10"
+     guidetolerance="10"
+     inkscape:pageopacity="0"
+     inkscape:pageshadow="2"
+     inkscape:window-width="1920"
+     inkscape:window-height="1043"
+     id="namedview235"
+     showgrid="false"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:zoom="1.1817368"
+     inkscape:cx="112.55875"
+     inkscape:cy="257"
+     inkscape:window-x="1920"
+     inkscape:window-y="0"
+     inkscape:window-maximized="1"
+     inkscape:current-layer="svg233" />
+  <defs
+     id="defs11">
+    <filter
+       height="3"
+       id="f64vrt8w3qxjw"
+       width="3"
+       x="-1"
+       y="-1">
+      <feGaussianBlur
+         result="blurOut"
+         stdDeviation="2.0"
+         id="feGaussianBlur2" />
+      <feColorMatrix
+         in="blurOut"
+         result="blurOut2"
+         type="matrix"
+         values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 .4 0"
+         id="feColorMatrix4" />
+      <feOffset
+         dx="4.0"
+         dy="4.0"
+         in="blurOut2"
+         result="blurOut3"
+         id="feOffset6" />
+      <feBlend
+         in="SourceGraphic"
+         in2="blurOut3"
+         mode="normal"
+         id="feBlend8" />
+    </filter>
+  </defs>
+  <rect
+     style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.13385832;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+     id="rect4867"
+     width="407"
+     height="502"
+     x="0"
+     y="0" />
+  <polygon
+     id="polygon13"
+     style="fill:#dddddd;stroke:#000000;stroke-width:1.5;filter:url(#f64vrt8w3qxjw)"
+     points="533.5,526 126.5,526 126.5,24 236.5,24 243.5,46.2969 533.5,46.2969 "
+     transform="translate(-126.5,-24)" />
+  <line
+     id="line15"
+     y2="22.296902"
+     y1="22.296902"
+     x2="117"
+     x1="0"
+     style="stroke:#000000;stroke-width:1.5" />
+  <text
+     style="font-weight:bold;font-size:14px;font-family:sans-serif;fill:#000000"
+     id="text17"
+     y="38.995098"
+     x="130.5"
+     textLength="104"
+     lengthAdjust="spacingAndGlyphs"
+     font-weight="bold"
+     font-size="14"
+     transform="translate(-126.5,-24)">RecordTypes</text>
+  <text
+     style="font-size:11px;font-family:sans-serif;fill:#000000"
+     id="text42"
+     y="144.7104"
+     x="461"
+     textLength="0"
+     lengthAdjust="spacingAndGlyphs"
+     font-size="11"
+     transform="translate(-126.5,-24)" />
+  <rect
+     y="411"
+     x="16"
+     width="116"
+     style="fill:#fefece;stroke:#a80036;stroke-width:1.5;filter:url(#f64vrt8w3qxjw)"
+     id="Manufacturer"
+     height="60.804699" />
+  <circle
+     r="11"
+     id="ellipse47"
+     style="fill:#ff1111;stroke:#a80036;stroke-width:1"
+     cy="427"
+     cx="31" />
+  <path
+     inkscape:connector-curvature="0"
+     id="path49"
+     d="m 33.9688,432.6406 q -0.5782,0.2969 -1.2188,0.4375 -0.6406,0.1563 -1.3437,0.1563 -2.5,0 -3.8282,-1.6406 -1.3125,-1.6563 -1.3125,-4.7813 0,-3.125 1.3125,-4.7812 1.3282,-1.6563 3.8282,-1.6563 0.7031,0 1.3437,0.1563 0.6563,0.1562 1.2188,0.4531 v 2.7187 q -0.625,-0.5781 -1.2188,-0.8437 -0.5937,-0.2813 -1.2187,-0.2813 -1.3438,0 -2.0313,1.0782 -0.6875,1.0625 -0.6875,3.1562 0,2.0938 0.6875,3.1719 0.6875,1.0625 2.0313,1.0625 0.625,0 1.2187,-0.2656 0.5938,-0.2813 1.2188,-0.8594 z" />
+  <text
+     style="font-size:12px;font-family:sans-serif;fill:#000000"
+     id="text51"
+     y="455.1543"
+     x="171.5"
+     textLength="84"
+     lengthAdjust="spacingAndGlyphs"
+     font-size="12"
+     transform="translate(-126.5,-24)">Manufacturer</text>
+  <line
+     id="line53"
+     y2="443"
+     y1="443"
+     x2="131"
+     x1="17"
+     style="stroke:#a80036;stroke-width:1.5" />
+  <text
+     style="font-size:11px;font-family:sans-serif;fill:#000000"
+     id="text55"
+     y="481.21039"
+     x="152.5"
+     textLength="0"
+     lengthAdjust="spacingAndGlyphs"
+     font-size="11"
+     transform="translate(-126.5,-24)" />
+  <line
+     id="line57"
+     y2="463.80469"
+     y1="463.80469"
+     x2="131"
+     x1="17"
+     style="stroke:#a80036;stroke-width:1;stroke-dasharray:1, 2" />
+  <rect
+     y="235"
+     x="16"
+     width="174"
+     style="fill:#fefece;stroke:#a80036;stroke-width:1.5;filter:url(#f64vrt8w3qxjw)"
+     id="MusicalInstrument"
+     height="101.6211" />
+  <circle
+     r="11"
+     id="ellipse60"
+     style="fill:#ff1111;stroke:#a80036;stroke-width:1"
+     cy="251"
+     cx="43.600006" />
+  <path
+     inkscape:connector-curvature="0"
+     id="path62"
+     d="m 46.5688,256.6406 q -0.5782,0.2969 -1.2188,0.4375 -0.6406,0.1563 -1.3437,0.1563 -2.5,0 -3.8282,-1.6406 -1.3125,-1.6563 -1.3125,-4.7813 0,-3.125 1.3125,-4.7812 1.3282,-1.6563 3.8282,-1.6563 0.7031,0 1.3437,0.1563 0.6563,0.1562 1.2188,0.4531 v 2.7187 q -0.625,-0.5781 -1.2188,-0.8437 -0.5937,-0.2813 -1.2187,-0.2813 -1.3438,0 -2.0313,1.0782 -0.6875,1.0625 -0.6875,3.1562 0,2.0938 0.6875,3.1719 0.6875,1.0625 2.0313,1.0625 0.625,0 1.2187,-0.2656 0.5938,-0.2813 1.2188,-0.8594 z" />
+  <text
+     style="font-size:12px;font-family:sans-serif;fill:#000000"
+     id="text64"
+     y="279.1543"
+     x="186.89999"
+     textLength="114"
+     lengthAdjust="spacingAndGlyphs"
+     font-size="12"
+     transform="translate(-126.5,-24)">MusicalInstrument</text>
+  <line
+     id="line66"
+     y2="267"
+     y1="267"
+     x2="189"
+     x1="17"
+     style="stroke:#a80036;stroke-width:1.5" />
+  <line
+     id="line68"
+     y2="281.40231"
+     y1="281.40231"
+     x2="73.5"
+     x1="17"
+     style="stroke:#a80036;stroke-width:1.5" />
+  <text
+     style="font-size:11px;font-family:sans-serif;fill:#000000"
+     id="text70"
+     y="308.71039"
+     x="200"
+     textLength="59"
+     lengthAdjust="spacingAndGlyphs"
+     font-size="11"
+     transform="translate(-126.5,-24)">Properties</text>
+  <line
+     id="line72"
+     y2="281.40231"
+     y1="281.40231"
+     x2="189"
+     x1="132.5"
+     style="stroke:#a80036;stroke-width:1.5" />
+  <text
+     style="font-size:11px;font-family:sans-serif;fill:#000000"
+     id="text74"
+     y="341.2222"
+     x="148.5"
+     textLength="86"
+     lengthAdjust="spacingAndGlyphs"
+     font-size="11"
+     transform="translate(-126.5,-24)">price (DOUBLE)</text>
+  <text
+     style="font-size:11px;font-family:sans-serif;fill:#000000"
+     id="text76"
+     y="354.02689"
+     x="148.5"
+     textLength="162"
+     lengthAdjust="spacingAndGlyphs"
+     font-size="11"
+     transform="translate(-126.5,-24)">Manufacturer (Manufacturer)</text>
+  <line
+     id="line78"
+     y2="300.60941"
+     y1="300.60941"
+     x2="62"
+     x1="17"
+     style="stroke:#a80036;stroke-width:1;stroke-dasharray:1, 2" />
+  <text
+     style="font-size:11px;font-family:sans-serif;fill:#000000"
+     id="text80"
+     y="327.91751"
+     x="188.5"
+     textLength="82"
+     lengthAdjust="spacingAndGlyphs"
+     font-size="11"
+     transform="translate(-126.5,-24)">recommended</text>
+  <line
+     id="line82"
+     y2="300.60941"
+     y1="300.60941"
+     x2="189"
+     x1="144"
+     style="stroke:#a80036;stroke-width:1;stroke-dasharray:1, 2" />
+  <rect
+     y="411"
+     x="167.5"
+     width="65"
+     style="fill:#fefece;stroke:#a80036;stroke-width:1.5;filter:url(#f64vrt8w3qxjw)"
+     id="Violin"
+     height="60.804699" />
+  <circle
+     r="11"
+     id="ellipse85"
+     style="fill:#ff1111;stroke:#a80036;stroke-width:1"
+     cy="427"
+     cx="182.5" />
+  <path
+     inkscape:connector-curvature="0"
+     id="path87"
+     d="m 185.4688,432.6406 q -0.5782,0.2969 -1.2188,0.4375 -0.6406,0.1563 -1.3437,0.1563 -2.5,0 -3.8282,-1.6406 -1.3125,-1.6563 -1.3125,-4.7813 0,-3.125 1.3125,-4.7812 1.3282,-1.6563 3.8282,-1.6563 0.7031,0 1.3437,0.1563 0.6563,0.1562 1.2188,0.4531 v 2.7187 q -0.625,-0.5781 -1.2188,-0.8437 -0.5937,-0.2813 -1.2187,-0.2813 -1.3438,0 -2.0313,1.0782 -0.6875,1.0625 -0.6875,3.1562 0,2.0938 0.6875,3.1719 0.6875,1.0625 2.0313,1.0625 0.625,0 1.2187,-0.2656 0.5938,-0.2813 1.2188,-0.8594 z" />
+  <text
+     style="font-size:12px;font-family:sans-serif;fill:#000000"
+     id="text89"
+     y="455.1543"
+     x="323"
+     textLength="33"
+     lengthAdjust="spacingAndGlyphs"
+     font-size="12"
+     transform="translate(-126.5,-24)">Violin</text>
+  <line
+     id="line91"
+     y2="443"
+     y1="443"
+     x2="231.5"
+     x1="168.5"
+     style="stroke:#a80036;stroke-width:1.5" />
+  <text
+     style="font-size:11px;font-family:sans-serif;fill:#000000"
+     id="text93"
+     y="481.21039"
+     x="304"
+     textLength="0"
+     lengthAdjust="spacingAndGlyphs"
+     font-size="11"
+     transform="translate(-126.5,-24)" />
+  <line
+     id="line95"
+     y2="463.80469"
+     y1="463.80469"
+     x2="231.5"
+     x1="168.5"
+     style="stroke:#a80036;stroke-width:1;stroke-dasharray:1, 2" />
+  <rect
+     y="397"
+     x="267.5"
+     width="119"
+     style="fill:#fefece;stroke:#a80036;stroke-width:1.5;filter:url(#f64vrt8w3qxjw)"
+     id="Guitar"
+     height="88.816399" />
+  <circle
+     r="11"
+     id="ellipse98"
+     style="fill:#ff1111;stroke:#a80036;stroke-width:1"
+     cy="413"
+     cx="304.54999" />
+  <path
+     inkscape:connector-curvature="0"
+     id="path100"
+     d="m 307.5188,418.6406 q -0.5782,0.2969 -1.2188,0.4375 -0.6406,0.1563 -1.3437,0.1563 -2.5,0 -3.8282,-1.6406 -1.3125,-1.6563 -1.3125,-4.7813 0,-3.125 1.3125,-4.7812 1.3282,-1.6563 3.8282,-1.6563 0.7031,0 1.3437,0.1563 0.6563,0.1562 1.2188,0.4531 v 2.7187 q -0.625,-0.5781 -1.2188,-0.8437 -0.5937,-0.2813 -1.2187,-0.2813 -1.3438,0 -2.0313,1.0782 -0.6875,1.0625 -0.6875,3.1562 0,2.0938 0.6875,3.1719 0.6875,1.0625 2.0313,1.0625 0.625,0 1.2187,-0.2656 0.5938,-0.2813 1.2188,-0.8594 z" />
+  <text
+     style="font-size:12px;font-family:sans-serif;fill:#000000"
+     id="text102"
+     y="441.1543"
+     x="449.95001"
+     textLength="38"
+     lengthAdjust="spacingAndGlyphs"
+     font-size="12"
+     transform="translate(-126.5,-24)">Guitar</text>
+  <line
+     id="line104"
+     y2="429"
+     y1="429"
+     x2="385.5"
+     x1="268.5"
+     style="stroke:#a80036;stroke-width:1.5" />
+  <line
+     id="line106"
+     y2="443.40231"
+     y1="443.40231"
+     x2="297.5"
+     x1="268.5"
+     style="stroke:#a80036;stroke-width:1.5" />
+  <text
+     style="font-size:11px;font-family:sans-serif;fill:#000000"
+     id="text108"
+     y="470.71039"
+     x="424"
+     textLength="59"
+     lengthAdjust="spacingAndGlyphs"
+     font-size="11"
+     transform="translate(-126.5,-24)">Properties</text>
+  <line
+     id="line110"
+     y2="443.40231"
+     y1="443.40231"
+     x2="385.5"
+     x1="356.5"
+     style="stroke:#a80036;stroke-width:1.5" />
+  <text
+     style="font-size:11px;font-family:sans-serif;fill:#000000"
+     id="text112"
+     y="503.2222"
+     x="400"
+     textLength="107"
+     lengthAdjust="spacingAndGlyphs"
+     font-size="11"
+     transform="translate(-126.5,-24)">electric (BOOLEAN)</text>
+  <line
+     id="line114"
+     y2="462.60941"
+     y1="462.60941"
+     x2="286"
+     x1="268.5"
+     style="stroke:#a80036;stroke-width:1;stroke-dasharray:1, 2" />
+  <text
+     style="font-size:11px;font-family:sans-serif;fill:#000000"
+     id="text116"
+     y="489.91751"
+     x="412.5"
+     textLength="82"
+     lengthAdjust="spacingAndGlyphs"
+     font-size="11"
+     transform="translate(-126.5,-24)">recommended</text>
+  <line
+     id="line118"
+     y2="462.60941"
+     y1="462.60941"
+     x2="385.5"
+     x1="368"
+     style="stroke:#a80036;stroke-width:1;stroke-dasharray:1, 2" />
+  <rect
+     y="255.5"
+     x="225.5"
+     width="165"
+     style="fill:#fefece;stroke:#a80036;stroke-width:1.5;filter:url(#f64vrt8w3qxjw)"
+     id="SoundQualityAnalyzer"
+     height="60.804699" />
+  <circle
+     r="11"
+     id="ellipse121"
+     style="fill:#ff1111;stroke:#a80036;stroke-width:1"
+     cy="271.5"
+     cx="240.5" />
+  <path
+     inkscape:connector-curvature="0"
+     id="path123"
+     d="m 243.4688,277.1406 q -0.5782,0.2969 -1.2188,0.4375 -0.6406,0.1563 -1.3437,0.1563 -2.5,0 -3.8282,-1.6406 -1.3125,-1.6563 -1.3125,-4.7813 0,-3.125 1.3125,-4.7812 1.3282,-1.6563 3.8282,-1.6563 0.7031,0 1.3437,0.1563 0.6563,0.1562 1.2188,0.4531 v 2.7187 q -0.625,-0.5781 -1.2188,-0.8437 -0.5937,-0.2813 -1.2187,-0.2813 -1.3438,0 -2.0313,1.0782 -0.6875,1.0625 -0.6875,3.1562 0,2.0938 0.6875,3.1719 0.6875,1.0625 2.0313,1.0625 0.625,0 1.2187,-0.2656 0.5938,-0.2813 1.2188,-0.8594 z" />
+  <text
+     style="font-size:12px;font-family:sans-serif;fill:#000000"
+     id="text125"
+     y="299.6543"
+     x="381"
+     textLength="133"
+     lengthAdjust="spacingAndGlyphs"
+     font-size="12"
+     transform="translate(-126.5,-24)">SoundQualityAnalyzer</text>
+  <line
+     id="line127"
+     y2="287.5"
+     y1="287.5"
+     x2="389.5"
+     x1="226.5"
+     style="stroke:#a80036;stroke-width:1.5" />
+  <text
+     style="font-size:11px;font-family:sans-serif;fill:#000000"
+     id="text129"
+     y="325.71039"
+     x="362"
+     textLength="0"
+     lengthAdjust="spacingAndGlyphs"
+     font-size="11"
+     transform="translate(-126.5,-24)" />
+  <line
+     id="line131"
+     y2="308.30469"
+     y1="308.30469"
+     x2="389.5"
+     x1="226.5"
+     style="stroke:#a80036;stroke-width:1;stroke-dasharray:1, 2" />
+  <rect
+     y="35"
+     x="20"
+     width="268"
+     style="fill:#fefece;stroke:#a80036;stroke-width:1.5;filter:url(#f64vrt8w3qxjw)"
+     id="Analysis"
+     height="140.0352" />
+  <circle
+     r="11"
+     id="ellipse134"
+     style="fill:#ff1111;stroke:#a80036;stroke-width:1"
+     cy="51"
+     cx="124.75" />
+  <path
+     inkscape:connector-curvature="0"
+     id="path136"
+     d="m 127.7188,56.6406 q -0.5782,0.2969 -1.2188,0.4375 -0.6406,0.1563 -1.3437,0.1563 -2.5,0 -3.8282,-1.6406 -1.3125,-1.6563 -1.3125,-4.7813 0,-3.125 1.3125,-4.7812 1.3282,-1.6563 3.8282,-1.6563 0.7031,0 1.3437,0.1563 0.6563,0.1562 1.2188,0.4531 v 2.7187 q -0.625,-0.5781 -1.2188,-0.8437 -0.5937,-0.2813 -1.2187,-0.2813 -1.3438,0 -2.0313,1.0782 -0.6875,1.0625 -0.6875,3.1562 0,2.0938 0.6875,3.1719 0.6875,1.0625 2.0313,1.0625 0.625,0 1.2187,-0.2656 0.5938,-0.2813 1.2188,-0.8594 z" />
+  <text
+     style="font-size:12px;font-family:sans-serif;fill:#000000"
+     id="text138"
+     y="79.154297"
+     x="271.75"
+     textLength="50"
+     lengthAdjust="spacingAndGlyphs"
+     font-size="12"
+     transform="translate(-126.5,-24)">Analysis</text>
+  <line
+     id="line140"
+     y2="67"
+     y1="67"
+     x2="287"
+     x1="21"
+     style="stroke:#a80036;stroke-width:1.5" />
+  <line
+     id="line142"
+     y2="81.402298"
+     y1="81.402298"
+     x2="124.5"
+     x1="21"
+     style="stroke:#a80036;stroke-width:1.5" />
+  <text
+     style="font-size:11px;font-family:sans-serif;fill:#000000"
+     id="text144"
+     y="108.7104"
+     x="251"
+     textLength="59"
+     lengthAdjust="spacingAndGlyphs"
+     font-size="11"
+     transform="translate(-126.5,-24)">Properties</text>
+  <line
+     id="line146"
+     y2="81.402298"
+     y1="81.402298"
+     x2="287"
+     x1="183.5"
+     style="stroke:#a80036;stroke-width:1.5" />
+  <text
+     style="font-size:11px;font-family:sans-serif;fill:#000000"
+     id="text148"
+     y="141.2222"
+     x="152.5"
+     textLength="134"
+     lengthAdjust="spacingAndGlyphs"
+     font-size="11"
+     transform="translate(-126.5,-24)">quality_factor (DOUBLE)</text>
+  <text
+     style="font-size:11px;font-family:sans-serif;fill:#000000"
+     id="text150"
+     y="154.0269"
+     x="152.5"
+     textLength="92"
+     lengthAdjust="spacingAndGlyphs"
+     font-size="11"
+     transform="translate(-126.5,-24)">date (DATETIME)</text>
+  <text
+     style="font-size:11px;font-family:sans-serif;fill:#000000"
+     id="text152"
+     y="166.8315"
+     x="152.5"
+     textLength="111"
+     lengthAdjust="spacingAndGlyphs"
+     font-size="11"
+     transform="translate(-126.5,-24)">report (REFERENCE)</text>
+  <text
+     style="font-size:11px;font-family:sans-serif;fill:#000000"
+     id="text154"
+     y="179.6362"
+     x="152.5"
+     textLength="256"
+     lengthAdjust="spacingAndGlyphs"
+     font-size="11"
+     transform="translate(-126.5,-24)">SoundQualityAnalyzer (SoundQualityAnalyzer)</text>
+  <text
+     style="font-size:11px;font-family:sans-serif;fill:#000000"
+     id="text156"
+     y="192.4409"
+     x="152.5"
+     textLength="220"
+     lengthAdjust="spacingAndGlyphs"
+     font-size="11"
+     transform="translate(-126.5,-24)">MusicalInstrument (MusicalInstrument)</text>
+  <line
+     id="line158"
+     y2="100.6094"
+     y1="100.6094"
+     x2="113"
+     x1="21"
+     style="stroke:#a80036;stroke-width:1;stroke-dasharray:1, 2" />
+  <text
+     style="font-size:11px;font-family:sans-serif;fill:#000000"
+     id="text160"
+     y="127.9175"
+     x="239.5"
+     textLength="82"
+     lengthAdjust="spacingAndGlyphs"
+     font-size="11"
+     transform="translate(-126.5,-24)">recommended</text>
+  <line
+     id="line162"
+     y2="100.6094"
+     y1="100.6094"
+     x2="287"
+     x1="195"
+     style="stroke:#a80036;stroke-width:1;stroke-dasharray:1, 2" />
+  <path
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#a80036;stroke-width:1"
+     id="MusicalInstrument-Violin"
+     d="m 145.51,354.27 c 12.48,19.76 25.51,40.37 35.69,56.48" />
+  <polygon
+     id="polygon211"
+     style="fill:none;stroke:#a80036;stroke-width:1"
+     points="261.26,361.26 277.86,374.43 266.03,381.91 "
+     transform="translate(-126.5,-24)" />
+  <path
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#a80036;stroke-width:1"
+     id="MusicalInstrument-Guitar"
+     d="m 192.64,348.42 c 25.04,17.17 51.64,35.39 74.51,51.06" />
+  <polygon
+     id="polygon214"
+     style="fill:none;stroke:#a80036;stroke-width:1"
+     points="302.54,361.05 322.99,366.58 315.08,378.13 "
+     transform="translate(-126.5,-24)" />
+  <path
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#a80036;stroke-width:1"
+     id="MusicalInstrument-Manufacturer"
+     d="m 91.08,350.09 c -3.97,21 -8.2,43.41 -11.46,60.66" />
+  <polygon
+     id="polygon217"
+     style="fill:#a80036;stroke:#a80036;stroke-width:1"
+     points="220,361.26 214.9551,366.4126 217.771,373.0512 222.8159,367.8986 "
+     transform="translate(-126.5,-24)" />
+  <path
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#a80036;stroke-width:1"
+     id="Analysis-SoundQualityAnalyzer"
+     d="m 222.3,185.39 c 21.35,24.82 43.61,50.69 60.09,69.84" />
+  <polygon
+     id="polygon220"
+     style="fill:#a80036;stroke:#a80036;stroke-width:1"
+     points="340.04,199.21 340.9231,206.3668 347.869,208.3043 346.9859,201.1475 "
+     transform="translate(-126.5,-24)" />
+  <path
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#a80036;stroke-width:1"
+     id="Analysis-MusicalInstrument"
+     d="m 130.66,187.93 c -4.56,16 -9.21,32.33 -13.37,46.92" />
+  <polygon
+     id="polygon223"
+     style="fill:#a80036;stroke:#a80036;stroke-width:1"
+     points="260.78,199.21 255.287,203.8819 257.4868,210.7493 262.9798,206.0774 "
+     transform="translate(-126.5,-24)" />
+</svg>