Primer: Further changes to address reviews
authorSimon Miles <simon.miles@kcl.ac.uk>
Tue, 09 Apr 2013 17:13:28 +0100
changeset 6088 92d6d6056840
parent 6087 ca64c79ccf73
child 6089 6554d032adb0
Primer: Further changes to address reviews
primer/NOTE-prov-primer-20130430/images/everything.png
primer/Primer.html
primer/images/everything.png
primer/images/everything.svg
Binary file primer/NOTE-prov-primer-20130430/images/everything.png has changed
--- a/primer/Primer.html	Tue Apr 09 16:21:20 2013 +0100
+++ b/primer/Primer.html	Tue Apr 09 17:13:28 2013 +0100
@@ -26,15 +26,25 @@
    };
    var extraReferences = {
     "TURTLE":
-            "Eric Prud'hommeaux, Gavin Carothers " +
+            "Eric Prud'hommeaux, Gavin Carothers; eds. " +
             "<a href=\"http://www.w3.org/TR/2011/WD-turtle-20110809/\"><cite>Turtle: Terse RDF Triple Language</cite></a>. " +
             "9 August 2011. W3C Working Draft. " +
             "URL: <a href=\"http://www.w3.org/TR/2011/WD-turtle-20110809/\">http://www.w3.org/TR/2011/WD-turtle-20110809/</a>",
     "PROVENANCE-XG":
-            "Yolanda Gil, James Cheney, Paul Groth, Olaf Hartig, Simon Miles, Luc Moreau, Paulo Pinheiro da Silva " +
+            "Yolanda Gil, James Cheney, Paul Groth, Olaf Hartig, Simon Miles, Luc Moreau, Paulo Pinheiro da Silva. " +
             "<a href=\"http://www.w3.org/2005/Incubator/prov/XGR-prov/\"><cite>Provenance XG Final Report</cite></a>. " +
             "8 December 2010. " +
-            "URL: <a href=\"http://www.w3.org/2005/Incubator/prov/XGR-prov/\">http://www.w3.org/2005/Incubator/prov/XGR-prov/</a>"
+            "URL: <a href=\"http://www.w3.org/2005/Incubator/prov/XGR-prov/\">http://www.w3.org/2005/Incubator/prov/XGR-prov/</a>",
+    "FOAF":
+            "Dan Brickley, Libby Miller; eds. " +
+            "<a href=\"http://xmlns.com/foaf/spec/20100809.html\"><cite>FOAF Vocabulary Specification 0.98</cite></a>. " +
+            "9 August 2010. " +
+            "URL: <a href=\"http://xmlns.com/foaf/spec/20100809.html\">http://xmlns.com/foaf/spec/20100809.html</a>",
+     "DCTERMS":
+            "Dublin Core Metadata Initiative. " +
+            "<a href=\"http://dublincore.org/documents/2012/06/14/dcmi-terms/\"><cite>Dublin Core Terms Vocabulary</cite></a>. " +
+            "14 June 2012. " +
+            "URL: <a href=\"http://dublincore.org/documents/2012/06/14/dcmi-terms/\">http://dublincore.org/documents/2012/06/14/dcmi-terms/</a>"
    };
 
    var respecConfig = {
@@ -164,14 +174,12 @@
    <h2>Introduction</h2>
    <p>
     This primer document provides an accessible introduction to the PROV 
-    Data Model for provenance interchange on the web.
+    data model for provenance interchange on the Web.
     The <i>provenance</i> of digital objects represents their origins.  PROV is a 
     specification to express provenance records, 
     which contain <i>descriptions</i> of the entities 
     and activities involved in producing and delivering or otherwise influencing a 
     given object.
-    For the remainder of this document, we use the term 'provenance' to refer also
-    to records of provenance, except where the distinction is important for clarity.
     Provenance can be used for many purposes, such as 
     understanding how data was collected so it can be meaningfully used, determining 
     ownership and rights over an object, making judgements about information to 
@@ -230,13 +238,10 @@
     The example includes snippets in RDF using the PROV ontology [[PROV-O]], in a
     notation designed for human consumption [[PROV-N]], and in PROV's XML format [[PROV-XML]].
     The example shows how 
-    to combine PROV with other popular vocabularies such as FOAF and Dublin Core.</li>
+    to combine PROV with other popular vocabularies such as FOAF [[FOAF]] and Dublin Core [[DCTERMS]].</li>
   </ul>
 
-  <p>There are additional reference documents for PROV that are not covered in this 
-   primer, including the PROV Access and Query aspects of the specification [[PROV-AQ]], 
-   the constraints on the PROV data model [[PROV-CONSTRAINTS]], and
-   a formal semantics of the PROV data model [[PROV-SEM]]. </p>
+  <p>The document ends with a summary of major capabilities and features of PROV.</p>
 
  </section>
 
@@ -313,7 +318,7 @@
    <h3>Agents and Responsibility</h3>
    <p>
     An <i>agent</i> takes a role in an activity such 
-    that the agent can be assigned some degree of <i>responsibility</i> for the activity taking 
+    that the agent can be assigned some degree of responsibility for the activity taking 
     place.
     An agent can be a person, a piece of software, an inanimate object, an organization, or
     other entities that may be ascribed responsibility.
@@ -464,7 +469,7 @@
    terms from the PROV ontology, and prefixes <b>exc</b>, <b>exn</b>, <b>exb</b>, <b>exg</b>,
    denoting terms specific to the example.
    We illustrate in these examples how PROV can be used in combination with other
-   languages, such as FOAF and Dublin Core (with namespace prefix <b>foaf</b> and 
+   languages, such as FOAF [[FOAF]] and Dublin Core [[DCTERMS]] (with namespace prefix <b>foaf</b> and 
    <b>dcterms</b> respectively).
   </p>
   <p>
@@ -536,7 +541,8 @@
    <h3>Entities</h3>
 
    <p>
-    An online newspaper publishes an article with a chart about crime statistics making using of data (GovData) provided through a government portal. 
+    An online newspaper publishes an article with a chart about crime statistics 
+    based on data (GovData) provided by a government portal.
     The article includes a chart based on the data, with data values composed (aggregated) by
     geographical regions.
    </p>
@@ -1976,34 +1982,6 @@
   </section>
 
   <section>
-   <h3>Additional Aspects of PROV</h3>
-   <p>There are additional aspects of the PROV data model that we have not covered 
-    in this primer and that are important in many uses of provenance. These include
-    the following.
-   </p>
-   <ol>
-    <li><b>Provenance of provenance</b>:  
-     It is often useful to state the provenance of a provenance record.  
-     To enable this, PROV allows the grouping of provenance assertions as a <i>bundle</i>.
-     A bundle is a type of entity, and therefore its provenance can be asserted in turn.
-     For example, supposed that Betty wanted to express in the provenance of her blog 
-     entry that she personally checked her sources.  She would want to state the 
-     provenance of her blog entry, and then state that she stands by that provenance.  
-     To do this, she would create a bundle that contains provenance assertions for 
-     her blog entry, and then she would state that she was the creator of that bundle.  </li>
-    <li><b>Collections of entities</b>:
-     A <i>collection</i> in PROV is a type of entity that has other entities as members.
-     For example, Derek could decide to create several types of charts using dataset2.  
-     He would describe all the charts as a collection, and then state the provenance of 
-     the collection to be a single step that generates all the charts. </li>
-   </ol>
-   <p>
-    Please see the [[PROV-DM]] specification for details on these
-    and other concepts.
-   </p>
-  </section>
-
-  <section>
    <h3>The Complete Example</h3>
    <p>
     The full set of examples shown above are available in <a href="primer-turtle-examples.ttl">PROV-O Turtle format</a>
@@ -2038,7 +2016,7 @@
     information about their specific editorial processes in publishing articles.  
     The chart generator said nothing about the software used, therefore omitting 
     information about other agents involved in the processes.</li>
-   <li><b>Integrate provenance-related information represented in other vocabularies</b>.  
+   <li><b>Integrating provenance-related information represented in other vocabularies</b>.  
     The FOAF vocabulary was used for specifying details about Derek and his company.  
     The Dublin Core vocabulary was used for specifying the article title. </li>
    <li><b>Combining distributed provenance records provided by different parties</b>.  
@@ -2071,7 +2049,31 @@
    fixing them, repeating processes to re-generate datasets, relating versions of 
    documents over time, and inspecting sources and attribution.
   </p>
- </section>
+
+  <p>There are additional aspects of the PROV data model that we have not covered 
+    in this primer and that are important in many uses of provenance. These include
+    the following.
+   </p>
+   <ol>
+    <li><b>Provenance of provenance</b>:  
+     It is often useful to state the provenance of a provenance record.  
+     To enable this, PROV allows the grouping of provenance assertions as a <i>bundle</i>.
+     A bundle is a type of entity, and therefore its provenance can be asserted in turn.
+     For example, supposed that Betty wanted to express in the provenance of her blog 
+     entry that she personally checked her sources.  She would want to state the 
+     provenance of her blog entry, and then state that she stands by that provenance.  
+     To do this, she would create a bundle that contains provenance assertions for 
+     her blog entry, and then she would state that she was the creator of that bundle.  </li>
+    <li><b>Collections of entities</b>:
+     A <i>collection</i> in PROV is a type of entity that has other entities as members.
+     For example, Derek could decide to create several types of charts using dataset2.  
+     He would describe all the charts as a collection, and then state the provenance of 
+     the collection to be a single step that generates all the charts. </li>
+   </ol>
+   <p>
+    Please see the [[PROV-DM]] specification for details on these
+    and other concepts.
+   </p>
 </section>
 
 <section class="appendix">
@@ -2172,6 +2174,7 @@
   <li>Added summary section</li>
   <li>Added proper acknowledgements</li>
   <li>Clarified the introduction regarding what is in each section.</li>
+  <li>Added references for FOAF, Dublin Core and newer PROV documents.</li>
   <li>Typos fixed and minor clarifications throughout</li>
  </ul>
 </section>
Binary file primer/images/everything.png has changed
--- a/primer/images/everything.svg	Tue Apr 09 16:21:20 2013 +0100
+++ b/primer/images/everything.svg	Tue Apr 09 17:13:28 2013 +0100
@@ -634,7 +634,7 @@
      guidetolerance="10"
      inkscape:pageopacity="0"
      inkscape:pageshadow="2"
-     inkscape:window-width="1440"
+     inkscape:window-width="1600"
      inkscape:window-height="838"
      id="namedview4"
      showgrid="false"
@@ -782,6 +782,7 @@
 
 
 
+
 <ellipse
    cx="99.074509"
    cy="540.875"
@@ -828,6 +829,7 @@
 
 
 
+
 <rect
    x="-58.022228"
    y="-797.69781"
@@ -864,6 +866,7 @@
 
 
 
+
 <text
    xml:space="preserve"
    style="font-size:9.60000038px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
@@ -885,6 +888,7 @@
 
 
 
+
 <path
    style="fill:none;stroke:#000000;stroke-width:0.73835707px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:none;marker-end:url(#TriangleOutL)"
    d="m -56.100508,796.53863 c -31.808201,16.2825 -64.118712,60.22479 -64.118712,60.22479"
@@ -915,6 +919,7 @@
 
 
 
+
 <ellipse
    cx="99.074509"
    cy="540.875"
@@ -961,6 +966,7 @@
 
 
 
+
 <text
    xml:space="preserve"
    style="font-size:9.60000038px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
@@ -982,6 +988,7 @@
 
 
 
+
 <path
    style="fill:none;stroke:#000000;stroke-width:0.73174572px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#TriangleOutL-1)"
    d="m 85.794567,789.13803 c -77.0422652,0 -77.0422652,0 -77.0422652,0"
@@ -1022,6 +1029,7 @@
 
 
 
+
 <path
    style="fill:none;stroke:#000000;stroke-width:0.42079851px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#TriangleOutL-1)"
    d="m 193.45945,788.47623 c -25.4775,0 -25.4775,0 -25.4775,0"
@@ -1047,6 +1055,7 @@
 
 
 
+
 <ellipse
    cx="99.074509"
    cy="540.875"
@@ -1093,6 +1102,7 @@
 
 
 
+
 <text
    xml:space="preserve"
    style="font-size:9.60000038px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
@@ -1114,6 +1124,7 @@
 
 
 
+
 <path
    style="fill:none;stroke:#000000;stroke-width:0.72801185px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#TriangleOutL-1)"
    d="m 336.04944,789.64633 c -76.25804,0 -76.25804,0 -76.25804,0"
@@ -1163,6 +1174,7 @@
 
 
 
+
 <path
    style="fill:none;stroke:#000000;stroke-width:0.69468725px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#TriangleOutL-1)"
    d="m 485.11587,790.0159 c -69.43641,0 -69.43641,0 -69.43641,0"
@@ -1188,6 +1200,7 @@
 
 
 
+
 <text
    id="text128-4-1"
    style="font-size:12px;fill:#000000;stroke:none"
@@ -1209,6 +1222,7 @@
 
 
 
+
 <ellipse
    cx="99.074509"
    cy="540.875"
@@ -1254,6 +1268,7 @@
 
 
 
+
 <rect
    x="392.99048"
    y="-855.18738"
@@ -1289,6 +1304,7 @@
 
 
 
+
 <text
    xml:space="preserve"
    style="font-size:9.60000038px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
@@ -1309,6 +1325,7 @@
 
 
 
+
 <path
    d="m 337.50987,845.79995 c 0,2.83277 -1.40498,3.18325 -11.66788,5.98658 l -0.10842,0.0291 c -10.3171,2.83268 -10.42442,2.83268 -21.01257,2.83268 -14.09835,0 -77.83854,0 -77.83854,0 l 0,-29.90312 110.62741,0 0,21.05476 z m 0,0.14589 c 0,2.68688 -0.10845,2.68688 -22.20072,2.68688 l 0,0 c 0,5.98623 0,6.01558 -9.93987,6.01558"
    style="fill:none;stroke:#000000;stroke-width:1.0732199;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none"
@@ -1340,6 +1357,7 @@
 
 
 
+
 </g><rect
    style="fill:#cfceff;stroke:none"
    id="rect124-9"
@@ -1373,6 +1391,7 @@
 
 
 
+
 <path
    inkscape:connector-curvature="0"
    id="path3843"
@@ -1414,6 +1433,7 @@
 
 
 
+
 <ellipse
    d="m 178.65482,540.875 c 0,19.88228 -35.62932,36.00006 -79.580311,36.00006 -43.950994,0 -79.580315,-16.11778 -79.580315,-36.00006 0,-19.88228 35.629321,-36.00006 79.580315,-36.00006 43.950991,0 79.580311,16.11778 79.580311,36.00006 z"
    transform="matrix(0.48494759,0,0,-0.29752862,-114.38666,1074.9036)"
@@ -1457,6 +1477,7 @@
 
 
 
+
 <path
    style="fill:#ffcc66;fill-opacity:0.38999999;stroke:none"
    inkscape:connector-curvature="0"
@@ -1484,6 +1505,7 @@
 
 
 
+
 <text
    transform="scale(1,-1)"
    sodipodi:linespacing="125%"
@@ -1502,6 +1524,7 @@
 
 
 
+
 <text
    transform="matrix(0.96813552,0.25042692,0.25042692,-0.9681355,0,0)"
    sodipodi:linespacing="125%"
@@ -1520,6 +1543,7 @@
 
 
 
+
 <path
    sodipodi:nodetypes="cc"
    inkscape:connector-curvature="0"
@@ -1571,6 +1595,7 @@
 
 
 
+
 <path
    style="fill:none;stroke:#000000;stroke-width:0.63566792px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#TriangleOutL-1-3)"
    d="M -95.651962,973.31391 -134.05856,882.28785"
@@ -1616,6 +1641,7 @@
 
 
 
+
 <text
    xml:space="preserve"
    style="font-size:9.60000038px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
@@ -1632,6 +1658,7 @@
 
 
 
+
 <path
    style="fill:none;stroke:#000000;stroke-width:0.626495px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#TriangleOutL-1)"
    d="m 312.18847,974.44664 c -56.29159,-4.60025 -339.645554,4.01012 -339.645554,4.01012"
@@ -1655,6 +1682,7 @@
 
 
 
+
 <path
    sodipodi:nodetypes="cc"
    inkscape:connector-curvature="0"
@@ -1703,6 +1731,7 @@
 
 
 
+
 <text
    transform="scale(1,-0.99999998)"
    sodipodi:linespacing="125%"
@@ -1721,6 +1750,7 @@
 
 
 
+
 <path
    sodipodi:nodetypes="cc"
    inkscape:connector-curvature="0"
@@ -1749,6 +1779,7 @@
 
 
 
+
 <ellipse
    d="m 178.65482,540.875 c 0,19.88228 -35.62932,36.00006 -79.580311,36.00006 -43.950994,0 -79.580315,-16.11778 -79.580315,-36.00006 0,-19.88228 35.629321,-36.00006 79.580315,-36.00006 43.950991,0 79.580311,16.11778 79.580311,36.00006 z"
    transform="matrix(1.0405683,0,0,-0.29752862,158.02705,1228.3335)"
@@ -1792,6 +1823,7 @@
 
 
 
+
 <path
    sodipodi:nodetypes="cc"
    inkscape:connector-curvature="0"
@@ -1815,6 +1847,7 @@
 
 
 
+
 <g
    inkscape:export-ydpi="79.550438"
    inkscape:export-xdpi="79.550438"
@@ -1851,6 +1884,7 @@
 
 
 
+
 </g><g
    inkscape:export-ydpi="79.550438"
    inkscape:export-xdpi="79.550438"
@@ -1880,6 +1914,7 @@
 
 
 
+
 <path
    style="fill:none;stroke:#000000;stroke-width:0.55805522px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#TriangleOutL-1)"
    d="m 270.11984,901.7462 c -85.53239,-5.59539 -91.34828,-5.59539 -91.34828,-5.59539"
@@ -1905,6 +1940,7 @@
 
 
 
+
 <text
    xml:space="preserve"
    style="font-size:9.60000038px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
@@ -1925,6 +1961,7 @@
 
 
 
+
 <path
    style="fill:none;stroke:#000000;stroke-width:0.49191597px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#TriangleOutL-1-4-23)"
    d="M 119.57684,893.37405 3.6477226,891.86119 C -44.29533,889.7903 -67.245341,879.85313 -89.586263,869.72428"
@@ -1966,6 +2003,7 @@
 
 
 
+
 </g><path
    style="fill:none;stroke:#000000;stroke-width:0.74672717px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#TriangleOutL-1-4-23)"
    d="m 521.39213,800.13911 c -63.57796,40.2577 -63.57796,40.2577 -63.57796,40.2577"
@@ -1998,6 +2036,7 @@
 
 
 
+
 <path
    style="fill:none;stroke:#000000;stroke-width:0.88370097px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#TriangleOutL-1-4-23)"
    d="M 547.17205,799.56138 C 501.01243,866.28095 424.25256,884.75204 345.67837,900.36243"
@@ -2023,8 +2062,9 @@
 
 
 
+
 <g
-   transform="matrix(1.0693867,0,0,-0.74839875,-193.69309,971.61749)"
+   transform="matrix(1.1011352,0,0,-0.74839875,-194.5503,971.61749)"
    id="g558-3"
    inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/w3-publication1.png"
    inkscape:export-xdpi="79.550438"
@@ -2050,7 +2090,8 @@
      y="10"
      x="-7.6403961"
      style="font-size:9.60000038px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Georgia;-inkscape-font-specification:Georgia"
-     id="tspan3495">ex:dataToCompose</tspan></text>
+     id="tspan3495">exc:dataToCompose</tspan></text>
+
 
 
 
@@ -2061,7 +2102,7 @@
 
 </g><path
    style="fill:none;stroke:#000000;stroke-width:0.80000001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:2.4, 2.4;stroke-dashoffset:0;marker-start:none"
-   d="m -68.624357,802.75059 c -9.693152,-14.21663 -9.693152,-14.21663 -9.693152,-14.21663"
+   d="m -67.024357,801.15059 c -9.693152,-14.21663 -9.693152,-14.21663 -9.693152,-14.21663"
    id="path6977"
    inkscape:connector-curvature="0" /><g
    transform="matrix(1.3833797,0,0,-0.79414573,-203.00441,927.90576)"
@@ -2099,6 +2140,7 @@
 
 
 
+
 </g><path
    style="fill:none;stroke:#000000;stroke-width:0.80000001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:2.4, 2.4;stroke-dashoffset:0;marker-start:none"
    d="m -81.032317,769.3348 c -1.032484,-17.17566 -1.032484,-17.17566 -1.032484,-17.17566"
@@ -2139,6 +2181,7 @@
 
 
 
+
 </g><path
    style="fill:none;stroke:#000000;stroke-width:0.62331414;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:1.8699425, 1.8699425;stroke-dashoffset:0;marker-start:none"
    d="M 48.855922,788.07487 C 47.823432,777.6482 47.823432,777.6482 47.823432,777.6482"
@@ -2172,6 +2215,7 @@
 
 
 
+
 <g
    transform="matrix(0.90807061,0,0,-0.79395312,28.549442,921.59482)"
    id="g558-3-9"
@@ -2208,6 +2252,7 @@
 
 
 
+
 </g><path
    style="fill:none;stroke:#000000;stroke-width:0.79679942px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#marker6602)"
    d="M -33.529791,780.89283 C -47.903195,721.89672 -47.903195,721.89672 -47.903195,721.89672"
@@ -2232,6 +2277,7 @@
 
 
 
+
 <path
    style="fill:none;stroke:#000000;stroke-width:0.80704731;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:2.42114196, 2.42114196;stroke-dashoffset:0"
    d="m -44.492325,729.06313 c 97.33151,-0.6462 97.33151,-0.6462 97.33151,-0.6462"
@@ -2279,6 +2325,7 @@
 
 
 
+
 <g
    transform="matrix(0.30786802,0.20888028,0.79449233,-1.2284121,-283.62403,954.67033)"
    id="g572-5-1-7"
@@ -2321,6 +2368,7 @@
 
 
 
+
 <g
    transform="matrix(0.15898884,-0.00230963,0.00875826,-1.4614635,-16.181492,1028.8182)"
    id="g572-5-1-7-0"
@@ -2359,6 +2407,7 @@
 
 
 
+
 <path
    style="fill:none;stroke:#000000;stroke-width:0.6293723px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#marker6602)"
    d="m -28.728462,700.07785 c 0,-14.39826 0,-14.39826 0,-14.39826"
@@ -2383,6 +2432,7 @@
 
 
 
+
 <path
    style="fill:none;stroke:#000000;stroke-width:0.79855895px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#marker6602-9)"
    d="M 213.76953,780.66181 C 218.16038,704.53278 107.16533,712.22493 3.062825,709.06292"
@@ -2408,6 +2458,7 @@
 
 
 
+
 <path
    style="fill:none;stroke:#000000;stroke-width:0.79445344px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#marker6602-9)"
    d="M 348.82885,780.01634 C 253.43862,679.42628 121.71857,715.47473 3.0766681,702.33555"
@@ -2433,6 +2484,7 @@
 
 
 
+
 <text
    xml:space="preserve"
    style="font-size:40px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
@@ -2451,6 +2503,7 @@
 
 
 
+
 <text
    xml:space="preserve"
    style="font-size:8px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
@@ -2470,6 +2523,7 @@
 
 
 
+
 <text
    xml:space="preserve"
    style="font-size:40px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
@@ -2488,6 +2542,7 @@
 
 
 
+
 <rect
    style="fill:none;stroke:none"
    id="rect3414"
@@ -2538,6 +2593,7 @@
 
 
 
+
 </g><path
    style="fill:none;stroke:#000000;stroke-width:0.80000001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:3.2, 0.8;stroke-dashoffset:0"
    d="m -167.37351,1030.6776 c 730.86366,3.231 730.21745,3.231 730.21745,3.231"
@@ -2557,6 +2613,7 @@
 
 
 
+
 <path
    style="fill:none;stroke:#000000;stroke-width:0.80000001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:3.2, 0.8;stroke-dashoffset:0"
    d="m -167.85862,960.49506 c 730.86368,3.231 730.21746,3.231 730.21746,3.231"
@@ -2576,6 +2633,7 @@
 
 
 
+
 <text
    xml:space="preserve"
    style="font-size:11.19999981px;font-style:normal;font-weight:normal;text-align:end;line-height:125%;letter-spacing:0px;word-spacing:0px;text-anchor:end;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
@@ -2595,6 +2653,7 @@
 
 
 
+
 <text
    xml:space="preserve"
    style="font-size:11.19999981px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
@@ -2610,4 +2669,5 @@
 
 
 
+
 </g></svg>
\ No newline at end of file