Merge with prov-aq update
authorGraham Klyne
Thu, 29 Mar 2012 15:28:20 +0100
changeset 2076 2b3bd4e1beb1
parent 2075 ea42e1cefd86 (current diff)
parent 2073 d33966f7aa10 (diff)
child 2078 2371c28078ea
child 2102 e55ca744d14e
Merge with prov-aq update
--- a/examples/bin/sd_name.sh	Thu Mar 29 14:20:43 2012 +0100
+++ b/examples/bin/sd_name.sh	Thu Mar 29 15:28:20 2012 +0100
@@ -1,4 +1,10 @@
 #!/bin/bash
+# 
+# Creates a .sd_name file corresponding to any RDF file in this examples directory.
+# The .sd_name files used by https://github.com/timrdf/DataFAQs/blob/master/bin/df-load-triple-store.sh 
+# to load each file into a different named graph.
+#
+# Tim Lebo
 
 BASE="http://dvcs.w3.org/hg/prov/file/tip/examples"
 RAW="http://dvcs.w3.org/hg/prov/raw-file/tip/examples"
--- a/examples/eg-19-derived-named-graph-attribution/rdf/evaluation.ttl.sd_name	Thu Mar 29 14:20:43 2012 +0100
+++ b/examples/eg-19-derived-named-graph-attribution/rdf/evaluation.ttl.sd_name	Thu Mar 29 15:28:20 2012 +0100
@@ -1,1 +1,1 @@
-http://aquarius.tw.rpi.edu/projects/datafaqs/epoch/2012-03-23/faqt/1/dataset/1
+http://dvcs.w3.org/hg/prov/raw-file/tip/examples/eg-19-derived-named-graph-attribution/rdf/evaluation.ttl
--- a/model/examples/w3c-publication1.pn	Thu Mar 29 14:20:43 2012 +0100
+++ b/model/examples/w3c-publication1.pn	Thu Mar 29 15:28:20 2012 +0100
@@ -26,21 +26,21 @@
 wasDerivedFrom(tr:WD-prov-dm-20111215,tr:WD-prov-dm-20111018)
 
 
-activity(ex:act1,,,[prov:type="publish"])
-activity(ex:act2,,,[prov:type="publish"])
+activity(ex:act1,[prov:type="publish"])
+activity(ex:act2,[prov:type="publish"])
 
 
-wasGeneratedBy(tr:WD-prov-dm-20111018, ex:act1)
-wasGeneratedBy(tr:WD-prov-dm-20111215, ex:act2)
+wasGeneratedBy(tr:WD-prov-dm-20111018, ex:act1, -)
+wasGeneratedBy(tr:WD-prov-dm-20111215, ex:act2, -)
 
-used(ex:act1,ar1:0004)
-used(ex:act1,ar2:0141)
-used(ex:act2,ar3:0111)
+used(ex:act1,ar1:0004,-)
+used(ex:act1,ar2:0141,-)
+used(ex:act2,ar3:0111,-)
 
 agent(w3:Consortium, [ prov:type="Organization" ])
 
-wasAssociatedWith(ex:act1, w3:Consortium  @ pr:rec-advance)
-wasAssociatedWith(ex:act2, w3:Consortium  @ pr:rec-advance)
+wasAssociatedWith(ex:act1, w3:Consortium, pr:rec-advance)
+wasAssociatedWith(ex:act2, w3:Consortium, pr:rec-advance)
 
 
 
--- a/model/examples/w3c-publication3.pn	Thu Mar 29 14:20:43 2012 +0100
+++ b/model/examples/w3c-publication3.pn	Thu Mar 29 15:28:20 2012 +0100
@@ -3,7 +3,6 @@
 container
 
 prefix ex <http://example.org/>
-
 prefix w3  <http://www.w3.org/>
 prefix tr  <http://www.w3.org/TR/2011/>
 
@@ -22,21 +21,21 @@
 agent(ex:James,   [ prov:type="Person" ])
 agent(ex:Satya,   [ prov:type="Person" ])
 
-activity(ex:edit1,,,[prov:type="edit"])
+activity(ex:edit1,[prov:type="edit"])
 
 wasGeneratedBy(tr:WD-prov-dm-20111215, ex:edit1)
 
-wasAssociatedWith(ex:edit1, ex:Luc,     [prov:role="editor"])
-wasAssociatedWith(ex:edit1, ex:Paolo,   [prov:role="editor"])
-wasAssociatedWith(ex:edit1, ex:Khalid,  [prov:role="contributor"])
-wasAssociatedWith(ex:edit1, ex:Stephen, [prov:role="contributor"])
-wasAssociatedWith(ex:edit1, ex:Yolanda, [prov:role="contributor"])
-wasAssociatedWith(ex:edit1, ex:Ryan,    [prov:role="contributor"])
-wasAssociatedWith(ex:edit1, ex:Paul,    [prov:role="contributor"])
-wasAssociatedWith(ex:edit1, ex:Graham,  [prov:role="contributor"])
-wasAssociatedWith(ex:edit1, ex:Jim,     [prov:role="contributor"])
-wasAssociatedWith(ex:edit1, ex:Simon,   [prov:role="contributor"])
-wasAssociatedWith(ex:edit1, ex:James,   [prov:role="contributor"])
-wasAssociatedWith(ex:edit1, ex:Satya,   [prov:role="contributor"])
+wasAssociatedWith(ex:edit1, ex:Luc, -,     [prov:role="editor"])
+wasAssociatedWith(ex:edit1, ex:Paolo, -,   [prov:role="editor"])
+wasAssociatedWith(ex:edit1, ex:Khalid, -,  [prov:role="contributor"])
+ wasAssociatedWith(ex:edit1, ex:Stephen, -, [prov:role="contributor"])
+wasAssociatedWith(ex:edit1, ex:Yolanda, -, [prov:role="contributor"])
+wasAssociatedWith(ex:edit1, ex:Ryan, -,    [prov:role="contributor"])
+wasAssociatedWith(ex:edit1, ex:Paul, -,    [prov:role="contributor"])
+wasAssociatedWith(ex:edit1, ex:Graham, -,  [prov:role="contributor"])
+wasAssociatedWith(ex:edit1, ex:Jim, -,     [prov:role="contributor"])
+wasAssociatedWith(ex:edit1, ex:Simon, -,   [prov:role="contributor"])
+wasAssociatedWith(ex:edit1, ex:James, -,   [prov:role="contributor"])
+wasAssociatedWith(ex:edit1, ex:Satya, -,   [prov:role="contributor"])
 
 endContainer
--- a/model/glossary.html	Thu Mar 29 14:20:43 2012 +0100
+++ b/model/glossary.html	Thu Mar 29 15:28:20 2012 +0100
@@ -2,7 +2,7 @@
 <html>
 
 <div class="glossary" id="glossary-entity">  
-<dfn id="concept-entity" title="entity">Entities</dfn> are things one  
+An <dfn id="concept-entity">entity</dfn> is a thing one  
  wants to provide provenance for.  For the purpose of this  
  specification, things can be physical, digital, conceptual, or  
  otherwise; things may be real or imaginary.  
@@ -10,7 +10,7 @@
 
 <span class="glossary" id="glossary-activity">  
 An <dfn id="concept-activity">activity</dfn>
- is something that occurs and acts upon or with entities. 
+ is something that occurs over a period of time and acts upon or with entities. 
 This action can take multiple forms: consuming, processing, transforming, modifying, relocating, using, generating, or being associated with entities. 
 </span>
 
@@ -20,7 +20,7 @@
 
 <span class="glossary" id="glossary-generation">  
 <dfn id="concept-generation">Generation</dfn> is the completion of production of a new entity by an activity.
- This entity become available for usage after this generation. This entity did not exist before generation.
+ This entity becomes available for usage after this generation. This entity did not exist before generation.
 </span>
 
 <span class="glossary" id="glossary-usage">  
@@ -39,11 +39,11 @@
 </span>
 
 <span class="glossary" id="glossary-collection">  
-A <dfn id="concept-collection">collection</dfn> is an entity that provides  structure to some constituents, which are themselves entities. 
+A <dfn id="concept-collection">collection</dfn> is an entity that provides a structure to some constituents, which are themselves entities. These constituents are said to be <dfn>member of</dfn> the collections. 
 </span>
 
-<span class="glossary" id="glossary-accountEntity">  
-An <dfn id="concept-accountEntity">accountEntity</dfn> is an entity that contains a bundle of provenance assertions. 
+<span class="glossary" id="glossary-account">  
+An <dfn id="concept-account">account</dfn> is an entity that contains a bundle of provenance assertions. 
 </span>
 
 <span class="glossary" id="glossary-provenance">  
@@ -112,17 +112,19 @@
 </span>
 
 <span class="glossary" id="glossary-revision">  
-A <dfn id="concept-revision">revision</dfn> is the result of revising an entity into a revised version.
+A <dfn id="concept-revision">revision</dfn> is a derivation that revises an entity into a revised version.
 </span>
 
 <span class="glossary" id="glossary-start">  
 <dfn id="concept-start">Start</dfn> is when an activity is deemed to have started.
  The activity did not exist before its start. Any usage or generation involving an activity follows its start.
+A start may refer to an entity, known as <dfn id="concept-start-trigger">trigger</dfn>, that initiated the activity.
 </span>
 
 <span class="glossary" id="glossary-end">  
 <dfn id="concept-end">End</dfn> is when an activity is deemed to have ended.
  The activity no longer exists after its end. Any usage, generation, or invalidation involving an activity precedes its end.
+An end may refer to an entity, known as <dfn id="concept-end-trigger">trigger</dfn>, that terminated the activity.
 </span>
 
 <span class="glossary" id="glossary-attribution">  
@@ -135,7 +137,7 @@
 
 
 <span class="glossary" id="glossary-startByActivity">  
-<dfn id="concept-startByActivity">Start by Activity</dfn> is when an activity is deemed to have started, triggered by another activity.
+<dfn id="concept-startByActivity">Start by Activity</dfn> is the start of an activity with an implicit trigger generated by another activity.
 </span>
 </html>
 
@@ -144,3 +146,30 @@
 </span>
 
 
+<span class="glossary" id="glossary-insertion">
+ <dfn id="concept-insertion">Insertion</dfn> is a derivation that transforms a collection into another, by insertion of one or more key-value pairs.
+</span>
+
+<span class="glossary" id="glossary-removal">
+ <dfn id="concept-removal">Removal</dfn> is a derivation that transforms a collection into another, by removing one or more key-value pairs.
+</span>
+
+<span class="glossary" id="glossary-membership">
+<dfn id="concept-membership">Membership</dfn> is the belonging of a key-value pair to collection.
+</span>
+
+<span class="glossary" id="glossary-alternate">  
+An entity is <dfn id="concept-alternate">alternate</dfn> of another if they are both a specialization of some common entity.
+The common entity does not need to be identified.
+</span>
+
+<span class="glossary" id="glossary-specialization">  
+An entity is a <dfn id="concept-specialization">specialization</dfn> of another if they both refer to some common thing
+but the former is a more constrained entity than the former. The common entity does not need to be identified.
+</span> 
+
+<span class="glossary" id="glossary-qualifiedName">  
+A <dfn id="concept-qualifiedName">qualified name</dfn> is a name subject to <a>namespace</a> interpretation. It consists of a <a>namespace</a>, denoted by an optional prefix, and a local name.</p>
+</span> 
+
+
--- a/model/glossary.js	Thu Mar 29 14:20:43 2012 +0100
+++ b/model/glossary.js	Thu Mar 29 15:28:20 2012 +0100
@@ -3,20 +3,21 @@
 //  with <script src="glossary.js" class="remove"></script>
 //Insert glossary definitions with the following 
 // <div class="glossary-ref" ref="glossary-generation"></div>
-glossary_hg='http://dvcs.w3.org/hg/prov/file/b3f7be492a4b/model/glossary.html';
+glossary_hg='http://dvcs.w3.org/hg/prov/file/ba195f6fa1bb/model/glossary.html';
 glossary_string= 
 ' ' + 
 '<html> ' + 
 ' ' + 
 '<div class="glossary" id="glossary-entity">   ' + 
-'<dfn id="concept-entity" title="entity">Entities</dfn> are things one   ' + 
+'An <dfn id="concept-entity">entity</dfn> is a thing one   ' + 
 ' wants to provide provenance for.  For the purpose of this   ' + 
 ' specification, things can be physical, digital, conceptual, or   ' + 
 ' otherwise; things may be real or imaginary.   ' + 
 '</div>   ' + 
 ' ' + 
 '<span class="glossary" id="glossary-activity">   ' + 
-'An <dfn id="concept-activity">activity</dfn> is something that occurs and acts upon or with entities.   ' + 
+'An <dfn id="concept-activity">activity</dfn> ' + 
+' is something that occurs over a period of time and acts upon or with entities.  ' + 
 'This action can take multiple forms: consuming, processing, transforming, modifying, relocating, using, generating, or being associated with entities.  ' + 
 '</span> ' + 
 ' ' + 
@@ -26,7 +27,7 @@
 ' ' + 
 '<span class="glossary" id="glossary-generation">   ' + 
 '<dfn id="concept-generation">Generation</dfn> is the completion of production of a new entity by an activity. ' + 
-' This entity become available for usage after this generation. This entity did not exist before generation. ' + 
+' This entity becomes available for usage after this generation. This entity did not exist before generation. ' + 
 '</span> ' + 
 ' ' + 
 '<span class="glossary" id="glossary-usage">   ' + 
@@ -45,11 +46,11 @@
 '</span> ' + 
 ' ' + 
 '<span class="glossary" id="glossary-collection">   ' + 
-'A <dfn id="concept-collection">collection</dfn> is an entity that provides  structure to some constituents, which are themselves entities.  ' + 
+'A <dfn id="concept-collection">collection</dfn> is an entity that provides a structure to some constituents, which are themselves entities. These constituents are said to be <dfn>member of</dfn> the collections.  ' + 
 '</span> ' + 
 ' ' + 
-'<span class="glossary" id="glossary-accountEntity">   ' + 
-'An <dfn id="concept-accountEntity">accountEntity</dfn> is an entity that contains a bundle of provenance assertions.  ' + 
+'<span class="glossary" id="glossary-account">   ' + 
+'An <dfn id="concept-account">account</dfn> is an entity that contains a bundle of provenance assertions.  ' + 
 '</span> ' + 
 ' ' + 
 '<span class="glossary" id="glossary-provenance">   ' + 
@@ -98,7 +99,7 @@
 '</span> ' + 
 ' ' + 
 '<span class="glossary" id="glossary-event">   ' + 
-'An <em>instantaneous event</em>, or <dfn id="concept-event">event</dfn> for short, happens in the world and marks a change in the world, in its ' + 
+'oAn <em>instantaneous event</em>, or <dfn id="concept-event">event</dfn> for short, happens in the world and marks a change in the world, in its ' + 
 'activities and in its entities.   ' + 
 '</span> ' + 
 ' ' + 
@@ -118,17 +119,19 @@
 '</span> ' + 
 ' ' + 
 '<span class="glossary" id="glossary-revision">   ' + 
-'A <dfn id="concept-revision">revision</dfn> is the result of revising an entity into a revised version. ' + 
+'A <dfn id="concept-revision">revision</dfn> is a derivation that revises an entity into a revised version. ' + 
 '</span> ' + 
 ' ' + 
 '<span class="glossary" id="glossary-start">   ' + 
 '<dfn id="concept-start">Start</dfn> is when an activity is deemed to have started. ' + 
 ' The activity did not exist before its start. Any usage or generation involving an activity follows its start. ' + 
+'A start may refer to an entity, known as <dfn id="concept-start-trigger">trigger</dfn>, that initiated the activity. ' + 
 '</span> ' + 
 ' ' + 
 '<span class="glossary" id="glossary-end">   ' + 
 '<dfn id="concept-end">End</dfn> is when an activity is deemed to have ended. ' + 
 ' The activity no longer exists after its end. Any usage, generation, or invalidation involving an activity precedes its end. ' + 
+'An end may refer to an entity, known as <dfn id="concept-end-trigger">trigger</dfn>, that terminated the activity. ' + 
 '</span> ' + 
 ' ' + 
 '<span class="glossary" id="glossary-attribution">   ' + 
@@ -141,7 +144,7 @@
 ' ' + 
 ' ' + 
 '<span class="glossary" id="glossary-startByActivity">   ' + 
-'<dfn id="concept-startByActivity">Start by Activity</dfn> is when an activity is deemed to have started, triggered by another activity. ' + 
+'<dfn id="concept-startByActivity">Start by Activity</dfn> is the start of an activity with an implicit trigger generated by another activity. ' + 
 '</span> ' + 
 '</html> ' + 
 ' ' + 
@@ -150,4 +153,31 @@
 '</span> ' + 
 ' ' + 
 ' ' + 
+'<span class="glossary" id="glossary-insertion"> ' + 
+' <dfn id="concept-insertion">Insertion</dfn> is a derivation that transforms a collection into another, by insertion of one or more key-value pairs. ' + 
+'</span> ' + 
+' ' + 
+'<span class="glossary" id="glossary-removal"> ' + 
+' <dfn id="concept-removal">Removal</dfn> is a derivation that transforms a collection into another, by removing one or more key-value pairs. ' + 
+'</span> ' + 
+' ' + 
+'<span class="glossary" id="glossary-membership"> ' + 
+'<dfn id="concept-membership">Membership</dfn> is the belonging of a key-value pair to collection. ' + 
+'</span> ' + 
+' ' + 
+'<span class="glossary" id="glossary-alternate">   ' + 
+'An entity is <dfn id="concept-alternate">alternate</dfn> of another if they are both a specialization of some common entity. ' + 
+'The common entity does not need to be identified. ' + 
+'</span> ' + 
+' ' + 
+'<span class="glossary" id="glossary-specialization">   ' + 
+'An entity is a <dfn id="concept-specialization">specialization</dfn> of another if they both refer to some common thing ' + 
+'but the former is a more constrained entity than the former. The common entity does not need to be identified. ' + 
+'</span>  ' + 
+' ' + 
+'<span class="glossary" id="glossary-qualifiedName">   ' + 
+'A <dfn id="concept-qualifiedName">qualified name</dfn> is a name subject to <a>namespace</a> interpretation. It consists of a <a>namespace</a>, denoted by an optional prefix, and a local name.</p> ' + 
+'</span>  ' + 
+' ' + 
+' ' + 
 ' ' ;
Binary file model/images/Agents-Responsibility.png has changed
--- a/model/images/Agents-Responsibility.svg	Thu Mar 29 14:20:43 2012 +0100
+++ b/model/images/Agents-Responsibility.svg	Thu Mar 29 15:28:20 2012 +0100
@@ -1,85 +1,815 @@
-<?xml version="1.0" encoding="utf-8" ?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-<svg height="448" version="1.1" width="590" xmlns="http://www.w3.org/2000/svg">
-<rect fill="#ffffff" height="88" stroke="#ffffff" stroke-width="1" width="86" x="282" y="173"/>
-<rect fill="none" height="88" stroke="#000000" stroke-width="1" width="86" x="282" y="173"/>
-<text font-family="Lucida Grande" font-size="13" x="306" y="187">
+<?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"
+   height="448"
+   version="1.1"
+   width="590"
+   id="svg2"
+   inkscape:version="0.47 r22583"
+   sodipodi:docname="Agents-Responsibility.svg">
+  <metadata
+     id="metadata140">
+    <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>
+  <defs
+     id="defs138">
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="0 : 224 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_z="590 : 224 : 1"
+       inkscape:persp3d-origin="295 : 149.33333 : 1"
+       id="perspective142" />
+    <inkscape:perspective
+       id="perspective2885"
+       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+       inkscape:vp_z="1 : 0.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 0.5 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <inkscape:perspective
+       id="perspective2907"
+       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+       inkscape:vp_z="1 : 0.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 0.5 : 1"
+       sodipodi:type="inkscape:persp3d" />
+  </defs>
+  <sodipodi:namedview
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1"
+     objecttolerance="10"
+     gridtolerance="10"
+     guidetolerance="10"
+     inkscape:pageopacity="0"
+     inkscape:pageshadow="2"
+     inkscape:window-width="1280"
+     inkscape:window-height="1001"
+     id="namedview136"
+     showgrid="false"
+     inkscape:zoom="1.7268409"
+     inkscape:cx="295.86864"
+     inkscape:cy="246.0055"
+     inkscape:window-x="1280"
+     inkscape:window-y="0"
+     inkscape:window-maximized="1"
+     inkscape:current-layer="svg2" />
+  <rect
+     fill="#ffffff"
+     height="88"
+     stroke="#ffffff"
+     stroke-width="1"
+     width="86"
+     x="282"
+     y="173"
+     id="rect4"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Agents-Responsibility.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
+  <rect
+     fill="none"
+     height="88"
+     stroke="#000000"
+     stroke-width="1"
+     width="86"
+     x="282"
+     y="173"
+     id="rect6"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Agents-Responsibility.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
+  <text
+     font-family="Lucida Grande"
+     font-size="13"
+     x="306"
+     y="187"
+     id="text8"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Agents-Responsibility.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438">
 Agent</text>
-<rect fill="#000000" height="1" stroke="#000000" stroke-width="1" width="86" x="282" y="197"/>
-<text font-family="Lucida Grande" font-size="13" x="286" y="212">
-id</text>
-<text font-family="Lucida Grande" font-size="13" x="286" y="229">
-attrs</text>
-<rect fill="#000000" height="1" stroke="#000000" stroke-width="1" width="86" x="282" y="239"/>
-<rect fill="#ffffff" height="89" stroke="#ffffff" stroke-width="1" width="66" x="510" y="174"/>
-<rect fill="none" height="89" stroke="#000000" stroke-width="1" width="66" x="510" y="174"/>
-<text font-family="Lucida Grande" font-size="13" x="525" y="188">
-Entity</text>
-<rect fill="#000000" height="1" stroke="#000000" stroke-width="1" width="66" x="510" y="198"/>
-<text font-family="Lucida Grande" font-size="13" x="514" y="213">
-id</text>
-<text font-family="Lucida Grande" font-size="13" x="514" y="230">
-attrs</text>
-<rect fill="#000000" height="1" stroke="#000000" stroke-width="1" width="66" x="510" y="240"/>
-<polyline fill="none" points="510,217 368,217" stroke="#000000" stroke-width="1"/>
-<line fill="#000000" stroke="#000000" stroke-width="1" x1="380" x2="368" y1="210" y2="217"/>
-<line fill="#000000" stroke="#000000" stroke-width="1" x1="380" x2="368" y1="224" y2="217"/>
-<text font-family="Lucida Grande" font-size="13" x="395" y="234">
-wasAttributedTo</text>
-<polyline fill="none" points="368,254 510,254" stroke="#000000" stroke-width="1"/>
-<polygon fill="#ffffff" points="510,254 498,261 498,247" stroke="#ffffff" stroke-width="1"/>
-<polygon fill="none" points="510,254 498,261 498,247" stroke="#000000" stroke-width="1"/>
-<rect fill="#ffffff" height="123" stroke="#ffffff" stroke-width="1" width="82" x="14" y="166"/>
-<rect fill="none" height="123" stroke="#000000" stroke-width="1" width="82" x="14" y="166"/>
-<text font-family="Lucida Grande" font-size="13" x="31" y="180">
-Activity</text>
-<rect fill="#000000" height="1" stroke="#000000" stroke-width="1" width="82" x="14" y="190"/>
-<text font-family="Lucida Grande" font-size="13" x="18" y="205">
+  <rect
+     fill="#000000"
+     height="1"
+     stroke="#000000"
+     stroke-width="1"
+     width="86"
+     x="282"
+     y="197"
+     id="rect10"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Agents-Responsibility.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
+  <text
+     font-family="Lucida Grande"
+     font-size="13"
+     x="286"
+     y="212"
+     id="text12"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Agents-Responsibility.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438">
 id</text>
-<text font-family="Lucida Grande" font-size="13" x="18" y="222">
-st</text>
-<text font-family="Lucida Grande" font-size="13" x="18" y="239">
-et</text>
-<text font-family="Lucida Grande" font-size="13" x="18" y="256">
-attrs</text>
-<rect fill="#000000" height="1" stroke="#000000" stroke-width="1" width="82" x="14" y="266"/>
-<rect fill="#ffffff" height="68" stroke="#ffffff" stroke-width="1" width="66" x="158" y="14"/>
-<rect fill="none" height="68" stroke="#000000" stroke-width="1" width="66" x="158" y="14"/>
-<text font-family="Lucida Grande" font-size="13" x="178" y="28">
+  <text
+     font-size="13"
+     x="286"
+     y="229"
+     id="text14"
+     style="font-size:13px;font-family:Lucida Grande"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Agents-Responsibility.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438">attributes</text>
+  <rect
+     fill="#000000"
+     height="1"
+     stroke="#000000"
+     stroke-width="1"
+     width="86"
+     x="282"
+     y="239"
+     id="rect16"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Agents-Responsibility.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
+  <rect
+     fill="#ffffff"
+     height="89"
+     stroke="#ffffff"
+     stroke-width="1"
+     width="66"
+     x="510"
+     y="174"
+     id="rect18"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Agents-Responsibility.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
+  <rect
+     height="88.978584"
+     width="68.874046"
+     x="510.01071"
+     y="174.01071"
+     id="rect20"
+     style="fill:none;stroke:#000000;stroke-width:1.02141809"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Agents-Responsibility.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
+  <text
+     font-family="Lucida Grande"
+     font-size="13"
+     x="525"
+     y="188"
+     id="text22"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Agents-Responsibility.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438">
+Entity</text>
+  <rect
+     height="0.9885363"
+     width="68.304909"
+     x="510.00574"
+     y="198.00574"
+     id="rect24"
+     style="fill:#000000;stroke:#000000;stroke-width:1.01146364"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Agents-Responsibility.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
+  <text
+     font-size="13"
+     x="512"
+     y="213"
+     id="text26"
+     style="font-size:13px;font-family:Lucida Grande"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Agents-Responsibility.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438">id</text>
+  <text
+     font-size="13"
+     x="512"
+     y="230"
+     id="text28"
+     style="font-size:13px;font-family:Lucida Grande"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Agents-Responsibility.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438">attributes</text>
+  <rect
+     height="0.9885363"
+     width="68.304909"
+     x="510.00574"
+     y="240.00574"
+     id="rect30"
+     style="fill:#000000;stroke:#000000;stroke-width:1.01146364"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Agents-Responsibility.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
+  <polyline
+     fill="none"
+     points="510,217 368,217"
+     stroke="#000000"
+     stroke-width="1"
+     id="polyline32"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Agents-Responsibility.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
+  <line
+     fill="#000000"
+     stroke="#000000"
+     stroke-width="1"
+     x1="380"
+     x2="368"
+     y1="210"
+     y2="217"
+     id="line34"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Agents-Responsibility.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
+  <line
+     fill="#000000"
+     stroke="#000000"
+     stroke-width="1"
+     x1="380"
+     x2="368"
+     y1="224"
+     y2="217"
+     id="line36"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Agents-Responsibility.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
+  <text
+     font-family="Lucida Grande"
+     font-size="13"
+     x="395"
+     y="234"
+     id="text38"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Agents-Responsibility.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438">
+wasAttributedTo</text>
+  <polyline
+     fill="none"
+     points="368,254 510,254"
+     stroke="#000000"
+     stroke-width="1"
+     id="polyline40"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Agents-Responsibility.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
+  <polygon
+     fill="#ffffff"
+     points="510,254 498,261 498,247"
+     stroke="#ffffff"
+     stroke-width="1"
+     id="polygon42"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Agents-Responsibility.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
+  <polygon
+     fill="none"
+     points="510,254 498,261 498,247"
+     stroke="#000000"
+     stroke-width="1"
+     id="polygon44"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Agents-Responsibility.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
+  <rect
+     fill="#ffffff"
+     height="123"
+     stroke="#ffffff"
+     stroke-width="1"
+     width="82"
+     x="14"
+     y="166"
+     id="rect46"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Agents-Responsibility.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
+  <rect
+     fill="none"
+     height="123"
+     stroke="#000000"
+     stroke-width="1"
+     width="82"
+     x="14"
+     y="166"
+     id="rect48"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Agents-Responsibility.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
+  <text
+     font-family="Lucida Grande"
+     font-size="13"
+     x="31"
+     y="180"
+     id="text50"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Agents-Responsibility.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438">
+Activity</text>
+  <rect
+     fill="#000000"
+     height="1"
+     stroke="#000000"
+     stroke-width="1"
+     width="82"
+     x="14"
+     y="190"
+     id="rect52"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Agents-Responsibility.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
+  <text
+     font-family="Lucida Grande"
+     font-size="13"
+     x="18"
+     y="205"
+     id="text54"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Agents-Responsibility.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438">
+id</text>
+  <text
+     font-size="13"
+     x="18"
+     y="222"
+     id="text56"
+     style="font-size:13px;font-family:Lucida Grande"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Agents-Responsibility.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438">startTime</text>
+  <text
+     font-size="13"
+     x="18"
+     y="239"
+     id="text58"
+     style="font-size:13px;font-family:Lucida Grande"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Agents-Responsibility.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438">endTime</text>
+  <text
+     font-size="13"
+     x="18"
+     y="256"
+     id="text60"
+     style="font-size:13px;font-family:Lucida Grande"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Agents-Responsibility.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438">attributes</text>
+  <rect
+     fill="#000000"
+     height="1"
+     stroke="#000000"
+     stroke-width="1"
+     width="82"
+     x="14"
+     y="266"
+     id="rect62"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Agents-Responsibility.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
+  <rect
+     fill="#ffffff"
+     height="68"
+     stroke="#ffffff"
+     stroke-width="1"
+     width="66"
+     x="158"
+     y="14"
+     id="rect64"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Agents-Responsibility.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
+  <rect
+     fill="none"
+     height="68"
+     stroke="#000000"
+     stroke-width="1"
+     width="66"
+     x="158"
+     y="14"
+     id="rect66"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Agents-Responsibility.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
+  <text
+     font-family="Lucida Grande"
+     font-size="13"
+     x="178"
+     y="28"
+     id="text68"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Agents-Responsibility.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438">
 Plan</text>
-<rect fill="#000000" height="1" stroke="#000000" stroke-width="1" width="66" x="158" y="38"/>
-<rect fill="#000000" height="1" stroke="#000000" stroke-width="1" width="66" x="158" y="59"/>
-<polyline fill="none" points="96,222 282,222" stroke="#000000" stroke-width="1"/>
-<line fill="#000000" stroke="#000000" stroke-width="1" x1="270" x2="282" y1="229" y2="222"/>
-<line fill="#000000" stroke="#000000" stroke-width="1" x1="270" x2="282" y1="215" y2="222"/>
-<ellipse cx="189" cy="220" fill="#000000" rx="0.5" ry="0.5" stroke="#000000" stroke-width="1"/>
-<ellipse cx="190" cy="221" fill="#ffffff" rx="-0.5" ry="-0.5" stroke="#ffffff" stroke-width="1"/>
-<rect fill="#ffffff" height="68" stroke="#ffffff" stroke-width="1" width="131" x="126" y="118"/>
-<rect fill="none" height="68" stroke="#000000" stroke-width="1" width="131" x="126" y="118"/>
-<text font-family="Lucida Grande" font-size="13" x="131" y="132">
+  <rect
+     fill="#000000"
+     height="1"
+     stroke="#000000"
+     stroke-width="1"
+     width="66"
+     x="158"
+     y="38"
+     id="rect70"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Agents-Responsibility.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
+  <rect
+     fill="#000000"
+     height="1"
+     stroke="#000000"
+     stroke-width="1"
+     width="66"
+     x="158"
+     y="59"
+     id="rect72"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Agents-Responsibility.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
+  <polyline
+     fill="none"
+     points="96,222 282,222"
+     stroke="#000000"
+     stroke-width="1"
+     id="polyline74"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Agents-Responsibility.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
+  <line
+     fill="#000000"
+     stroke="#000000"
+     stroke-width="1"
+     x1="270"
+     x2="282"
+     y1="229"
+     y2="222"
+     id="line76"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Agents-Responsibility.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
+  <line
+     fill="#000000"
+     stroke="#000000"
+     stroke-width="1"
+     x1="270"
+     x2="282"
+     y1="215"
+     y2="222"
+     id="line78"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Agents-Responsibility.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
+  <ellipse
+     cx="189"
+     cy="220"
+     fill="#000000"
+     rx="0.5"
+     ry="0.5"
+     stroke="#000000"
+     stroke-width="1"
+     id="ellipse80"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Agents-Responsibility.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
+  <ellipse
+     cx="190"
+     cy="221"
+     fill="#ffffff"
+     rx="-0.5"
+     ry="-0.5"
+     stroke="#ffffff"
+     stroke-width="1"
+     id="ellipse82"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Agents-Responsibility.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
+  <rect
+     fill="#ffffff"
+     height="68"
+     stroke="#ffffff"
+     stroke-width="1"
+     width="131"
+     x="126"
+     y="118"
+     id="rect84"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Agents-Responsibility.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
+  <rect
+     fill="none"
+     height="68"
+     stroke="#000000"
+     stroke-width="1"
+     width="131"
+     x="126"
+     y="118"
+     id="rect86"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Agents-Responsibility.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
+  <text
+     font-family="Lucida Grande"
+     font-size="13"
+     x="131"
+     y="132"
+     id="text88"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Agents-Responsibility.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438">
 wasAssociatedWith</text>
-<rect fill="#000000" height="1" stroke="#000000" stroke-width="1" width="131" x="126" y="142"/>
-<rect fill="#000000" height="1" stroke="#000000" stroke-width="1" width="131" x="126" y="163"/>
-<line fill="#000000" stroke="#000000" stroke-width="1" x1="190" x2="190" y1="220" y2="215"/>
-<line fill="#000000" stroke="#000000" stroke-width="1" x1="190" x2="190" y1="210" y2="205"/>
-<line fill="#000000" stroke="#000000" stroke-width="1" x1="190" x2="190" y1="200" y2="195"/>
-<line fill="#000000" stroke="#000000" stroke-width="1" x1="190" x2="190" y1="190" y2="186"/>
-<polyline fill="none" points="190,118 190,82" stroke="#000000" stroke-width="1"/>
-<line fill="#000000" stroke="#000000" stroke-width="1" x1="197" x2="190" y1="94" y2="82"/>
-<line fill="#000000" stroke="#000000" stroke-width="1" x1="183" x2="190" y1="94" y2="82"/>
-<polyline fill="none" points="326,261 326,342 206,342 206,254 282,254" stroke="#000000" stroke-width="1"/>
-<line fill="#000000" stroke="#000000" stroke-width="1" x1="270" x2="282" y1="261" y2="254"/>
-<line fill="#000000" stroke="#000000" stroke-width="1" x1="270" x2="282" y1="247" y2="254"/>
-<ellipse cx="225" cy="339" fill="#000000" rx="0.5" ry="0.5" stroke="#000000" stroke-width="1"/>
-<ellipse cx="226" cy="340" fill="#ffffff" rx="-0.5" ry="-0.5" stroke="#ffffff" stroke-width="1"/>
-<rect fill="#ffffff" height="68" stroke="#ffffff" stroke-width="1" width="115" x="126" y="366"/>
-<rect fill="none" height="68" stroke="#000000" stroke-width="1" width="115" x="126" y="366"/>
-<text font-family="Lucida Grande" font-size="13" x="131" y="380">
-actedOnBehalfOf</text>
-<rect fill="#000000" height="1" stroke="#000000" stroke-width="1" width="115" x="126" y="390"/>
-<rect fill="#000000" height="1" stroke="#000000" stroke-width="1" width="115" x="126" y="411"/>
-<line fill="#000000" stroke="#000000" stroke-width="1" x1="226" x2="226" y1="340" y2="345"/>
-<line fill="#000000" stroke="#000000" stroke-width="1" x1="226" x2="226" y1="350" y2="355"/>
-<line fill="#000000" stroke="#000000" stroke-width="1" x1="226" x2="226" y1="360" y2="365"/>
-<polyline fill="none" points="126,366 96,289" stroke="#000000" stroke-width="1"/>
+  <rect
+     fill="#000000"
+     height="1"
+     stroke="#000000"
+     stroke-width="1"
+     width="131"
+     x="126"
+     y="142"
+     id="rect90"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Agents-Responsibility.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
+  <rect
+     fill="#000000"
+     height="1"
+     stroke="#000000"
+     stroke-width="1"
+     width="131"
+     x="126"
+     y="163"
+     id="rect92"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Agents-Responsibility.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
+  <line
+     fill="#000000"
+     stroke="#000000"
+     stroke-width="1"
+     x1="190"
+     x2="190"
+     y1="220"
+     y2="215"
+     id="line94"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Agents-Responsibility.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
+  <line
+     fill="#000000"
+     stroke="#000000"
+     stroke-width="1"
+     x1="190"
+     x2="190"
+     y1="210"
+     y2="205"
+     id="line96"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Agents-Responsibility.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
+  <line
+     fill="#000000"
+     stroke="#000000"
+     stroke-width="1"
+     x1="190"
+     x2="190"
+     y1="200"
+     y2="195"
+     id="line98"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Agents-Responsibility.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
+  <line
+     fill="#000000"
+     stroke="#000000"
+     stroke-width="1"
+     x1="190"
+     x2="190"
+     y1="190"
+     y2="186"
+     id="line100"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Agents-Responsibility.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
+  <polyline
+     fill="none"
+     points="190,118 190,82"
+     stroke="#000000"
+     stroke-width="1"
+     id="polyline102"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Agents-Responsibility.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
+  <line
+     fill="#000000"
+     stroke="#000000"
+     stroke-width="1"
+     x1="197"
+     x2="190"
+     y1="94"
+     y2="82"
+     id="line104"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Agents-Responsibility.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
+  <line
+     fill="#000000"
+     stroke="#000000"
+     stroke-width="1"
+     x1="183"
+     x2="190"
+     y1="94"
+     y2="82"
+     id="line106"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Agents-Responsibility.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
+  <polyline
+     fill="none"
+     points="326,261 326,342 206,342 206,254 282,254"
+     stroke="#000000"
+     stroke-width="1"
+     id="polyline108"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Agents-Responsibility.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
+  <line
+     fill="#000000"
+     stroke="#000000"
+     stroke-width="1"
+     x1="270"
+     x2="282"
+     y1="261"
+     y2="254"
+     id="line110"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Agents-Responsibility.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
+  <line
+     fill="#000000"
+     stroke="#000000"
+     stroke-width="1"
+     x1="270"
+     x2="282"
+     y1="247"
+     y2="254"
+     id="line112"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Agents-Responsibility.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
+  <ellipse
+     cx="225"
+     cy="339"
+     fill="#000000"
+     rx="0.5"
+     ry="0.5"
+     stroke="#000000"
+     stroke-width="1"
+     id="ellipse114"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Agents-Responsibility.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
+  <ellipse
+     cx="226"
+     cy="340"
+     fill="#ffffff"
+     rx="-0.5"
+     ry="-0.5"
+     stroke="#ffffff"
+     stroke-width="1"
+     id="ellipse116"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Agents-Responsibility.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
+  <rect
+     fill="#ffffff"
+     height="68"
+     stroke="#ffffff"
+     stroke-width="1"
+     width="115"
+     x="126"
+     y="366"
+     id="rect118"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Agents-Responsibility.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
+  <rect
+     fill="none"
+     height="68"
+     stroke="#000000"
+     stroke-width="1"
+     width="115"
+     x="126"
+     y="366"
+     id="rect120"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Agents-Responsibility.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
+  <text
+     font-size="13"
+     x="127"
+     y="380"
+     id="text122"
+     style="font-size:13px;font-family:Lucida Grande"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Agents-Responsibility.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438">actedOnBehalfOf</text>
+  <rect
+     fill="#000000"
+     height="1"
+     stroke="#000000"
+     stroke-width="1"
+     width="115"
+     x="126"
+     y="390"
+     id="rect124"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Agents-Responsibility.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
+  <rect
+     fill="#000000"
+     height="1"
+     stroke="#000000"
+     stroke-width="1"
+     width="115"
+     x="126"
+     y="411"
+     id="rect126"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Agents-Responsibility.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
+  <line
+     fill="#000000"
+     stroke="#000000"
+     stroke-width="1"
+     x1="226"
+     x2="226"
+     y1="340"
+     y2="345"
+     id="line128"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Agents-Responsibility.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
+  <line
+     fill="#000000"
+     stroke="#000000"
+     stroke-width="1"
+     x1="226"
+     x2="226"
+     y1="350"
+     y2="355"
+     id="line130"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Agents-Responsibility.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
+  <line
+     fill="#000000"
+     stroke="#000000"
+     stroke-width="1"
+     x1="226"
+     x2="226"
+     y1="360"
+     y2="365"
+     id="line132"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Agents-Responsibility.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
+  <polyline
+     fill="none"
+     points="126,366 96,289"
+     stroke="#000000"
+     stroke-width="1"
+     id="polyline134"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Agents-Responsibility.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
+  <polyline
+     transform="matrix(1.9317967,1.0255176,-0.79648639,2.4872886,-284.10818,-979.69149)"
+     style="fill:none;stroke:#000000;stroke-width:0.42175901"
+     points="368,254 510,254"
+     id="polyline40-7"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Agents-Responsibility.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
+  <polygon
+     transform="matrix(0.89072057,0.45455128,-0.45455128,0.89072057,170.92211,-277.19381)"
+     style="fill:none;stroke:#000000;stroke-width:1"
+     points="498,247 510,254 498,261 "
+     id="polygon44-6"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Agents-Responsibility.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438"
+     inkscape:transform-center-x="-7.4352529"
+     inkscape:transform-center-y="-3.4745529" />
 </svg>
Binary file model/images/Alternates.png has changed
--- a/model/images/Alternates.svg	Thu Mar 29 14:20:43 2012 +0100
+++ b/model/images/Alternates.svg	Thu Mar 29 15:28:20 2012 +0100
@@ -1,24 +1,207 @@
-<?xml version="1.0" encoding="utf-8" ?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-<svg height="185" version="1.1" width="376" xmlns="http://www.w3.org/2000/svg">
-<rect fill="#ffffff" height="89" stroke="#ffffff" stroke-width="1" width="66" x="151" y="82"/>
-<rect fill="none" height="89" stroke="#000000" stroke-width="1" width="66" x="151" y="82"/>
-<text font-family="Lucida Grande" font-size="13" x="166" y="96">
+<?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"
+   height="185"
+   version="1.1"
+   width="376"
+   id="svg2"
+   inkscape:version="0.47 r22583"
+   sodipodi:docname="Alternates.svg">
+  <metadata
+     id="metadata38">
+    <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>
+  <defs
+     id="defs36">
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="0 : 92.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_z="376 : 92.5 : 1"
+       inkscape:persp3d-origin="188 : 61.666667 : 1"
+       id="perspective40" />
+  </defs>
+  <sodipodi:namedview
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1"
+     objecttolerance="10"
+     gridtolerance="10"
+     guidetolerance="10"
+     inkscape:pageopacity="0"
+     inkscape:pageshadow="2"
+     inkscape:window-width="1280"
+     inkscape:window-height="978"
+     id="namedview34"
+     showgrid="false"
+     inkscape:zoom="1.2756757"
+     inkscape:cx="188"
+     inkscape:cy="90.932203"
+     inkscape:window-x="1280"
+     inkscape:window-y="0"
+     inkscape:window-maximized="1"
+     inkscape:current-layer="svg2" />
+  <rect
+     fill="#ffffff"
+     height="89"
+     stroke="#ffffff"
+     stroke-width="1"
+     width="66"
+     x="151"
+     y="82"
+     id="rect4"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Alternates.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
+  <rect
+     height="88.97683"
+     width="69.112419"
+     x="151.01158"
+     y="82.011589"
+     id="rect6"
+     style="fill:none;stroke:#000000;stroke-width:1.02317405"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Alternates.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
+  <text
+     font-family="Lucida Grande"
+     font-size="13"
+     x="166"
+     y="96"
+     id="text8"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Alternates.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438">
 Entity</text>
-<rect fill="#000000" height="1" stroke="#000000" stroke-width="1" width="66" x="151" y="106"/>
-<text font-family="Lucida Grande" font-size="13" x="155" y="121">
-id</text>
-<text font-family="Lucida Grande" font-size="13" x="155" y="138">
-attrs</text>
-<rect fill="#000000" height="1" stroke="#000000" stroke-width="1" width="66" x="151" y="148"/>
-<polyline fill="none" points="217,134 279,134 279,38 191,38 191,82" stroke="#000000" stroke-width="1"/>
-<line fill="#000000" stroke="#000000" stroke-width="1" x1="184" x2="191" y1="70" y2="82"/>
-<line fill="#000000" stroke="#000000" stroke-width="1" x1="198" x2="191" y1="70" y2="82"/>
-<text font-family="Lucida Grande" font-size="13" x="253" y="28">
-alternateOf</text>
-<polyline fill="none" points="159,82 159,38 79,38 79,134 151,134" stroke="#000000" stroke-width="1"/>
-<line fill="#000000" stroke="#000000" stroke-width="1" x1="139" x2="151" y1="141" y2="134"/>
-<line fill="#000000" stroke="#000000" stroke-width="1" x1="139" x2="151" y1="127" y2="134"/>
-<text font-family="Lucida Grande" font-size="13" x="-21" y="29">
-specializationOf</text>
+  <rect
+     height="0.99973959"
+     width="69.112419"
+     x="151.01158"
+     y="106.00534"
+     id="rect10"
+     style="fill:#000000;stroke:#000000;stroke-width:1.02317405"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Alternates.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
+  <text
+     font-size="13"
+     x="153"
+     y="121"
+     id="text12"
+     style="font-size:13px;font-family:Lucida Grande"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Alternates.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438">id</text>
+  <text
+     font-size="13"
+     x="153"
+     y="138"
+     id="text14"
+     style="font-size:13px;font-family:Lucida Grande"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Alternates.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438">attributes</text>
+  <rect
+     height="0.99973959"
+     width="69.112419"
+     x="151.01158"
+     y="147.9944"
+     id="rect16"
+     style="fill:#000000;stroke:#000000;stroke-width:1.02317405"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Alternates.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
+  <polyline
+     points="217,134 279,134 279,38 191,38 191,82"
+     id="polyline18"
+     transform="matrix(0.95571351,0,0,1.0002321,12.447579,-0.01995966)"
+     style="fill:none;stroke:#000000;stroke-width:1"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Alternates.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
+  <line
+     x1="188"
+     x2="195"
+     y1="70"
+     y2="82"
+     id="line20"
+     style="fill:#000000;stroke:#000000;stroke-width:1"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Alternates.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
+  <line
+     x1="202"
+     x2="195"
+     y1="70"
+     y2="82"
+     id="line22"
+     style="fill:#000000;stroke:#000000;stroke-width:1"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Alternates.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
+  <text
+     font-size="13"
+     x="229"
+     y="32"
+     id="text24"
+     style="font-size:13px;font-family:Lucida Grande"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Alternates.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438">alternateOf</text>
+  <polyline
+     fill="none"
+     points="159,82 159,38 79,38 79,134 151,134"
+     stroke="#000000"
+     stroke-width="1"
+     id="polyline26"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Alternates.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
+  <line
+     fill="#000000"
+     stroke="#000000"
+     stroke-width="1"
+     x1="139"
+     x2="151"
+     y1="141"
+     y2="134"
+     id="line28"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Alternates.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
+  <line
+     fill="#000000"
+     stroke="#000000"
+     stroke-width="1"
+     x1="139"
+     x2="151"
+     y1="127"
+     y2="134"
+     id="line30"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Alternates.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
+  <text
+     font-size="13"
+     x="39"
+     y="31"
+     id="text32"
+     style="font-size:13px;font-family:Lucida Grande"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Alternates.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438">specializationOf</text>
 </svg>
Binary file model/images/Derivation.png has changed
--- a/model/images/Derivation.svg	Thu Mar 29 14:20:43 2012 +0100
+++ b/model/images/Derivation.svg	Thu Mar 29 15:28:20 2012 +0100
@@ -1,114 +1,1015 @@
-<?xml version="1.0" encoding="utf-8" ?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-<svg height="332" version="1.1" width="1093" xmlns="http://www.w3.org/2000/svg">
-<rect fill="#ffffff" height="120" stroke="#ffffff" stroke-width="1" width="80" x="447" y="134"/>
-<rect fill="none" height="120" stroke="#000000" stroke-width="1" width="80" x="447" y="134"/>
-<text font-family="Lucida Grande" font-size="13" x="469" y="148">
+<?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"
+   height="332"
+   version="1.1"
+   width="1093"
+   id="svg2"
+   inkscape:version="0.47 r22583"
+   sodipodi:docname="Derivation.svg">
+  <metadata
+     id="metadata184">
+    <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>
+  <defs
+     id="defs182">
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="0 : 166 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_z="1093 : 166 : 1"
+       inkscape:persp3d-origin="546.5 : 110.66667 : 1"
+       id="perspective186" />
+  </defs>
+  <sodipodi:namedview
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1"
+     objecttolerance="10"
+     gridtolerance="10"
+     guidetolerance="10"
+     inkscape:pageopacity="0"
+     inkscape:pageshadow="2"
+     inkscape:window-width="1280"
+     inkscape:window-height="1001"
+     id="namedview180"
+     showgrid="false"
+     inkscape:zoom="1.1135289"
+     inkscape:cx="591.27306"
+     inkscape:cy="162.40782"
+     inkscape:window-x="1280"
+     inkscape:window-y="0"
+     inkscape:window-maximized="1"
+     inkscape:current-layer="svg2" />
+  <rect
+     fill="#ffffff"
+     height="120"
+     stroke="#ffffff"
+     stroke-width="1"
+     width="80"
+     x="447"
+     y="134"
+     id="rect4"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Derivation.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
+  <rect
+     fill="none"
+     height="120"
+     stroke="#000000"
+     stroke-width="1"
+     width="80"
+     x="447"
+     y="134"
+     id="rect6"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Derivation.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
+  <text
+     font-family="Lucida Grande"
+     font-size="13"
+     x="469"
+     y="148"
+     id="text8"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Derivation.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438">
 Entity</text>
-<rect fill="#000000" height="1" stroke="#000000" stroke-width="1" width="80" x="447" y="158"/>
-<text font-family="Lucida Grande" font-size="13" x="451" y="173">
+  <rect
+     fill="#000000"
+     height="1"
+     stroke="#000000"
+     stroke-width="1"
+     width="80"
+     x="447"
+     y="158"
+     id="rect10"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Derivation.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
+  <text
+     font-family="Lucida Grande"
+     font-size="13"
+     x="451"
+     y="173"
+     id="text12"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Derivation.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438">
 id</text>
-<text font-family="Lucida Grande" font-size="13" x="451" y="190">
-attrs</text>
-<rect fill="#000000" height="1" stroke="#000000" stroke-width="1" width="80" x="447" y="216"/>
-<rect fill="#ffffff" height="122" stroke="#ffffff" stroke-width="1" width="112" x="967" y="14"/>
-<rect fill="none" height="122" stroke="#000000" stroke-width="1" width="112" x="967" y="14"/>
-<text font-family="Lucida Grande" font-size="13" x="999" y="28">
-Activity</text>
-<rect fill="#000000" height="1" stroke="#000000" stroke-width="1" width="112" x="967" y="38"/>
-<text font-family="Lucida Grande" font-size="13" x="971" y="53">
-id</text>
-<text font-family="Lucida Grande" font-size="13" x="971" y="70">
-st</text>
-<text font-family="Lucida Grande" font-size="13" x="971" y="87">
-et</text>
-<text font-family="Lucida Grande" font-size="13" x="971" y="104">
-attrs</text>
-<rect fill="#000000" height="1" stroke="#000000" stroke-width="1" width="112" x="967" y="114"/>
-<polyline fill="none" points="527,150 623,150 623,54 527,54 527,134" stroke="#000000" stroke-width="1"/>
-<line fill="#000000" stroke="#000000" stroke-width="1" x1="539" x2="527" y1="143" y2="150"/>
-<line fill="#000000" stroke="#000000" stroke-width="1" x1="539" x2="527" y1="157" y2="150"/>
-<ellipse cx="624" cy="62" fill="#000000" rx="0.5" ry="0.5" stroke="#000000" stroke-width="1"/>
-<ellipse cx="625" cy="63" fill="#ffffff" rx="-0.5" ry="-0.5" stroke="#ffffff" stroke-width="1"/>
-<rect fill="#ffffff" height="88" stroke="#ffffff" stroke-width="1" width="116" x="671" y="38"/>
-<rect fill="none" height="88" stroke="#000000" stroke-width="1" width="116" x="671" y="38"/>
-<text font-family="Lucida Grande" font-size="13" x="677" y="52">
+  <text
+     font-size="13"
+     x="451"
+     y="190"
+     id="text14"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Derivation.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438"
+     style="font-size:13px;font-family:Lucida Grande">attributes</text>
+  <rect
+     fill="#000000"
+     height="1"
+     stroke="#000000"
+     stroke-width="1"
+     width="80"
+     x="447"
+     y="216"
+     id="rect16"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Derivation.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
+  <rect
+     height="122"
+     width="112"
+     x="885"
+     y="14"
+     id="rect18"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Derivation.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438"
+     style="fill:#ffffff;stroke:#ffffff;stroke-width:1" />
+  <rect
+     height="122"
+     width="112"
+     x="885"
+     y="14"
+     id="rect20"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Derivation.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438"
+     style="fill:none;stroke:#000000;stroke-width:1" />
+  <text
+     font-size="13"
+     x="917"
+     y="28"
+     id="text22"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Derivation.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438"
+     style="font-size:13px;font-family:Lucida Grande">Activity</text>
+  <rect
+     height="1"
+     width="112"
+     x="885"
+     y="38"
+     id="rect24"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Derivation.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438"
+     style="fill:#000000;stroke:#000000;stroke-width:1" />
+  <text
+     font-size="13"
+     x="889"
+     y="53"
+     id="text26"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Derivation.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438"
+     style="font-size:13px;font-family:Lucida Grande">id</text>
+  <text
+     font-size="13"
+     x="889"
+     y="70"
+     id="text28"
+     style="font-size:13px;font-family:Lucida Grande"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Derivation.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438">startTime</text>
+  <text
+     font-size="13"
+     x="889"
+     y="87"
+     id="text30"
+     style="font-size:13px;font-family:Lucida Grande"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Derivation.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438">endTime</text>
+  <text
+     font-size="13"
+     x="889"
+     y="104"
+     id="text32"
+     style="font-size:13px;font-family:Lucida Grande"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Derivation.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438">attributes</text>
+  <rect
+     height="1"
+     width="112"
+     x="885"
+     y="114"
+     id="rect34"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Derivation.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438"
+     style="fill:#000000;stroke:#000000;stroke-width:1" />
+  <polyline
+     fill="none"
+     points="527,150 623,150 623,54 527,54 527,134"
+     stroke="#000000"
+     stroke-width="1"
+     id="polyline36"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Derivation.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
+  <line
+     fill="#000000"
+     stroke="#000000"
+     stroke-width="1"
+     x1="539"
+     x2="527"
+     y1="143"
+     y2="150"
+     id="line38"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Derivation.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
+  <line
+     fill="#000000"
+     stroke="#000000"
+     stroke-width="1"
+     x1="539"
+     x2="527"
+     y1="157"
+     y2="150"
+     id="line40"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Derivation.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
+  <ellipse
+     cx="624"
+     cy="62"
+     fill="#000000"
+     rx="0.5"
+     ry="0.5"
+     stroke="#000000"
+     stroke-width="1"
+     id="ellipse42"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Derivation.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
+  <ellipse
+     cx="625"
+     cy="63"
+     fill="#ffffff"
+     rx="-0.5"
+     ry="-0.5"
+     stroke="#ffffff"
+     stroke-width="1"
+     id="ellipse44"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Derivation.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
+  <rect
+     fill="#ffffff"
+     height="88"
+     stroke="#ffffff"
+     stroke-width="1"
+     width="116"
+     x="671"
+     y="38"
+     id="rect46"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Derivation.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
+  <rect
+     fill="none"
+     height="88"
+     stroke="#000000"
+     stroke-width="1"
+     width="116"
+     x="671"
+     y="38"
+     id="rect48"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Derivation.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
+  <text
+     font-family="Lucida Grande"
+     font-size="13"
+     x="677"
+     y="52"
+     id="text50"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Derivation.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438">
 wasDerivedFrom</text>
-<rect fill="#000000" height="1" stroke="#000000" stroke-width="1" width="116" x="671" y="62"/>
-<text font-family="Lucida Grande" font-size="13" x="675" y="77">
-generationId</text>
-<text font-family="Lucida Grande" font-size="13" x="675" y="94">
-usageId</text>
-<rect fill="#000000" height="1" stroke="#000000" stroke-width="1" width="116" x="671" y="104"/>
-<line fill="#000000" stroke="#000000" stroke-width="1" x1="624" x2="624" y1="62" y2="57"/>
-<line fill="#000000" stroke="#000000" stroke-width="1" x1="623" x2="628" y1="54" y2="54"/>
-<line fill="#000000" stroke="#000000" stroke-width="1" x1="633" x2="638" y1="54" y2="54"/>
-<line fill="#000000" stroke="#000000" stroke-width="1" x1="643" x2="648" y1="54" y2="54"/>
-<line fill="#000000" stroke="#000000" stroke-width="1" x1="653" x2="658" y1="54" y2="54"/>
-<line fill="#000000" stroke="#000000" stroke-width="1" x1="663" x2="668" y1="54" y2="54"/>
-<polyline fill="none" points="787,38 967,38" stroke="#000000" stroke-width="1"/>
-<line fill="#000000" stroke="#000000" stroke-width="1" x1="955" x2="967" y1="45" y2="38"/>
-<line fill="#000000" stroke="#000000" stroke-width="1" x1="955" x2="967" y1="31" y2="38"/>
-<text font-family="Lucida Grande" font-size="13" x="792" y="32">
-using / generating activity</text>
-<rect fill="#ffffff" height="89" stroke="#ffffff" stroke-width="1" width="66" x="23" y="22"/>
-<rect fill="none" height="89" stroke="#000000" stroke-width="1" width="66" x="23" y="22"/>
-<text font-family="Lucida Grande" font-size="13" x="37" y="36">
+  <rect
+     fill="#000000"
+     height="1"
+     stroke="#000000"
+     stroke-width="1"
+     width="116"
+     x="671"
+     y="62"
+     id="rect52"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Derivation.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
+  <text
+     font-family="Lucida Grande"
+     font-size="13"
+     x="675"
+     y="77"
+     id="text54"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Derivation.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438">generation</text>
+  <text
+     font-family="Lucida Grande"
+     font-size="13"
+     x="675"
+     y="94"
+     id="text56"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Derivation.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438">usage</text>
+  <rect
+     fill="#000000"
+     height="1"
+     stroke="#000000"
+     stroke-width="1"
+     width="116"
+     x="671"
+     y="104"
+     id="rect58"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Derivation.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
+  <line
+     fill="#000000"
+     stroke="#000000"
+     stroke-width="1"
+     x1="624"
+     x2="624"
+     y1="62"
+     y2="57"
+     id="line60"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Derivation.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
+  <line
+     fill="#000000"
+     stroke="#000000"
+     stroke-width="1"
+     x1="623"
+     x2="628"
+     y1="54"
+     y2="54"
+     id="line62"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Derivation.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
+  <line
+     fill="#000000"
+     stroke="#000000"
+     stroke-width="1"
+     x1="633"
+     x2="638"
+     y1="54"
+     y2="54"
+     id="line64"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Derivation.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
+  <line
+     fill="#000000"
+     stroke="#000000"
+     stroke-width="1"
+     x1="643"
+     x2="648"
+     y1="54"
+     y2="54"
+     id="line66"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Derivation.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
+  <line
+     fill="#000000"
+     stroke="#000000"
+     stroke-width="1"
+     x1="653"
+     x2="658"
+     y1="54"
+     y2="54"
+     id="line68"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Derivation.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
+  <line
+     fill="#000000"
+     stroke="#000000"
+     stroke-width="1"
+     x1="663"
+     x2="668"
+     y1="54"
+     y2="54"
+     id="line70"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Derivation.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
+  <polyline
+     points="787,38 967,38"
+     id="polyline72"
+     transform="matrix(0.52367338,0,0,1.0003441,374.63224,49.986925)"
+     style="fill:none;stroke:#000000;stroke-width:1"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Derivation.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
+  <line
+     x1="871.32574"
+     x2="883.2063"
+     y1="95.002411"
+     y2="88"
+     id="line74"
+     style="fill:#000000;stroke:#000000;stroke-width:0.99518293"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Derivation.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
+  <line
+     x1="871.32574"
+     x2="883.2063"
+     y1="80.997589"
+     y2="88"
+     id="line76"
+     style="fill:#000000;stroke:#000000;stroke-width:0.99518293"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Derivation.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
+  <text
+     font-size="13"
+     x="810"
+     y="82"
+     id="text78"
+     style="font-size:13px;font-family:Lucida Grande"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Derivation.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438">activity</text>
+  <rect
+     fill="#ffffff"
+     height="89"
+     stroke="#ffffff"
+     stroke-width="1"
+     width="66"
+     x="23"
+     y="22"
+     id="rect80"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Derivation.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
+  <rect
+     fill="none"
+     height="89"
+     stroke="#000000"
+     stroke-width="1"
+     width="66"
+     x="23"
+     y="22"
+     id="rect82"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Derivation.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
+  <text
+     font-family="Lucida Grande"
+     font-size="13"
+     x="37"
+     y="36"
+     id="text84"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Derivation.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438">
 Agent</text>
-<rect fill="#000000" height="1" stroke="#000000" stroke-width="1" width="66" x="23" y="46"/>
-<text font-family="Lucida Grande" font-size="13" x="27" y="61">
-id</text>
-<text font-family="Lucida Grande" font-size="13" x="27" y="78">
-attrs</text>
-<rect fill="#000000" height="1" stroke="#000000" stroke-width="1" width="66" x="23" y="88"/>
-<polyline fill="none" points="447,134 447,54 351,54 351,150 447,150" stroke="#000000" stroke-width="1"/>
-<line fill="#000000" stroke="#000000" stroke-width="1" x1="435" x2="447" y1="157" y2="150"/>
-<line fill="#000000" stroke="#000000" stroke-width="1" x1="435" x2="447" y1="143" y2="150"/>
-<ellipse cx="348" cy="61" fill="#000000" rx="0.5" ry="0.5" stroke="#000000" stroke-width="1"/>
-<ellipse cx="349" cy="62" fill="#ffffff" rx="-0.5" ry="-0.5" stroke="#ffffff" stroke-width="1"/>
-<rect fill="#ffffff" height="68" stroke="#ffffff" stroke-width="1" width="102" x="231" y="38"/>
-<rect fill="none" height="68" stroke="#000000" stroke-width="1" width="102" x="231" y="38"/>
-<text font-family="Lucida Grande" font-size="13" x="236" y="52">
+  <rect
+     fill="#000000"
+     height="1"
+     stroke="#000000"
+     stroke-width="1"
+     width="66"
+     x="23"
+     y="46"
+     id="rect86"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Derivation.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
+  <text
+     font-size="13"
+     x="25"
+     y="61"
+     id="text88"
+     style="font-size:13px;font-family:Lucida Grande"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Derivation.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438">id</text>
+  <text
+     font-size="13"
+     x="25"
+     y="78"
+     id="text90"
+     style="font-size:13px;font-family:Lucida Grande"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Derivation.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438">attributes</text>
+  <rect
+     fill="#000000"
+     height="1"
+     stroke="#000000"
+     stroke-width="1"
+     width="66"
+     x="23"
+     y="88"
+     id="rect92"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Derivation.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
+  <polyline
+     points="447,134 447,54 351,54 351,150 447,150"
+     id="polyline94"
+     stroke-width="1"
+     stroke="#000000"
+     fill="none"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Derivation.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
+  <line
+     fill="#000000"
+     stroke="#000000"
+     stroke-width="1"
+     x1="435"
+     x2="447"
+     y1="157"
+     y2="150"
+     id="line96"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Derivation.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
+  <line
+     fill="#000000"
+     stroke="#000000"
+     stroke-width="1"
+     x1="435"
+     x2="447"
+     y1="143"
+     y2="150"
+     id="line98"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Derivation.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
+  <ellipse
+     cx="348"
+     cy="61"
+     fill="#000000"
+     rx="0.5"
+     ry="0.5"
+     stroke="#000000"
+     stroke-width="1"
+     id="ellipse100"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Derivation.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
+  <ellipse
+     cx="349"
+     cy="62"
+     fill="#ffffff"
+     rx="-0.5"
+     ry="-0.5"
+     stroke="#ffffff"
+     stroke-width="1"
+     id="ellipse102"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Derivation.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
+  <rect
+     fill="#ffffff"
+     height="68"
+     stroke="#ffffff"
+     stroke-width="1"
+     width="102"
+     x="231"
+     y="38"
+     id="rect104"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Derivation.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
+  <rect
+     fill="none"
+     height="68"
+     stroke="#000000"
+     stroke-width="1"
+     width="102"
+     x="231"
+     y="38"
+     id="rect106"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Derivation.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
+  <text
+     font-family="Lucida Grande"
+     font-size="13"
+     x="236"
+     y="52"
+     id="text108"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Derivation.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438">
 wasRevisionOf</text>
-<rect fill="#000000" height="1" stroke="#000000" stroke-width="1" width="102" x="231" y="62"/>
-<rect fill="#000000" height="1" stroke="#000000" stroke-width="1" width="102" x="231" y="83"/>
-<line fill="#000000" stroke="#000000" stroke-width="1" x1="348" x2="343" y1="62" y2="62"/>
-<line fill="#000000" stroke="#000000" stroke-width="1" x1="338" x2="333" y1="62" y2="62"/>
-<polyline fill="none" points="231,70 89,70" stroke="#000000" stroke-width="1"/>
-<line fill="#000000" stroke="#000000" stroke-width="1" x1="101" x2="89" y1="63" y2="70"/>
-<line fill="#000000" stroke="#000000" stroke-width="1" x1="101" x2="89" y1="77" y2="70"/>
-<text font-family="Lucida Grande" font-size="13" x="108" y="61">
-responsible agent</text>
-<polyline fill="none" points="479,254 479,318 351,318 351,246 447,246" stroke="#000000" stroke-width="1"/>
-<ellipse cx="363" cy="315" fill="#000000" rx="0.5" ry="0.5" stroke="#000000" stroke-width="1"/>
-<ellipse cx="364" cy="316" fill="#ffffff" rx="-0.5" ry="-0.5" stroke="#ffffff" stroke-width="1"/>
-<rect fill="#ffffff" height="68" stroke="#ffffff" stroke-width="1" width="112" x="231" y="230"/>
-<rect fill="none" height="68" stroke="#000000" stroke-width="1" width="112" x="231" y="230"/>
-<text font-family="Lucida Grande" font-size="13" x="236" y="244">
+  <rect
+     fill="#000000"
+     height="1"
+     stroke="#000000"
+     stroke-width="1"
+     width="102"
+     x="231"
+     y="62"
+     id="rect110"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Derivation.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
+  <rect
+     fill="#000000"
+     height="1"
+     stroke="#000000"
+     stroke-width="1"
+     width="102"
+     x="231"
+     y="83"
+     id="rect112"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Derivation.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
+  <line
+     fill="#000000"
+     stroke="#000000"
+     stroke-width="1"
+     x1="348"
+     x2="343"
+     y1="62"
+     y2="62"
+     id="line114"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Derivation.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
+  <line
+     fill="#000000"
+     stroke="#000000"
+     stroke-width="1"
+     x1="338"
+     x2="333"
+     y1="62"
+     y2="62"
+     id="line116"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Derivation.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
+  <polyline
+     fill="none"
+     points="231,70 89,70"
+     stroke="#000000"
+     stroke-width="1"
+     id="polyline118"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Derivation.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
+  <line
+     fill="#000000"
+     stroke="#000000"
+     stroke-width="1"
+     x1="101"
+     x2="89"
+     y1="63"
+     y2="70"
+     id="line120"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Derivation.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
+  <line
+     fill="#000000"
+     stroke="#000000"
+     stroke-width="1"
+     x1="101"
+     x2="89"
+     y1="77"
+     y2="70"
+     id="line122"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Derivation.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
+  <text
+     font-size="13"
+     x="120"
+     y="61"
+     id="text124"
+     style="font-size:13px;font-family:Lucida Grande"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Derivation.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438">responsibility</text>
+  <polyline
+     fill="none"
+     points="479,254 479,318 351,318 351,246 447,246"
+     stroke="#000000"
+     stroke-width="1"
+     id="polyline126"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Derivation.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
+  <ellipse
+     cx="363"
+     cy="315"
+     fill="#000000"
+     rx="0.5"
+     ry="0.5"
+     stroke="#000000"
+     stroke-width="1"
+     id="ellipse128"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Derivation.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
+  <ellipse
+     cx="364"
+     cy="316"
+     fill="#ffffff"
+     rx="-0.5"
+     ry="-0.5"
+     stroke="#ffffff"
+     stroke-width="1"
+     id="ellipse130"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Derivation.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
+  <rect
+     fill="#ffffff"
+     height="68"
+     stroke="#ffffff"
+     stroke-width="1"
+     width="112"
+     x="231"
+     y="230"
+     id="rect132"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Derivation.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
+  <rect
+     fill="none"
+     height="68"
+     stroke="#000000"
+     stroke-width="1"
+     width="112"
+     x="231"
+     y="230"
+     id="rect134"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Derivation.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
+  <text
+     font-family="Lucida Grande"
+     font-size="13"
+     x="236"
+     y="244"
+     id="text136"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Derivation.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438">
 wasQuotedFrom</text>
-<rect fill="#000000" height="1" stroke="#000000" stroke-width="1" width="112" x="231" y="254"/>
-<rect fill="#000000" height="1" stroke="#000000" stroke-width="1" width="112" x="231" y="275"/>
-<line fill="#000000" stroke="#000000" stroke-width="1" x1="363" x2="360" y1="315" y2="312"/>
-<line fill="#000000" stroke="#000000" stroke-width="1" x1="356" x2="352" y1="309" y2="306"/>
-<line fill="#000000" stroke="#000000" stroke-width="1" x1="348" x2="344" y1="302" y2="299"/>
-<polyline fill="none" points="231,230 79,230 79,111" stroke="#000000" stroke-width="1"/>
-<line fill="#000000" stroke="#000000" stroke-width="1" x1="86" x2="79" y1="123" y2="111"/>
-<line fill="#000000" stroke="#000000" stroke-width="1" x1="72" x2="79" y1="123" y2="111"/>
-<text font-family="Lucida Grande" font-size="13" x="57" y="171">
-quoterAgent</text>
-<polyline fill="none" points="231,262 47,262 47,111" stroke="#000000" stroke-width="1"/>
-<line fill="#000000" stroke="#000000" stroke-width="1" x1="54" x2="47" y1="123" y2="111"/>
-<line fill="#000000" stroke="#000000" stroke-width="1" x1="40" x2="47" y1="123" y2="111"/>
-<text font-family="Lucida Grande" font-size="13" x="25" y="203">
-originalAgent</text>
-<polyline fill="none" points="527,214 599,214 599,166 527,166" stroke="#000000" stroke-width="1"/>
-<line fill="#000000" stroke="#000000" stroke-width="1" x1="539" x2="527" y1="159" y2="166"/>
-<line fill="#000000" stroke="#000000" stroke-width="1" x1="539" x2="527" y1="173" y2="166"/>
-<text font-family="Lucida Grande" font-size="13" x="602" y="195">
+  <rect
+     fill="#000000"
+     height="1"
+     stroke="#000000"
+     stroke-width="1"
+     width="112"
+     x="231"
+     y="254"
+     id="rect138"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Derivation.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
+  <rect
+     fill="#000000"
+     height="1"
+     stroke="#000000"
+     stroke-width="1"
+     width="112"
+     x="231"
+     y="275"
+     id="rect140"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Derivation.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
+  <line
+     fill="#000000"
+     stroke="#000000"
+     stroke-width="1"
+     x1="363"
+     x2="360"
+     y1="315"
+     y2="312"
+     id="line142"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Derivation.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
+  <line
+     fill="#000000"
+     stroke="#000000"
+     stroke-width="1"
+     x1="356"
+     x2="352"
+     y1="309"
+     y2="306"
+     id="line144"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Derivation.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
+  <line
+     fill="#000000"
+     stroke="#000000"
+     stroke-width="1"
+     x1="348"
+     x2="344"
+     y1="302"
+     y2="299"
+     id="line146"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Derivation.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
+  <polyline
+     points="231,230 79,230 79,111"
+     id="polyline148"
+     transform="matrix(0.99966369,0,0,1.1052229,0.05212795,-11.654181)"
+     style="fill:none;stroke:#000000;stroke-width:1"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Derivation.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
+  <line
+     fill="#000000"
+     stroke="#000000"
+     stroke-width="1"
+     x1="86"
+     x2="79"
+     y1="123"
+     y2="111"
+     id="line150"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Derivation.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
+  <line
+     fill="#000000"
+     stroke="#000000"
+     stroke-width="1"
+     x1="72"
+     x2="79"
+     y1="123"
+     y2="111"
+     id="line152"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Derivation.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
+  <text
+     font-size="13"
+     x="106.39252"
+     y="236.55734"
+     id="text154"
+     style="font-size:13px;font-family:Lucida Grande"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Derivation.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438">quoterAgent</text>
+  <polyline
+     fill="none"
+     points="231,262 47,262 47,111"
+     stroke="#000000"
+     stroke-width="1"
+     id="polyline156"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Derivation.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
+  <line
+     fill="#000000"
+     stroke="#000000"
+     stroke-width="1"
+     x1="54"
+     x2="47"
+     y1="123"
+     y2="111"
+     id="line158"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Derivation.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
+  <line
+     fill="#000000"
+     stroke="#000000"
+     stroke-width="1"
+     x1="40"
+     x2="47"
+     y1="123"
+     y2="111"
+     id="line160"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Derivation.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
+  <text
+     font-size="13"
+     x="81.576889"
+     y="274.84366"
+     id="text162"
+     style="font-size:13px;font-family:Lucida Grande"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Derivation.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438">originalAgent</text>
+  <polyline
+     fill="none"
+     points="527,214 599,214 599,166 527,166"
+     stroke="#000000"
+     stroke-width="1"
+     id="polyline164"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Derivation.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
+  <line
+     fill="#000000"
+     stroke="#000000"
+     stroke-width="1"
+     x1="539"
+     x2="527"
+     y1="159"
+     y2="166"
+     id="line166"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Derivation.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
+  <line
+     fill="#000000"
+     stroke="#000000"
+     stroke-width="1"
+     x1="539"
+     x2="527"
+     y1="173"
+     y2="166"
+     id="line168"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Derivation.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
+  <text
+     font-family="Lucida Grande"
+     font-size="13"
+     x="602"
+     y="195"
+     id="text170"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Derivation.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438">
 tracedTo</text>
-<polyline fill="none" points="503,254 503,318 591,318 591,238 527,238" stroke="#000000" stroke-width="1"/>
-<line fill="#000000" stroke="#000000" stroke-width="1" x1="539" x2="527" y1="231" y2="238"/>
-<line fill="#000000" stroke="#000000" stroke-width="1" x1="539" x2="527" y1="245" y2="238"/>
-<text font-family="Lucida Grande" font-size="13" x="594" y="287">
+  <polyline
+     fill="none"
+     points="503,254 503,318 591,318 591,238 527,238"
+     stroke="#000000"
+     stroke-width="1"
+     id="polyline172"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Derivation.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
+  <line
+     fill="#000000"
+     stroke="#000000"
+     stroke-width="1"
+     x1="539"
+     x2="527"
+     y1="231"
+     y2="238"
+     id="line174"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Derivation.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
+  <line
+     fill="#000000"
+     stroke="#000000"
+     stroke-width="1"
+     x1="539"
+     x2="527"
+     y1="245"
+     y2="238"
+     id="line176"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Derivation.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
+  <text
+     font-family="Lucida Grande"
+     font-size="13"
+     x="594"
+     y="287"
+     id="text178"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Derivation.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438">
 hadOriginalSource</text>
 </svg>
Binary file model/images/Entities-Activities.png has changed
--- a/model/images/Entities-Activities.svg	Thu Mar 29 14:20:43 2012 +0100
+++ b/model/images/Entities-Activities.svg	Thu Mar 29 15:28:20 2012 +0100
@@ -1,58 +1,476 @@
-<?xml version="1.0" encoding="utf-8" ?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-<svg height="348" version="1.1" width="777" xmlns="http://www.w3.org/2000/svg">
-<rect fill="#ffffff" height="138" stroke="#ffffff" stroke-width="1" width="106" x="454" y="71"/>
-<rect fill="none" height="138" stroke="#000000" stroke-width="1" width="106" x="454" y="71"/>
-<text font-family="Lucida Grande" font-size="13" x="483" y="85">
+<?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"
+   height="348"
+   version="1.1"
+   width="777"
+   id="svg2"
+   inkscape:version="0.47 r22583"
+   sodipodi:docname="Entities-Activities.svg"
+   inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Entities-Activities.png"
+   inkscape:export-xdpi="79.550438"
+   inkscape:export-ydpi="79.550438">
+  <metadata
+     id="metadata88">
+    <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>
+  <defs
+     id="defs86">
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="0 : 174 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_z="777 : 174 : 1"
+       inkscape:persp3d-origin="388.5 : 116 : 1"
+       id="perspective90" />
+  </defs>
+  <sodipodi:namedview
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1"
+     objecttolerance="10"
+     gridtolerance="10"
+     guidetolerance="10"
+     inkscape:pageopacity="0"
+     inkscape:pageshadow="2"
+     inkscape:window-width="1280"
+     inkscape:window-height="978"
+     id="namedview84"
+     showgrid="false"
+     inkscape:zoom="0.67816092"
+     inkscape:cx="200.49153"
+     inkscape:cy="171.05085"
+     inkscape:window-x="1280"
+     inkscape:window-y="0"
+     inkscape:window-maximized="1"
+     inkscape:current-layer="svg2" />
+  <rect
+     fill="#ffffff"
+     height="138"
+     stroke="#ffffff"
+     stroke-width="1"
+     width="106"
+     x="454"
+     y="71"
+     id="rect4"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Entities-Activities.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
+  <rect
+     fill="none"
+     height="138"
+     stroke="#000000"
+     stroke-width="1"
+     width="106"
+     x="454"
+     y="71"
+     id="rect6"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Entities-Activities.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
+  <text
+     font-family="Lucida Grande"
+     font-size="13"
+     x="483"
+     y="85"
+     id="text8"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Entities-Activities.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438">
 Activity</text>
-<rect fill="#000000" height="1" stroke="#000000" stroke-width="1" width="106" x="454" y="95"/>
-<text font-family="Lucida Grande" font-size="13" x="458" y="110">
-id</text>
-<text font-family="Lucida Grande" font-size="13" x="458" y="127">
-st</text>
-<text font-family="Lucida Grande" font-size="13" x="458" y="144">
-et</text>
-<text font-family="Lucida Grande" font-size="13" x="458" y="161">
-attrs</text>
-<rect fill="#000000" height="1" stroke="#000000" stroke-width="1" width="106" x="454" y="179"/>
-<polyline fill="none" points="560,167 630,167 630,263 558,263 558,209" stroke="#000000" stroke-width="1"/>
-<line fill="#000000" stroke="#000000" stroke-width="1" x1="565" x2="558" y1="221" y2="209"/>
-<line fill="#000000" stroke="#000000" stroke-width="1" x1="551" x2="558" y1="221" y2="209"/>
-<text font-family="Lucida Grande" font-size="13" x="632" y="183">
-wasStartedByActivity</text>
-<rect fill="#ffffff" height="144" stroke="#ffffff" stroke-width="1" width="96" x="14" y="63"/>
-<rect fill="none" height="144" stroke="#000000" stroke-width="1" width="96" x="14" y="63"/>
-<text font-family="Lucida Grande" font-size="13" x="44" y="77">
-Entity</text>
-<rect fill="#000000" height="1" stroke="#000000" stroke-width="1" width="96" x="14" y="87"/>
-<text font-family="Lucida Grande" font-size="13" x="18" y="102">
+  <rect
+     fill="#000000"
+     height="1"
+     stroke="#000000"
+     stroke-width="1"
+     width="106"
+     x="454"
+     y="95"
+     id="rect10"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Entities-Activities.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
+  <text
+     font-family="Lucida Grande"
+     font-size="13"
+     x="458"
+     y="110"
+     id="text12"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Entities-Activities.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438">
 id</text>
-<text font-family="Lucida Grande" font-size="13" x="18" y="119">
-attrs</text>
-<rect fill="#000000" height="1" stroke="#000000" stroke-width="1" width="96" x="14" y="157"/>
-<polyline fill="none" points="454,87 110,87" stroke="#000000" stroke-width="1"/>
-<line fill="#000000" stroke="#000000" stroke-width="1" x1="122" x2="110" y1="80" y2="87"/>
-<line fill="#000000" stroke="#000000" stroke-width="1" x1="122" x2="110" y1="94" y2="87"/>
-<text font-family="Lucida Grande" font-size="13" x="249" y="103">
-used(t)</text>
-<polyline fill="none" points="454,111 110,111" stroke="#000000" stroke-width="1"/>
-<line fill="#000000" stroke="#000000" stroke-width="1" x1="442" x2="454" y1="118" y2="111"/>
-<line fill="#000000" stroke="#000000" stroke-width="1" x1="442" x2="454" y1="104" y2="111"/>
-<text font-family="Lucida Grande" font-size="13" x="215" y="127">
-wasGeneratedBy(t)</text>
-<polyline fill="none" points="558,71 558,15 630,15 630,103 560,103" stroke="#000000" stroke-width="1"/>
-<line fill="#000000" stroke="#000000" stroke-width="1" x1="572" x2="560" y1="96" y2="103"/>
-<line fill="#000000" stroke="#000000" stroke-width="1" x1="572" x2="560" y1="110" y2="103"/>
-<text font-family="Lucida Grande" font-size="13" x="633" y="28">
+  <text
+     font-size="13"
+     x="458"
+     y="127"
+     id="text14"
+     style="font-size:13px;font-family:Lucida Grande"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Entities-Activities.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438">startTime</text>
+  <text
+     font-size="13"
+     x="458"
+     y="144"
+     id="text16"
+     style="font-size:13px;font-family:Lucida Grande"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Entities-Activities.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438">endTime</text>
+  <text
+     font-size="13"
+     x="458"
+     y="161"
+     id="text18"
+     style="font-size:13px;font-family:Lucida Grande"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Entities-Activities.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438">attributes</text>
+  <rect
+     fill="#000000"
+     height="1"
+     stroke="#000000"
+     stroke-width="1"
+     width="106"
+     x="454"
+     y="179"
+     id="rect20"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Entities-Activities.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
+  <polyline
+     fill="none"
+     points="560,167 630,167 630,263 558,263 558,209"
+     stroke="#000000"
+     stroke-width="1"
+     id="polyline22"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Entities-Activities.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
+  <line
+     fill="#000000"
+     stroke="#000000"
+     stroke-width="1"
+     x1="565"
+     x2="558"
+     y1="221"
+     y2="209"
+     id="line24"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Entities-Activities.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
+  <line
+     fill="#000000"
+     stroke="#000000"
+     stroke-width="1"
+     x1="551"
+     x2="558"
+     y1="221"
+     y2="209"
+     id="line26"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Entities-Activities.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
+  <text
+     font-family="Lucida Grande"
+     font-size="13"
+     x="632"
+     y="183"
+     id="text28"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Entities-Activities.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438">
+wasStartedByActivity</text>
+  <rect
+     fill="#ffffff"
+     height="144"
+     stroke="#ffffff"
+     stroke-width="1"
+     width="96"
+     x="14"
+     y="63"
+     id="rect30"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Entities-Activities.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
+  <rect
+     fill="none"
+     height="144"
+     stroke="#000000"
+     stroke-width="1"
+     width="96"
+     x="14"
+     y="63"
+     id="rect32"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Entities-Activities.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
+  <text
+     font-family="Lucida Grande"
+     font-size="13"
+     x="44"
+     y="77"
+     id="text34"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Entities-Activities.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438">
+Entity</text>
+  <rect
+     fill="#000000"
+     height="1"
+     stroke="#000000"
+     stroke-width="1"
+     width="96"
+     x="14"
+     y="87"
+     id="rect36"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Entities-Activities.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
+  <text
+     font-family="Lucida Grande"
+     font-size="13"
+     x="18"
+     y="102"
+     id="text38"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Entities-Activities.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438">
+id</text>
+  <text
+     font-size="13"
+     x="18"
+     y="119"
+     id="text40"
+     style="font-size:13px;font-family:Lucida Grande"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Entities-Activities.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438">attributes</text>
+  <rect
+     fill="#000000"
+     height="1"
+     stroke="#000000"
+     stroke-width="1"
+     width="96"
+     x="14"
+     y="157"
+     id="rect42"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Entities-Activities.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
+  <polyline
+     points="454,87 110,87"
+     id="polyline44"
+     transform="translate(0,-2)"
+     style="fill:none;stroke:#000000;stroke-width:1"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Entities-Activities.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
+  <line
+     fill="#000000"
+     stroke="#000000"
+     stroke-width="1"
+     x1="122"
+     x2="110"
+     y1="80"
+     y2="87"
+     id="line46"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Entities-Activities.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
+  <line
+     fill="#000000"
+     stroke="#000000"
+     stroke-width="1"
+     x1="122"
+     x2="110"
+     y1="94"
+     y2="87"
+     id="line48"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Entities-Activities.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
+  <text
+     font-size="13"
+     x="262.13574"
+     y="103"
+     id="text50"
+     style="font-size:13px;font-family:Lucida Grande"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Entities-Activities.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438">used(t)</text>
+  <polyline
+     fill="none"
+     points="454,111 110,111"
+     stroke="#000000"
+     stroke-width="1"
+     id="polyline52"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Entities-Activities.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
+  <line
+     fill="#000000"
+     stroke="#000000"
+     stroke-width="1"
+     x1="442"
+     x2="454"
+     y1="118"
+     y2="111"
+     id="line54"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Entities-Activities.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
+  <line
+     fill="#000000"
+     stroke="#000000"
+     stroke-width="1"
+     x1="442"
+     x2="454"
+     y1="104"
+     y2="111"
+     id="line56"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Entities-Activities.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
+  <text
+     font-size="13"
+     x="222.55176"
+     y="127"
+     id="text58"
+     style="font-size:13px;font-family:Lucida Grande"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Entities-Activities.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438">wasGeneratedBy(t)</text>
+  <polyline
+     fill="none"
+     points="558,71 558,15 630,15 630,103 560,103"
+     stroke="#000000"
+     stroke-width="1"
+     id="polyline60"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Entities-Activities.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
+  <line
+     fill="#000000"
+     stroke="#000000"
+     stroke-width="1"
+     x1="572"
+     x2="560"
+     y1="96"
+     y2="103"
+     id="line62"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Entities-Activities.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
+  <line
+     fill="#000000"
+     stroke="#000000"
+     stroke-width="1"
+     x1="572"
+     x2="560"
+     y1="110"
+     y2="103"
+     id="line64"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Entities-Activities.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
+  <text
+     font-family="Lucida Grande"
+     font-size="13"
+     x="633"
+     y="28"
+     id="text66"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Entities-Activities.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438">
 wasInformedBy</text>
-<polyline fill="none" points="454,207 110,207" stroke="#000000" stroke-width="1"/>
-<line fill="#000000" stroke="#000000" stroke-width="1" x1="122" x2="110" y1="200" y2="207"/>
-<line fill="#000000" stroke="#000000" stroke-width="1" x1="122" x2="110" y1="214" y2="207"/>
-<text font-family="Lucida Grande" font-size="13" x="251" y="222">
-wasStartedBy(t)</text>
-<polyline fill="none" points="454,159 110,159" stroke="#000000" stroke-width="1"/>
-<line fill="#000000" stroke="#000000" stroke-width="1" x1="122" x2="110" y1="152" y2="159"/>
-<line fill="#000000" stroke="#000000" stroke-width="1" x1="122" x2="110" y1="166" y2="159"/>
-<text font-family="Lucida Grande" font-size="13" x="238" y="182">
-wasEndedBy(t)</text>
+  <polyline
+     points="454,207 110,207"
+     id="polyline68"
+     transform="translate(0,-34)"
+     style="fill:none;stroke:#000000;stroke-width:1"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Entities-Activities.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
+  <line
+     x1="122"
+     x2="110"
+     y1="166"
+     y2="173"
+     id="line70"
+     style="fill:#000000;stroke:#000000;stroke-width:1"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Entities-Activities.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
+  <line
+     x1="122"
+     x2="110"
+     y1="180"
+     y2="173"
+     id="line72"
+     style="fill:#000000;stroke:#000000;stroke-width:1"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Entities-Activities.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
+  <text
+     font-size="13"
+     x="233"
+     y="188"
+     id="text74"
+     style="font-size:13px;font-family:Lucida Grande"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Entities-Activities.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438">wasStartedBy(t)</text>
+  <polyline
+     points="454,159 110,159"
+     id="polyline76"
+     transform="translate(0,-18)"
+     style="fill:none;stroke:#000000;stroke-width:1"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Entities-Activities.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
+  <line
+     x1="122"
+     x2="110"
+     y1="134"
+     y2="141"
+     id="line78"
+     style="fill:#000000;stroke:#000000;stroke-width:1"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Entities-Activities.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
+  <line
+     x1="122"
+     x2="110"
+     y1="148"
+     y2="141"
+     id="line80"
+     style="fill:#000000;stroke:#000000;stroke-width:1"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Entities-Activities.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
+  <text
+     font-size="13"
+     x="236.56738"
+     y="156"
+     id="text82"
+     style="font-size:13px;font-family:Lucida Grande"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/Entities-Activities.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438">wasEndedBy(t)</text>
 </svg>
Binary file model/images/OverviewDiagram.png has changed
--- a/model/images/OverviewDiagram.svg	Thu Mar 29 14:20:43 2012 +0100
+++ b/model/images/OverviewDiagram.svg	Thu Mar 29 15:28:20 2012 +0100
@@ -12,7 +12,7 @@
    version="1.1"
    width="573"
    id="svg3143"
-   inkscape:version="0.48.1 r9760"
+   inkscape:version="0.47 r22583"
    sodipodi:docname="OverviewDiagram.svg">
   <metadata
      id="metadata3261">
@@ -22,11 +22,20 @@
         <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>
   <defs
-     id="defs3259" />
+     id="defs3259">
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="0 : 183.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_z="573 : 183.5 : 1"
+       inkscape:persp3d-origin="286.5 : 122.33333 : 1"
+       id="perspective67" />
+  </defs>
   <sodipodi:namedview
      pagecolor="#ffffff"
      bordercolor="#666666"
@@ -36,15 +45,15 @@
      guidetolerance="10"
      inkscape:pageopacity="0"
      inkscape:pageshadow="2"
-     inkscape:window-width="1464"
+     inkscape:window-width="1274"
      inkscape:window-height="892"
      id="namedview3257"
      showgrid="false"
      inkscape:zoom="1.1174985"
      inkscape:cx="136.23467"
      inkscape:cy="211.56115"
-     inkscape:window-x="0"
-     inkscape:window-y="892"
+     inkscape:window-x="1280"
+     inkscape:window-y="16"
      inkscape:window-maximized="0"
      inkscape:current-layer="svg3143" />
   <rect
@@ -55,7 +64,10 @@
      width="85"
      x="206"
      y="88"
-     id="rect3145" />
+     id="rect3145"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/OverviewDiagram.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
   <rect
      fill="none"
      height="73"
@@ -64,13 +76,19 @@
      width="85"
      x="206"
      y="88"
-     id="rect3147" />
+     id="rect3147"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/OverviewDiagram.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
   <text
      font-family="Dialog"
      font-size="13"
      x="230"
      y="102"
-     id="text3149">
+     id="text3149"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/OverviewDiagram.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438">
 Entity</text>
   <rect
      fill="#000000"
@@ -80,7 +98,10 @@
      width="85"
      x="206"
      y="111"
-     id="rect3151" />
+     id="rect3151"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/OverviewDiagram.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
   <rect
      fill="#000000"
      height="1"
@@ -89,7 +110,10 @@
      width="85"
      x="206"
      y="135"
-     id="rect3153" />
+     id="rect3153"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/OverviewDiagram.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
   <rect
      fill="#ffffff"
      height="73"
@@ -98,7 +122,10 @@
      width="85"
      x="454"
      y="80"
-     id="rect3155" />
+     id="rect3155"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/OverviewDiagram.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
   <rect
      fill="none"
      height="73"
@@ -107,13 +134,19 @@
      width="85"
      x="454"
      y="80"
-     id="rect3157" />
+     id="rect3157"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/OverviewDiagram.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
   <text
      font-family="Dialog"
      font-size="13"
      x="472"
      y="94"
-     id="text3159">
+     id="text3159"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/OverviewDiagram.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438">
 Activity</text>
   <rect
      fill="#000000"
@@ -123,7 +156,10 @@
      width="85"
      x="454"
      y="103"
-     id="rect3161" />
+     id="rect3161"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/OverviewDiagram.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
   <rect
      fill="#000000"
      height="1"
@@ -132,7 +168,10 @@
      width="85"
      x="454"
      y="127"
-     id="rect3163" />
+     id="rect3163"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/OverviewDiagram.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
   <rect
      fill="#ffffff"
      height="73"
@@ -141,22 +180,19 @@
      width="141"
      x="206"
      y="240"
-     id="rect3165" />
-  <rect
-     fill="none"
-     height="73"
-     stroke="#000000"
-     stroke-width="1"
-     width="141"
-     x="206"
-     y="240"
-     id="rect3167" />
+     id="rect3165"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/OverviewDiagram.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
   <text
      font-family="Dialog"
      font-size="13"
      x="257"
      y="254"
-     id="text3169">
+     id="text3169"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/OverviewDiagram.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438">
 Agent</text>
   <rect
      fill="#000000"
@@ -166,7 +202,10 @@
      width="141"
      x="206"
      y="263"
-     id="rect3171" />
+     id="rect3171"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/OverviewDiagram.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
   <rect
      fill="#000000"
      height="1"
@@ -175,55 +214,81 @@
      width="141"
      x="206"
      y="287"
-     id="rect3173" />
+     id="rect3173"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/OverviewDiagram.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
   <polyline
      fill="none"
      points="238,240 238,160"
      stroke="#000000"
      stroke-width="1"
-     id="polyline3175" />
+     id="polyline3175"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/OverviewDiagram.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
   <polygon
      fill="#ffffff"
      points="238,160 245,172 231,172"
      stroke="#ffffff"
      stroke-width="1"
-     id="polygon3177" />
+     id="polygon3177"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/OverviewDiagram.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
   <polygon
-     fill="none"
-     points="238,160 245,172 231,172"
-     stroke="#000000"
-     stroke-width="1"
-     id="polygon3179" />
+     points="245,172 231,172 238,160 "
+     id="polygon3179"
+     transform="translate(0,2)"
+     style="fill:none;stroke:#000000;stroke-width:1"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/OverviewDiagram.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
   <text
      font-family="Dialog"
      font-size="13"
      x="483"
      y="180"
-     id="text3181" />
+     id="text3181"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/OverviewDiagram.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
   <text
      font-family="Dialog"
      font-size="13"
      x="357"
      y="244"
-     id="text3183" />
+     id="text3183"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/OverviewDiagram.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
   <text
      font-family="Dialog"
      font-size="13"
      x="515"
      y="180"
-     id="text3185" />
+     id="text3185"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/OverviewDiagram.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
   <text
      font-family="Dialog"
      font-size="13"
      x="357"
      y="276"
-     id="text3187" />
+     id="text3187"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/OverviewDiagram.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
   <polyline
      fill="none"
      points="526,152 526,304 346,304"
      stroke="#000000"
      stroke-width="1"
-     id="polyline3189" />
+     id="polyline3189"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/OverviewDiagram.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
   <line
      x1="358"
      x2="346"
@@ -232,7 +297,10 @@
      id="line3191"
      stroke-width="1"
      stroke="#000000"
-     fill="#000000" />
+     fill="#000000"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/OverviewDiagram.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
   <line
      fill="#000000"
      stroke="#000000"
@@ -241,37 +309,52 @@
      x2="346"
      y1="311"
      y2="304"
-     id="line3193" />
+     id="line3193"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/OverviewDiagram.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
   <a
      xlink:href="http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-ActivityAssociation"
      target="_parent"
-     id="a3195">
+     id="a3195"
+     transform="translate(-6,-6)"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/OverviewDiagram.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438">
     <text
-       font-family="Dialog"
        font-size="13"
        x="424"
        y="324"
-       id="text3197">
-wasAssociatedWith</text>
+       id="text3197"
+       style="font-size:13px;font-family:Dialog">wasAssociatedWith</text>
   </a>
   <text
      font-family="Dialog"
      font-size="13"
      x="539"
      y="180"
-     id="text3199" />
+     id="text3199"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/OverviewDiagram.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
   <text
      font-family="Dialog"
      font-size="13"
      x="357"
      y="300"
-     id="text3201" />
+     id="text3201"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/OverviewDiagram.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
   <polyline
      fill="none"
      points="206,272 126,272 126,344 214,344 214,312"
      stroke="#000000"
      stroke-width="1"
-     id="polyline3203" />
+     id="polyline3203"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/OverviewDiagram.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
   <line
      fill="#000000"
      stroke="#000000"
@@ -280,7 +363,10 @@
      x2="214"
      y1="324"
      y2="312"
-     id="line3205" />
+     id="line3205"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/OverviewDiagram.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
   <line
      fill="#000000"
      stroke="#000000"
@@ -289,32 +375,46 @@
      x2="214"
      y1="324"
      y2="312"
-     id="line3207" />
+     id="line3207"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/OverviewDiagram.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
   <text
-     font-family="Dialog"
      font-size="13"
-     x="15"
-     y="323"
-     id="text3209">
-actedOnBehalfOf</text>
+     x="73"
+     y="269"
+     id="text3209"
+     style="font-size:13px;font-family:Dialog"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/OverviewDiagram.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438">actedOnBehalfOf</text>
   <text
      font-family="Dialog"
      font-size="13"
      x="187"
      y="268"
-     id="text3211" />
+     id="text3211"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/OverviewDiagram.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
   <text
      font-family="Dialog"
      font-size="13"
      x="193"
      y="340"
-     id="text3213" />
+     id="text3213"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/OverviewDiagram.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
   <polyline
      fill="none"
      points="238,88 238,32 150,32 150,128 206,128"
      stroke="#000000"
      stroke-width="1"
-     id="polyline3215" />
+     id="polyline3215"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/OverviewDiagram.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
   <line
      fill="#000000"
      stroke="#000000"
@@ -323,7 +423,10 @@
      x2="206"
      y1="135"
      y2="128"
-     id="line3217" />
+     id="line3217"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/OverviewDiagram.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
   <line
      fill="#000000"
      stroke="#000000"
@@ -332,37 +435,52 @@
      x2="206"
      y1="121"
      y2="128"
-     id="line3219" />
+     id="line3219"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/OverviewDiagram.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
   <a
      xlink:href="http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Derivation"
      target="_parent"
-     id="a3221">
+     id="a3221"
+     transform="translate(14,0)"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/OverviewDiagram.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438">
     <text
-       font-family="Dialog"
        font-size="13"
        x="74"
        y="28"
-       id="text3223">
-wasDerivedFrom</text>
+       id="text3223"
+       style="font-size:13px;font-family:Dialog">wasDerivedFrom</text>
   </a>
   <text
      font-family="Dialog"
      font-size="13"
      x="217"
      y="72"
-     id="text3225" />
+     id="text3225"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/OverviewDiagram.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
   <text
      font-family="Dialog"
      font-size="13"
      x="187"
      y="124"
-     id="text3227" />
+     id="text3227"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/OverviewDiagram.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
   <polyline
      fill="none"
      points="454,112 290,112"
      stroke="#000000"
      stroke-width="1"
-     id="polyline3229" />
+     id="polyline3229"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/OverviewDiagram.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
   <line
      fill="#000000"
      stroke="#000000"
@@ -371,7 +489,10 @@
      x2="290"
      y1="105"
      y2="112"
-     id="line3231" />
+     id="line3231"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/OverviewDiagram.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
   <line
      fill="#000000"
      stroke="#000000"
@@ -380,37 +501,52 @@
      x2="290"
      y1="119"
      y2="112"
-     id="line3233" />
+     id="line3233"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/OverviewDiagram.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
   <a
      xlink:href="http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Usage"
      target="_parent"
-     id="a3235">
+     id="a3235"
+     transform="translate(25.980713,0)"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/OverviewDiagram.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438">
     <text
-       font-family="Dialog"
        font-size="13"
        x="333"
        y="106"
-       id="text3237">
-used</text>
+       id="text3237"
+       style="font-size:13px;font-family:Dialog">used</text>
   </a>
   <text
      font-family="Dialog"
      font-size="13"
      x="435"
      y="108"
-     id="text3239" />
+     id="text3239"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/OverviewDiagram.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
   <text
      font-family="Dialog"
      font-size="13"
      x="301"
      y="108"
-     id="text3241" />
+     id="text3241"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/OverviewDiagram.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
   <polyline
      fill="none"
      points="290,144 454,144"
      stroke="#000000"
      stroke-width="1"
-     id="polyline3243" />
+     id="polyline3243"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/OverviewDiagram.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
   <line
      fill="#000000"
      stroke="#000000"
@@ -419,7 +555,10 @@
      x2="454"
      y1="151"
      y2="144"
-     id="line3245" />
+     id="line3245"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/OverviewDiagram.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
   <line
      fill="#000000"
      stroke="#000000"
@@ -428,60 +567,96 @@
      x2="454"
      y1="137"
      y2="144"
-     id="line3247" />
+     id="line3247"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/OverviewDiagram.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
   <a
      xlink:href="http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Generation"
      target="_parent"
-     id="a3249">
+     id="a3249"
+     transform="translate(2,-2)"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/OverviewDiagram.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438">
     <text
-       font-family="Dialog"
        font-size="13"
        x="317"
        y="160"
-       id="text3251">
-wasGeneratedBy</text>
+       id="text3251"
+       style="font-size:13px;font-family:Dialog">wasGeneratedBy</text>
   </a>
   <text
      font-family="Dialog"
      font-size="13"
      x="301"
      y="140"
-     id="text3253" />
+     id="text3253"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/OverviewDiagram.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
   <text
      font-family="Dialog"
      font-size="13"
      x="435"
      y="140"
-     id="text3255" />
-  <path
-     style="fill:#000000;stroke:#000000;stroke-width:0.53375499999999998px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-     d="m 266.53177,160.95733 c 0.27053,73.36645 0.27053,73.36645 0.27053,73.36645"
-     id="path3265"
-     inkscape:connector-curvature="0" />
+     id="text3255"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/OverviewDiagram.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
   <image
      y="226.61505"
      x="266.97256"
      id="image3286"
      xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAICAIAAACtROKYAAAAA3NCSVQICAjb4U/gAAAAmklEQVQY lWP8//8/A27w5cuX1tZWfn5+hv84wJ8/fyZMmCAsLBwbG/vkyRPs6g4dOmRoaKivr3/w4EGICLq6 Bw8e+Pj4iImJLVy48O/fv3BxhLrv37/X19fz8fHl5eW9e/cOTT9U3cKFC2VlZT08PK5fv47VJQyX Ll1ydHRUVFTctGkTLj/9//+fWVZWVlRUdPny5bq6ungCCABA083lZbGc5gAAAABJRU5ErkJggg== "
      height="12.474279"
-     width="9.420577" />
+     width="9.420577"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/OverviewDiagram.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
   <image
      y="227.87679"
      x="258.37732"
      id="image3308"
      xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAICAIAAACtROKYAAAAA3NCSVQICAjb4U/gAAAAjklEQVQY lX3KoRGGIBiAYf4FNHBGAhNwrmChuAIrkG0mzKzACk7gMQKFaiBT4M4C9/2BDE95y4uu6zqOI6UE QyiEIITAGGutSyndr+V5HsbYuq7W2tEHALVWY8yyLPu+v+/b/ZoYo5RymqbzPL/v636N955zTggx xoy+5r5vSum2bc65HwCgvpyzUmqe5z9IGe5/F520uQAAAABJRU5ErkJggg== "
      height="12.474279"
-     width="8.5257206" />
+     width="8.5257206"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/OverviewDiagram.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
   <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:Bitstream Vera Sans"
      x="273.82587"
      y="209.50539"
      id="text3334"
-     sodipodi:linespacing="125%"><tspan
+     sodipodi:linespacing="125%"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/OverviewDiagram.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438"><tspan
        sodipodi:role="line"
        id="tspan3336"
        x="273.82587"
        y="209.50539"
        style="font-size:13px">wasAttributedTo</tspan></text>
+  <path
+     style="fill:#000000;stroke:#000000;stroke-width:0.53375499999999998px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+     d="m 266.53177,160.95733 c 0.27053,73.36645 0.27053,73.36645 0.27053,73.36645"
+     id="path3265"
+     inkscape:connector-curvature="0"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/OverviewDiagram.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
+  <rect
+     fill="none"
+     height="73"
+     stroke="#000000"
+     stroke-width="1"
+     width="141"
+     x="206"
+     y="240"
+     id="rect3167"
+     inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/OverviewDiagram.png"
+     inkscape:export-xdpi="79.550438"
+     inkscape:export-ydpi="79.550438" />
 </svg>
Binary file model/images/w3-publication1.png has changed
--- a/model/images/w3-publication1.svg	Thu Mar 29 14:20:43 2012 +0100
+++ b/model/images/w3-publication1.svg	Thu Mar 29 15:28:20 2012 +0100
@@ -402,6 +402,24 @@
        inkscape:vp_z="1 : 0.5 : 1"
        inkscape:vp_y="0 : 1000 : 0"
        inkscape:vp_x="0 : 0.5 : 1"
+       sodipodi:type="inkscape:persp3d" /><inkscape:perspective
+       id="perspective3176"
+       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+       inkscape:vp_z="1 : 0.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 0.5 : 1"
+       sodipodi:type="inkscape:persp3d" /><inkscape:perspective
+       id="perspective3206"
+       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+       inkscape:vp_z="1 : 0.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 0.5 : 1"
+       sodipodi:type="inkscape:persp3d" /><inkscape:perspective
+       id="perspective3237"
+       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+       inkscape:vp_z="1 : 0.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 0.5 : 1"
        sodipodi:type="inkscape:persp3d" /></defs><sodipodi:namedview
      pagecolor="#ffffff"
      bordercolor="#666666"
@@ -417,7 +435,7 @@
      showgrid="false"
      inkscape:zoom="0.87538929"
      inkscape:cx="472.26252"
-     inkscape:cy="950.21061"
+     inkscape:cy="947.92591"
      inkscape:window-x="1280"
      inkscape:window-y="0"
      inkscape:window-maximized="0"
@@ -465,6 +483,7 @@
 
 
 
+
 </g><g
      id="g180"
      transform="matrix(1,0,0,-1,581,832)"><text
@@ -478,6 +497,7 @@
 
 
 
+
 </g><g
      id="g186"
      transform="matrix(1,0,0,-1,581,832)"><text
@@ -490,6 +510,7 @@
 
 
 
+
 </g><g
      id="g192"
      transform="matrix(1,0,0,-1,581,832)"><text
@@ -503,6 +524,7 @@
 
 
 
+
 </g></g><g
    id="g198"
    inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/w3-publication1.png"
@@ -539,6 +561,7 @@
 
 
 
+
 </g><g
      id="g226"
      transform="matrix(1,0,0,-1,687.12,723)"><text
@@ -552,6 +575,7 @@
 
 
 
+
 </g><g
      id="g232"
      transform="matrix(1,0,0,-1,687.12,723)"><text
@@ -564,6 +588,7 @@
 
 
 
+
 </g><g
      id="g238"
      transform="matrix(1,0,0,-1,687.12,723)"><text
@@ -577,6 +602,7 @@
 
 
 
+
 </g></g><g
    id="g244"
    inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/w3-publication1.png"
@@ -613,6 +639,7 @@
 
 
 
+
 </g></g><g
    id="g272"
    inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/w3-publication1.png"
@@ -649,6 +676,7 @@
 
 
 
+
 </g></g><g
    id="g300"
    inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/w3-publication1.png"
@@ -687,6 +715,7 @@
 
 
 
+
 </g><g
    transform="matrix(1,0,0,-1,211.456,761.8342)"
    id="g328"
@@ -703,6 +732,7 @@
 
 
 
+
 </g><g
    transform="matrix(1,0,0,-1,470.12,838.95)"
    id="g334"
@@ -719,6 +749,7 @@
 
 
 
+
 </g><g
    transform="matrix(1,0,0,-1,0.5,1071.5)"
    id="g340"
@@ -757,6 +788,7 @@
 
 
 
+
 </g><g
    transform="matrix(1,0,0,-1,0.5,1071.5)"
    id="g356"
@@ -816,6 +848,7 @@
 
 
 
+
 </g><g
    id="g382"
    inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/w3-publication1.png"
@@ -839,39 +872,6 @@
      id="path402"
      style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none"
      d="m 238.6758,224.4437 c 10.3144,8.5915 10.3144,22.5211 0,31.1126 -10.3145,8.5916 -27.0375,8.5916 -37.3519,0 -10.3145,-8.5915 -10.3145,-22.5211 0,-31.1126 10.3144,-8.5916 27.0374,-8.5916 37.3519,0" /></g><g
-   transform="matrix(1,0,0,-1,219.9998,832)"
-   id="g408"
-   inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/w3-publication1.png"
-   inkscape:export-xdpi="79.550438"
-   inkscape:export-ydpi="79.550438"><text
-   id="text410"
-   transform="translate(-16.12944,-3)"><tspan
-     id="tspan412"
-     sodipodi:role="line"
-     y="0"
-     x="0 7.2012 14.4024 21.6036"
-     style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Courier;-inkscape-font-specification:Courier">ar1:</tspan></text>
-
-
-
-</g><g
-   transform="matrix(1,0,0,-1,219.9998,832)"
-   id="g418"
-   inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/w3-publication1.png"
-   inkscape:export-xdpi="79.550438"
-   inkscape:export-ydpi="79.550438"><text
-   id="text420"
-   transform="translate(-16.12944,11)"
-   sodipodi:linespacing="125%"><tspan
-     id="tspan422"
-     sodipodi:role="line"
-     y="0"
-     x="0 7.2012 14.4024 21.6036"
-     style="font-size:11.19999999999999929px;font-variant:normal;font-weight:normal;writing-mode:lr;fill:#000000;fill-opacity:1.0;fill-rule:nonzero;stroke:none;font-family:Utopia;-inkscape-font-specification:Utopia;font-style:normal;font-stretch:normal;text-anchor:start;text-align:start;line-height:125%">0004</tspan></text>
-
-
-
-</g><g
    id="g424"
    inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/w3-publication1.png"
    inkscape:export-xdpi="79.550438"
@@ -894,55 +894,6 @@
      id="path444"
      style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none"
      d="m 224.6248,436.1067 c 10.3144,8.5915 10.3144,22.5211 0,31.1127 -10.3145,8.5915 -27.0375,8.5915 -37.3519,0 -10.3145,-8.5916 -10.3145,-22.5212 0,-31.1127 10.3144,-8.5916 27.0374,-8.5916 37.3519,0" /></g><g
-   transform="matrix(1,0,0,-1,205.9488,620.337)"
-   id="g450"
-   inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/w3-publication1.png"
-   inkscape:export-xdpi="79.550438"
-   inkscape:export-ydpi="79.550438"><text
-   id="text452"
-   transform="translate(-16.12944,-3)"><tspan
-     id="tspan454"
-     sodipodi:role="line"
-     y="0"
-     x="0 7.2012 14.4024 21.6036"
-     style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Utopia;-inkscape-font-specification:Utopia;font-style:normal;font-stretch:normal;text-anchor:start;text-align:start;line-height:125%">ar1:</tspan></text>
-
-
-
-</g><g
-   transform="matrix(1,0,0,-1,205.9488,620.337)"
-   id="g460"
-   inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/w3-publication1.png"
-   inkscape:export-xdpi="79.550438"
-   inkscape:export-ydpi="79.550438"><text
-   id="text462"
-   transform="translate(-16.12944,11)"
-   sodipodi:linespacing="125%"><tspan
-     id="tspan464"
-     y="0"
-     x="0"
-     style="font-size:11.2px;font-variant:normal;font-weight:normal;writing-mode:lr;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Utopia;-inkscape-font-specification:Utopia;font-style:normal;font-stretch:normal;text-anchor:start;text-align:start;line-height:125%">0</tspan></text>
-
-
-
-</g><g
-   transform="matrix(1,0,0,-1,205.9488,620.337)"
-   id="g470"
-   inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/w3-publication1.png"
-   inkscape:export-xdpi="79.550438"
-   inkscape:export-ydpi="79.550438"><text
-   id="text472"
-   transform="translate(-8.928268,11)"
-   sodipodi:linespacing="125%"><tspan
-     id="tspan474"
-     sodipodi:role="line"
-     y="0"
-     x="0 7.2012 14.4024"
-     style="font-size:11.2px;font-variant:normal;font-weight:normal;writing-mode:lr;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Utopia;-inkscape-font-specification:Utopia;font-style:normal;font-stretch:normal;text-anchor:start;text-align:start;line-height:125%">111</tspan></text>
-
-
-
-</g><g
    transform="matrix(1,0,0,-1,0.5,1071.5)"
    id="g476"
    inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/w3-publication1.png"
@@ -980,6 +931,7 @@
 
 
 
+
 </g><g
    transform="matrix(0.92853512,0.37124457,0.37124457,-0.92853512,314.18707,664.00058)"
    id="g492"
@@ -996,6 +948,7 @@
 
 
 
+
 </g><g
    transform="matrix(1,0,0,-1,0.5,1071.5)"
    id="g498"
@@ -1074,6 +1027,7 @@
 
 
 
+
 </g><g
    transform="matrix(1,0,0,-1,205.949,690.5022)"
    id="g550"
@@ -1090,6 +1044,7 @@
 
 
 
+
 </g><path
    id="path556"
    style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
@@ -1120,6 +1075,7 @@
 
 
 
+
 </g><g
    transform="matrix(1,0,0,-1,0.5,1071.5)"
    id="g568"
@@ -1167,6 +1123,7 @@
 
 
 
+
 </g><g
    transform="matrix(1,0,0,-1,0.5,1071.5)"
    id="g588"
@@ -1205,6 +1162,7 @@
 
 
 
+
 </g><path
    id="path604"
    style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
@@ -1235,6 +1193,7 @@
 
 
 
+
 </g><g
    transform="matrix(1,0,0,-1,0.5,1071.5)"
    id="g616"
@@ -1281,6 +1240,7 @@
 
 
 
+
 </g><g
    transform="matrix(1,0,0,-1,0.5,1071.5)"
    id="g636"
@@ -1319,6 +1279,7 @@
 
 
 
+
 </g><g
    transform="matrix(1,0,0,-1,0.5,1071.5)"
    id="g652"
@@ -1351,6 +1312,7 @@
 
 
 
+
 </g><g
    transform="matrix(1,0,0,-1,0.5,1071.5)"
    id="g908"
@@ -1396,40 +1358,6 @@
      id="path938"
      style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none"
      d="m 238.6758,155.4437 c 10.3144,8.5915 10.3144,22.5211 0,31.1126 -10.3145,8.5916 -27.0375,8.5916 -37.3519,0 -10.3145,-8.5915 -10.3145,-22.5211 0,-31.1126 10.3144,-8.5916 27.0374,-8.5916 37.3519,0" /></g><g
-   transform="matrix(1,0,0,-1,219.9998,901)"
-   id="g944"
-   inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/w3-publication1.png"
-   inkscape:export-xdpi="79.550438"
-   inkscape:export-ydpi="79.550438"><text
-   id="text946"
-   transform="translate(-16.12944,-3)"
-   sodipodi:linespacing="125%"><tspan
-     id="tspan948"
-     sodipodi:role="line"
-     y="0"
-     x="0 7.2012 14.4024 21.6036"
-     style="font-size:11.2px;font-variant:normal;font-weight:normal;writing-mode:lr;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Utopia;-inkscape-font-specification:Utopia;font-style:normal;font-stretch:normal;text-anchor:start;text-align:start;line-height:125%">ar1:</tspan></text>
-
-
-
-</g><g
-   transform="matrix(1,0,0,-1,219.9998,901)"
-   id="g954"
-   inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/w3-publication1.png"
-   inkscape:export-xdpi="79.550438"
-   inkscape:export-ydpi="79.550438"><text
-   id="text956"
-   transform="translate(-16.12944,11)"
-   sodipodi:linespacing="125%"><tspan
-     id="tspan958"
-     sodipodi:role="line"
-     y="0"
-     x="0 7.2012 14.4024 21.6036"
-     style="font-size:11.2px;font-variant:normal;font-weight:normal;writing-mode:lr;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Utopia;-inkscape-font-specification:Utopia;font-style:normal;font-stretch:normal;text-anchor:start;text-align:start;line-height:125%">0004</tspan></text>
-
-
-
-</g><g
    transform="matrix(1,0,0,-1,0.5,1071.5)"
    id="g960"
    inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/w3-publication1.png"
@@ -1481,6 +1409,7 @@
 
 
 
+
 </g><g
    transform="matrix(1,0,0,-1,0.5,1071.5)"
    id="g982"
@@ -1519,6 +1448,7 @@
 
 
 
+
 </g><g
    transform="matrix(1,0,0,-1,281.07766,839.66125)"
    id="g998"
@@ -1535,6 +1465,7 @@
 
 
 
+
 </g><path
    id="path1004"
    style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
@@ -1565,6 +1496,7 @@
 
 
 
+
 </g><g
    transform="matrix(0.98458015,-0.17493406,-0.17493406,-0.98458015,396.18065,740.52876)"
    id="g1026"
@@ -1581,6 +1513,7 @@
 
 
 
+
 </g><path
    id="path1036"
    style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
@@ -1649,6 +1582,7 @@
 
 
 
+
 <g
    transform="matrix(1.3818339,0,0,-1.0353026,-78.772287,1157.6871)"
    id="g442-7"
@@ -1657,4 +1591,58 @@
    inkscape:export-ydpi="79.550438"><path
      id="path444-6"
      style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none"
-     d="m 224.6248,436.1067 c 10.3144,8.5915 10.3144,22.5211 0,31.1127 -10.3145,8.5915 -27.0375,8.5915 -37.3519,0 -10.3145,-8.5916 -10.3145,-22.5212 0,-31.1127 10.3144,-8.5916 27.0374,-8.5916 37.3519,0" /></g></g></svg>
\ No newline at end of file
+     d="m 224.6248,436.1067 c 10.3144,8.5915 10.3144,22.5211 0,31.1127 -10.3145,8.5915 -27.0375,8.5915 -37.3519,0 -10.3145,-8.5916 -10.3145,-22.5212 0,-31.1127 10.3144,-8.5916 27.0374,-8.5916 37.3519,0" /></g><g
+   transform="matrix(1,0,0,-1,215.2429,902.71014)"
+   id="g544-9"
+   inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/w3-publication1.png"
+   inkscape:export-xdpi="79.550438"
+   inkscape:export-ydpi="79.550438"><text
+     id="text546-3"
+     transform="translate(-7.640396,-2)"><tspan
+       id="tspan548-6"
+       sodipodi:role="line"
+       y="0"
+       x="0"
+       style="font-size:11px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:ArialMT;-inkscape-font-specification:ArialMT">ar1:</tspan><tspan
+       sodipodi:role="line"
+       y="13.75"
+       x="0"
+       style="font-size:11px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:ArialMT;-inkscape-font-specification:ArialMT"
+       id="tspan3196">0004</tspan></text>
+</g><g
+   transform="matrix(1,0,0,-1,212.71986,832.80966)"
+   id="g544-9-7"
+   inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/w3-publication1.png"
+   inkscape:export-xdpi="79.550438"
+   inkscape:export-ydpi="79.550438"><text
+     id="text546-3-9"
+     transform="translate(-7.640396,-2)"><tspan
+       id="tspan548-6-0"
+       sodipodi:role="line"
+       y="0"
+       x="0"
+       style="font-size:11px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:ArialMT;-inkscape-font-specification:ArialMT">ar2:</tspan><tspan
+       sodipodi:role="line"
+       y="13.75"
+       x="0"
+       style="font-size:11px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:ArialMT;-inkscape-font-specification:ArialMT"
+       id="tspan3196-3">0141</tspan></text>
+</g><g
+   transform="matrix(1,0,0,-1,199.2262,622.53357)"
+   id="g544-9-7-7"
+   inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/w3-publication1.png"
+   inkscape:export-xdpi="79.550438"
+   inkscape:export-ydpi="79.550438"><text
+     id="text546-3-9-9"
+     transform="translate(-7.640396,-2)"><tspan
+       id="tspan548-6-0-3"
+       sodipodi:role="line"
+       y="0"
+       x="0"
+       style="font-size:11px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:ArialMT;-inkscape-font-specification:ArialMT">ar3:</tspan><tspan
+       sodipodi:role="line"
+       y="13.75"
+       x="0"
+       style="font-size:11px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:ArialMT;-inkscape-font-specification:ArialMT"
+       id="tspan3196-3-9">0111</tspan></text>
+</g></g></svg>
\ No newline at end of file
Binary file model/images/w3-publication3.png has changed
--- a/model/images/w3-publication3.svg	Thu Mar 29 14:20:43 2012 +0100
+++ b/model/images/w3-publication3.svg	Thu Mar 29 15:28:20 2012 +0100
@@ -21,382 +21,390 @@
          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><defs
      id="defs6"><marker
-       inkscape:stockid="Arrow2Lend"
-       orient="auto"
-       refY="0.0"
-       refX="0.0"
-       id="Arrow2Lend"
-       style="overflow:visible;"><path
-         id="path4788"
-         style="font-size:12.0;fill-rule:evenodd;stroke-width:0.62500000;stroke-linejoin:round;"
-         d="M 8.7185878,4.0337352 L -2.2072895,0.016013256 L 8.7185884,-4.0017078 C 6.9730900,-1.6296469 6.9831476,1.6157441 8.7185878,4.0337352 z "
-         transform="scale(1.1) rotate(180) translate(1,0)" /></marker><marker
-       inkscape:stockid="Arrow1Lend"
-       orient="auto"
-       refY="0.0"
-       refX="0.0"
-       id="Arrow1Lend"
-       style="overflow:visible;"><path
-         id="path4770"
-         d="M 0.0,0.0 L 5.0,-5.0 L -12.5,0.0 L 5.0,5.0 L 0.0,0.0 z "
-         style="fill-rule:evenodd;stroke:#000000;stroke-width:1.0pt;marker-start:none;"
-         transform="scale(0.8) rotate(180) translate(12.5,0)" /></marker><inkscape:perspective
-       sodipodi:type="inkscape:persp3d"
-       inkscape:vp_x="0 : 0.5 : 1"
-       inkscape:vp_y="0 : 1000 : 0"
-       inkscape:vp_z="1 : 0.5 : 1"
-       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
-       id="perspective10" /><mask
-       maskUnits="userSpaceOnUse"
-       x="0"
-       y="0"
-       width="1"
-       height="1"
-       id="mask22"><image
-         width="1"
-         height="1"
-         xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAmkAAAD3CAAAAABj6ZwUAAAAAXNCSVQI5gpbmQAABVFJREFUeJzt2stu4zgQRuEqkpKdGI15/wft2CbFqllEsbsbmEVDwR9McD5AgG8LLg6KutgMAAD8Hf/jtf/XD4G/k/uxe5TlbsXNnNbwGdIsLTMt99r2rty9eCnuTmj4HBkWERkWZvZRmnsppdZavRit4bi0zIiYc0ZkmJk1MzPzUlpdllprZarhE2RmxNy24dOmp+2luZfWltO6ttq8UBoOy4yYY/TiZjafpZVSl9PL+bQurVRKw2GZc9t6v7mZhXs+ds/aTi+Xy+vptDRKw3EZc/T7tbllzOd5mpe6rufLP5fX86nV8rVrxHeQMfr9upaMudX5MdPcS63r6fXy4/J6Whql4bCco18Xn73393O1xxVBrcvp9fLj9by2+rVrxHcQc9yaR7+2Vv1ZmnmpbT2dX14vL+tCaThszt5KjNOy1Frc7TnTSq3LejqfX87MNBwXWysxbmvbO3vMNPNS27Kup/O6UhoOm63kWJbWain2y+5pXkqttS1LY/fEJ6hbtGVptfge2kdpZmZeipdSSuHiEweFlff/azyfbRYzc7f9I3d3JzQctVfm/myLrKBBadCgNGhQGjQoDRqUBg1KgwalQYPSoEFp0KA0aFAaNCgNGpQGDUqDBqVBg9KgQWnQoDRoUBo0KA0alAYNSoMGpUGD0qBBadCgNGhQGjQoDRqUBg1KgwalQYPSoEFp0KA0aFAaNCgNGpQGDUqDBqVBg9KgQWnQoDRoUBo0KA0alAYNSoMGpUGD0qBBadCgNGhQGjQoDRqUBg1KgwalQYPSoEFp0KA0aFAaNCgNGpQGDUqDBqVBg9KgQWnQoDRoUBo0KA0alAYNSoMGpUGD0qBBadCgNGhQGjQoDRqUBg1KgwalQYPSoEFp0KA0aFAaNCgNGpQGDUqDBqVBg9KgQWnQoDRoUBo0KA0alAYNSoMGpUGD0qBBadCgNGhQGjQoDRqUBg1KgwalQYPSoEFp0KA0aFAaNCgNGpQGDUqDBqVBg9KgQWnQoDRoUBo0KA0alAYNSoMGpUGD0qBBadCgNGhQGjQoDRqUBg1KgwalQYPSoEFp0KA0aFAaNCgNGpQGDUqDBqVBg9KgQWnQoDRoUBo0KA0alAYNSoMGpUGD0qBBadCgNGhQGjQoDRqUBg1KgwalQYPSoEFp0KA0aFAaNCgNGpQGDUqDBqVBg9KgQWnQoDRoUBo0KA0alAYNSoMGpUGD0qBBadCgNGhQGjQoDRqUBg1KgwalQYPSoEFp0KA0aFAaNCgNGpQGDUqDBqVBg9KgQWnQoDRoUBo0KA0alAYNSoMGpUGD0qBBadCgNGhQGjQoDRqUBg1KgwalQYPSoEFp0KA0aFAaNCgNGpQGDUqDBqVBg9KgUcws0zIzzSwzM+Or14T/vciHj7ba89uMyIgIJzUcFRF7bR+f7KVlxJxzG2PrRmg4bM5tG2ObkWHvsb2XlpYxt9H7vVrUr1whvofY+r2PsW0z9tSamVlmxJyj32/V50JpOGzOfr/d7n2bkb/NtJhbv9/WZnNtlIbDYo7b9e12H2PurX3MtDnH/a3a7EvjxgcOyzn69e3n9b5tMx+7Z2bM2e9vi81+apXScFjG6Pfrz7dbHzN+OU+L2WutNq6npVX/2jXiO8iYe2pjzl/up+Xc7mbzvi6tUBqOy5zb1vvtev9jpvkcZnO02rxQGg7LjJhj9N7HzN+uCDbLnL3W6k5pOCwzI+a2jW3O+ZxplmFbxFarF6M0HJeWGRFzPu7c7lm5e/FSnImGz5JhEZGxP958hOVuxc3cSA2fIN/nWtrHM/Zfu/I/3gMH5H4AwDf0Lxinqnls5Cc6AAAAAElFTkSuQmCC"
-         id="image24" /></mask><mask
-       maskUnits="userSpaceOnUse"
-       x="0"
-       y="0"
-       width="1"
-       height="1"
-       id="mask30"><image
-         width="1"
-         height="1"
-         xlink:href="data:image/png;base64,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"
-         id="image32" /></mask><mask
-       maskUnits="userSpaceOnUse"
-       x="0"
-       y="0"
-       width="1"
-       height="1"
-       id="mask38"><image
-         width="1"
-         height="1"
-         xlink:href="data:image/png;base64,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"
-         id="image40" /></mask><mask
-       maskUnits="userSpaceOnUse"
-       x="0"
-       y="0"
-       width="1"
-       height="1"
-       id="mask46"><image
-         width="1"
-         height="1"
-         xlink:href="data:image/png;base64,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"
-         id="image48" /></mask><mask
-       maskUnits="userSpaceOnUse"
-       x="0"
-       y="0"
-       width="1"
-       height="1"
-       id="mask54"><image
-         width="1"
-         height="1"
-         xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEMAAAA8CAAAAAAY1Vi7AAAAAXNCSVQI5gpbmQAAAmRJREFUSIntl8tyozAQRfslYUgy//+jNkjqxywAG1IVlMVspsrNxlW2ju9t0+Y2wLuOhYdX6/WLiu36xkAEQkJA7FIiAsIjIuLEQCRkJiTsQiIC3N3cHRwAAGRHEIswcxcS4OFuampoGAcGMUvKkoSIOowIN9NWERXswAAkyfk2ZBHuMCDMrLVCABGIsTOQWFIepykPSZg6Oky1LjPD2tgnA0nSbfr6HG9Dkg7DrdXySOjuduopcRrGzz8f4y0nvrQCZnWZBU1V1fDFIGLJw/jxNY1D4ut+WKtZ0JYkTHDQAcQieRynz2nI+1s/eLFWGL0MSRjppQMRiSXn2zhNty6jMnjdEAcvgEjMKQ/DbewxlNHakBLTbnq/T5GIOUnKOcs1g9FbEmEmODEAEJCZmJlFOgPjwsxEr5nY+4GIgEhERHj54zoiEq7DiQgYAJe6f1lvxpvxZrwZb8Y/ZMQargIOIeunCoDYPrieeT1fACDCI9zdLilh5uHhh++S/Xy4m2prgp3nnKo2VfOXZHkiTFurJVHYdYaxWkptqvbUuzFgDVmLsGs3OyzLUmpT882QrAh301qWhNFSj6FlfsylqtlmZvfi1uqcyTXnXpbSujzuc2lqRx3gZq0ud/JasvTzWF3u97k0++alERN5GXLiDmN1/XgsVU+50I0aQbQ5JenlZDDTVsq8VD3piDDACE3CxNf7R4CbWau16FlHOEANV2ai64gLEB5u1rSZOxx6GuEAYUrHiPQTI1aK2X6jPvcXIGQk6KnYKOG+p/XDLobrDoXQXce2AYfn1J0O/AKwUaDzD/Hf1l8x8qg8IVS+bAAAAABJRU5ErkJggg=="
-         id="image56" /></mask><mask
-       maskUnits="userSpaceOnUse"
-       x="0"
-       y="0"
-       width="1"
-       height="1"
-       id="mask62"><image
-         width="1"
-         height="1"
-         xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEMAAAA8CAAAAAAY1Vi7AAAAAXNCSVQI5gpbmQAAAmRJREFUSIntl8tyozAQRfslYUgy//+jNkjqxywAG1IVlMVspsrNxlW2ju9t0+Y2wLuOhYdX6/WLiu36xkAEQkJA7FIiAsIjIuLEQCRkJiTsQiIC3N3cHRwAAGRHEIswcxcS4OFuampoGAcGMUvKkoSIOowIN9NWERXswAAkyfk2ZBHuMCDMrLVCABGIsTOQWFIepykPSZg6Oky1LjPD2tgnA0nSbfr6HG9Dkg7DrdXySOjuduopcRrGzz8f4y0nvrQCZnWZBU1V1fDFIGLJw/jxNY1D4ut+WKtZ0JYkTHDQAcQieRynz2nI+1s/eLFWGL0MSRjppQMRiSXn2zhNty6jMnjdEAcvgEjMKQ/DbewxlNHakBLTbnq/T5GIOUnKOcs1g9FbEmEmODEAEJCZmJlFOgPjwsxEr5nY+4GIgEhERHj54zoiEq7DiQgYAJe6f1lvxpvxZrwZb8Y/ZMQargIOIeunCoDYPrieeT1fACDCI9zdLilh5uHhh++S/Xy4m2prgp3nnKo2VfOXZHkiTFurJVHYdYaxWkptqvbUuzFgDVmLsGs3OyzLUmpT882QrAh301qWhNFSj6FlfsylqtlmZvfi1uqcyTXnXpbSujzuc2lqRx3gZq0ud/JasvTzWF3u97k0++alERN5GXLiDmN1/XgsVU+50I0aQbQ5JenlZDDTVsq8VD3piDDACE3CxNf7R4CbWau16FlHOEANV2ai64gLEB5u1rSZOxx6GuEAYUrHiPQTI1aK2X6jPvcXIGQk6KnYKOG+p/XDLobrDoXQXce2AYfn1J0O/AKwUaDzD/Hf1l8x8qg8IVS+bAAAAABJRU5ErkJggg=="
-         id="image64" /></mask><mask
-       maskUnits="userSpaceOnUse"
-       x="0"
-       y="0"
-       width="1"
-       height="1"
-       id="mask70"><image
-         width="1"
-         height="1"
-         xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAF8AAABFCAAAAAAJamXUAAAAAXNCSVQI5gpbmQAABLpJREFUWIXtmNtyKjkMRXWxZTck8/8/OrRvkubB3dDhJCccqKmpmooeKKBgbXlbtlsG+In/MvDPf+7/Dh8REBDB3QH8UZFH+YhISDj55uYPKjzERwQiYiJCBHczUzN7aBAP8BGRiJgDMxGCm+lQVbNHBvEtH5GQmTmEEAMTgtsYY3Qdaur2ncLv+dN15hBDlBhDYAK10UdvbYyh39v0Oz4iEjFzCDFKikliDAQ2emuttdb7GOM7m77mE2zGxBglSU45yc4vtdTaWht9qOrvbPqCj4iETCFMesppyTmJMINqa6WupdTSWuujD9WvC/ZTPiISEweOQURSSnlZck5JIhOY9lZLKWUttbTaWx+znD5V+JW/FTtzDBJFUk55yUvOWSTu8zsFylpKabX1vtsEdk8Ln6ROtM2pJFkmPS2SYoxMBGZj9LYrrLXUVnufg3C8HwTe0QmnMTGKpJTzpOckEmPgWf+qo7fWar0qzLnWoaZ3NuERDlvqQeRIT5M+8QDmqnMJ1LqZVEptrbfR9X5J4I0+jYksMSaZ8LyknEQkxm132PY3Ux2j995qK6WsZa2l1DqXhKq6XhXwit9dj5LSjS4iUUIITERIAAgOYG6mqn303lotdY5hbWUuiTHM9hWBO54phDgzTzkvOeclJRGREJmZCQmvyTi4uekcRGttKqx1raXV1kbTYToFwo5njpIk57QsE5+ySIwxcCBiRDxMFQKwE6sFjdp7X2qdCtuioAYDFPzGJ+KY8rIsy3JalpzzPqcHYwAACABsKiCgs0WNY/TUayt1Leu6rpe4IgIMO/ABOUg+nd9O5/NyytP2GDjQB2Noe90UCMicOajISD23U13Xy0UkEJgZ6dUfJOaYlre/3t7ezqecRSSGcK2YD/Sbws0mi0N6bq0u65JEGMzczdB3PlKQtLy9//X+fjrlFEMMd3N6g+8fDzYZB5UuPdckITDYGDqI7OA/h7Sc397f389LjlvqX9I/s0nDkL7tUK3UFjpc8wckDlHy6fR2Pi8SJx1+R7+zCYwtaIjM4NqWiwQi0g/5B5kFlCV8l/onNhGQMTOCjpZTZGbE2/wiEnGMKUkSifzZnH4tcZtrRPCeksQYGAkQbvWJxBzDVvGHYn8gjjb5iDHEuWjgmv9+YF03gj+gbz81AEAnZCaedQ03f6b6fP7DP6Z/HATSgfLr+fUM+/qvX07HjYVTEeGo/FQgXnGT9Fyuj8cP/4f/w//h/1/5AQDA3d0dfL75bBt/LHz2Fr4HfDhfzM3MVJ8/AdxVVdX91mBsfDdX0zF6D2RPe+Y+Rh86VO/47mCzLy9g/DzftNXa+pjt6pGvOkZvJaArv+JPK+taWlczv+Xv4KajlTWgjfg8H0x7vayltrH3kWEf2Oh1jWi9hhf4rr2Wy2WdAtf8wUx7KxeylmPgp/HgNlpdL3+XNo79l4OOXgi15BjCK0tOtfdSLmttWw1t+aN2BB8Sw/7g+1z+rtp7raX2YXbL310B3EcIzPhC/u5m8/Jg6LG/cwMA9x6I6ZUHOIfZFnfdC3SvfwM3o3kD+Ur47O3NZvrXppmA9gvUVwR8v369ux+A7eH2+M2TAlMD7u43jp9eqJ/D6088Ev8ADyxgGctUYFYAAAAASUVORK5CYII="
-         id="image72" /></mask><mask
-       maskUnits="userSpaceOnUse"
-       x="0"
-       y="0"
-       width="1"
-       height="1"
-       id="mask78"><image
-         width="1"
-         height="1"
-         xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEsAAABCCAAAAAA6KnT+AAAAAXNCSVQI5gpbmQAABWZJREFUWIXtmNmS4zYMRbGQ1Ob2/P9njmwtXADkgZJsddvTk9TkKWGVylUScQjBBHghgP/H3xn43WOsPwYAYPXnH7AQAQkQ9ylmZmZgb3nvWIhIQMiIWGlmZmpqWom/zUIEQiYiJiIkQAQzUBMTFTUxfUl7wUIERiZmx8xMhIQAYGoq+1B9RfvKQiRidttgYkJEMDMVLZIll1KkvKJ9ZiEisXMueO+Dc94xMxIAqIlILrmknHLJRUQ/x819RjE5Dj40ITRN8N47ZiIAU9VSck4pphRTyrmI6HmPnFmExM6H0DZt27ZNE4J3zIRoYCqSc0pxjcsa1xRzQpETzJ1RzD6Etu26vuvatgneOaYt9iKSc4zrusxLWDlSAlDT1yxCdj60Xdf3Q993bRuCq24BGKiJ5JLSuizdPM3OEWIuivaKRcjON13XD5fLMPRt2wTnHNG2v7aIpbQuXRuCc0QIUEDtKwuRnW+77nL5+Bgufdc2YQs8AdZtX2Ft2zYh+MqC8khS90ARu6brLx/Xj+tlOFCIVCccsKYJwXvHhGgGBvKVReybtrtcr9cfl0vfNcE5ZiREQEADMDBT9ZJD8N45JkRQADUDPbMQ2fmmHz6uP35cL0PXBM9c0wehXlYTyZWaD4SmaiJme/zdJ7c+rj+u16FrQ436c14gALAhETMTEZqZSBFVkxMLkZ0P3XC5Xq8fQ9+Fuq0qqQZMK44NCQkJzFSylCKim2PucMv5th8ul4/L0HfBM9GJBEAHDWuyq9TcFCE7sZh903TDZej7rg3e7U7tpCeaETg0MykppRhTZpWnd0QidqHt+mHo24r6QjpoCATgTUtNgpjy5ph7Clfb9V3XNqH+3y9QAEAKAEjAXkru1n5uV+cyoh3Tkcj50HRd1/watd8kYh9C07Vt4z0zPR7V+heaJmxFpk5/haoWCETsQhOaJnxeG5HY+9A0wTs+9sKbQZsBOxdCE46q9PCL2dUquq3yxqsnG+Zayl09ER5+1XUq6RsUANUThthxPV2e4gWIhLSdYN+jtoG0pdN+HG9GCISIWO9/j6nxPwzw6d0BAGFTDu93w1dYfaVDwexWBlCPOwMA0Ff2z0P3mWB26J+9aILWKvxWeLxAHQb2cBbAdrWg22H8rWNQj9/dxB45ZGYqUoocJ/svYQpgpqpSpBRRUX34ZaYiUnLOG+3XMK02IqWknHPZ1z/eUXJOMaZcRL+RkrqvXkpKMZUiqo/Ym6mUkmJMKVXNAQD6xrMad1UpKaYYUyrbm+x+qZac4rIsMT6evYTVm6qSU4rLusact8W3WmgmJad1mWt9JqzFXr/u2cOrnOK6LPOyplK2tblOqSeVc47Z7YmEAGbnhFI7UHGd7uM43qZlTSInFhAiM7NzTESPxHim6SbyVUuJcZpu48/xPi8py8mvrVQQMRES0JaZz7SdZCqlxHWabuP4836fD7cOFgIiIdKu521D7dLeDpKK5LjM020cx9ttXlIRPbOqIQHuBdrANpeOvmNTrTnFZZrG2/hzvM1zzGUXOvyM2m2qI2oGarZRTU1VpOSY1rnGarxPc8z5EOcPv/bVDdRMt2H1kprGpZQU4zJP0ziO43ibpiVlPTb1ob8MVDIgVsGc0lddCFJ1YVyX6X6/3+7TvKYsh5R70phmAls65ZRifK9X52W6T/d5WtaYy1P78aR9lQQArGbauvxCR8/zNM/LEtMJddLkSmJW06myzvpey0PfL+sSY87yVt+DkpbaX8T1N/oOETkV9HMPo2i1yKW0hiY0Wz+E+KYfOp8Nv9+nqX7Xp/2b/SP80b4W/mS/fcTtj3wHOLzDJ+Xxz79PHI//xneT/8L4C+CHknaJvj28AAAAAElFTkSuQmCC"
-         id="image80" /></mask><mask
-       maskUnits="userSpaceOnUse"
-       x="0"
-       y="0"
-       width="1"
-       height="1"
-       id="mask86"><image
-         width="1"
-         height="1"
-         xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEsAAABCCAAAAAA6KnT+AAAAAXNCSVQI5gpbmQAABWZJREFUWIXtmNmS4zYMRbGQ1Ob2/P9njmwtXADkgZJsddvTk9TkKWGVylUScQjBBHghgP/H3xn43WOsPwYAYPXnH7AQAQkQ9ylmZmZgb3nvWIhIQMiIWGlmZmpqWom/zUIEQiYiJiIkQAQzUBMTFTUxfUl7wUIERiZmx8xMhIQAYGoq+1B9RfvKQiRidttgYkJEMDMVLZIll1KkvKJ9ZiEisXMueO+Dc94xMxIAqIlILrmknHLJRUQ/x819RjE5Dj40ITRN8N47ZiIAU9VSck4pphRTyrmI6HmPnFmExM6H0DZt27ZNE4J3zIRoYCqSc0pxjcsa1xRzQpETzJ1RzD6Etu26vuvatgneOaYt9iKSc4zrusxLWDlSAlDT1yxCdj60Xdf3Q993bRuCq24BGKiJ5JLSuizdPM3OEWIuivaKRcjON13XD5fLMPRt2wTnHNG2v7aIpbQuXRuCc0QIUEDtKwuRnW+77nL5+Bgufdc2YQs8AdZtX2Ft2zYh+MqC8khS90ARu6brLx/Xj+tlOFCIVCccsKYJwXvHhGgGBvKVReybtrtcr9cfl0vfNcE5ZiREQEADMDBT9ZJD8N45JkRQADUDPbMQ2fmmHz6uP35cL0PXBM9c0wehXlYTyZWaD4SmaiJme/zdJ7c+rj+u16FrQ436c14gALAhETMTEZqZSBFVkxMLkZ0P3XC5Xq8fQ9+Fuq0qqQZMK44NCQkJzFSylCKim2PucMv5th8ul4/L0HfBM9GJBEAHDWuyq9TcFCE7sZh903TDZej7rg3e7U7tpCeaETg0MykppRhTZpWnd0QidqHt+mHo24r6QjpoCATgTUtNgpjy5ph7Clfb9V3XNqH+3y9QAEAKAEjAXkru1n5uV+cyoh3Tkcj50HRd1/watd8kYh9C07Vt4z0zPR7V+heaJmxFpk5/haoWCETsQhOaJnxeG5HY+9A0wTs+9sKbQZsBOxdCE46q9PCL2dUquq3yxqsnG+Zayl09ER5+1XUq6RsUANUThthxPV2e4gWIhLSdYN+jtoG0pdN+HG9GCISIWO9/j6nxPwzw6d0BAGFTDu93w1dYfaVDwexWBlCPOwMA0Ff2z0P3mWB26J+9aILWKvxWeLxAHQb2cBbAdrWg22H8rWNQj9/dxB45ZGYqUoocJ/svYQpgpqpSpBRRUX34ZaYiUnLOG+3XMK02IqWknHPZ1z/eUXJOMaZcRL+RkrqvXkpKMZUiqo/Ym6mUkmJMKVXNAQD6xrMad1UpKaYYUyrbm+x+qZac4rIsMT6evYTVm6qSU4rLusact8W3WmgmJad1mWt9JqzFXr/u2cOrnOK6LPOyplK2tblOqSeVc47Z7YmEAGbnhFI7UHGd7uM43qZlTSInFhAiM7NzTESPxHim6SbyVUuJcZpu48/xPi8py8mvrVQQMRES0JaZz7SdZCqlxHWabuP4836fD7cOFgIiIdKu521D7dLeDpKK5LjM020cx9ttXlIRPbOqIQHuBdrANpeOvmNTrTnFZZrG2/hzvM1zzGUXOvyM2m2qI2oGarZRTU1VpOSY1rnGarxPc8z5EOcPv/bVDdRMt2H1kprGpZQU4zJP0ziO43ibpiVlPTb1ob8MVDIgVsGc0lddCFJ1YVyX6X6/3+7TvKYsh5R70phmAls65ZRifK9X52W6T/d5WtaYy1P78aR9lQQArGbauvxCR8/zNM/LEtMJddLkSmJW06myzvpey0PfL+sSY87yVt+DkpbaX8T1N/oOETkV9HMPo2i1yKW0hiY0Wz+E+KYfOp8Nv9+nqX7Xp/2b/SP80b4W/mS/fcTtj3wHOLzDJ+Xxz79PHI//xneT/8L4C+CHknaJvj28AAAAAElFTkSuQmCC"
-         id="image88" /></mask><mask
-       maskUnits="userSpaceOnUse"
-       x="0"
-       y="0"
-       width="1"
-       height="1"
-       id="mask94"><image
-         width="1"
-         height="1"
-         xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGEAAABHCAAAAAAymHZUAAAAAXNCSVQI5gpbmQAAB0hJREFUWIXtmdmS6jAOhrV4iYGm3/8xD9CJY1vSXNiB9L7MXI6h+qIrpS+Srd+SAPj/+n7hH5+1/y0BEQARsD9vnWAGYD8AfUdAQKDti+NxAwPT7fuNP18SEIEQCYmQEAkQB8EM1LaP6Ze+fE5ABEIiYiQm6pAHwdRUVUVVVfUryGcERCQi4r6IiRhp7IWBDfOiIiIiqqr2CeNjAiJht+2cY8eOmYgYEQHBoDsg2qSJtNZEmqiYfsj4iDDsO8/eBee8c84xMzMSIoKZqaqISGutjk9rIh8z3hMQkZidc8H74IMPwbvA/j2htVZrraXUUkutrYrIB7FybwEETI699yHEGGKMIfjgPDMzIRIAgJmpiUirrda1rGtZ11JKqa2JytvD+4aASMTOhRBiTHGa4hTiA0CACABmoGoiIrWVUtY1r8ua17WU0iq8dcO9ATA552OMU0opTVOcQvB+7PTr06qi0qSWuq4552VZcs5cUJroKzfcGwA7H6aY0uGQDinFGIPz7JgY7y50J3qgRGotZc3LsszzHJbMBVBeRWpPQCL2IU4pHQ+nwyGlKfrgnWPikdQP1eg5JyLSBiJN04t3zFgB9gj3CuB8mNLheDwej6eUphCCc46J6C4ZPeN6oMxEVaRKKWtapmkK3jlGwrJHPAiI5HxI6Xg6PZ1Oh0OaYnD+vX14MEBNVUILNcYYp+CDd0wIsEe4B4DZh3Q8Pp3OT6fjMcXovWOmfXgACAB06LgBq5mqSAshxBhCcI4QOuI9gdiHdDidns9P5+PhEKP3zEQP8wQ7CigAAhCAGqtz3gfve0QBDBQM9DUBkdnHdDw9P5/PT4dDjN4xI+Fb8zvMBiElHurFRD3nTQ3tNYE4xHR8Oj8/n8/HQ4zeEW3235l/A2HSLsNEiGA6pPYVgYidj+n4dD6fz6fDFALzN/YHZDC61iMh9DMsdznffCD2MR2Op6enp9MhRc/E39vfMcjGcTOV1rrU4o4wUuF4ejqdjilF74gAf2B/x+AuKiqt1lJKbdyd4BEkH+PxdH5+fj4dD9OvAACA1kuGru2q0loT1X5bDB+YOYR0OB5TmoJzRL+wP9xAI2Cv0mrJeYmrY1LYrGx6kVKa4h8A/WEE4q5rh5RicEx4N4NA7EKcUoodcGf/GuFciNM0TcH7PQH6tRNjCH7bg18CNgQ5H3yMIThmfrwpIrNz3ofgfc+a3wM6AomZgw8heGZ6HHckJHbO+5H3fwL0hUTMvksU7qLUM9L12x5/U4+/cwKJmdkxjWBsOw1IxKNy/LsLHYGI3C/1N6LQE+bvHuztAD5C8e5tf9ISfLlGe3E3dCeYqqiZ/jcABRgVoalt8n0v4nolOhj6Zwd6JSWioqOKpfH+vQ4d5e0fEQoA2k3VJip7H0BFaq2l1qZq8DeE9mBIa6XU2prufABVaa2saym1ier2Qr/2AFSl1VLKWtpmaOyDSq0l57yWUqWzf4lQ6Kel1pLzkkuRUb/2+0FFWl3zsqQYfC+yAfQ3eTeOkdSac15yXmsV1ccdh4jM7Jx3bjQigAD28+TrAG1tzfPL9XK5vsxrbTsCEFJvfNy9jEcA+yFDDcDAVGrJ8+16uVxucy5VFB4ERETireahTvihG2oAYKAqtSzz7Xa5XK63eS2tF5Z3AtAQrKGuaD90Q6E7oNLKsrxcL3cXbE/Y/MBdp7O58SVjc8BE6rosL9frv7ELMmrjjYCA4882HLH7v+0zSD/WtqVT34N/l8vLvNa6db4bwQbHEMxG/2HWeR9DNvNm21mfb9frv3+X621eSlUdCfWIkgGCGWrvNLs2qo0gdcidMmpS60nWWl3XPM+36/Xf5XK7zfkRo1f7AL2vMVU1Ueka/FDhjWIP6707qXVd1+Xl5Xr5d7lcrtd5yZsuAOy7LDOt0CvbWktZyxrvbdbog7bWB7ZIqqq21mrpPrzcbi/zvOba5HGR7TpFBaibOK5rzinFGLxz7n6D4+51+vxHRFodgJf5Ns9zzqU2sYeq7btd7YEVaaWsy3JIU4y9G+3tIu766TGekdZqXUvOyzzP8zLnXEptugO87tiVxNREai1rXuY0pdj7RUfb2GSbLz0a9rqua87LvCw5L0P+P50JgKJ1jS8lL1OKKY5Kk/tU4DF1UBOV1lqpa8lrzrlLf5Gm8rqYeHvKx+jE+xBjmGKMIQbfi8E74u5B70XWvkoprbb385/3yUrAxGP+E0IIwQfvvGM3hmT9HlCRJrW2UkoppZZSa20ibx34kNArQ3LsvHfBed/t9+2GPsEyFZXWpLbaSqu1ttrarjv8hjDGiMzs2Hl2nl1XdcZBAO0TDWm9K2zSmn5s/9NZJSISbpNKx8Qj78Ykccwqd6tn/4emPibsxq3EdB+43mdk93Gr6NCXTyuHr7S/Q5BomxojDtXYUtqkz42/qna/ucFGGd1r9Vc5bWYKfbbwdTH9g3t465TvgI7oQvz9zwQ/Lljw3e8P/20b8P+1W/8BBdawkdyumSoAAAAASUVORK5CYII="
-         id="image96" /></mask><mask
-       maskUnits="userSpaceOnUse"
-       x="0"
-       y="0"
-       width="1"
-       height="1"
-       id="mask102"><image
-         width="1"
-         height="1"
-         xlink:href="data:image/png;base64,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"
-         id="image104" /></mask><mask
-       maskUnits="userSpaceOnUse"
-       x="0"
-       y="0"
-       width="1"
-       height="1"
-       id="mask110"><image
-         width="1"
-         height="1"
-         xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEMAAAA8CAAAAAAY1Vi7AAAAAXNCSVQI5gpbmQAAAmRJREFUSIntl8tyozAQRfslYUgy//+jNkjqxywAG1IVlMVspsrNxlW2ju9t0+Y2wLuOhYdX6/WLiu36xkAEQkJA7FIiAsIjIuLEQCRkJiTsQiIC3N3cHRwAAGRHEIswcxcS4OFuampoGAcGMUvKkoSIOowIN9NWERXswAAkyfk2ZBHuMCDMrLVCABGIsTOQWFIepykPSZg6Oky1LjPD2tgnA0nSbfr6HG9Dkg7DrdXySOjuduopcRrGzz8f4y0nvrQCZnWZBU1V1fDFIGLJw/jxNY1D4ut+WKtZ0JYkTHDQAcQieRynz2nI+1s/eLFWGL0MSRjppQMRiSXn2zhNty6jMnjdEAcvgEjMKQ/DbewxlNHakBLTbnq/T5GIOUnKOcs1g9FbEmEmODEAEJCZmJlFOgPjwsxEr5nY+4GIgEhERHj54zoiEq7DiQgYAJe6f1lvxpvxZrwZb8Y/ZMQargIOIeunCoDYPrieeT1fACDCI9zdLilh5uHhh++S/Xy4m2prgp3nnKo2VfOXZHkiTFurJVHYdYaxWkptqvbUuzFgDVmLsGs3OyzLUmpT882QrAh301qWhNFSj6FlfsylqtlmZvfi1uqcyTXnXpbSujzuc2lqRx3gZq0ud/JasvTzWF3u97k0++alERN5GXLiDmN1/XgsVU+50I0aQbQ5JenlZDDTVsq8VD3piDDACE3CxNf7R4CbWau16FlHOEANV2ai64gLEB5u1rSZOxx6GuEAYUrHiPQTI1aK2X6jPvcXIGQk6KnYKOG+p/XDLobrDoXQXce2AYfn1J0O/AKwUaDzD/Hf1l8x8qg8IVS+bAAAAABJRU5ErkJggg=="
-         id="image112" /></mask><mask
-       maskUnits="userSpaceOnUse"
-       x="0"
-       y="0"
-       width="1"
-       height="1"
-       id="mask118"><image
-         width="1"
-         height="1"
-         xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEsAAAA8CAAAAAALAhhPAAAAAXNCSVQI5gpbmQAABARJREFUWIXt18mS4zgOAFBsBEmrsv7/R9PcgT5Ilu1cKt0xc+ooXHyw+AhQ3ATwN/7/gfjSUz/+j7vkDu7/i4WIiISI4O7m9mfuTxYiEhExIYK7LTMz/4P2vYWIxHsQgttaa671J+07C5GQmSVIYGZyX2uOOdZa61vtawuRiFhEVEMIwgg+5xh9jDHXWm5fal9ZBETEEiRojBqDMrvN0Vvrvfc5vtM+WwSMzCIhaIwpxRSVCWz2Vmtttfcx5lxmn7UPFt6qC6oxxpxzSlGZYc1eay2l1nbLzQzsqbF8kniXNKWULjmnpCoEa45WS72WWmrr7cgNniacfJaCqMaYU8455xxTCIxga/RWay6llFpb66OvOelpiuCjxCQcgmqMB5RTUg3C6G5j9NZqKeV6aH3MuZats1I8qX2YgsabdEkpaQxBmMjd5uq9t1ZKKfVay/4a5tin72ONuE9M1RTTmVOMUSUI0zHvtY/UUq615FJKia32zh0XGPjdQmRm1ZhSypcdyjGqBgnMRIDgsGzJHJpSq5dLKddyLVorUx8A9mgRsWrOecvb5XLJKSaNQUWEiGgfB3Q2kTA1ppZyySVfr+9BENzd0R9qZNG8bduvbdsuOWmMIQRhJiQ8xpSAjFhW0K4x51pyihoYfY+bhcgcNG+/395+bVuOSYN8kAAQgMnYZIqOHlNKMQYhX2ZmdtaIRKIp/fr9++1tu6So++bwkJPdNEdiWSFojBoCE6w515yIfh8vFs2X7dfb25aTCjMz4r06IAB70Fi0B2ECW621LnM9jj1L0Jwv27blKEzP0vF7akS8WAh9jZ40COGHvEQ155RTVCEk+CA9aYjEi9DXbCnqPgHP8QIkkqCqUYMG+lJ61gDQp2rUfWTv1rGsRYLI2ctn6VFzBpawN8Dj+LxbTMzMREhf5/RB8/2I2hs8WgAIQEiItz6+k+7acXreX9LzXng++1MQ2BcHBd07AIR7Xj9rZ1qIxzXh5xxej7/WX+tL69ixHW4790vh9wB/ODv2/8zdzNZLmvtx47x3LmcfZmvOMQTlpbrd5n6zs7MWOak1x+gtkK+XVqT7bK33PtZ6vgM4rLXGaFXYJr+Y1+qltD7mMnuwHMzW7K0G9BFetHz1ei2l9TOxW422Ri9KNlX5FQrAV+/lvdQ+5pNla41e38l6U3nZGqOW92s9E7vVOIiJrEUN/Kplc/RW3kvry57yokHgo4Qg9OLO6mZz9lZrG3PH9rzcF6D7DMLEP367HZabzTF763M9zQkD6G6T+bxu/Ry2fyP1dZsU53sE8DWJ6NXD41grtqbZccc8GiICISPBy1kd5ZiZ374ZHu7kcBybL+cF+85yru6nhv8Cumnw8hb134h/ADhwpbfjvCOcAAAAAElFTkSuQmCC"
-         id="image120" /></mask><mask
-       maskUnits="userSpaceOnUse"
-       x="0"
-       y="0"
-       width="1"
-       height="1"
-       id="mask126"><image
-         width="1"
-         height="1"
-         xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEsAAAA8CAAAAAALAhhPAAAAAXNCSVQI5gpbmQAABARJREFUWIXt18mS4zgOAFBsBEmrsv7/R9PcgT5Ilu1cKt0xc+ooXHyw+AhQ3ATwN/7/gfjSUz/+j7vkDu7/i4WIiISI4O7m9mfuTxYiEhExIYK7LTMz/4P2vYWIxHsQgttaa671J+07C5GQmSVIYGZyX2uOOdZa61vtawuRiFhEVEMIwgg+5xh9jDHXWm5fal9ZBETEEiRojBqDMrvN0Vvrvfc5vtM+WwSMzCIhaIwpxRSVCWz2Vmtttfcx5lxmn7UPFt6qC6oxxpxzSlGZYc1eay2l1nbLzQzsqbF8kniXNKWULjmnpCoEa45WS72WWmrr7cgNniacfJaCqMaYU8455xxTCIxga/RWay6llFpb66OvOelpiuCjxCQcgmqMB5RTUg3C6G5j9NZqKeV6aH3MuZats1I8qX2YgsabdEkpaQxBmMjd5uq9t1ZKKfVay/4a5tin72ONuE9M1RTTmVOMUSUI0zHvtY/UUq615FJKia32zh0XGPjdQmRm1ZhSypcdyjGqBgnMRIDgsGzJHJpSq5dLKddyLVorUx8A9mgRsWrOecvb5XLJKSaNQUWEiGgfB3Q2kTA1ppZyySVfr+9BENzd0R9qZNG8bduvbdsuOWmMIQRhJiQ8xpSAjFhW0K4x51pyihoYfY+bhcgcNG+/395+bVuOSYN8kAAQgMnYZIqOHlNKMQYhX2ZmdtaIRKIp/fr9++1tu6So++bwkJPdNEdiWSFojBoCE6w515yIfh8vFs2X7dfb25aTCjMz4r06IAB70Fi0B2ECW621LnM9jj1L0Jwv27blKEzP0vF7akS8WAh9jZ40COGHvEQ155RTVCEk+CA9aYjEi9DXbCnqPgHP8QIkkqCqUYMG+lJ61gDQp2rUfWTv1rGsRYLI2ctn6VFzBpawN8Dj+LxbTMzMREhf5/RB8/2I2hs8WgAIQEiItz6+k+7acXreX9LzXng++1MQ2BcHBd07AIR7Xj9rZ1qIxzXh5xxej7/WX+tL69ixHW4790vh9wB/ODv2/8zdzNZLmvtx47x3LmcfZmvOMQTlpbrd5n6zs7MWOak1x+gtkK+XVqT7bK33PtZ6vgM4rLXGaFXYJr+Y1+qltD7mMnuwHMzW7K0G9BFetHz1ei2l9TOxW422Ri9KNlX5FQrAV+/lvdQ+5pNla41e38l6U3nZGqOW92s9E7vVOIiJrEUN/Kplc/RW3kvry57yokHgo4Qg9OLO6mZz9lZrG3PH9rzcF6D7DMLEP367HZabzTF763M9zQkD6G6T+bxu/Ry2fyP1dZsU53sE8DWJ6NXD41grtqbZccc8GiICISPBy1kd5ZiZ374ZHu7kcBybL+cF+85yru6nhv8Cumnw8hb134h/ADhwpbfjvCOcAAAAAElFTkSuQmCC"
-         id="image128" /></mask><mask
-       maskUnits="userSpaceOnUse"
-       x="0"
-       y="0"
-       width="1"
-       height="1"
-       id="mask134"><image
-         width="1"
-         height="1"
-         xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEsAAABCCAAAAAA6KnT+AAAAAXNCSVQI5gpbmQAABWZJREFUWIXtmNmS4zYMRbGQ1Ob2/P9njmwtXADkgZJsddvTk9TkKWGVylUScQjBBHghgP/H3xn43WOsPwYAYPXnH7AQAQkQ9ylmZmZgb3nvWIhIQMiIWGlmZmpqWom/zUIEQiYiJiIkQAQzUBMTFTUxfUl7wUIERiZmx8xMhIQAYGoq+1B9RfvKQiRidttgYkJEMDMVLZIll1KkvKJ9ZiEisXMueO+Dc94xMxIAqIlILrmknHLJRUQ/x819RjE5Dj40ITRN8N47ZiIAU9VSck4pphRTyrmI6HmPnFmExM6H0DZt27ZNE4J3zIRoYCqSc0pxjcsa1xRzQpETzJ1RzD6Etu26vuvatgneOaYt9iKSc4zrusxLWDlSAlDT1yxCdj60Xdf3Q993bRuCq24BGKiJ5JLSuizdPM3OEWIuivaKRcjON13XD5fLMPRt2wTnHNG2v7aIpbQuXRuCc0QIUEDtKwuRnW+77nL5+Bgufdc2YQs8AdZtX2Ft2zYh+MqC8khS90ARu6brLx/Xj+tlOFCIVCccsKYJwXvHhGgGBvKVReybtrtcr9cfl0vfNcE5ZiREQEADMDBT9ZJD8N45JkRQADUDPbMQ2fmmHz6uP35cL0PXBM9c0wehXlYTyZWaD4SmaiJme/zdJ7c+rj+u16FrQ436c14gALAhETMTEZqZSBFVkxMLkZ0P3XC5Xq8fQ9+Fuq0qqQZMK44NCQkJzFSylCKim2PucMv5th8ul4/L0HfBM9GJBEAHDWuyq9TcFCE7sZh903TDZej7rg3e7U7tpCeaETg0MykppRhTZpWnd0QidqHt+mHo24r6QjpoCATgTUtNgpjy5ph7Clfb9V3XNqH+3y9QAEAKAEjAXkru1n5uV+cyoh3Tkcj50HRd1/watd8kYh9C07Vt4z0zPR7V+heaJmxFpk5/haoWCETsQhOaJnxeG5HY+9A0wTs+9sKbQZsBOxdCE46q9PCL2dUquq3yxqsnG+Zayl09ER5+1XUq6RsUANUThthxPV2e4gWIhLSdYN+jtoG0pdN+HG9GCISIWO9/j6nxPwzw6d0BAGFTDu93w1dYfaVDwexWBlCPOwMA0Ff2z0P3mWB26J+9aILWKvxWeLxAHQb2cBbAdrWg22H8rWNQj9/dxB45ZGYqUoocJ/svYQpgpqpSpBRRUX34ZaYiUnLOG+3XMK02IqWknHPZ1z/eUXJOMaZcRL+RkrqvXkpKMZUiqo/Ym6mUkmJMKVXNAQD6xrMad1UpKaYYUyrbm+x+qZac4rIsMT6evYTVm6qSU4rLusact8W3WmgmJad1mWt9JqzFXr/u2cOrnOK6LPOyplK2tblOqSeVc47Z7YmEAGbnhFI7UHGd7uM43qZlTSInFhAiM7NzTESPxHim6SbyVUuJcZpu48/xPi8py8mvrVQQMRES0JaZz7SdZCqlxHWabuP4836fD7cOFgIiIdKu521D7dLeDpKK5LjM020cx9ttXlIRPbOqIQHuBdrANpeOvmNTrTnFZZrG2/hzvM1zzGUXOvyM2m2qI2pgarZRTU1VpOSY1rnGarxPc8z5EOcPv/bVDdRMt2H1kprGpZQU4zJP0ziO43ibpiVlPTb1ob8MVDIgVsGc0lddCFJ1YVyX6X6/3+7TvKYsh5R70phmAls65ZRifK9X52W6T/d5WtaYy1P78aR9lQQArGbauvxCR8/zNM/LEtMJddLkSmJW06myzvpey0PfL+sSY87yVt+DkpbaX8T1N/oOETkV9HMPo2i1yKW0hiY0Wz+E+KYfOp8Nv9+nqX7Xp/2b/SP80b4W/mS/fcTtj3wHOLzDJ+Xxz79PHI//xneT/8L4C9+IknahvjnDAAAAAElFTkSuQmCC"
-         id="image136" /></mask><clipPath
-       clipPathUnits="userSpaceOnUse"
-       id="clipPath156"><path
-         d="m 621.8051,847.0563 c 22.2599,-8.5915 22.2599,-22.5211 0,-31.1126 -22.2599,-8.5916 -58.3503,-8.5916 -80.6102,0 -22.2599,8.5915 -22.2599,22.5211 0,31.1126 22.2599,8.5916 58.3503,8.5916 80.6102,0"
-         id="path158" /></clipPath><mask
-       maskUnits="userSpaceOnUse"
-       x="0"
-       y="0"
-       width="1"
-       height="1"
-       id="mask162"><image
-         width="1"
-         height="1"
-         xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHIAAAAsCAAAAACcMrMmAAAAAXNCSVQI5gpbmQAAAC9JREFUWIXtzQEJAAAIAzC1f2dtcRC2AuuttImPSqVSqVQqlUqlUqlUKpVK5ePyACoKAVctaJcIAAAAAElFTkSuQmCC"
-         id="image164" /></mask><clipPath
-       clipPathUnits="userSpaceOnUse"
-       id="clipPath202"><path
-         d="m 724.743,738.0563 c 20.5027,-8.5915 20.5027,-22.5211 0,-31.1126 -20.5025,-8.5916 -53.7435,-8.5916 -74.2461,0 -20.5026,8.5915 -20.5026,22.5211 0,31.1126 20.5026,8.5916 53.7436,8.5916 74.2461,0"
-         id="path204" /></clipPath><mask
-       maskUnits="userSpaceOnUse"
-       x="0"
-       y="0"
-       width="1"
-       height="1"
-       id="mask208"><image
-         width="1"
-         height="1"
-         xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGkAAAAsCAAAAABDfMk5AAAAAXNCSVQI5gpbmQAAAC1JREFUWIXtzTERAAAIBCC1f2ct4f0EBeitkElFJpPJZDKZTCaTyWQymUymBwdZ3AFX7PzxIgAAAABJRU5ErkJggg=="
-         id="image210" /></mask><clipPath
-       clipPathUnits="userSpaceOnUse"
-       id="clipPath248"><path
-         d="m 355.203,812.75 44.17639,0 0,37.5 -44.17639,0 0,-37.5 z"
-         id="path250" /></clipPath><mask
-       maskUnits="userSpaceOnUse"
-       x="0"
-       y="0"
-       width="1"
-       height="1"
-       id="mask254"><image
-         width="1"
-         height="1"
-         xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC0AAAAmCAAAAAB1tk2FAAAAAXNCSVQI5gpbmQAAAB9JREFUOI1j/M9AAmAiRfGo6lHVo6pHVY+qHlVNV9UA1uIBSzzom1gAAAAASUVORK5CYII="
-         id="image256" /></mask><clipPath
-       clipPathUnits="userSpaceOnUse"
-       id="clipPath276"><path
-         d="m 477.324,703.75 44.17642,0 0,37.5 -44.17642,0 0,-37.5 z"
-         id="path278" /></clipPath><mask
-       maskUnits="userSpaceOnUse"
-       x="0"
-       y="0"
-       width="1"
-       height="1"
-       id="mask282"><image
-         width="1"
-         height="1"
-         xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC0AAAAmCAAAAAB1tk2FAAAAAXNCSVQI5gpbmQAAAB9JREFUOI1j/M9AAmAiRfGo6lHVo6pHVY+qHlVNV9UA1uIBSzzom1gAAAAASUVORK5CYII="
-         id="image284" /></mask><clipPath
-       clipPathUnits="userSpaceOnUse"
-       id="clipPath304"><path
-         d="m 175.5,738.1684 0,30.9031 36.456,15.4285 36.456,-15.4285 0,-30.9031 -72.912,0 z"
-         id="path306" /></clipPath><mask
-       maskUnits="userSpaceOnUse"
-       x="0"
-       y="0"
-       width="1"
-       height="1"
-       id="mask310"><image
-         width="1"
-         height="1"
-         xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEkAAAAvCAAAAACKtbhHAAAAAXNCSVQI5gpbmQAAAClJREFUSIntzEEBAAAEBDD070yJ+9kCrLdCJhWZTCaTyWQymUwm06PpABR7AV0tFPwjAAAAAElFTkSuQmCC"
-         id="image312" /></mask><clipPath
-       clipPathUnits="userSpaceOnUse"
-       id="clipPath386"><path
-         d="m 239.1758,847.0563 c 10.3144,-8.5915 10.3144,-22.5211 0,-31.1126 -10.3145,-8.5916 -27.0375,-8.5916 -37.3519,0 -10.3145,8.5915 -10.3145,22.5211 0,31.1126 10.3144,8.5916 27.0374,8.5916 37.3519,0"
-         id="path388" /></clipPath><mask
-       maskUnits="userSpaceOnUse"
-       x="0"
-       y="0"
-       width="1"
-       height="1"
-       id="mask392"><image
-         width="1"
-         height="1"
-         xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADUAAAAsCAAAAADgVK//AAAAAXNCSVQI5gpbmQAAACRJREFUSIlj/M9ABmAiR9OorlFdo7pGdY3qGtU1qmtU17DSBQDf9wFXr+w+HAAAAABJRU5ErkJggg=="
-         id="image394" /></mask><clipPath
-       clipPathUnits="userSpaceOnUse"
-       id="clipPath428"><path
-         d="m 225.1248,635.3933 c 10.3144,-8.5915 10.3144,-22.5211 0,-31.1127 -10.3145,-8.5915 -27.0375,-8.5915 -37.3519,0 -10.3145,8.5916 -10.3145,22.5212 0,31.1127 10.3144,8.5916 27.0374,8.5916 37.3519,0"
-         id="path430" /></clipPath><mask
-       maskUnits="userSpaceOnUse"
-       x="0"
-       y="0"
-       width="1"
-       height="1"
-       id="mask434"><image
-         width="1"
-         height="1"
-         xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADUAAAAsCAAAAADgVK//AAAAAXNCSVQI5gpbmQAAACRJREFUSIlj/M9ABmAiR9OorlFdo7pGdY3qGtU1qmtU17DSBQDf9wFXr+w+HAAAAABJRU5ErkJggg=="
-         id="image436" /></mask><clipPath
-       clipPathUnits="userSpaceOnUse"
-       id="clipPath522"><path
-         d="m 232.2273,706.3829 c 14.237,-9.0468 14.237,-23.7146 0,-32.7614 -14.237,-9.0468 -37.3196,-9.0468 -51.5566,0 -14.237,9.0468 -14.237,23.7146 0,32.7614 14.237,9.0468 37.3196,9.0468 51.5566,0"
-         id="path524" /></clipPath><mask
-       maskUnits="userSpaceOnUse"
-       x="0"
-       y="0"
-       width="1"
-       height="1"
-       id="mask528"><image
-         width="1"
-         height="1"
-         xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEkAAAAvCAAAAACKtbhHAAAAAXNCSVQI5gpbmQAAAClJREFUSIntzEEBAAAEBDD070yJ+9kCrLdCJhWZTCaTyWQymUwm06PpABR7AV0tFPwjAAAAAElFTkSuQmCC"
-         id="image530" /></mask><clipPath
-       clipPathUnits="userSpaceOnUse"
-       id="clipPath664"><path
-         d="m 730.5649,459.4833 c 18.9748,-8.5915 18.9748,-22.5211 0,-31.1126 -18.9748,-8.5916 -49.739,-8.5916 -68.7138,0 -18.9748,8.5915 -18.9748,22.5211 0,31.1126 18.9748,8.5916 49.739,8.5916 68.7138,0"
-         id="path666" /></clipPath><mask
-       maskUnits="userSpaceOnUse"
-       x="0"
-       y="0"
-       width="1"
-       height="1"
-       id="mask670"><image
-         width="1"
-         height="1"
-         xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGIAAAAsCAAAAAC7nDLOAAAAAXNCSVQI5gpbmQAAACxJREFUWIXtzTEBAAAIAyC1f2eN4LUPCtBbaRMfFAqFQqFQKBQKhUKhUCgeB/DOAVfzYY5mAAAAAElFTkSuQmCC"
-         id="image672" /></mask><clipPath
-       clipPathUnits="userSpaceOnUse"
-       id="clipPath710"><path
-         d="m 497.352,425.177 44.17639,0 0,37.5 -44.17639,0 0,-37.5 z"
-         id="path712" /></clipPath><mask
-       maskUnits="userSpaceOnUse"
-       x="0"
-       y="0"
-       width="1"
-       height="1"
-       id="mask716"><image
-         width="1"
-         height="1"
-         xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC0AAAAmCAAAAAB1tk2FAAAAAXNCSVQI5gpbmQAAAB9JREFUOI1j/M9AAmAiRfGo6lHVo6pHVY+qHlVNV9UA1uIBSzzom1gAAAAASUVORK5CYII="
-         id="image718" /></mask><clipPath
-       clipPathUnits="userSpaceOnUse"
-       id="clipPath738"><path
-         d="m 303.852,383.314 0,25.0125 26.4118,12.4875 26.4118,-12.4875 0,-25.0125 -52.8236,0 z"
-         id="path740" /></clipPath><mask
-       maskUnits="userSpaceOnUse"
-       x="0"
-       y="0"
-       width="1"
-       height="1"
-       id="mask744"><image
-         width="1"
-         height="1"
-         xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADUAAAAmCAAAAABBz4yZAAAAAXNCSVQI5gpbmQAAACJJREFUSIlj/M9ABmAiR9OorlFdo7pGdY3qGtU1qmsQ6QIANCABS3/l32wAAAAASUVORK5CYII="
-         id="image746" /></mask><clipPath
-       clipPathUnits="userSpaceOnUse"
-       id="clipPath846"><path
-         d="m 303.852,475.839 0,25.0125 26.4118,12.4875 26.4118,-12.4875 0,-25.0125 -52.8236,0 z"
-         id="path848" /></clipPath><mask
-       maskUnits="userSpaceOnUse"
-       x="0"
-       y="0"
-       width="1"
-       height="1"
-       id="mask852"><image
-         width="1"
-         height="1"
-         xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADUAAAAmCAAAAABBz4yZAAAAAXNCSVQI5gpbmQAAACJJREFUSIlj/M9ABmAiR9OorlFdo7pGdY3qGtU1qmsQ6QIANCABS3/l32wAAAAASUVORK5CYII="
-         id="image854" /></mask><clipPath
-       clipPathUnits="userSpaceOnUse"
-       id="clipPath922"><path
-         d="m 239.1758,916.0563 c 10.3144,-8.5915 10.3144,-22.5211 0,-31.1126 -10.3145,-8.5916 -27.0375,-8.5916 -37.3519,0 -10.3145,8.5915 -10.3145,22.5211 0,31.1126 10.3144,8.5916 27.0374,8.5916 37.3519,0"
-         id="path924" /></clipPath><mask
-       maskUnits="userSpaceOnUse"
-       x="0"
-       y="0"
-       width="1"
-       height="1"
-       id="mask928"><image
-         width="1"
-         height="1"
-         xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADUAAAAsCAAAAADgVK//AAAAAXNCSVQI5gpbmQAAACRJREFUSIlj/M9ABmAiR9OorlFdo7pGdY3qGtU1qmtU17DSBQDf9wFXr+w+HAAAAABJRU5ErkJggg=="
-         id="image930" /></mask><inkscape:perspective
-       id="perspective5598"
-       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
-       inkscape:vp_z="1 : 0.5 : 1"
-       inkscape:vp_y="0 : 1000 : 0"
-       inkscape:vp_x="0 : 0.5 : 1"
-       sodipodi:type="inkscape:persp3d" /><inkscape:perspective
-       id="perspective5712"
-       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
-       inkscape:vp_z="1 : 0.5 : 1"
-       inkscape:vp_y="0 : 1000 : 0"
-       inkscape:vp_x="0 : 0.5 : 1"
-       sodipodi:type="inkscape:persp3d" /><inkscape:perspective
-       id="perspective5744"
-       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
-       inkscape:vp_z="1 : 0.5 : 1"
-       inkscape:vp_y="0 : 1000 : 0"
-       inkscape:vp_x="0 : 0.5 : 1"
-       sodipodi:type="inkscape:persp3d" /></defs><sodipodi:namedview
+   inkscape:stockid="Arrow2Lend"
+   orient="auto"
+   refY="0.0"
+   refX="0.0"
+   id="Arrow2Lend"
+   style="overflow:visible;"><path
+     id="path4788"
+     style="font-size:12.0;fill-rule:evenodd;stroke-width:0.62500000;stroke-linejoin:round;"
+     d="M 8.7185878,4.0337352 L -2.2072895,0.016013256 L 8.7185884,-4.0017078 C 6.9730900,-1.6296469 6.9831476,1.6157441 8.7185878,4.0337352 z "
+     transform="scale(1.1) rotate(180) translate(1,0)" /></marker><marker
+   inkscape:stockid="Arrow1Lend"
+   orient="auto"
+   refY="0.0"
+   refX="0.0"
+   id="Arrow1Lend"
+   style="overflow:visible;"><path
+     id="path4770"
+     d="M 0.0,0.0 L 5.0,-5.0 L -12.5,0.0 L 5.0,5.0 L 0.0,0.0 z "
+     style="fill-rule:evenodd;stroke:#000000;stroke-width:1.0pt;marker-start:none;"
+     transform="scale(0.8) rotate(180) translate(12.5,0)" /></marker><inkscape:perspective
+   sodipodi:type="inkscape:persp3d"
+   inkscape:vp_x="0 : 0.5 : 1"
+   inkscape:vp_y="0 : 1000 : 0"
+   inkscape:vp_z="1 : 0.5 : 1"
+   inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+   id="perspective10" /><mask
+   maskUnits="userSpaceOnUse"
+   x="0"
+   y="0"
+   width="1"
+   height="1"
+   id="mask22"><image
+     width="1"
+     height="1"
+     xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAmkAAAD3CAAAAABj6ZwUAAAAAXNCSVQI5gpbmQAABVFJREFUeJzt2stu4zgQRuEqkpKdGI15/wft2CbFqllEsbsbmEVDwR9McD5AgG8LLg6KutgMAAD8Hf/jtf/XD4G/k/uxe5TlbsXNnNbwGdIsLTMt99r2rty9eCnuTmj4HBkWERkWZvZRmnsppdZavRit4bi0zIiYc0ZkmJk1MzPzUlpdllprZarhE2RmxNy24dOmp+2luZfWltO6ttq8UBoOy4yYY/TiZjafpZVSl9PL+bQurVRKw2GZc9t6v7mZhXs+ds/aTi+Xy+vptDRKw3EZc/T7tbllzOd5mpe6rufLP5fX86nV8rVrxHeQMfr9upaMudX5MdPcS63r6fXy4/J6Whql4bCco18Xn73393O1xxVBrcvp9fLj9by2+rVrxHcQc9yaR7+2Vv1ZmnmpbT2dX14vL+tCaThszt5KjNOy1Frc7TnTSq3LejqfX87MNBwXWysxbmvbO3vMNPNS27Kup/O6UhoOm63kWJbWain2y+5pXkqttS1LY/fEJ6hbtGVptfge2kdpZmZeipdSSuHiEweFlff/azyfbRYzc7f9I3d3JzQctVfm/myLrKBBadCgNGhQGjQoDRqUBg1KgwalQYPSoEFp0KA0aFAaNCgNGpQGDUqDBqVBg9KgQWnQoDRoUBo0KA0alAYNSoMGpUGD0qBBadCgNGhQGjQoDRqUBg1KgwalQYPSoEFp0KA0aFAaNCgNGpQGDUqDBqVBg9KgQWnQoDRoUBo0KA0alAYNSoMGpUGD0qBBadCgNGhQGjQoDRqUBg1KgwalQYPSoEFp0KA0aFAaNCgNGpQGDUqDBqVBg9KgQWnQoDRoUBo0KA0alAYNSoMGpUGD0qBBadCgNGhQGjQoDRqUBg1KgwalQYPSoEFp0KA0aFAaNCgNGpQGDUqDBqVBg9KgQWnQoDRoUBo0KA0alAYNSoMGpUGD0qBBadCgNGhQGjQoDRqUBg1KgwalQYPSoEFp0KA0aFAaNCgNGpQGDUqDBqVBg9KgQWnQoDRoUBo0KA0alAYNSoMGpUGD0qBBadCgNGhQGjQoDRqUBg1KgwalQYPSoEFp0KA0aFAaNCgNGpQGDUqDBqVBg9KgQWnQoDRoUBo0KA0alAYNSoMGpUGD0qBBadCgNGhQGjQoDRqUBg1KgwalQYPSoEFp0KA0aFAaNCgNGpQGDUqDBqVBg9KgQWnQoDRoUBo0KA0alAYNSoMGpUGD0qBBadCgNGhQGjQoDRqUBg1KgwalQYPSoEFp0KA0aFAaNCgNGpQGDUqDBqVBg9KgQWnQoDRoUBo0KA0alAYNSoMGpUGD0qBBadCgNGhQGjQoDRqUBg1KgwalQYPSoEFp0KA0aFAaNCgNGpQGDUqDBqVBg9KgUcws0zIzzSwzM+Or14T/vciHj7ba89uMyIgIJzUcFRF7bR+f7KVlxJxzG2PrRmg4bM5tG2ObkWHvsb2XlpYxt9H7vVrUr1whvofY+r2PsW0z9tSamVlmxJyj32/V50JpOGzOfr/d7n2bkb/NtJhbv9/WZnNtlIbDYo7b9e12H2PurX3MtDnH/a3a7EvjxgcOyzn69e3n9b5tMx+7Z2bM2e9vi81+apXScFjG6Pfrz7dbHzN+OU+L2WutNq6npVX/2jXiO8iYe2pjzl/up+Xc7mbzvi6tUBqOy5zb1vvtev9jpvkcZnO02rxQGg7LjJhj9N7HzN+uCDbLnL3W6k5pOCwzI+a2jW3O+ZxplmFbxFarF6M0HJeWGRFzPu7c7lm5e/FSnImGz5JhEZGxP958hOVuxc3cSA2fIN/nWtrHM/Zfu/I/3gMH5H4AwDf0Lxinqnls5Cc6AAAAAElFTkSuQmCC"
+     id="image24" /></mask><mask
+   maskUnits="userSpaceOnUse"
+   x="0"
+   y="0"
+   width="1"
+   height="1"
+   id="mask30"><image
+     width="1"
+     height="1"
+     xlink:href="data:image/png;base64,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"
+     id="image32" /></mask><mask
+   maskUnits="userSpaceOnUse"
+   x="0"
+   y="0"
+   width="1"
+   height="1"
+   id="mask38"><image
+     width="1"
+     height="1"
+     xlink:href="data:image/png;base64,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"
+     id="image40" /></mask><mask
+   maskUnits="userSpaceOnUse"
+   x="0"
+   y="0"
+   width="1"
+   height="1"
+   id="mask46"><image
+     width="1"
+     height="1"
+     xlink:href="data:image/png;base64,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"
+     id="image48" /></mask><mask
+   maskUnits="userSpaceOnUse"
+   x="0"
+   y="0"
+   width="1"
+   height="1"
+   id="mask54"><image
+     width="1"
+     height="1"
+     xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEMAAAA8CAAAAAAY1Vi7AAAAAXNCSVQI5gpbmQAAAmRJREFUSIntl8tyozAQRfslYUgy//+jNkjqxywAG1IVlMVspsrNxlW2ju9t0+Y2wLuOhYdX6/WLiu36xkAEQkJA7FIiAsIjIuLEQCRkJiTsQiIC3N3cHRwAAGRHEIswcxcS4OFuampoGAcGMUvKkoSIOowIN9NWERXswAAkyfk2ZBHuMCDMrLVCABGIsTOQWFIepykPSZg6Oky1LjPD2tgnA0nSbfr6HG9Dkg7DrdXySOjuduopcRrGzz8f4y0nvrQCZnWZBU1V1fDFIGLJw/jxNY1D4ut+WKtZ0JYkTHDQAcQieRynz2nI+1s/eLFWGL0MSRjppQMRiSXn2zhNty6jMnjdEAcvgEjMKQ/DbewxlNHakBLTbnq/T5GIOUnKOcs1g9FbEmEmODEAEJCZmJlFOgPjwsxEr5nY+4GIgEhERHj54zoiEq7DiQgYAJe6f1lvxpvxZrwZb8Y/ZMQargIOIeunCoDYPrieeT1fACDCI9zdLilh5uHhh++S/Xy4m2prgp3nnKo2VfOXZHkiTFurJVHYdYaxWkptqvbUuzFgDVmLsGs3OyzLUmpT882QrAh301qWhNFSj6FlfsylqtlmZvfi1uqcyTXnXpbSujzuc2lqRx3gZq0ud/JasvTzWF3u97k0++alERN5GXLiDmN1/XgsVU+50I0aQbQ5JenlZDDTVsq8VD3piDDACE3CxNf7R4CbWau16FlHOEANV2ai64gLEB5u1rSZOxx6GuEAYUrHiPQTI1aK2X6jPvcXIGQk6KnYKOG+p/XDLobrDoXQXce2AYfn1J0O/AKwUaDzD/Hf1l8x8qg8IVS+bAAAAABJRU5ErkJggg=="
+     id="image56" /></mask><mask
+   maskUnits="userSpaceOnUse"
+   x="0"
+   y="0"
+   width="1"
+   height="1"
+   id="mask62"><image
+     width="1"
+     height="1"
+     xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEMAAAA8CAAAAAAY1Vi7AAAAAXNCSVQI5gpbmQAAAmRJREFUSIntl8tyozAQRfslYUgy//+jNkjqxywAG1IVlMVspsrNxlW2ju9t0+Y2wLuOhYdX6/WLiu36xkAEQkJA7FIiAsIjIuLEQCRkJiTsQiIC3N3cHRwAAGRHEIswcxcS4OFuampoGAcGMUvKkoSIOowIN9NWERXswAAkyfk2ZBHuMCDMrLVCABGIsTOQWFIepykPSZg6Oky1LjPD2tgnA0nSbfr6HG9Dkg7DrdXySOjuduopcRrGzz8f4y0nvrQCZnWZBU1V1fDFIGLJw/jxNY1D4ut+WKtZ0JYkTHDQAcQieRynz2nI+1s/eLFWGL0MSRjppQMRiSXn2zhNty6jMnjdEAcvgEjMKQ/DbewxlNHakBLTbnq/T5GIOUnKOcs1g9FbEmEmODEAEJCZmJlFOgPjwsxEr5nY+4GIgEhERHj54zoiEq7DiQgYAJe6f1lvxpvxZrwZb8Y/ZMQargIOIeunCoDYPrieeT1fACDCI9zdLilh5uHhh++S/Xy4m2prgp3nnKo2VfOXZHkiTFurJVHYdYaxWkptqvbUuzFgDVmLsGs3OyzLUmpT882QrAh301qWhNFSj6FlfsylqtlmZvfi1uqcyTXnXpbSujzuc2lqRx3gZq0ud/JasvTzWF3u97k0++alERN5GXLiDmN1/XgsVU+50I0aQbQ5JenlZDDTVsq8VD3piDDACE3CxNf7R4CbWau16FlHOEANV2ai64gLEB5u1rSZOxx6GuEAYUrHiPQTI1aK2X6jPvcXIGQk6KnYKOG+p/XDLobrDoXQXce2AYfn1J0O/AKwUaDzD/Hf1l8x8qg8IVS+bAAAAABJRU5ErkJggg=="
+     id="image64" /></mask><mask
+   maskUnits="userSpaceOnUse"
+   x="0"
+   y="0"
+   width="1"
+   height="1"
+   id="mask70"><image
+     width="1"
+     height="1"
+     xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAF8AAABFCAAAAAAJamXUAAAAAXNCSVQI5gpbmQAABLpJREFUWIXtmNtyKjkMRXWxZTck8/8/OrRvkubB3dDhJCccqKmpmooeKKBgbXlbtlsG+In/MvDPf+7/Dh8REBDB3QH8UZFH+YhISDj55uYPKjzERwQiYiJCBHczUzN7aBAP8BGRiJgDMxGCm+lQVbNHBvEtH5GQmTmEEAMTgtsYY3Qdaur2ncLv+dN15hBDlBhDYAK10UdvbYyh39v0Oz4iEjFzCDFKikliDAQ2emuttdb7GOM7m77mE2zGxBglSU45yc4vtdTaWht9qOrvbPqCj4iETCFMesppyTmJMINqa6WupdTSWuujD9WvC/ZTPiISEweOQURSSnlZck5JIhOY9lZLKWUttbTaWx+znD5V+JW/FTtzDBJFUk55yUvOWSTu8zsFylpKabX1vtsEdk8Ln6ROtM2pJFkmPS2SYoxMBGZj9LYrrLXUVnufg3C8HwTe0QmnMTGKpJTzpOckEmPgWf+qo7fWar0qzLnWoaZ3NuERDlvqQeRIT5M+8QDmqnMJ1LqZVEptrbfR9X5J4I0+jYksMSaZ8LyknEQkxm132PY3Ux2j995qK6WsZa2l1DqXhKq6XhXwit9dj5LSjS4iUUIITERIAAgOYG6mqn303lotdY5hbWUuiTHM9hWBO54phDgzTzkvOeclJRGREJmZCQmvyTi4uekcRGttKqx1raXV1kbTYToFwo5njpIk57QsE5+ySIwxcCBiRDxMFQKwE6sFjdp7X2qdCtuioAYDFPzGJ+KY8rIsy3JalpzzPqcHYwAACABsKiCgs0WNY/TUayt1Leu6rpe4IgIMO/ABOUg+nd9O5/NyytP2GDjQB2Noe90UCMicOajISD23U13Xy0UkEJgZ6dUfJOaYlre/3t7ezqecRSSGcK2YD/Sbws0mi0N6bq0u65JEGMzczdB3PlKQtLy9//X+fjrlFEMMd3N6g+8fDzYZB5UuPdckITDYGDqI7OA/h7Sc397f389LjlvqX9I/s0nDkL7tUK3UFjpc8wckDlHy6fR2Pi8SJx1+R7+zCYwtaIjM4NqWiwQi0g/5B5kFlCV8l/onNhGQMTOCjpZTZGbE2/wiEnGMKUkSifzZnH4tcZtrRPCeksQYGAkQbvWJxBzDVvGHYn8gjjb5iDHEuWjgmv9+YF03gj+gbz81AEAnZCaedQ03f6b6fP7DP6Z/HATSgfLr+fUM+/qvX07HjYVTEeGo/FQgXnGT9Fyuj8cP/4f/w//h/1/5AQDA3d0dfL75bBt/LHz2Fr4HfDhfzM3MVJ8/AdxVVdX91mBsfDdX0zF6D2RPe+Y+Rh86VO/47mCzLy9g/DzftNXa+pjt6pGvOkZvJaArv+JPK+taWlczv+Xv4KajlTWgjfg8H0x7vayltrH3kWEf2Oh1jWi9hhf4rr2Wy2WdAtf8wUx7KxeylmPgp/HgNlpdL3+XNo79l4OOXgi15BjCK0tOtfdSLmttWw1t+aN2BB8Sw/7g+1z+rtp7raX2YXbL310B3EcIzPhC/u5m8/Jg6LG/cwMA9x6I6ZUHOIfZFnfdC3SvfwM3o3kD+Ur47O3NZvrXppmA9gvUVwR8v369ux+A7eH2+M2TAlMD7u43jp9eqJ/D6088Ev8ADyxgGctUYFYAAAAASUVORK5CYII="
+     id="image72" /></mask><mask
+   maskUnits="userSpaceOnUse"
+   x="0"
+   y="0"
+   width="1"
+   height="1"
+   id="mask78"><image
+     width="1"
+     height="1"
+     xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEsAAABCCAAAAAA6KnT+AAAAAXNCSVQI5gpbmQAABWZJREFUWIXtmNmS4zYMRbGQ1Ob2/P9njmwtXADkgZJsddvTk9TkKWGVylUScQjBBHghgP/H3xn43WOsPwYAYPXnH7AQAQkQ9ylmZmZgb3nvWIhIQMiIWGlmZmpqWom/zUIEQiYiJiIkQAQzUBMTFTUxfUl7wUIERiZmx8xMhIQAYGoq+1B9RfvKQiRidttgYkJEMDMVLZIll1KkvKJ9ZiEisXMueO+Dc94xMxIAqIlILrmknHLJRUQ/x819RjE5Dj40ITRN8N47ZiIAU9VSck4pphRTyrmI6HmPnFmExM6H0DZt27ZNE4J3zIRoYCqSc0pxjcsa1xRzQpETzJ1RzD6Etu26vuvatgneOaYt9iKSc4zrusxLWDlSAlDT1yxCdj60Xdf3Q993bRuCq24BGKiJ5JLSuizdPM3OEWIuivaKRcjON13XD5fLMPRt2wTnHNG2v7aIpbQuXRuCc0QIUEDtKwuRnW+77nL5+Bgufdc2YQs8AdZtX2Ft2zYh+MqC8khS90ARu6brLx/Xj+tlOFCIVCccsKYJwXvHhGgGBvKVReybtrtcr9cfl0vfNcE5ZiREQEADMDBT9ZJD8N45JkRQADUDPbMQ2fmmHz6uP35cL0PXBM9c0wehXlYTyZWaD4SmaiJme/zdJ7c+rj+u16FrQ436c14gALAhETMTEZqZSBFVkxMLkZ0P3XC5Xq8fQ9+Fuq0qqQZMK44NCQkJzFSylCKim2PucMv5th8ul4/L0HfBM9GJBEAHDWuyq9TcFCE7sZh903TDZej7rg3e7U7tpCeaETg0MykppRhTZpWnd0QidqHt+mHo24r6QjpoCATgTUtNgpjy5ph7Clfb9V3XNqH+3y9QAEAKAEjAXkru1n5uV+cyoh3Tkcj50HRd1/watd8kYh9C07Vt4z0zPR7V+heaJmxFpk5/haoWCETsQhOaJnxeG5HY+9A0wTs+9sKbQZsBOxdCE46q9PCL2dUquq3yxqsnG+Zayl09ER5+1XUq6RsUANUThthxPV2e4gWIhLSdYN+jtoG0pdN+HG9GCISIWO9/j6nxPwzw6d0BAGFTDu93w1dYfaVDwexWBlCPOwMA0Ff2z0P3mWB26J+9aILWKvxWeLxAHQb2cBbAdrWg22H8rWNQj9/dxB45ZGYqUoocJ/svYQpgpqpSpBRRUX34ZaYiUnLOG+3XMK02IqWknHPZ1z/eUXJOMaZcRL+RkrqvXkpKMZUiqo/Ym6mUkmJMKVXNAQD6xrMad1UpKaYYUyrbm+x+qZac4rIsMT6evYTVm6qSU4rLusact8W3WmgmJad1mWt9JqzFXr/u2cOrnOK6LPOyplK2tblOqSeVc47Z7YmEAGbnhFI7UHGd7uM43qZlTSInFhAiM7NzTESPxHim6SbyVUuJcZpu48/xPi8py8mvrVQQMRES0JaZz7SdZCqlxHWabuP4836fD7cOFgIiIdKu521D7dLeDpKK5LjM020cx9ttXlIRPbOqIQHuBdrANpeOvmNTrTnFZZrG2/hzvM1zzGUXOvyM2m2qI2oGarZRTU1VpOSY1rnGarxPc8z5EOcPv/bVDdRMt2H1kprGpZQU4zJP0ziO43ibpiVlPTb1ob8MVDIgVsGc0lddCFJ1YVyX6X6/3+7TvKYsh5R70phmAls65ZRifK9X52W6T/d5WtaYy1P78aR9lQQArGbauvxCR8/zNM/LEtMJddLkSmJW06myzvpey0PfL+sSY87yVt+DkpbaX8T1N/oOETkV9HMPo2i1yKW0hiY0Wz+E+KYfOp8Nv9+nqX7Xp/2b/SP80b4W/mS/fcTtj3wHOLzDJ+Xxz79PHI//xneT/8L4C+CHknaJvj28AAAAAElFTkSuQmCC"
+     id="image80" /></mask><mask
+   maskUnits="userSpaceOnUse"
+   x="0"
+   y="0"
+   width="1"
+   height="1"
+   id="mask86"><image
+     width="1"
+     height="1"
+     xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEsAAABCCAAAAAA6KnT+AAAAAXNCSVQI5gpbmQAABWZJREFUWIXtmNmS4zYMRbGQ1Ob2/P9njmwtXADkgZJsddvTk9TkKWGVylUScQjBBHghgP/H3xn43WOsPwYAYPXnH7AQAQkQ9ylmZmZgb3nvWIhIQMiIWGlmZmpqWom/zUIEQiYiJiIkQAQzUBMTFTUxfUl7wUIERiZmx8xMhIQAYGoq+1B9RfvKQiRidttgYkJEMDMVLZIll1KkvKJ9ZiEisXMueO+Dc94xMxIAqIlILrmknHLJRUQ/x819RjE5Dj40ITRN8N47ZiIAU9VSck4pphRTyrmI6HmPnFmExM6H0DZt27ZNE4J3zIRoYCqSc0pxjcsa1xRzQpETzJ1RzD6Etu26vuvatgneOaYt9iKSc4zrusxLWDlSAlDT1yxCdj60Xdf3Q993bRuCq24BGKiJ5JLSuizdPM3OEWIuivaKRcjON13XD5fLMPRt2wTnHNG2v7aIpbQuXRuCc0QIUEDtKwuRnW+77nL5+Bgufdc2YQs8AdZtX2Ft2zYh+MqC8khS90ARu6brLx/Xj+tlOFCIVCccsKYJwXvHhGgGBvKVReybtrtcr9cfl0vfNcE5ZiREQEADMDBT9ZJD8N45JkRQADUDPbMQ2fmmHz6uP35cL0PXBM9c0wehXlYTyZWaD4SmaiJme/zdJ7c+rj+u16FrQ436c14gALAhETMTEZqZSBFVkxMLkZ0P3XC5Xq8fQ9+Fuq0qqQZMK44NCQkJzFSylCKim2PucMv5th8ul4/L0HfBM9GJBEAHDWuyq9TcFCE7sZh903TDZej7rg3e7U7tpCeaETg0MykppRhTZpWnd0QidqHt+mHo24r6QjpoCATgTUtNgpjy5ph7Clfb9V3XNqH+3y9QAEAKAEjAXkru1n5uV+cyoh3Tkcj50HRd1/watd8kYh9C07Vt4z0zPR7V+heaJmxFpk5/haoWCETsQhOaJnxeG5HY+9A0wTs+9sKbQZsBOxdCE46q9PCL2dUquq3yxqsnG+Zayl09ER5+1XUq6RsUANUThthxPV2e4gWIhLSdYN+jtoG0pdN+HG9GCISIWO9/j6nxPwzw6d0BAGFTDu93w1dYfaVDwexWBlCPOwMA0Ff2z0P3mWB26J+9aILWKvxWeLxAHQb2cBbAdrWg22H8rWNQj9/dxB45ZGYqUoocJ/svYQpgpqpSpBRRUX34ZaYiUnLOG+3XMK02IqWknHPZ1z/eUXJOMaZcRL+RkrqvXkpKMZUiqo/Ym6mUkmJMKVXNAQD6xrMad1UpKaYYUyrbm+x+qZac4rIsMT6evYTVm6qSU4rLusact8W3WmgmJad1mWt9JqzFXr/u2cOrnOK6LPOyplK2tblOqSeVc47Z7YmEAGbnhFI7UHGd7uM43qZlTSInFhAiM7NzTESPxHim6SbyVUuJcZpu48/xPi8py8mvrVQQMRES0JaZz7SdZCqlxHWabuP4836fD7cOFgIiIdKu521D7dLeDpKK5LjM020cx9ttXlIRPbOqIQHuBdrANpeOvmNTrTnFZZrG2/hzvM1zzGUXOvyM2m2qI2oGarZRTU1VpOSY1rnGarxPc8z5EOcPv/bVDdRMt2H1kprGpZQU4zJP0ziO43ibpiVlPTb1ob8MVDIgVsGc0lddCFJ1YVyX6X6/3+7TvKYsh5R70phmAls65ZRifK9X52W6T/d5WtaYy1P78aR9lQQArGbauvxCR8/zNM/LEtMJddLkSmJW06myzvpey0PfL+sSY87yVt+DkpbaX8T1N/oOETkV9HMPo2i1yKW0hiY0Wz+E+KYfOp8Nv9+nqX7Xp/2b/SP80b4W/mS/fcTtj3wHOLzDJ+Xxz79PHI//xneT/8L4C+CHknaJvj28AAAAAElFTkSuQmCC"
+     id="image88" /></mask><mask
+   maskUnits="userSpaceOnUse"
+   x="0"
+   y="0"
+   width="1"
+   height="1"
+   id="mask94"><image
+     width="1"
+     height="1"
+     xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGEAAABHCAAAAAAymHZUAAAAAXNCSVQI5gpbmQAAB0hJREFUWIXtmdmS6jAOhrV4iYGm3/8xD9CJY1vSXNiB9L7MXI6h+qIrpS+Srd+SAPj/+n7hH5+1/y0BEQARsD9vnWAGYD8AfUdAQKDti+NxAwPT7fuNP18SEIEQCYmQEAkQB8EM1LaP6Ze+fE5ABEIiYiQm6pAHwdRUVUVVVfUryGcERCQi4r6IiRhp7IWBDfOiIiIiqqr2CeNjAiJht+2cY8eOmYgYEQHBoDsg2qSJtNZEmqiYfsj4iDDsO8/eBee8c84xMzMSIoKZqaqISGutjk9rIh8z3hMQkZidc8H74IMPwbvA/j2htVZrraXUUkutrYrIB7FybwEETI699yHEGGKMIfjgPDMzIRIAgJmpiUirrda1rGtZ11JKqa2JytvD+4aASMTOhRBiTHGa4hTiA0CACABmoGoiIrWVUtY1r8ua17WU0iq8dcO9ATA552OMU0opTVOcQvB+7PTr06qi0qSWuq4552VZcs5cUJroKzfcGwA7H6aY0uGQDinFGIPz7JgY7y50J3qgRGotZc3LsszzHJbMBVBeRWpPQCL2IU4pHQ+nwyGlKfrgnWPikdQP1eg5JyLSBiJN04t3zFgB9gj3CuB8mNLheDwej6eUphCCc46J6C4ZPeN6oMxEVaRKKWtapmkK3jlGwrJHPAiI5HxI6Xg6PZ1Oh0OaYnD+vX14MEBNVUILNcYYp+CDd0wIsEe4B4DZh3Q8Pp3OT6fjMcXovWOmfXgACAB06LgBq5mqSAshxBhCcI4QOuI9gdiHdDidns9P5+PhEKP3zEQP8wQ7CigAAhCAGqtz3gfve0QBDBQM9DUBkdnHdDw9P5/PT4dDjN4xI+Fb8zvMBiElHurFRD3nTQ3tNYE4xHR8Oj8/n8/HQ4zeEW3235l/A2HSLsNEiGA6pPYVgYidj+n4dD6fz6fDFALzN/YHZDC61iMh9DMsdznffCD2MR2Op6enp9MhRc/E39vfMcjGcTOV1rrU4o4wUuF4ejqdjilF74gAf2B/x+AuKiqt1lJKbdyd4BEkH+PxdH5+fj4dD9OvAACA1kuGru2q0loT1X5bDB+YOYR0OB5TmoJzRL+wP9xAI2Cv0mrJeYmrY1LYrGx6kVKa4h8A/WEE4q5rh5RicEx4N4NA7EKcUoodcGf/GuFciNM0TcH7PQH6tRNjCH7bg18CNgQ5H3yMIThmfrwpIrNz3ofgfc+a3wM6AomZgw8heGZ6HHckJHbO+5H3fwL0hUTMvksU7qLUM9L12x5/U4+/cwKJmdkxjWBsOw1IxKNy/LsLHYGI3C/1N6LQE+bvHuztAD5C8e5tf9ISfLlGe3E3dCeYqqiZ/jcABRgVoalt8n0v4nolOhj6Zwd6JSWioqOKpfH+vQ4d5e0fEQoA2k3VJip7H0BFaq2l1qZq8DeE9mBIa6XU2prufABVaa2saym1ier2Qr/2AFSl1VLKWtpmaOyDSq0l57yWUqWzf4lQ6Kel1pLzkkuRUb/2+0FFWl3zsqQYfC+yAfQ3eTeOkdSac15yXmsV1ccdh4jM7Jx3bjQigAD28+TrAG1tzfPL9XK5vsxrbTsCEFJvfNy9jEcA+yFDDcDAVGrJ8+16uVxucy5VFB4ERETireahTvihG2oAYKAqtSzz7Xa5XK63eS2tF5Z3AtAQrKGuaD90Q6E7oNLKsrxcL3cXbE/Y/MBdp7O58SVjc8BE6rosL9frv7ELMmrjjYCA4882HLH7v+0zSD/WtqVT34N/l8vLvNa6db4bwQbHEMxG/2HWeR9DNvNm21mfb9frv3+X621eSlUdCfWIkgGCGWrvNLs2qo0gdcidMmpS60nWWl3XPM+36/Xf5XK7zfkRo1f7AL2vMVU1Ueka/FDhjWIP6707qXVd1+Xl5Xr5d7lcrtd5yZsuAOy7LDOt0CvbWktZyxrvbdbog7bWB7ZIqqq21mrpPrzcbi/zvOba5HGR7TpFBaibOK5rzinFGLxz7n6D4+51+vxHRFodgJf5Ns9zzqU2sYeq7btd7YEVaaWsy3JIU4y9G+3tIu766TGekdZqXUvOyzzP8zLnXEptugO87tiVxNREai1rXuY0pdj7RUfb2GSbLz0a9rqua87LvCw5L0P+P50JgKJ1jS8lL1OKKY5Kk/tU4DF1UBOV1lqpa8lrzrlLf5Gm8rqYeHvKx+jE+xBjmGKMIQbfi8E74u5B70XWvkoprbb385/3yUrAxGP+E0IIwQfvvGM3hmT9HlCRJrW2UkoppZZSa20ibx34kNArQ3LsvHfBed/t9+2GPsEyFZXWpLbaSqu1ttrarjv8hjDGiMzs2Hl2nl1XdcZBAO0TDWm9K2zSmn5s/9NZJSISbpNKx8Qj78Ykccwqd6tn/4emPibsxq3EdB+43mdk93Gr6NCXTyuHr7S/Q5BomxojDtXYUtqkz42/qna/ucFGGd1r9Vc5bWYKfbbwdTH9g3t465TvgI7oQvz9zwQ/Lljw3e8P/20b8P+1W/8BBdawkdyumSoAAAAASUVORK5CYII="
+     id="image96" /></mask><mask
+   maskUnits="userSpaceOnUse"
+   x="0"
+   y="0"
+   width="1"
+   height="1"
+   id="mask102"><image
+     width="1"
+     height="1"
+     xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHgAAABCCAAAAAC57k3FAAAAAXNCSVQI5gpbmQAABnpJREFUWIXtmdlW6zgQRWuQ5CnA/38mgcS2pKrqB0mOA4HLkNsPvVqAYYVYO0dDqeoY4P/2X2/47ffj2/usXOwvgREBsFwA9zcagIEZgJXLHcGIgIhA7RvLp7jC2q59if4nMCIgASEhYbkgIhZ0JZuBGqiZti/QP8M/BSMiIiEj1Ybc0I28iVVTVTVRE1NVBbVP2R+DEZGQiIiJmJiZiBiJCJGA6liXqTU1VVNRVRFVURFVVfuM/QEYEQiZiGtzzMzEXNhFdlVch7hQRSWLiGQRFRVV+4h9E4xYpDp2jp1rl9oIqWq+gFW04CTnnLOUHxFR/UD2DTAiEjE7dt55550L5Q8ubCJCgk0xKKipFa0555RTTqn8yjmLiNxEvwMXrGPnvffBh+CD98F754tkLJNcd3PZSmWsRbPknGNOMcWYYkoxpZzybfRbMCIxs/Pehy50IXRdCMF773wZ5rKtGveKrFV0SjGmGNd1jTHGmFLOogJ6DXLv5LLzLoSu67q+67uuC8F7z84xlVG+4m5kKJuoTHKKaY3rui7rsq5rTDFn1Dc7211zidmFELq+74e+7/vCZceuLGgkrHHs0tpWLktbRLLEnNa4rMsyz8uyLhwpi8hVOHdXXGbnQ+j7YRiHYej7rgveO+eYqailRr2QDUqYNgU1MRURySmnGJd1mc/zeQ7zuq4ZQE1vgpGIfei6fhzHaRjHvu+6DcvY1jICXi+NEq7BrMRNVa3jHddlGebhfPKzo4hJhPQGGImcD30/jtM0TeM4dF0IZSl/oLXdeNENZgpal1lMMc7DPPRdFxzPiAl2ZHfF7fphmg6HwzSNfd8F7xsW8Vom7cDa6LiPoCIhp9gvZb6cI0QAELQ3YERyvuun6fDw8HAoXOccE10C8zvk/pWGxwIvAx5i3Y+OCbGuhTdgYhf66XB4enh4mKahD8FVtZ9Br/E7OJmJOhdi8D54x0xlMECuwYjMvhumw9PT4+NhLFxipE3rZ9CbcEBjl9k575mZil41rYPdwMS+68fD09PT48M0dp1nZqTvUC9wLWgCUuIa4QFURURMbQ9GpCL48Pj4eBiG4B3RT7D1/U02I5V4B2aqOWcRrmHbNcHOh2E6PBwO0zh0zlGb2+9Sr2WTASIhAqjkGFNKUhd2G2p2oevH6XCYxr7zrsn9EXYnG4EREUA1p7gu65oyl63cFJPz3TCO4zB0d+ECACkAoBEimEqK63Kew8qIaA1czqTQ9UPfh+Ad0e+xUEUjALELOa1D3wfnuKYupfNGDsF7x3gfbuuinHm+C90lkuz/VTId55ho95HuQQZids4F75mpHam1ewSsKSXWBPIu3NINAhCV7onoGgxYihT86d79lAwIUA5VfBcJrR6nLYbrjT5+1BSgHJpaGA1QwQZWQppYTcHvRNaCrfmYXLJsAgAw05qv5JxF9fJR78EFUBFJOaZcyBcwmKnkFNcYU8otkN+BrK1zSSnGuMacRXexunHneeiCY3RAhgD6yyVWp9dUciwZZ0xZdH86mWpO6zyf++CZECoZ9DfkytUSLpfzfJ7XlKVOMgPArlwqaewllTT7rkmyYYs1YqqS43I+vRyPLy/neU1Zd+ASvGox3KC1OvoJu86jgZpIWufz6fXl+Xg8nZY117XLjVurf2zJqsFm8XwXXWfRygwW7vPz8fh6mtdcBW+KoZk6pRpqBk4r/L/O3sSClsW8zOfXl5fn4/Hl9bymJvgy1Lvqr1ZCxb9pQc6+AN+ig5U9lGNal/PGneeY2qK+KG6liJqZitVSfkuE/wjfQSu1bNDz6eVY9c4x55bd7sCNW2Nb8U9E1bbEcINf47VF2QYt1BTXZZ5Pr6/H4/Px+HqqK/ptJQEGmi+hZFk+r53eRbWPaqdlPp9Op9OpRo9LjXwp2kwhm5lKSnFdlvk+1eJ5Pp9P53mZY0widqtaBFMDMJVcAty5H+5UHy/zEtec5KP6GAyknFMprsvmCPjwDUfA5JYjsMaURXbj/AYMBmqqdbDnzzyQN15mdV8+8UAu52Ftd3Z9JH/V9fnQ5/LuyudyFU30sc9V5F58rpi+4XPB7qj6krNn1py9LL9y9jb0Wy+Tm5mJO3JzFK+8TEk/8zIL+qZ7S/x33dtN9t6vJv43/OqN/d6hB/rLDn1jf/+ZhNlvn0ns4O+fwmzG2t95CrOn33zuZPD3njtdvx/f3LflHN/s6f/2b7V/AIw9ejhb8zA0AAAAAElFTkSuQmCC"
+     id="image104" /></mask><mask
+   maskUnits="userSpaceOnUse"
+   x="0"
+   y="0"
+   width="1"
+   height="1"
+   id="mask110"><image
+     width="1"
+     height="1"
+     xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEMAAAA8CAAAAAAY1Vi7AAAAAXNCSVQI5gpbmQAAAmRJREFUSIntl8tyozAQRfslYUgy//+jNkjqxywAG1IVlMVspsrNxlW2ju9t0+Y2wLuOhYdX6/WLiu36xkAEQkJA7FIiAsIjIuLEQCRkJiTsQiIC3N3cHRwAAGRHEIswcxcS4OFuampoGAcGMUvKkoSIOowIN9NWERXswAAkyfk2ZBHuMCDMrLVCABGIsTOQWFIepykPSZg6Oky1LjPD2tgnA0nSbfr6HG9Dkg7DrdXySOjuduopcRrGzz8f4y0nvrQCZnWZBU1V1fDFIGLJw/jxNY1D4ut+WKtZ0JYkTHDQAcQieRynz2nI+1s/eLFWGL0MSRjppQMRiSXn2zhNty6jMnjdEAcvgEjMKQ/DbewxlNHakBLTbnq/T5GIOUnKOcs1g9FbEmEmODEAEJCZmJlFOgPjwsxEr5nY+4GIgEhERHj54zoiEq7DiQgYAJe6f1lvxpvxZrwZb8Y/ZMQargIOIeunCoDYPrieeT1fACDCI9zdLilh5uHhh++S/Xy4m2prgp3nnKo2VfOXZHkiTFurJVHYdYaxWkptqvbUuzFgDVmLsGs3OyzLUmpT882QrAh301qWhNFSj6FlfsylqtlmZvfi1uqcyTXnXpbSujzuc2lqRx3gZq0ud/JasvTzWF3u97k0++alERN5GXLiDmN1/XgsVU+50I0aQbQ5JenlZDDTVsq8VD3piDDACE3CxNf7R4CbWau16FlHOEANV2ai64gLEB5u1rSZOxx6GuEAYUrHiPQTI1aK2X6jPvcXIGQk6KnYKOG+p/XDLobrDoXQXce2AYfn1J0O/AKwUaDzD/Hf1l8x8qg8IVS+bAAAAABJRU5ErkJggg=="
+     id="image112" /></mask><mask
+   maskUnits="userSpaceOnUse"
+   x="0"
+   y="0"
+   width="1"
+   height="1"
+   id="mask118"><image
+     width="1"
+     height="1"
+     xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEsAAAA8CAAAAAALAhhPAAAAAXNCSVQI5gpbmQAABARJREFUWIXt18mS4zgOAFBsBEmrsv7/R9PcgT5Ilu1cKt0xc+ooXHyw+AhQ3ATwN/7/gfjSUz/+j7vkDu7/i4WIiISI4O7m9mfuTxYiEhExIYK7LTMz/4P2vYWIxHsQgttaa671J+07C5GQmSVIYGZyX2uOOdZa61vtawuRiFhEVEMIwgg+5xh9jDHXWm5fal9ZBETEEiRojBqDMrvN0Vvrvfc5vtM+WwSMzCIhaIwpxRSVCWz2Vmtttfcx5lxmn7UPFt6qC6oxxpxzSlGZYc1eay2l1nbLzQzsqbF8kniXNKWULjmnpCoEa45WS72WWmrr7cgNniacfJaCqMaYU8455xxTCIxga/RWay6llFpb66OvOelpiuCjxCQcgmqMB5RTUg3C6G5j9NZqKeV6aH3MuZats1I8qX2YgsabdEkpaQxBmMjd5uq9t1ZKKfVay/4a5tin72ONuE9M1RTTmVOMUSUI0zHvtY/UUq615FJKia32zh0XGPjdQmRm1ZhSypcdyjGqBgnMRIDgsGzJHJpSq5dLKddyLVorUx8A9mgRsWrOecvb5XLJKSaNQUWEiGgfB3Q2kTA1ppZyySVfr+9BENzd0R9qZNG8bduvbdsuOWmMIQRhJiQ8xpSAjFhW0K4x51pyihoYfY+bhcgcNG+/395+bVuOSYN8kAAQgMnYZIqOHlNKMQYhX2ZmdtaIRKIp/fr9++1tu6So++bwkJPdNEdiWSFojBoCE6w515yIfh8vFs2X7dfb25aTCjMz4r06IAB70Fi0B2ECW621LnM9jj1L0Jwv27blKEzP0vF7akS8WAh9jZ40COGHvEQ155RTVCEk+CA9aYjEi9DXbCnqPgHP8QIkkqCqUYMG+lJ61gDQp2rUfWTv1rGsRYLI2ctn6VFzBpawN8Dj+LxbTMzMREhf5/RB8/2I2hs8WgAIQEiItz6+k+7acXreX9LzXng++1MQ2BcHBd07AIR7Xj9rZ1qIxzXh5xxej7/WX+tL69ixHW4790vh9wB/ODv2/8zdzNZLmvtx47x3LmcfZmvOMQTlpbrd5n6zs7MWOak1x+gtkK+XVqT7bK33PtZ6vgM4rLXGaFXYJr+Y1+qltD7mMnuwHMzW7K0G9BFetHz1ei2l9TOxW422Ri9KNlX5FQrAV+/lvdQ+5pNla41e38l6U3nZGqOW92s9E7vVOIiJrEUN/Kplc/RW3kvry57yokHgo4Qg9OLO6mZz9lZrG3PH9rzcF6D7DMLEP367HZabzTF763M9zQkD6G6T+bxu/Ry2fyP1dZsU53sE8DWJ6NXD41grtqbZccc8GiICISPBy1kd5ZiZ374ZHu7kcBybL+cF+85yru6nhv8Cumnw8hb134h/ADhwpbfjvCOcAAAAAElFTkSuQmCC"
+     id="image120" /></mask><mask
+   maskUnits="userSpaceOnUse"
+   x="0"
+   y="0"
+   width="1"
+   height="1"
+   id="mask126"><image
+     width="1"
+     height="1"
+     xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEsAAAA8CAAAAAALAhhPAAAAAXNCSVQI5gpbmQAABARJREFUWIXt18mS4zgOAFBsBEmrsv7/R9PcgT5Ilu1cKt0xc+ooXHyw+AhQ3ATwN/7/gfjSUz/+j7vkDu7/i4WIiISI4O7m9mfuTxYiEhExIYK7LTMz/4P2vYWIxHsQgttaa671J+07C5GQmSVIYGZyX2uOOdZa61vtawuRiFhEVEMIwgg+5xh9jDHXWm5fal9ZBETEEiRojBqDMrvN0Vvrvfc5vtM+WwSMzCIhaIwpxRSVCWz2Vmtttfcx5lxmn7UPFt6qC6oxxpxzSlGZYc1eay2l1nbLzQzsqbF8kniXNKWULjmnpCoEa45WS72WWmrr7cgNniacfJaCqMaYU8455xxTCIxga/RWay6llFpb66OvOelpiuCjxCQcgmqMB5RTUg3C6G5j9NZqKeV6aH3MuZats1I8qX2YgsabdEkpaQxBmMjd5uq9t1ZKKfVay/4a5tin72ONuE9M1RTTmVOMUSUI0zHvtY/UUq615FJKia32zh0XGPjdQmRm1ZhSypcdyjGqBgnMRIDgsGzJHJpSq5dLKddyLVorUx8A9mgRsWrOecvb5XLJKSaNQUWEiGgfB3Q2kTA1ppZyySVfr+9BENzd0R9qZNG8bduvbdsuOWmMIQRhJiQ8xpSAjFhW0K4x51pyihoYfY+bhcgcNG+/395+bVuOSYN8kAAQgMnYZIqOHlNKMQYhX2ZmdtaIRKIp/fr9++1tu6So++bwkJPdNEdiWSFojBoCE6w515yIfh8vFs2X7dfb25aTCjMz4r06IAB70Fi0B2ECW621LnM9jj1L0Jwv27blKEzP0vF7akS8WAh9jZ40COGHvEQ155RTVCEk+CA9aYjEi9DXbCnqPgHP8QIkkqCqUYMG+lJ61gDQp2rUfWTv1rGsRYLI2ctn6VFzBpawN8Dj+LxbTMzMREhf5/RB8/2I2hs8WgAIQEiItz6+k+7acXreX9LzXng++1MQ2BcHBd07AIR7Xj9rZ1qIxzXh5xxej7/WX+tL69ixHW4790vh9wB/ODv2/8zdzNZLmvtx47x3LmcfZmvOMQTlpbrd5n6zs7MWOak1x+gtkK+XVqT7bK33PtZ6vgM4rLXGaFXYJr+Y1+qltD7mMnuwHMzW7K0G9BFetHz1ei2l9TOxW422Ri9KNlX5FQrAV+/lvdQ+5pNla41e38l6U3nZGqOW92s9E7vVOIiJrEUN/Kplc/RW3kvry57yokHgo4Qg9OLO6mZz9lZrG3PH9rzcF6D7DMLEP367HZabzTF763M9zQkD6G6T+bxu/Ry2fyP1dZsU53sE8DWJ6NXD41grtqbZccc8GiICISPBy1kd5ZiZ374ZHu7kcBybL+cF+85yru6nhv8Cumnw8hb134h/ADhwpbfjvCOcAAAAAElFTkSuQmCC"
+     id="image128" /></mask><mask
+   maskUnits="userSpaceOnUse"
+   x="0"
+   y="0"
+   width="1"
+   height="1"
+   id="mask134"><image
+     width="1"
+     height="1"
+     xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEsAAABCCAAAAAA6KnT+AAAAAXNCSVQI5gpbmQAABWZJREFUWIXtmNmS4zYMRbGQ1Ob2/P9njmwtXADkgZJsddvTk9TkKWGVylUScQjBBHghgP/H3xn43WOsPwYAYPXnH7AQAQkQ9ylmZmZgb3nvWIhIQMiIWGlmZmpqWom/zUIEQiYiJiIkQAQzUBMTFTUxfUl7wUIERiZmx8xMhIQAYGoq+1B9RfvKQiRidttgYkJEMDMVLZIll1KkvKJ9ZiEisXMueO+Dc94xMxIAqIlILrmknHLJRUQ/x819RjE5Dj40ITRN8N47ZiIAU9VSck4pphRTyrmI6HmPnFmExM6H0DZt27ZNE4J3zIRoYCqSc0pxjcsa1xRzQpETzJ1RzD6Etu26vuvatgneOaYt9iKSc4zrusxLWDlSAlDT1yxCdj60Xdf3Q993bRuCq24BGKiJ5JLSuizdPM3OEWIuivaKRcjON13XD5fLMPRt2wTnHNG2v7aIpbQuXRuCc0QIUEDtKwuRnW+77nL5+Bgufdc2YQs8AdZtX2Ft2zYh+MqC8khS90ARu6brLx/Xj+tlOFCIVCccsKYJwXvHhGgGBvKVReybtrtcr9cfl0vfNcE5ZiREQEADMDBT9ZJD8N45JkRQADUDPbMQ2fmmHz6uP35cL0PXBM9c0wehXlYTyZWaD4SmaiJme/zdJ7c+rj+u16FrQ436c14gALAhETMTEZqZSBFVkxMLkZ0P3XC5Xq8fQ9+Fuq0qqQZMK44NCQkJzFSylCKim2PucMv5th8ul4/L0HfBM9GJBEAHDWuyq9TcFCE7sZh903TDZej7rg3e7U7tpCeaETg0MykppRhTZpWnd0QidqHt+mHo24r6QjpoCATgTUtNgpjy5ph7Clfb9V3XNqH+3y9QAEAKAEjAXkru1n5uV+cyoh3Tkcj50HRd1/watd8kYh9C07Vt4z0zPR7V+heaJmxFpk5/haoWCETsQhOaJnxeG5HY+9A0wTs+9sKbQZsBOxdCE46q9PCL2dUquq3yxqsnG+Zayl09ER5+1XUq6RsUANUThthxPV2e4gWIhLSdYN+jtoG0pdN+HG9GCISIWO9/j6nxPwzw6d0BAGFTDu93w1dYfaVDwexWBlCPOwMA0Ff2z0P3mWB26J+9aILWKvxWeLxAHQb2cBbAdrWg22H8rWNQj9/dxB45ZGYqUoocJ/svYQpgpqpSpBRRUX34ZaYiUnLOG+3XMK02IqWknHPZ1z/eUXJOMaZcRL+RkrqvXkpKMZUiqo/Ym6mUkmJMKVXNAQD6xrMad1UpKaYYUyrbm+x+qZac4rIsMT6evYTVm6qSU4rLusact8W3WmgmJad1mWt9JqzFXr/u2cOrnOK6LPOyplK2tblOqSeVc47Z7YmEAGbnhFI7UHGd7uM43qZlTSInFhAiM7NzTESPxHim6SbyVUuJcZpu48/xPi8py8mvrVQQMRES0JaZz7SdZCqlxHWabuP4836fD7cOFgIiIdKu521D7dLeDpKK5LjM020cx9ttXlIRPbOqIQHuBdrANpeOvmNTrTnFZZrG2/hzvM1zzGUXOvyM2m2qI2pgarZRTU1VpOSY1rnGarxPc8z5EOcPv/bVDdRMt2H1kprGpZQU4zJP0ziO43ibpiVlPTb1ob8MVDIgVsGc0lddCFJ1YVyX6X6/3+7TvKYsh5R70phmAls65ZRifK9X52W6T/d5WtaYy1P78aR9lQQArGbauvxCR8/zNM/LEtMJddLkSmJW06myzvpey0PfL+sSY87yVt+DkpbaX8T1N/oOETkV9HMPo2i1yKW0hiY0Wz+E+KYfOp8Nv9+nqX7Xp/2b/SP80b4W/mS/fcTtj3wHOLzDJ+Xxz79PHI//xneT/8L4C9+IknahvjnDAAAAAElFTkSuQmCC"
+     id="image136" /></mask><clipPath
+   clipPathUnits="userSpaceOnUse"
+   id="clipPath156"><path
+     d="m 621.8051,847.0563 c 22.2599,-8.5915 22.2599,-22.5211 0,-31.1126 -22.2599,-8.5916 -58.3503,-8.5916 -80.6102,0 -22.2599,8.5915 -22.2599,22.5211 0,31.1126 22.2599,8.5916 58.3503,8.5916 80.6102,0"
+     id="path158" /></clipPath><mask
+   maskUnits="userSpaceOnUse"
+   x="0"
+   y="0"
+   width="1"
+   height="1"
+   id="mask162"><image
+     width="1"
+     height="1"
+     xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHIAAAAsCAAAAACcMrMmAAAAAXNCSVQI5gpbmQAAAC9JREFUWIXtzQEJAAAIAzC1f2dtcRC2AuuttImPSqVSqVQqlUqlUqlUKpVK5ePyACoKAVctaJcIAAAAAElFTkSuQmCC"
+     id="image164" /></mask><clipPath
+   clipPathUnits="userSpaceOnUse"
+   id="clipPath202"><path
+     d="m 724.743,738.0563 c 20.5027,-8.5915 20.5027,-22.5211 0,-31.1126 -20.5025,-8.5916 -53.7435,-8.5916 -74.2461,0 -20.5026,8.5915 -20.5026,22.5211 0,31.1126 20.5026,8.5916 53.7436,8.5916 74.2461,0"
+     id="path204" /></clipPath><mask
+   maskUnits="userSpaceOnUse"
+   x="0"
+   y="0"
+   width="1"
+   height="1"
+   id="mask208"><image
+     width="1"
+     height="1"
+     xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGkAAAAsCAAAAABDfMk5AAAAAXNCSVQI5gpbmQAAAC1JREFUWIXtzTERAAAIBCC1f2ct4f0EBeitkElFJpPJZDKZTCaTyWQymUymBwdZ3AFX7PzxIgAAAABJRU5ErkJggg=="
+     id="image210" /></mask><clipPath
+   clipPathUnits="userSpaceOnUse"
+   id="clipPath248"><path
+     d="m 355.203,812.75 44.17639,0 0,37.5 -44.17639,0 0,-37.5 z"
+     id="path250" /></clipPath><mask
+   maskUnits="userSpaceOnUse"
+   x="0"
+   y="0"
+   width="1"
+   height="1"
+   id="mask254"><image
+     width="1"
+     height="1"
+     xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC0AAAAmCAAAAAB1tk2FAAAAAXNCSVQI5gpbmQAAAB9JREFUOI1j/M9AAmAiRfGo6lHVo6pHVY+qHlVNV9UA1uIBSzzom1gAAAAASUVORK5CYII="
+     id="image256" /></mask><clipPath
+   clipPathUnits="userSpaceOnUse"
+   id="clipPath276"><path
+     d="m 477.324,703.75 44.17642,0 0,37.5 -44.17642,0 0,-37.5 z"
+     id="path278" /></clipPath><mask
+   maskUnits="userSpaceOnUse"
+   x="0"
+   y="0"
+   width="1"
+   height="1"
+   id="mask282"><image
+     width="1"
+     height="1"
+     xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC0AAAAmCAAAAAB1tk2FAAAAAXNCSVQI5gpbmQAAAB9JREFUOI1j/M9AAmAiRfGo6lHVo6pHVY+qHlVNV9UA1uIBSzzom1gAAAAASUVORK5CYII="
+     id="image284" /></mask><clipPath
+   clipPathUnits="userSpaceOnUse"
+   id="clipPath304"><path
+     d="m 175.5,738.1684 0,30.9031 36.456,15.4285 36.456,-15.4285 0,-30.9031 -72.912,0 z"
+     id="path306" /></clipPath><mask
+   maskUnits="userSpaceOnUse"
+   x="0"
+   y="0"
+   width="1"
+   height="1"
+   id="mask310"><image
+     width="1"
+     height="1"
+     xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEkAAAAvCAAAAACKtbhHAAAAAXNCSVQI5gpbmQAAAClJREFUSIntzEEBAAAEBDD070yJ+9kCrLdCJhWZTCaTyWQymUwm06PpABR7AV0tFPwjAAAAAElFTkSuQmCC"
+     id="image312" /></mask><clipPath
+   clipPathUnits="userSpaceOnUse"
+   id="clipPath386"><path
+     d="m 239.1758,847.0563 c 10.3144,-8.5915 10.3144,-22.5211 0,-31.1126 -10.3145,-8.5916 -27.0375,-8.5916 -37.3519,0 -10.3145,8.5915 -10.3145,22.5211 0,31.1126 10.3144,8.5916 27.0374,8.5916 37.3519,0"
+     id="path388" /></clipPath><mask
+   maskUnits="userSpaceOnUse"
+   x="0"
+   y="0"
+   width="1"
+   height="1"
+   id="mask392"><image
+     width="1"
+     height="1"
+     xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADUAAAAsCAAAAADgVK//AAAAAXNCSVQI5gpbmQAAACRJREFUSIlj/M9ABmAiR9OorlFdo7pGdY3qGtU1qmtU17DSBQDf9wFXr+w+HAAAAABJRU5ErkJggg=="
+     id="image394" /></mask><clipPath
+   clipPathUnits="userSpaceOnUse"
+   id="clipPath428"><path
+     d="m 225.1248,635.3933 c 10.3144,-8.5915 10.3144,-22.5211 0,-31.1127 -10.3145,-8.5915 -27.0375,-8.5915 -37.3519,0 -10.3145,8.5916 -10.3145,22.5212 0,31.1127 10.3144,8.5916 27.0374,8.5916 37.3519,0"
+     id="path430" /></clipPath><mask
+   maskUnits="userSpaceOnUse"
+   x="0"
+   y="0"
+   width="1"
+   height="1"
+   id="mask434"><image
+     width="1"
+     height="1"
+     xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADUAAAAsCAAAAADgVK//AAAAAXNCSVQI5gpbmQAAACRJREFUSIlj/M9ABmAiR9OorlFdo7pGdY3qGtU1qmtU17DSBQDf9wFXr+w+HAAAAABJRU5ErkJggg=="
+     id="image436" /></mask><clipPath
+   clipPathUnits="userSpaceOnUse"
+   id="clipPath522"><path
+     d="m 232.2273,706.3829 c 14.237,-9.0468 14.237,-23.7146 0,-32.7614 -14.237,-9.0468 -37.3196,-9.0468 -51.5566,0 -14.237,9.0468 -14.237,23.7146 0,32.7614 14.237,9.0468 37.3196,9.0468 51.5566,0"
+     id="path524" /></clipPath><mask
+   maskUnits="userSpaceOnUse"
+   x="0"
+   y="0"
+   width="1"
+   height="1"
+   id="mask528"><image
+     width="1"
+     height="1"
+     xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEkAAAAvCAAAAACKtbhHAAAAAXNCSVQI5gpbmQAAAClJREFUSIntzEEBAAAEBDD070yJ+9kCrLdCJhWZTCaTyWQymUwm06PpABR7AV0tFPwjAAAAAElFTkSuQmCC"
+     id="image530" /></mask><clipPath
+   clipPathUnits="userSpaceOnUse"
+   id="clipPath664"><path
+     d="m 730.5649,459.4833 c 18.9748,-8.5915 18.9748,-22.5211 0,-31.1126 -18.9748,-8.5916 -49.739,-8.5916 -68.7138,0 -18.9748,8.5915 -18.9748,22.5211 0,31.1126 18.9748,8.5916 49.739,8.5916 68.7138,0"
+     id="path666" /></clipPath><mask
+   maskUnits="userSpaceOnUse"
+   x="0"
+   y="0"
+   width="1"
+   height="1"
+   id="mask670"><image
+     width="1"
+     height="1"
+     xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGIAAAAsCAAAAAC7nDLOAAAAAXNCSVQI5gpbmQAAACxJREFUWIXtzTEBAAAIAyC1f2eN4LUPCtBbaRMfFAqFQqFQKBQKhUKhUCgeB/DOAVfzYY5mAAAAAElFTkSuQmCC"
+     id="image672" /></mask><clipPath
+   clipPathUnits="userSpaceOnUse"
+   id="clipPath710"><path
+     d="m 497.352,425.177 44.17639,0 0,37.5 -44.17639,0 0,-37.5 z"
+     id="path712" /></clipPath><mask
+   maskUnits="userSpaceOnUse"
+   x="0"
+   y="0"
+   width="1"
+   height="1"
+   id="mask716"><image
+     width="1"
+     height="1"
+     xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC0AAAAmCAAAAAB1tk2FAAAAAXNCSVQI5gpbmQAAAB9JREFUOI1j/M9AAmAiRfGo6lHVo6pHVY+qHlVNV9UA1uIBSzzom1gAAAAASUVORK5CYII="
+     id="image718" /></mask><clipPath
+   clipPathUnits="userSpaceOnUse"
+   id="clipPath738"><path
+     d="m 303.852,383.314 0,25.0125 26.4118,12.4875 26.4118,-12.4875 0,-25.0125 -52.8236,0 z"
+     id="path740" /></clipPath><mask
+   maskUnits="userSpaceOnUse"
+   x="0"
+   y="0"
+   width="1"
+   height="1"
+   id="mask744"><image
+     width="1"
+     height="1"
+     xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADUAAAAmCAAAAABBz4yZAAAAAXNCSVQI5gpbmQAAACJJREFUSIlj/M9ABmAiR9OorlFdo7pGdY3qGtU1qmsQ6QIANCABS3/l32wAAAAASUVORK5CYII="
+     id="image746" /></mask><clipPath
+   clipPathUnits="userSpaceOnUse"
+   id="clipPath846"><path
+     d="m 303.852,475.839 0,25.0125 26.4118,12.4875 26.4118,-12.4875 0,-25.0125 -52.8236,0 z"
+     id="path848" /></clipPath><mask
+   maskUnits="userSpaceOnUse"
+   x="0"
+   y="0"
+   width="1"
+   height="1"
+   id="mask852"><image
+     width="1"
+     height="1"
+     xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADUAAAAmCAAAAABBz4yZAAAAAXNCSVQI5gpbmQAAACJJREFUSIlj/M9ABmAiR9OorlFdo7pGdY3qGtU1qmsQ6QIANCABS3/l32wAAAAASUVORK5CYII="
+     id="image854" /></mask><clipPath
+   clipPathUnits="userSpaceOnUse"
+   id="clipPath922"><path
+     d="m 239.1758,916.0563 c 10.3144,-8.5915 10.3144,-22.5211 0,-31.1126 -10.3145,-8.5916 -27.0375,-8.5916 -37.3519,0 -10.3145,8.5915 -10.3145,22.5211 0,31.1126 10.3144,8.5916 27.0374,8.5916 37.3519,0"
+     id="path924" /></clipPath><mask
+   maskUnits="userSpaceOnUse"
+   x="0"
+   y="0"
+   width="1"
+   height="1"
+   id="mask928"><image
+     width="1"
+     height="1"
+     xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADUAAAAsCAAAAADgVK//AAAAAXNCSVQI5gpbmQAAACRJREFUSIlj/M9ABmAiR9OorlFdo7pGdY3qGtU1qmtU17DSBQDf9wFXr+w+HAAAAABJRU5ErkJggg=="
+     id="image930" /></mask><inkscape:perspective
+   id="perspective5598"
+   inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+   inkscape:vp_z="1 : 0.5 : 1"
+   inkscape:vp_y="0 : 1000 : 0"
+   inkscape:vp_x="0 : 0.5 : 1"
+   sodipodi:type="inkscape:persp3d" /><inkscape:perspective
+   id="perspective5712"
+   inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+   inkscape:vp_z="1 : 0.5 : 1"
+   inkscape:vp_y="0 : 1000 : 0"
+   inkscape:vp_x="0 : 0.5 : 1"
+   sodipodi:type="inkscape:persp3d" /><inkscape:perspective
+   id="perspective5744"
+   inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+   inkscape:vp_z="1 : 0.5 : 1"
+   inkscape:vp_y="0 : 1000 : 0"
+   inkscape:vp_x="0 : 0.5 : 1"
+   sodipodi:type="inkscape:persp3d" />
+
+
+
+
+
+
+
+</defs><sodipodi:namedview
      pagecolor="#ffffff"
      bordercolor="#666666"
      borderopacity="1"
@@ -411,7 +419,7 @@
      showgrid="false"
      inkscape:zoom="0.89595135"
      inkscape:cx="475.185"
-     inkscape:cy="605.68644"
+     inkscape:cy="603.45418"
      inkscape:window-x="1280"
      inkscape:window-y="0"
      inkscape:window-maximized="0"
@@ -420,386 +428,453 @@
      inkscape:groupmode="layer"
      inkscape:label="example-graphical"
      transform="matrix(1.25,0,0,-1.25,0,1340)"><g
-   id="g14"
-   inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/w3-publication3.png"
-   inkscape:export-xdpi="79.550438"
-   inkscape:export-ydpi="79.550438" /><g
-   id="g660"
-   inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/w3-publication3.png"
-   inkscape:export-xdpi="79.550438"
-   inkscape:export-ydpi="79.550438"><g
-     id="g662"
-     clip-path="url(#clipPath664)"><g
-       id="g668"
-       transform="matrix(98.17599,0,0,45,647.12,421.427)"><image
-         width="1"
-         height="1"
-         transform="matrix(1,0,0,-1,0,1)"
-         xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGIAAAAsCAYAAACe920SAAAABHNCSVQICAgIfAhkiAAAAMBJREFUeJzt20EKg0AQBdE/0uT+dw2SRKOTRbbJ1q5FvQvYUPSMCI5zzhn9NC58Vr0vfJj+q717AiUxBIYhILwjIGr3nQnBownCEBCGgDAEhCEgDAFRW/cESuJGYBgCwhAQ3hEQbgSEGwHhRkDU5mdwBI8mCENAGALCyxqiXt0TKIlHE4YbAWEICI8mCDcCop7dEyiJITDq0T2BkrgRGLV2T6AkSd27J1CSZNwO/yolGDEEwtI9gL4MAWEICENAfABmkDCzZWoi/QAAAABJRU5ErkJggg=="
-         mask="url(#mask670)"
-         id="image674" /></g></g></g><g
-   id="g676"
-   inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/w3-publication3.png"
-   inkscape:export-xdpi="79.550438"
-   inkscape:export-ydpi="79.550438"><g
-     id="g678"
-     transform="matrix(1,0,0,-1,0.5,1071.5)"><path
-       d="m 730.0649,612.0167 c 18.9748,8.5915 18.9748,22.5211 0,31.1126 -18.9748,8.5916 -49.739,8.5916 -68.7138,0 -18.9748,-8.5915 -18.9748,-22.5211 0,-31.1126 18.9748,-8.5916 49.739,-8.5916 68.7138,0"
-       style="fill:none;stroke:#000000;stroke-opacity:1;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none"
-       id="path680" /></g><g
-     id="g682"
-     transform="matrix(1,0,0,-1,695.708,444.427)"><text
-   transform="translate(-23.52539,-2)"
-   id="text684"><tspan
-     style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:ArialMT;font-variant:normal;font-weight:normal;font-size:11;writing-mode:lr;-inkscape-font-specification:ArialMT"
-     x="0 10.3818 18.326 21.989 28.1072 31.7702 37.8884 43.3884"
-     y="0"
-     sodipodi:role="line"
-     id="tspan686">WD-prov-</tspan></text>
-
-</g><g
-     id="g688"
-     transform="matrix(1,0,0,-1,695.708,444.427)"><text
-   transform="translate(-33.12622,10)"
-   id="text690"><tspan
-     style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:ArialMT;font-variant:normal;font-weight:normal;font-size:11;writing-mode:lr;-inkscape-font-specification:ArialMT"
-     x="0 6.1182 15.2812 18.9442 25.0624 31.1806"
-     y="0"
-     sodipodi:role="line"
-     id="tspan692">dm-201</tspan></text>
-
-</g><g
-     id="g694"
-     transform="matrix(1,0,0,-1,695.708,444.427)"><text
-   transform="translate(3.354248,10)"
-   id="text696"><tspan
-     style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:ArialMT;font-variant:normal;font-weight:normal;font-size:11;writing-mode:lr;-inkscape-font-specification:ArialMT"
-     x="0"
-     y="0"
-     id="tspan698">1</tspan></text>
-
-</g><g
-     id="g700"
-     transform="matrix(1,0,0,-1,695.708,444.427)"><text
-   transform="translate(8.655518,10)"
-   id="text702"><tspan
-     style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:ArialMT;font-variant:normal;font-weight:normal;font-size:11;writing-mode:lr;-inkscape-font-specification:ArialMT"
-     x="0 6.1182 12.2364 18.3546"
-     y="0"
-     sodipodi:role="line"
-     id="tspan704">1215</tspan></text>
-
-</g></g><g
-   id="g706"
-   inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/w3-publication3.png"
-   inkscape:export-xdpi="79.550438"
-   inkscape:export-ydpi="79.550438"><g
-     id="g708"
-     clip-path="url(#clipPath710)"><g
-       id="g714"
-       transform="matrix(45.1764,0,0,38.5,496.852,424.677)"><image
-         width="1"
-         height="1"
-         transform="matrix(1,0,0,-1,0,1)"
-         xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC0AAAAmCAYAAABQ3RJZAAAABHNCSVQICAgIfAhkiAAAAIdJREFUWIXt1ssJwDAMBFEZ1H+xOeRrr1ODLhIDmgoeixwytrSN1Bjmpq+aEc5tIdFvtSFcn0dWfR5ZQZdudE5901lB0SKiJxHNXPqpNoSjfvKISzPRxPMQcWnm14OIZj5EJPquNoSD/poyl76qDeGoSxPRIp7HPKsN4dwWEa2j2hDObfIe4g96HE0rMdW0cQAAAABJRU5ErkJggg=="
-         mask="url(#mask716)"
-         id="image720" /></g></g></g><g
-   id="g722"
-   inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/w3-publication3.png"
-   inkscape:export-xdpi="79.550438"
-   inkscape:export-ydpi="79.550438"><g
-     id="g724"
-     transform="matrix(1,0,0,-1,0.5,1071.5)"><path
-       d="m 496.852,608.823 44.17639,0 0,37.5 -44.17639,0 0,-37.5 z"
-       style="fill:none;stroke:#000000;stroke-opacity:1;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none"
-       id="path726" /></g><g
-     id="g728"
-     transform="matrix(1,0,0,-1,518.9402,444.427)"><text
-   transform="translate(-15.1792,5)"
-   id="text730"><tspan
-     style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:ArialMT;font-variant:normal;font-weight:normal;font-size:14;writing-mode:lr;-inkscape-font-specification:ArialMT"
-     x="0 7.7868 15.5736 18.6844 22.5792"
-     y="0"
-     sodipodi:role="line"
-     id="tspan732">edit1</tspan></text>
-
-</g></g><g
-   id="g734"
-   inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/w3-publication3.png"
-   inkscape:export-xdpi="79.550438"
-   inkscape:export-ydpi="79.550438"><g
-     id="g736"
-     clip-path="url(#clipPath738)"><g
-       id="g742"
-       transform="matrix(53.8236,0,0,38.5,303.352,382.814)"><image
-         width="1"
-         height="1"
-         transform="matrix(1,0,0,-1,0,1)"
-         xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADUAAAAmCAYAAABkpNNFAAAABHNCSVQICAgIfAhkiAAAAHtJREFUWIXtljEKADEIBCP4/x+r1+dSBsIOO6WVg6tJdPesjYjYS1LkzM9pnWpKZHe/7uE6TCn1qJ3Iqnrdw3WYk/JOieCdUoG5U5YSgSnlQyFCdhGlhihFjJ8PhQj+0KrAjJ+lRLCUCszrh3ynHD8RmJNC7pTjJwJS6gMatHXDhpNJLgAAAABJRU5ErkJggg=="
-         mask="url(#mask744)"
-         id="image748" /></g></g></g><g
-   id="g750"
+   clip-path="url(#clipPath664)"
+   id="g662"
    inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/w3-publication3.png"
    inkscape:export-xdpi="79.550438"
    inkscape:export-ydpi="79.550438"><g
-     id="g752"
-     transform="matrix(1,0,0,-1,0.5,1071.5)"><path
-       d="m 303.352,688.186 0,-25.0125 26.4118,-12.4875 26.4118,12.4875 0,25.0125 -52.8236,0 z"
-       style="fill:none;stroke:#000000;stroke-opacity:1;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none"
-       id="path754" /></g><g
-     id="g756"
-     transform="matrix(1,0,0,-1,329.7638,402.564)"><text
-   id="text758"
-   x="-16.20488"
-   y="8.62498"><tspan
-     style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:ArialMT;-inkscape-font-specification:ArialMT"
-     x="-16.20488"
+     transform="matrix(98.17599,0,0,45,647.12,421.427)"
+     id="g668"><image
+       id="image674"
+       mask="url(#mask670)"
+       xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGIAAAAsCAYAAACe920SAAAABHNCSVQICAgIfAhkiAAAAMBJREFUeJzt20EKg0AQBdE/0uT+dw2SRKOTRbbJ1q5FvQvYUPSMCI5zzhn9NC58Vr0vfJj+q717AiUxBIYhILwjIGr3nQnBownCEBCGgDAEhCEgDAFRW/cESuJGYBgCwhAQ3hEQbgSEGwHhRkDU5mdwBI8mCENAGALCyxqiXt0TKIlHE4YbAWEICI8mCDcCop7dEyiJITDq0T2BkrgRGLV2T6AkSd27J1CSZNwO/yolGDEEwtI9gL4MAWEICENAfABmkDCzZWoi/QAAAABJRU5ErkJggg=="
+       transform="matrix(1,0,0,-1,0,1)"
+       height="1"
+       width="1" /></g></g><g
+   transform="matrix(1,0,0,-1,0.5,1071.5)"
+   id="g678"
+   inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/w3-publication3.png"
+   inkscape:export-xdpi="79.550438"
+   inkscape:export-ydpi="79.550438"><path
+     id="path680"
+     style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none"
+     d="m 730.0649,612.0167 c 18.9748,8.5915 18.9748,22.5211 0,31.1126 -18.9748,8.5916 -49.739,8.5916 -68.7138,0 -18.9748,-8.5915 -18.9748,-22.5211 0,-31.1126 18.9748,-8.5916 49.739,-8.5916 68.7138,0" /></g><g
+   transform="matrix(1,0,0,-1,695.708,444.427)"
+   id="g682"
+   inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/w3-publication3.png"
+   inkscape:export-xdpi="79.550438"
+   inkscape:export-ydpi="79.550438"><text
+   id="text684"
+   transform="translate(-23.52539,-2)"><tspan
+     id="tspan686"
      sodipodi:role="line"
-     id="tspan760"
-     y="8.62498">Paolo</tspan></text>
+     y="0"
+     x="0 10.3818 18.326 21.989 28.107201 31.770201 37.888401 43.388401"
+     style="font-size:11px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:ArialMT;-inkscape-font-specification:ArialMT">WD-prov-</tspan></text>
 
-</g><g
-     id="g762"
-     transform="matrix(1,0,0,-1,600.62,455.156)"><text
-   transform="translate(-46.02539,4)"
-   id="text764"><tspan
-     style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:ArialMT;font-variant:normal;font-weight:normal;font-size:12;writing-mode:lr;-inkscape-font-specification:ArialMT"
-     x="0 8.6664 15.3408 21.3408 30.6744 37.3488 44.0232 50.6976 54.6936 61.368 64.7016 71.376 78.0504 86.0544"
-     y="0"
-     sodipodi:role="line"
-     id="tspan766">wasGeneratedBy</tspan></text>
 
 </g><g
-     id="g768"
-     transform="matrix(1,0,0,-1,0.5,1071.5)"><path
-       d="m 550.9284,627.573 96.1916,0"
-       style="fill:none;stroke:#000000;stroke-opacity:1;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none"
-       id="path770" /></g><path
-     d="m 543.4284,443.927 8,-3 0,6 -8,-3 z"
-     style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
-     id="path772" /><g
-     id="g774"
-     transform="matrix(1,0,0,-1,0.5,1071.5)"><path
-       d="m 542.9284,627.573 8,3 0,-6 -8,3 z"
-       style="fill:none;stroke:#000000;stroke-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none"
-       id="path776" /></g><g
-     id="g778"
-     transform="matrix(1,0,0,-1,0.5,1071.5)"><path
-       d="M 365.6644,666.6122 496.852,627.573"
-       style="fill:none;stroke:#000000;stroke-opacity:1;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none"
-       id="path780" /></g><path
-     d="m 358.4967,402.606 8.5234,-0.5936 -1.7114,5.7507 -6.812,-5.1571 z"
-     style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
-     id="path782" /><g
-     id="g784"
-     transform="matrix(1,0,0,-1,0.5,1071.5)"><path
-       d="m 357.9967,668.894 8.5234,0.5936 -1.7114,-5.7507 -6.812,5.1571 z"
-       style="fill:none;stroke:#000000;stroke-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none"
-       id="path786" /></g><path
-     d="m 309.556,344.8619 c 0,3.3589 -1.0287,3.7745 -8.5431,7.0987 l -0.0793,0.0344 c -7.5541,3.359 -7.6327,3.359 -15.3852,3.359 -10.3226,0 -56.9924,0 -56.9924,0 l 0,-35.4582 81,0 0,24.9661 z"
-     style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
-     id="path788" /><g
-     id="g790"
-     transform="matrix(1,0,0,-1,0.5,1071.5)"><path
-       d="m 309.056,726.6381 c 0,-3.3589 -1.0287,-3.7745 -8.5431,-7.0987 l -0.0793,-0.0344 c -7.5541,-3.359 -7.6327,-3.359 -15.3852,-3.359 -10.3226,0 -56.9924,0 -56.9924,0 l 0,35.4582 81,0 0,-24.9661 z m 0,-0.173 c 0,-3.1859 -0.0794,-3.1859 -16.2551,-3.1859 l 0,0 c 0,-7.0984 0,-7.1332 -7.2778,-7.1332"
-       style="fill:none;stroke:#000000;stroke-opacity:1;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none"
-       id="path792" /></g><g
-     id="g794"
-     transform="matrix(1,0,0,-1,268.556,338.1249)"><text
-   transform="translate(-28.51758,4)"
-   id="text796"><tspan
-     style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;font-variant:normal;font-weight:normal;font-size:12;writing-mode:lr;-inkscape-font-specification:Helvetica"
-     x="0 3.996 10.6704 13.3368 20.0112 27.0192 33.6936 40.368 43.0344 46.368 53.0424"
+   transform="matrix(1,0,0,-1,695.708,444.427)"
+   id="g688"
+   inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/w3-publication3.png"
+   inkscape:export-xdpi="79.550438"
+   inkscape:export-ydpi="79.550438"><text
+   id="text690"
+   transform="translate(-33.12622,10)"><tspan
+     id="tspan692"
+     sodipodi:role="line"
      y="0"
-     sodipodi:role="line"
-     id="tspan798">role=editor</tspan></text>
+     x="0 6.1181998 15.2812 18.944201 25.062401 31.180599"
+     style="font-size:11px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:ArialMT;-inkscape-font-specification:ArialMT">dm-201</tspan></text>
+
 
 </g><g
-     id="g800"
-     transform="matrix(1,0,0,-1,0.5,1071.5)"><path
-       d="M 292.358,716.1079 329.3631,688.485"
-       style="fill:none;stroke:#000000;stroke-opacity:1;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:4,4;stroke-dashoffset:0"
-       id="path802" /></g><path
-     d="m 742.708,379.0079 c 0,3.3589 -1.1811,3.7745 -9.8087,7.0987 l -0.0911,0.0344 c -8.6733,3.359 -8.7634,3.359 -17.6645,3.359 -11.8519,0 -65.4357,0 -65.4357,0 l 0,-35.4583 93,0 0,24.9662 z"
-     style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
-     id="path804" /><g
-     id="g806"
-     transform="matrix(1,0,0,-1,0.5,1071.5)"><path
-       d="m 742.208,692.4921 c 0,-3.3589 -1.1811,-3.7745 -9.8087,-7.0987 l -0.0911,-0.0344 C 723.6349,682 723.5448,682 714.6437,682 c -11.8519,0 -65.4357,0 -65.4357,0 l 0,35.4583 93,0 0,-24.9662 z m 0,-0.173 c 0,-3.1859 -0.0911,-3.1859 -18.6632,-3.1859 l 0,0 c 0,-7.0984 0,-7.1332 -8.3561,-7.1332"
-       style="fill:none;stroke:#000000;stroke-opacity:1;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none"
-       id="path808" /></g><g
-     id="g810"
-     transform="matrix(1,0,0,-1,695.708,372.2709)"><text
-   transform="translate(-41.19434,-3)"
-   id="text812"><tspan
-     style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;font-variant:normal;font-weight:normal;font-size:12;writing-mode:lr;-inkscape-font-specification:Helvetica"
-     x="0 3.3336 9.3336 16.008 22.6824 29.6904 36.3648 43.0392 49.0392 55.7136 65.7096 72.384 79.0584"
+   transform="matrix(1,0,0,-1,695.708,444.427)"
+   id="g694"
+   inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/w3-publication3.png"
+   inkscape:export-xdpi="79.550438"
+   inkscape:export-ydpi="79.550438"><text
+   id="text696"
+   transform="translate(3.354248,10)"><tspan
+     id="tspan698"
      y="0"
-     sodipodi:role="line"
-     id="tspan814">type=document</tspan></text>
+     x="0"
+     style="font-size:11px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:ArialMT;-inkscape-font-specification:ArialMT">1</tspan></text>
+
 
 </g><g
-     id="g816"
-     transform="matrix(1,0,0,-1,695.708,372.2709)"><text
-   transform="translate(-29.5166,11)"
-   id="text818"><tspan
-     style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;font-variant:normal;font-weight:normal;font-size:12;writing-mode:lr;-inkscape-font-specification:Helvetica"
-     x="0 6 12.6744 16.6704 22.6704 25.3368 32.0112 38.6856 42.0192 49.0272 52.3608"
+   transform="matrix(1,0,0,-1,695.708,444.427)"
+   id="g700"
+   inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/w3-publication3.png"
+   inkscape:export-xdpi="79.550438"
+   inkscape:export-ydpi="79.550438"><text
+   id="text702"
+   transform="translate(8.655518,10)"><tspan
+     id="tspan704"
+     sodipodi:role="line"
      y="0"
-     sodipodi:role="line"
-     id="tspan820">version = 2</tspan></text>
+     x="0 6.1181998 12.2364 18.354601"
+     style="font-size:11px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:ArialMT;-inkscape-font-specification:ArialMT">1215</tspan></text>
+
 
 </g><g
-     id="g822"
-     transform="matrix(1,0,0,-1,0.5,1071.5)"><path
-       d="m 695.708,649.573 0,31.927"
-       style="fill:none;stroke:#000000;stroke-opacity:1;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:4,4;stroke-dashoffset:0"
-       id="path824" /></g><path
-     d="m 565.94,379.0079 c 0,3.3589 -1.1811,3.7745 -9.8087,7.0987 l -0.0911,0.0344 c -8.6733,3.359 -8.7635,3.359 -17.6645,3.359 -11.8519,0 -65.4357,0 -65.4357,0 l 0,-35.4583 93,0 0,24.9662 z"
-     style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
-     id="path826" /><g
-     id="g828"
-     transform="matrix(1,0,0,-1,0.5,1071.5)"><path
-       d="m 565.44,692.4921 c 0,-3.3589 -1.1811,-3.7745 -9.8087,-7.0987 l -0.0911,-0.0344 C 546.8669,682 546.7767,682 537.8757,682 c -11.8519,0 -65.4357,0 -65.4357,0 l 0,35.4583 93,0 0,-24.9662 z m 0,-0.173 c 0,-3.1859 -0.0911,-3.1859 -18.6633,-3.1859 l 0,0 c 0,-7.0984 0,-7.1332 -8.356,-7.1332"
-       style="fill:none;stroke:#000000;stroke-opacity:1;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none"
-       id="path830" /></g><g
-     id="g832"
-     transform="matrix(1,0,0,-1,518.94,372.2709)"><text
-   transform="translate(-32.52539,4)"
-   id="text834"><tspan
-     style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;font-variant:normal;font-weight:normal;font-size:12;writing-mode:lr;-inkscape-font-specification:Helvetica"
-     x="0 3.3336 9.3336 16.008 22.6824 29.6904 36.3648 43.0392 45.7056 49.0392 51.7056 58.38"
-     y="0"
-     sodipodi:role="line"
-     id="tspan836">type=editing</tspan></text>
-
-</g><g
-     id="g838"
-     transform="matrix(1,0,0,-1,0.5,1071.5)"><path
-       d="m 518.9402,646.823 -10e-5,34.677"
-       style="fill:none;stroke:#000000;stroke-opacity:1;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:4,4;stroke-dashoffset:0"
-       id="path840" /></g></g><g
-   id="g842"
+   clip-path="url(#clipPath710)"
+   id="g708"
    inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/w3-publication3.png"
    inkscape:export-xdpi="79.550438"
    inkscape:export-ydpi="79.550438"><g
-     id="g844"
-     clip-path="url(#clipPath846)"><g
-       id="g850"
-       transform="matrix(53.8236,0,0,38.5,303.352,475.339)"><image
-         width="1"
-         height="1"
-         transform="matrix(1,0,0,-1,0,1)"
-         xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADUAAAAmCAYAAABkpNNFAAAABHNCSVQICAgIfAhkiAAAAHtJREFUWIXtljEKADEIBCP4/x+r1+dSBsIOO6WVg6tJdPesjYjYS1LkzM9pnWpKZHe/7uE6TCn1qJ3Iqnrdw3WYk/JOieCdUoG5U5YSgSnlQyFCdhGlhihFjJ8PhQj+0KrAjJ+lRLCUCszrh3ynHD8RmJNC7pTjJwJS6gMatHXDhpNJLgAAAABJRU5ErkJggg=="
-         mask="url(#mask852)"
-         id="image856" /></g></g></g><g
+     transform="matrix(45.1764,0,0,38.5,496.852,424.677)"
+     id="g714"><image
+       id="image720"
+       mask="url(#mask716)"
+       xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC0AAAAmCAYAAABQ3RJZAAAABHNCSVQICAgIfAhkiAAAAIdJREFUWIXt1ssJwDAMBFEZ1H+xOeRrr1ODLhIDmgoeixwytrSN1Bjmpq+aEc5tIdFvtSFcn0dWfR5ZQZdudE5901lB0SKiJxHNXPqpNoSjfvKISzPRxPMQcWnm14OIZj5EJPquNoSD/poyl76qDeGoSxPRIp7HPKsN4dwWEa2j2hDObfIe4g96HE0rMdW0cQAAAABJRU5ErkJggg=="
+       transform="matrix(1,0,0,-1,0,1)"
+       height="1"
+       width="1" /></g></g><g
    transform="matrix(1,0,0,-1,0.5,1071.5)"
-   id="g860"
+   id="g724"
    inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/w3-publication3.png"
    inkscape:export-xdpi="79.550438"
    inkscape:export-ydpi="79.550438"><path
-     id="path862"
+     id="path726"
      style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none"
-     d="m 303.352,595.661 0,-25.0125 26.4118,-12.4875 26.4118,12.4875 0,25.0125 -52.8236,0 z" /></g><g
-   transform="matrix(1,0,0,-1,329.7638,495.089)"
-   id="g864"
+     d="m 496.852,608.823 44.17639,0 0,37.5 -44.17639,0 0,-37.5 z" /></g><g
+   transform="matrix(1,0,0,-1,518.9402,444.427)"
+   id="g728"
    inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/w3-publication3.png"
    inkscape:export-xdpi="79.550438"
    inkscape:export-ydpi="79.550438"><text
-   id="text866"
-   x="-18.675779"
-   y="8.62498"><tspan
-     id="tspan868"
+   id="text730"
+   transform="translate(-15.1792,5)"><tspan
+     id="tspan732"
      sodipodi:role="line"
+     y="0"
+     x="0 7.7867999 15.5736 18.684401 22.579201"
+     style="font-size:14px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:ArialMT;-inkscape-font-specification:ArialMT">edit1</tspan></text>
+
+
+</g><g
+   clip-path="url(#clipPath738)"
+   id="g736"
+   inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/w3-publication3.png"
+   inkscape:export-xdpi="79.550438"
+   inkscape:export-ydpi="79.550438"><g
+     transform="matrix(53.8236,0,0,38.5,303.352,382.814)"
+     id="g742"><image
+       id="image748"
+       mask="url(#mask744)"
+       xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADUAAAAmCAYAAABkpNNFAAAABHNCSVQICAgIfAhkiAAAAHtJREFUWIXtljEKADEIBCP4/x+r1+dSBsIOO6WVg6tJdPesjYjYS1LkzM9pnWpKZHe/7uE6TCn1qJ3Iqnrdw3WYk/JOieCdUoG5U5YSgSnlQyFCdhGlhihFjJ8PhQj+0KrAjJ+lRLCUCszrh3ynHD8RmJNC7pTjJwJS6gMatHXDhpNJLgAAAABJRU5ErkJggg=="
+       transform="matrix(1,0,0,-1,0,1)"
+       height="1"
+       width="1" /></g></g><g
+   transform="matrix(1,0,0,-1,0.5,1071.5)"
+   id="g752"
+   inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/w3-publication3.png"
+   inkscape:export-xdpi="79.550438"
+   inkscape:export-ydpi="79.550438"><path
+     id="path754"
+     style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none"
+     d="m 303.352,688.186 0,-25.0125 26.4118,-12.4875 26.4118,12.4875 0,25.0125 -52.8236,0 z" /></g><g
+   transform="matrix(1,0,0,-1,329.7638,402.564)"
+   id="g756"
+   inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/w3-publication3.png"
+   inkscape:export-xdpi="79.550438"
+   inkscape:export-ydpi="79.550438"><text
+   y="8.62498"
+   x="-16.20488"
+   id="text758"><tspan
      y="8.62498"
-     x="-18.675779"
-     style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:ArialMT;-inkscape-font-specification:ArialMT">Simon</tspan></text>
+     id="tspan760"
+     sodipodi:role="line"
+     x="-16.20488"
+     style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:ArialMT;-inkscape-font-specification:ArialMT">Paolo</tspan></text>
 
-</g><path
-   id="path870"
-   style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
-   d="m 309.556,451.1639 c 0,3.3589 -1.0287,3.7745 -8.5431,7.0987 l -0.0793,0.0344 c -7.5541,3.359 -7.6327,3.359 -15.3852,3.359 -10.3226,0 -56.9924,0 -56.9924,0 l 0,-35.4582 81,0 0,24.9661 z"
+
+</g><g
+   transform="matrix(1,0,0,-1,600.62,455.156)"
+   id="g762"
+   inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/w3-publication3.png"
+   inkscape:export-xdpi="79.550438"
+   inkscape:export-ydpi="79.550438"><text
+   id="text764"
+   transform="translate(-46.02539,4)"><tspan
+     id="tspan766"
+     sodipodi:role="line"
+     y="0"
+     x="0 8.6664 15.3408 21.340799 30.6744 37.348801 44.023201 50.697601 54.6936 61.368 64.701599 71.375999 78.0504 86.054398"
+     style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:ArialMT;-inkscape-font-specification:ArialMT">wasGeneratedBy</tspan></text>
+
+
+</g><g
+   transform="matrix(1,0,0,-1,0.5,1071.5)"
+   id="g768"
+   inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/w3-publication3.png"
+   inkscape:export-xdpi="79.550438"
+   inkscape:export-ydpi="79.550438"><path
+     id="path770"
+     style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none"
+     d="m 550.9284,627.573 96.1916,0" /></g><path
+   id="path772"
+   style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
+   d="m 543.4284,443.927 8,-3 0,6 -8,-3 z"
    inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/w3-publication3.png"
    inkscape:export-xdpi="79.550438"
    inkscape:export-ydpi="79.550438" /><g
    transform="matrix(1,0,0,-1,0.5,1071.5)"
-   id="g872"
+   id="g774"
    inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/w3-publication3.png"
    inkscape:export-xdpi="79.550438"
    inkscape:export-ydpi="79.550438"><path
-     id="path874"
+     id="path776"
+     style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none"
+     d="m 542.9284,627.573 8,3 0,-6 -8,3 z" /></g><g
+   transform="matrix(1,0,0,-1,0.5,1071.5)"
+   id="g778"
+   inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/w3-publication3.png"
+   inkscape:export-xdpi="79.550438"
+   inkscape:export-ydpi="79.550438"><path
+     id="path780"
      style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none"
-     d="m 309.056,620.3361 c 0,-3.3589 -1.0287,-3.7745 -8.5431,-7.0987 l -0.0793,-0.0344 c -7.5541,-3.359 -7.6327,-3.359 -15.3852,-3.359 -10.3226,0 -56.9924,0 -56.9924,0 l 0,35.4582 81,0 0,-24.9661 z m 0,-0.173 c 0,-3.1859 -0.0794,-3.1859 -16.2551,-3.1859 l 0,0 c 0,-7.0984 0,-7.1332 -7.2778,-7.1332" /></g><g
-   transform="matrix(1,0,0,-1,268.556,444.4269)"
-   id="g876"
+     d="M 365.6644,666.6122 496.852,627.573" /></g><path
+   id="path782"
+   style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
+   d="m 358.4967,402.606 8.5234,-0.5936 -1.7114,5.7507 -6.812,-5.1571 z"
+   inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/w3-publication3.png"
+   inkscape:export-xdpi="79.550438"
+   inkscape:export-ydpi="79.550438" /><g
+   transform="matrix(1,0,0,-1,0.5,1071.5)"
+   id="g784"
+   inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/w3-publication3.png"
+   inkscape:export-xdpi="79.550438"
+   inkscape:export-ydpi="79.550438"><path
+     id="path786"
+     style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none"
+     d="m 357.9967,668.894 8.5234,0.5936 -1.7114,-5.7507 -6.812,5.1571 z" /></g><path
+   id="path788"
+   style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
+   d="m 450.63509,368.07745 c 0,3.3589 -1.0287,3.7745 -8.5431,7.0987 l -0.0793,0.0344 c -7.5541,3.359 -7.6327,3.359 -15.3852,3.359 -10.3226,0 -56.9924,0 -56.9924,0 l 0,-35.4582 81,0 0,24.9661 z"
+   inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/w3-publication3.png"
+   inkscape:export-xdpi="79.550438"
+   inkscape:export-ydpi="79.550438" /><g
+   transform="matrix(1,0,0,-1,141.57909,1094.7155)"
+   id="g790"
+   inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/w3-publication3.png"
+   inkscape:export-xdpi="79.550438"
+   inkscape:export-ydpi="79.550438"><path
+     id="path792"
+     style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none"
+     d="m 309.056,726.6381 c 0,-3.3589 -1.0287,-3.7745 -8.5431,-7.0987 l -0.0793,-0.0344 c -7.5541,-3.359 -7.6327,-3.359 -15.3852,-3.359 -10.3226,0 -56.9924,0 -56.9924,0 l 0,35.4582 81,0 0,-24.9661 z m 0,-0.173 c 0,-3.1859 -0.0794,-3.1859 -16.2551,-3.1859 l 0,0 c 0,-7.0984 0,-7.1332 -7.2778,-7.1332" /></g><g
+   transform="matrix(1,0,0,-1,409.63509,361.34045)"
+   id="g794"
    inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/w3-publication3.png"
    inkscape:export-xdpi="79.550438"
    inkscape:export-ydpi="79.550438"><text
-   id="text878"
-   transform="translate(-30.52148,4)"><tspan
-     id="tspan880"
+   id="text796"
+   transform="translate(-28.51758,4)"><tspan
+     id="tspan798"
      sodipodi:role="line"
      y="0"
-     x="0 3.9960001 10.6704 13.3368 20.0112 27.019199 33.6936 40.368 43.701599 50.375999 57.0504"
-     style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">role=author</tspan></text>
+     x="0 3.9960001 10.6704 13.3368 20.0112 27.019199 33.6936 40.368 43.034401 46.368 53.0424"
+     style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">role=editor</tspan></text>
+
+
+</g><g
+   transform="matrix(-0.84321635,-0.53757435,-0.53757435,0.84321635,1055.4898,-26.407801)"
+   id="g800"
+   inkscape:transform-center-x="-10.846214"
+   inkscape:transform-center-y="11.16132"
+   inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/w3-publication3.png"
+   inkscape:export-xdpi="79.550438"
+   inkscape:export-ydpi="79.550438"><path
+     id="path802"
+     style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:4, 4;stroke-dashoffset:0"
+     d="M 292.358,716.1079 329.3631,688.485" /></g><path
+   id="path804"
+   style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
+   d="m 742.708,379.0079 c 0,3.3589 -1.1811,3.7745 -9.8087,7.0987 l -0.0911,0.0344 c -8.6733,3.359 -8.7634,3.359 -17.6645,3.359 -11.8519,0 -65.4357,0 -65.4357,0 l 0,-35.4583 93,0 0,24.9662 z"
+   inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/w3-publication3.png"
+   inkscape:export-xdpi="79.550438"
+   inkscape:export-ydpi="79.550438" /><g
+   transform="matrix(1,0,0,-1,0.5,1071.5)"
+   id="g806"
+   inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/w3-publication3.png"
+   inkscape:export-xdpi="79.550438"
+   inkscape:export-ydpi="79.550438"><path
+     id="path808"
+     style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none"
+     d="m 742.208,692.4921 c 0,-3.3589 -1.1811,-3.7745 -9.8087,-7.0987 l -0.0911,-0.0344 C 723.6349,682 723.5448,682 714.6437,682 c -11.8519,0 -65.4357,0 -65.4357,0 l 0,35.4583 93,0 0,-24.9662 z m 0,-0.173 c 0,-3.1859 -0.0911,-3.1859 -18.6632,-3.1859 l 0,0 c 0,-7.0984 0,-7.1332 -8.3561,-7.1332" /></g><g
+   transform="matrix(1,0,0,-1,695.708,372.2709)"
+   id="g810"
+   inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/w3-publication3.png"
+   inkscape:export-xdpi="79.550438"
+   inkscape:export-ydpi="79.550438"><text
+   id="text812"
+   transform="translate(-41.19434,-3)"><tspan
+     id="tspan814"
+     sodipodi:role="line"
+     y="0"
+     x="0 3.3336 9.3336 16.007999 22.6824 29.690399 36.364799 43.0392 49.0392 55.7136 65.709602 72.384003 79.058403"
+     style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">type=document</tspan></text>
+
+
+</g><g
+   transform="matrix(1,0,0,-1,695.708,372.2709)"
+   id="g816"
+   inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/w3-publication3.png"
+   inkscape:export-xdpi="79.550438"
+   inkscape:export-ydpi="79.550438"><text
+   id="text818"
+   transform="translate(-29.5166,11)"><tspan
+     id="tspan820"
+     sodipodi:role="line"
+     y="0"
+     x="0 6 12.6744 16.670401 22.670401 25.3368 32.0112 38.6856 42.019199 49.027199 52.360802"
+     style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">version = 2</tspan></text>
+
 
 </g><g
    transform="matrix(1,0,0,-1,0.5,1071.5)"
-   id="g882"
+   id="g822"
    inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/w3-publication3.png"
    inkscape:export-xdpi="79.550438"
    inkscape:export-ydpi="79.550438"><path
-     id="path884"
+     id="path824"
      style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:4, 4;stroke-dashoffset:0"
-     d="m 298.541,611.9398 30.7794,-16.0476" /></g><g
-   transform="matrix(0.94215403,-0.33518022,-0.33518022,-0.94215403,428.05297,471.4911)"
-   id="g886"
+     d="m 695.708,649.573 0,31.927" /></g><path
+   id="path826"
+   style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
+   d="m 565.94,379.0079 c 0,3.3589 -1.1811,3.7745 -9.8087,7.0987 l -0.0911,0.0344 c -8.6733,3.359 -8.7635,3.359 -17.6645,3.359 -11.8519,0 -65.4357,0 -65.4357,0 l 0,-35.4583 93,0 0,24.9662 z"
+   inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/w3-publication3.png"
+   inkscape:export-xdpi="79.550438"
+   inkscape:export-ydpi="79.550438" /><g
+   transform="matrix(1,0,0,-1,0.5,1071.5)"
+   id="g828"
+   inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/w3-publication3.png"
+   inkscape:export-xdpi="79.550438"
+   inkscape:export-ydpi="79.550438"><path
+     id="path830"
+     style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none"
+     d="m 565.44,692.4921 c 0,-3.3589 -1.1811,-3.7745 -9.8087,-7.0987 l -0.0911,-0.0344 C 546.8669,682 546.7767,682 537.8757,682 c -11.8519,0 -65.4357,0 -65.4357,0 l 0,35.4583 93,0 0,-24.9662 z m 0,-0.173 c 0,-3.1859 -0.0911,-3.1859 -18.6633,-3.1859 l 0,0 c 0,-7.0984 0,-7.1332 -8.356,-7.1332" /></g><g
+   transform="matrix(1,0,0,-1,518.94,372.2709)"
+   id="g832"
    inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/w3-publication3.png"
    inkscape:export-xdpi="79.550438"
    inkscape:export-ydpi="79.550438"><text
-   id="text888"
-   transform="translate(-52.5,-3)"><tspan
-     id="tspan890"
+   id="text834"
+   transform="translate(-32.52539,4)"><tspan
+     id="tspan836"
      sodipodi:role="line"
      y="0"
-     x="0 8.6664 15.3408 21.340799 29.344801 35.344799 41.344799 48.019199 54.019199 56.6856 63.360001 66.693604 73.367996 80.042397 91.367996 94.034401 97.367996"
-     style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:ArialMT;-inkscape-font-specification:ArialMT">wasAssociatedWith</tspan></text>
+     x="0 3.3336 9.3336 16.007999 22.6824 29.690399 36.364799 43.0392 45.705601 49.0392 51.705601 58.380001"
+     style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">type=editing</tspan></text>
+
 
 </g><g
    transform="matrix(1,0,0,-1,0.5,1071.5)"
-   id="g892"
+   id="g838"
    inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/w3-publication3.png"
    inkscape:export-xdpi="79.550438"
    inkscape:export-ydpi="79.550438"><path
-     id="path894"
-     style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none"
-     d="M 365.49,580.2654 496.852,627.573" /></g><path
+     id="path840"
+     style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:4, 4;stroke-dashoffset:0"
+     d="m 518.9402,646.823 -10e-5,34.677" /></g><g
+   clip-path="url(#clipPath846)"
+   id="g844"
+   inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/w3-publication3.png"
+   inkscape:export-xdpi="79.550438"
+   inkscape:export-ydpi="79.550438"><g
+     transform="matrix(53.8236,0,0,38.5,303.352,475.339)"
+     id="g850"><image
+       id="image856"
+       mask="url(#mask852)"
+       xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADUAAAAmCAYAAABkpNNFAAAABHNCSVQICAgIfAhkiAAAAHtJREFUWIXtljEKADEIBCP4/x+r1+dSBsIOO6WVg6tJdPesjYjYS1LkzM9pnWpKZHe/7uE6TCn1qJ3Iqnrdw3WYk/JOieCdUoG5U5YSgSnlQyFCdhGlhihFjJ8PhQj+0KrAjJ+lRLCUCszrh3ynHD8RmJNC7pTjJwJS6gMatHXDhpNJLgAAAABJRU5ErkJggg=="
+       transform="matrix(1,0,0,-1,0,1)"
+       height="1"
+       width="1" /></g></g><path
+   d="m 303.852,475.839 0,25.0125 26.4118,12.4875 26.4118,-12.4875 0,-25.0125 -52.8236,0 z"
+   style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none"
+   id="path862"
+   inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/w3-publication3.png"
+   inkscape:export-xdpi="79.550438"
+   inkscape:export-ydpi="79.550438" /><text
+   y="-486.46402"
+   x="311.08801"
+   id="text866"
+   transform="scale(1,-1)"
+   inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/w3-publication3.png"
+   inkscape:export-xdpi="79.550438"
+   inkscape:export-ydpi="79.550438"><tspan
+     style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:ArialMT;-inkscape-font-specification:ArialMT"
+     x="311.08801"
+     y="-486.46402"
+     sodipodi:role="line"
+     id="tspan868">Simon</tspan></text>
+<path
+   id="path870"
+   style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
+   d="m 474.67124,533.12541 c 0,3.3589 -1.0287,3.7745 -8.5431,7.0987 l -0.0793,0.0344 c -7.5541,3.359 -7.6327,3.359 -15.3852,3.359 -10.3226,0 -56.9924,0 -56.9924,0 l 0,-35.4582 81,0 0,24.9661 z"
+   inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/w3-publication3.png"
+   inkscape:export-xdpi="79.550438"
+   inkscape:export-ydpi="79.550438" /><path
+   d="m 474.67124,533.12541 c 0,3.3589 -1.0287,3.7745 -8.5431,7.0987 l -0.0793,0.0344 c -7.5541,3.359 -7.6327,3.359 -15.3852,3.359 -10.3226,0 -56.9924,0 -56.9924,0 l 0,-35.4582 81,0 0,24.9661 z m 0,0.173 c 0,3.1859 -0.0794,3.1859 -16.2551,3.1859 l 0,0 c 0,7.0984 0,7.1332 -7.2778,7.1332"
+   style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none"
+   id="path874"
+   inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/w3-publication3.png"
+   inkscape:export-xdpi="79.550438"
+   inkscape:export-ydpi="79.550438" /><text
+   transform="scale(1,-1)"
+   id="text878"
+   x="403.14981"
+   y="-522.38837"
+   inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/w3-publication3.png"
+   inkscape:export-xdpi="79.550438"
+   inkscape:export-ydpi="79.550438"><tspan
+     style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica"
+     x="403.14981 407.14581 413.82022 416.48663 423.16101 430.16901 436.84341 443.51782 446.85141 453.52582 460.20023"
+     y="-522.38837"
+     sodipodi:role="line"
+     id="tspan880">role=author</tspan></text>
+<path
+   d="m 417.22067,471.26536 23.89681,36.38967"
+   style="fill:none;stroke:#000000;stroke-width:1.24319243;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:4.97276959, 4.97276959;stroke-dashoffset:0"
+   id="path884"
+   inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/w3-publication3.png"
+   inkscape:export-xdpi="79.550438"
+   inkscape:export-ydpi="79.550438" /><text
+   transform="matrix(0.94215403,-0.33518022,-0.33518022,-0.94215403,0,0)"
+   id="text888"
+   x="194.80107"
+   y="-589.72101"
+   style="font-size:12px"
+   inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/w3-publication3.png"
+   inkscape:export-xdpi="79.550438"
+   inkscape:export-ydpi="79.550438"><tspan
+     style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:ArialMT;-inkscape-font-specification:ArialMT"
+     x="194.80107 203.46747 210.14188 216.14188 224.14587 230.14587 236.14587 242.82027 248.82027 251.48666 258.16107 261.49466 268.16907 274.84348 286.16907 288.83548 292.16907"
+     y="-589.72101"
+     sodipodi:role="line"
+     id="tspan890">wasAssociatedWith</tspan></text>
+<path
+   d="M 365.99,491.2346 497.352,443.927"
+   style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none"
+   id="path894"
+   inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/w3-publication3.png"
+   inkscape:export-xdpi="79.550438"
+   inkscape:export-ydpi="79.550438" /><path
    id="path896"
    style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
    d="m 358.4632,493.9452 6.5103,-5.5332 2.033,5.6451 -8.5433,-0.1119 z"
    inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/w3-publication3.png"
    inkscape:export-xdpi="79.550438"
-   inkscape:export-ydpi="79.550438" /><g
-   transform="matrix(1,0,0,-1,0.5,1071.5)"
-   id="g898"
+   inkscape:export-ydpi="79.550438" /><path
+   d="m 358.4632,493.9452 6.5103,-5.5332 2.033,5.6451 -8.5433,-0.1119 z"
+   style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none"
+   id="path900"
    inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/w3-publication3.png"
    inkscape:export-xdpi="79.550438"
-   inkscape:export-ydpi="79.550438"><path
-     id="path900"
-     style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none"
-     d="m 357.9632,577.5548 6.5103,5.5332 2.033,-5.6451 -8.5433,0.1119 z" /></g><g
-   transform="matrix(0.96203349,0.27293144,0.27293144,-0.96203349,421.96622,422.37169)"
-   id="g886-7"
+   inkscape:export-ydpi="79.550438" /><text
+   transform="matrix(0.96203349,0.27293144,0.27293144,-0.96203349,0,0)"
+   id="text888-4"
+   x="468.72415"
+   y="-294.16785"
+   style="font-size:12px"
    inkscape:export-filename="/home/lavm/papers/papers/prov-wg/hg/model/images/w3-publication3.png"
    inkscape:export-xdpi="79.550438"
-   inkscape:export-ydpi="79.550438"><text
-   id="text888-4"
-   transform="translate(-52.5,-3)"><tspan
-     id="tspan890-6"
+   inkscape:export-ydpi="79.550438"><tspan
+     style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:ArialMT;-inkscape-font-specification:ArialMT"
+     x="468.72415 477.39056 484.06494 490.06494 498.06894 504.06894 510.06894 516.74335 522.74335 525.40973 532.08417 535.41772 542.09216 548.76654 560.09216 562.75854 566.09216"
+     y="-294.16785"
      sodipodi:role="line"
-     y="0"
-     x="0 8.6664 15.3408 21.340799 29.344801 35.344799 41.344799 48.019199 54.019199 56.6856 63.360001 66.693604 73.367996 80.042397 91.367996 94.034401 97.367996"
-     style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:ArialMT;-inkscape-font-specification:ArialMT">wasAssociatedWith</tspan></text>
+     id="tspan890-6">wasAssociatedWith</tspan></text>
 
-</g>
 </g></svg>
\ No newline at end of file
--- a/model/prov-dm-constraints.html	Thu Mar 29 14:20:43 2012 +0100
+++ b/model/prov-dm-constraints.html	Thu Mar 29 15:28:20 2012 +0100
@@ -1538,6 +1538,15 @@
 </section>
 
 
+<section id="collection-constraints">
+<h3>PROV-DM Collection Constraints</h3>
+
+<div class='note'>
+Edited by PM --- TBC
+</div>
+
+
+
 <div class='constraint' id='collection-parallel-insertions'>
 <p>One can have multiple assertions regarding the state of a collection following a <em>set</em> of insertions, for example:</p>
 <pre class="codeexample">
--- a/model/prov-dm.html	Thu Mar 29 14:20:43 2012 +0100
+++ b/model/prov-dm.html	Thu Mar 29 15:28:20 2012 +0100
@@ -1,4 +1,5 @@
-<!DOCTYPE html>
+<!DOCTYPE html
+>
 
 <html><head> 
     <title>PROV-DM Part 1: The PROV Data Model</title> 
@@ -22,10 +23,10 @@
     <script class="remove">
       function updateGlossaryRefs() {
         $('.glossary-ref').each(function(index) {
-          var ref=$(this).attr('ref');
-          var span=$(this).attr('withspan')
-          $(this).removeAttr('withspan');
-          $(this).removeAttr('ref');
+          var ref=$(this).attr('data-ref');
+          var span=$(this).attr('data-withspan')
+          $(this).removeAttr('data-withspan');
+          $(this).removeAttr('data-ref');
 
           $('#'+ref+'.glossary').contents().clone().appendTo($(this));
           $(this).attr("prov:hadOriginalSource",glossary_hg);
@@ -117,7 +118,7 @@
  
           // if your specification has a subtitle that goes below the main
           // formal title, define it here
-          subtitle   :  "Towards WD5",
+          subtitle   :  "Final Phase, before internal review (WD5)",
 
  
           // if you wish the publication date to be other than today, set this
@@ -325,7 +326,7 @@
 <p>
   PROV-DM is a domain-agnostic model, but with clear extensibility points allowing further domain-specific and
 application-specific extensions to be defined.
-The PROV data model is structued according to six components covering various aspects of provenance:
+The PROV data model is structured according to six components covering various aspects of provenance:</p>
 <ol>
 <li> component 1: entities and activities, and the time at which they were created, used, or ended;
 <li> component 2: agents bearing responsibility for entities that were generated and actities that happened;
@@ -334,9 +335,9 @@
 <li> component 5: collections of entities, whose provenance can itself be tracked;
 <li> component 6: a simple annotation mechanism.
 </ol>
-</p>
-
-<p>This specification intentionally presents the key concepts of the PROV Data Model, without drilling down into all its subtleties.  Using these key concepts, it becomes possible to write useful provenance assertions very quickly, and publish or embed them along side the data they relate to. </p>
+
+
+<p>This specification intentionally presents the key concepts of the PROV Data Model, without drilling down into all its subtleties.  Using these key concepts, it becomes possible to write useful provenance descriptions very quickly, and publish or embed them along side the data they relate to. </p>
 
 <p>However, if data changes, then it is challenging to express its provenance precisely, like it would be for any other form of metadata. To address this challenge, a <em>refinement</em> is proposed to enrich simple provenance, with extra-descriptions that  help qualify the specific subject of provenance and provenance itself, with attributes and temporal interval, intended to satisfy a comprehensive set of constraints.  These aspects are covered in the companion specification [[PROV-DM-CONSTRAINTS]].
 </p>
@@ -411,7 +412,7 @@
 physical things such as a building or a printed book, or a car as well as abstract concepts and ideas. One can regard any Web resource as an example of Entity in this context. </p>
 
 <p>
-<div class="glossary-ref" ref="glossary-entity"  withspan="true">
+<div class="glossary-ref" data-ref="glossary-entity"  data-withspan="true">
 </div>
 
 
@@ -423,13 +424,13 @@
 
 
 <p>
-<span class="glossary-ref" ref="glossary-activity"  withspan="true"></span> Activities that operate on digital entities may for example move, copy, or duplicate them.
+<span class="glossary-ref" data-ref="glossary-activity"  data-withspan="true"></span> Activities that operate on digital entities may for example move, copy, or duplicate them.
 </p>
 
 
 
 <div class="anexample" id="activity-example">
-<p>An activity may be the publishing of a document on the web, sending a twitter message, extracting metadata embedded in a file, or driving a car from Boston to Cambridge, assembling a data set based on a set of measurements, performing a statistical analysis over a data set, sorting news items according to some criteria, running a SPARQL query over a triple store, and editing a file.</p>
+<p>An activity may be the publishing of a document on the Web, sending a twitter message, extracting metadata embedded in a file, driving a car from Boston to Cambridge, assembling a data set based on a set of measurements, performing a statistical analysis over a data set, sorting news items according to some criteria, running a SPARQL query over a triple store, and editing a file.</p>
 </div>
 
 </section>
@@ -441,27 +442,27 @@
  The term 'generation' refers to the completion of the the act of producing; likewise, the term 'usage' refers to the beginning of the act of consuming entities. Thus, we define the following notions of generation and usage. </p>
 
 <p>
-<div class="glossary-ref" ref="glossary-generation"  withspan="true">
+<div class="glossary-ref" data-ref="glossary-generation"  data-withspan="true">
 </div>
 
 
 <p>
-<div class="glossary-ref" ref="glossary-usage"  withspan="true">
+<div class="glossary-ref" data-ref="glossary-usage"  data-withspan="true">
 </div>
 
 
 
 
-<p><div class="anexample" id="generation-example">
-Examples of generation are the completed creation of a file by a
+<div class="anexample" id="generation-example">
+<p>Examples of generation are the completed creation of a file by a
 program, the completed creation of a linked data set, and the completed
 publication of a new version of a document.
 </div>
 
 
-<p>
+
 <div class="anexample" id="usage-example">
-Usage examples include a procedure beginning to consume an argument, a service starting to read a value on a port, a program beginning to read a configuration
+<p>Usage examples include a procedure beginning to consume an argument, a service starting to read a value on a port, a program beginning to read a configuration
 file, or the point at which an ingredient, such as eggs, is being added in a baking activity. Usage may entirely consume an entity (e.g. eggs are no longer available after being added to
 the mix); alternatively, a same entity may be used multiple times, possibly by different activities (e.g. a file on a file system can be read indefinitely).
 </div>
@@ -470,7 +471,7 @@
 <p>Activities are consumers of entities and producers of entities. In some case, the consumption of an entity influences the creation of another in some way. This notion is captured by derivations, defined as follows.</p>
 
 <p>
-<span class="glossary-ref" ref="glossary-derivation"  withspan="true"></span>
+<span class="glossary-ref" data-ref="glossary-derivation"  data-withspan="true"></span>
 
 
 
@@ -487,14 +488,14 @@
 <p>The motivation for introducing  agents in the model is to denote the agent's responsibility for activities. </p>
 
 <p>
-<span class="glossary-ref" ref="glossary-agent"  withspan="true">
+<span class="glossary-ref" data-ref="glossary-agent"  data-withspan="true">
 </span>
 </p>
 
 
 <p>
-The definition of agent intentionally stays away from using concepts such as enabling, causing, initiating, affecting, etc, because many entities also enable, cause, initiate, and affect in some way
-the activities. Concepts such as initiating are themselves defined as relations between agent and activities.   So the notion of having some degree of responsibility is really what makes an agent.</p>
+The definition of agent intentionally stays away from using concepts such as enabling, causing, initiating, triggering, affecting, etc, because many entities also enable, cause, initiate, and affect in some way
+the activities. Concepts such as triggers are themselves defined in relations between entities and activities.   So the notion of having some degree of responsibility is really what makes an agent.</p>
 
 
 <p>An agent is a particular type of Entity. This means that the model can be
@@ -511,10 +512,10 @@
 <p>There are some useful types of entities and agents that are commonly encountered in applications making data and documents available on the Web; we introduce them in the rest of this section. </p>
 
 <p>
-<span class="glossary-ref" ref="glossary-plan"  withspan="true">
+<span class="glossary-ref" data-ref="glossary-plan"  data-withspan="true">
 </span>
-PROV-DM is not
-prescriptive about the nature of plans, their representation, the
+There exist no
+prescriptive requirement on the nature of plans, their representation, the
 actions or steps they consist of, or their intended goals.  Since plans may evolve over time,
 it may become necessary to track their provenance, so plans themselves are
 entities. Representing the plan explicitly in the provenance can be useful for various tasks: for example, to  
@@ -529,7 +530,7 @@
 
 
 
-<p>Three types of agents are recognized by PROV-DM because they are commonly encountered in applications making data and documents available on the Web: persons, software agents, and organizations.</p>
+<p>Three types of agents are recognized because they are commonly encountered in applications making data and documents available on the Web: persons, software agents, and organizations.</p>
 
 <div class="anexample" id="types-of-agents-example">
 <p> A Web site and service selling books on the Web and the company hosting 
@@ -537,7 +538,7 @@
 </div>
 
 <p>
-<span class="glossary-ref" ref="glossary-collection"  withspan="true"></span> This concept allows for the provenance of the collection, but also of its constituents to be expressed.  Such a notion of collection corresponds to a wide variety of  concrete data structures, such as a <em>maps</em>, <em>dictionaries</em> or <em>associative arrays</em>.</p>
+<span class="glossary-ref" data-ref="glossary-collection"  data-withspan="true"></span> This concept allows for the provenance of the collection, but also of its constituents to be expressed.  Such a notion of collection corresponds to a wide variety of  concrete data structures, such as a <em>maps</em>, <em>dictionaries</em>, or <em>associative arrays</em>.</p>
 
 <div class="anexample" id="collection-example">
 <p>
@@ -547,8 +548,8 @@
 
 <!-- alternative names: provenance record, bundle -->
 <p>
-<span class="glossary-ref" ref="glossary-accountEntity"  withspan="true">
-</span>By making it an entity, PROV-DM allows for provenance of provenance to be expressed.
+<span class="glossary-ref" data-ref="glossary-account"  data-withspan="true">
+</span>Making an account an entity allows for provenance of provenance to be expressed.
 
 <div class="anexample" id="account-example">
 <p>
@@ -556,8 +557,8 @@
 a resource, they may want to analyze the resource's provenance, but also determine
 who its provenance is attributed to, and when it was
 generated. In other words, users need to be able to determine the provenance of provenance.
-Hence, in the PROV data model, provenance is also
-regarded as an entity, an AccountEntity; using PROV-DM, provenance of provenance can then be
+Hence, provenance is also
+regarded as an entity (of type Account), by which provenance of provenance can then be
 expressed.
 </p>
 </div>
@@ -570,7 +571,7 @@
 
 <p>Agents can be related to entities, activities, and other agents.</p>  
 
-<div class="glossary-ref" ref="glossary-attribution" withspan="true"></div>
+<div class="glossary-ref" data-ref="glossary-attribution" data-withspan="true"></div>
 
 <div class="anexample" id="association-example">
 <p>A blog post can be attributed to an author, a mobile phone to its manufacturer.</p>
@@ -581,39 +582,38 @@
 For example, a programmer and a researcher could both be
 associated with running a workflow, but it may not matter which
 programmer clicked the button to start the workflow while it would
-matter a lot which researcher told the programmer to do so.  So there
-is some notion of responsibility that needs to be captured. </p>
+matter a lot which researcher told the programmer to do so.  </p>
 
 <!-- <div class="note"> to be revisited for WD5. Paolo's proposed text: "Agents are defined in sec. 2.1 as having some kind of responsibility for activities. However, one may want to be more specific regarding the degrees of an agent's responsibility. For example, ..."</div>
 -->
 
 
-<p>Provenance reflects activities that have occurred.  In some  
+<p>Furthermore, provenance reflects activities that have occurred.  In some  
 cases, those activities reflect the execution of a plan that was  
-designed in advance to guide the execution.  PROV-DM allows associating
-a plan to an activity, which represents what was intended to  
+designed in advance to guide the execution.  
+A plan may be associated to an activity, which represents what was intended to  
 happen.  </p>
 
 <!-- <div class="note">Proposal: remove the above para as it repeats from 2.3. Proposed text: "the <em>activity association</em> relation provides a way to indicate that an agent is responsible for an activity, possibly with an associated plan."[PM]</div> -->
 
 
 <p>
-<span class="glossary-ref" ref="glossary-activityAssociation"  withspan="true"></span>
+<span class="glossary-ref" data-ref="glossary-activityAssociation"  data-withspan="true"></span>
 </p>
 
-<div class="anexample" id="association-example">
-<p>Examples of association between an activity and agent are:
+<div class="anexample" id="association-example2">
+<p>Examples of association between an activity and an agent are:
 <ul>
 <li>creation of a web page under the guidance of a designer;</li>
 <li>various forms of participation in a panel discussion, including audience member, panelist, or panel chair;</li>
 <li>a public event, sponsored by a company, and hosted by a museum;</li>
-<li>an XSLT transform initiated by a user;</li>
+<li>an XSLT transform launched by a user based on an XSL style sheet (a plan).</li>
 </ul>
 </div>
 
 <p>
-<span class="glossary-ref" ref="glossary-responsibility"  withspan="true">
-</span> The nature of this relation is intended to be broad,  including delegation or a contractual relation. </p>
+<span class="glossary-ref" data-ref="glossary-responsibility"  data-withspan="true">
+</span> The nature of this relation is intended to be broad,  including delegation or contractual relation. </p>
 
 <!--<div class="note">Propose to rephrase as follows: <br/>
 A relation between two agents, denoted <dfn title="concept-responsibilityChain">actedOnBehalfOf</dfn> indicates that 
@@ -676,7 +676,7 @@
   </figure>
 </div>
 
-<p>Figure <a href="#">overview-types-and-relations</a> is not intended to be complete. It only illustrates the types and relations exploited in the example discussed in the next section. They will then be explained in detail in Section <a href="#data-model-components">data-model-components</a>.
+<p>Figure <a href="#">overview-types-and-relations</a> is not intended to be complete. It only illustrates  types and relations from Section <a href="#starting-points">starting-points</a> and exploited in the example discussed in the next section. They will then be explained in detail in Section <a href="#data-model-components">data-model-components</a>.
 The third column of Table <a href="#overview-types-and-relations">(Mapping of Provenance concepts to   types and relations in  PROV-DM)</a> lists names that are part of a textual notation to write instances of the PROV-DM data model. This notation, referred to as the PROV-N notation, is outlined in the next section. </p>
 
 <!--
@@ -690,7 +690,7 @@
 <section id="prov-n"> 
 <h2>PROV-N: The Provenance Notation</h2>
 
-<p>A key goal of PROV-DM is the specification of a machine-processable data model for provenance so that application can retrieve provenance and reason about it. As such, representations of PROV-DM are available in RDF and XML.
+<p>A key goal of PROV-DM is the specification of a machine-processable data model for provenance so that applications can retrieve provenance and reason about it. As such, representations of PROV-DM are available in RDF and XML.
 </p>
 
 <p>However, it is important to provide instances of provenance for human consumption, as in this document or elsewhere.
@@ -718,7 +718,7 @@
 <pre class="codeexample" >
 activity(a1, [prov:type="createFile"])
 </pre>
-Two entities with identifiers <span class="name">e1</span> and identifiers <span class="name">e2</span>.
+Two entities with identifiers <span class="name">e1</span> and <span class="name">e2</span>.
 <pre class="codeexample" >
 entity(e1)
 entity(e2)
@@ -733,16 +733,18 @@
 </section>
 
 </section>
-</section>
-<!-- </section>  -->
+
 
 <section id="prov-dm-example"> 
 <h2>Illustration of PROV-DM by an Example</h2>
 
-<p>The World Wide Web Consortium publishes many technical reports. In this example, we consider a technical report, and describe its provenance. </p>
-
-<p>Specifically, we consider the second version of the PROV-DM document 
-<a href="http://www.w3.org/TR/2011/WD-prov-dm-20111215">http://www.w3.org/TR/2011/WD-prov-dm-20111215</a>. Its provenance can be expressed from several perspectives, which we present. In the first one,  provenance is concerned with the W3C process, whereas in the second one, it takes the authors' viewpoint.  </p>
+<p>Section <a href="#starting-points">starting-points</a> has introduced some provenance concepts, and how they are expressed as types or relations in the PROV data model. The purpose of this section is to put these concepts into practice in order to express the provenance of some document published on the Web.  
+With this realistic example, PROV-DM constructs are  composed together,  and a graphical illustration shows a provenance description forming a directed graph, rooted at the entity we want to explain the provenance of, and pointing to the entities, activities, and agents it depended on. This example also shows that, sometimes, multiple provenance descriptions about a same entity can co-exist, which then justifies the need for provenance of provenance.</p>
+
+
+<p>The World Wide Web Consortium publishes many technical reports. In this example, we consider a technical report, and describe its provenance. 
+Specifically, we consider the second version of the PROV-DM document 
+<a href="http://www.w3.org/TR/2011/WD-prov-dm-20111215">http://www.w3.org/TR/2011/WD-prov-dm-20111215</a>. Its provenance can be expressed from several perspectives, which we present. In the first one,  provenance is concerned with the W3C process, whereas in the second one, it takes the authors' viewpoint; we then provide attribution to these two provenance descriptions.</p>
 
 
 <section id="section-example-a"> 
@@ -756,7 +758,7 @@
 must be preceded by a "publication request" to the Webmaster.  The
 very first version of a technical report must also preceded by a
 "transition request" to be approved by the W3C director.  All working
-drafts are made available at a unique URI.  In this scenario, we consider two successive versions of a given report, the policy according they were published, and the associated requests.
+drafts are made available at a unique URI.  In this scenario, we consider two successive versions of a given report, the policy according to which they were published, and the associated requests.
 </p>
 
 <p>
@@ -778,7 +780,7 @@
 </ul>
 
 <p>
-We now paraphrase some PROV-DM descriptions, and illustrate them with the PROV-N notation, a notation for PROV-DM aimed at human consumption.  We then follow them with a graphical illustration. Full details of the provenance record can be found <a href="examples/w3c-publication1.prov-n">here</a>.
+We now paraphrase some PROV-DM descriptions, and illustrate them with the PROV-N notation, a notation for PROV-DM aimed at human consumption.  We then follow them with a graphical illustration. Full details of the provenance record can be found <a href="examples/w3c-publication1.pn">here</a>.
 
 <ul>
 <li>There is a technical report, a working draft on the recommendation track (<a href="http://www.w3.org/2005/10/Process-20051014/tr.html#RecsWD">pr:RecsWD</a>), which is regarded as an entity so that we can describe its provenance. Similar descriptions exist for all entities.
@@ -788,13 +790,13 @@
 </li>
 <li>There is a publication activity.
 <pre>
-activity(ex:act2,,,[prov:type="publish"])
+activity(ex:act2,[prov:type="publish"])
 </pre>
 </li>
 
 <li>The technical report was generated by the publication activity: this is a <a title="concept-Generation">Generation</a>.
 <pre>
-wasGeneratedBy(tr:WD-prov-dm-20111215, ex:act2)
+wasGeneratedBy(tr:WD-prov-dm-20111215, ex:act2, -)
 </pre>
 </li>
 
@@ -807,7 +809,7 @@
 
 <li>The activity required a publication request: this is a <a title="concept-Usage">Usage</a>.
 <pre>
-used(ex:act2,ar3:0111)
+used(ex:act2, ar3:0111, -)
 </pre>
 </li>
 
@@ -820,10 +822,10 @@
 
 <p>
 Provenance descriptions can be <em>illustrated</em> graphically. The illustration is not intended to represent all the details of the model, but it is intended to show the essence of a set of
-provenance statements.  Therefore, it should not be seen as an alternate notation for expressing provenance.</p>
-
-<p>The graphical illustration takes the form of a graph. Entities, activities and agents are represented as nodes, with oval, rectangular, and octagonal shapes, respectively.  Usage,
-Generation, Derivation, and Activity Association are represented as directed edges.</p>
+provenance descriptions.  Therefore, it should not be seen as an alternate notation for expressing provenance.</p>
+
+<p>The graphical illustration takes the form of a graph. Entities, activities and agents are represented as nodes, with oval, rectangular, and pentagonal shapes, respectively.  Usage,
+Generation, Derivation, and Association are represented as directed edges.</p>
 
 <p>Entities are laid out according to the ordering of their generation.  We endeavor to show time progressing from left to right. This means that edges for Usage, Generation,
 Derivation, Association typically point leftwards</p>
@@ -841,7 +843,7 @@
 </div>
 
 
-<p> This simple example has shown a variety of PROV-DM constructs, such as Entity, Agent, Activity, Usage, Generation, Derivation, and ActivityAssociation. In this example, it happens that all entities were already Web resources, with readily available URIs, which we used. We note that some of the resources are public, whereas others have restricted access: provenance statements only make use of their identifiers. If identifiers do not pre-exist, e.g. for activities, then they can be generated, for instance <span class="name">ex:act2</span>, occurring in the namespace identified by prefix <span class="name">ex</span>.  We note that the URI scheme developed by W3C is particularly suited for expressing provenance of these reports, since each URI denotes a specific version of a report. It then becomes very easy to relate the various versions, with PROV-DM constructs. </p>
+<p> This simple example has shown a variety of PROV-DM constructs, such as Entity, Agent, Activity, Usage, Generation, Derivation, and Association. In this example, it happens that all entities were already Web resources, with readily available URIs, which we used. We note that some of the resources are public, whereas others have restricted access: provenance statements only make use of their identifiers. If identifiers do not pre-exist, e.g. for activities, then they can be generated, for instance <span class="name">ex:act2</span>, occurring in the namespace identified by prefix <span class="name">ex</span>.  We note that the URI scheme developed by W3C is particularly suited for expressing provenance of these reports, since each URI denotes a specific version of a report. It then becomes very easy to relate the various versions, with PROV-DM constructs. We note that an Association is a ternary relation (represented by a multi-edge labeled wasAssociatedWith) from an activity to an agent and a plan.</p>
 
 
 </section>
@@ -869,8 +871,8 @@
 <li> Several persons are associated with activity <span class="name">ex:edit1</span>, some in an editorial role, some in a contributor's role.</li>
 </ul>
 
-<p>Again, we paraphrase some PROV-DM assertions, and illustrate them with the PROV-N notation.
-Full details of the provenance record can be found <a href="examples/w3c-publication3.prov-n">here</a>.</p>
+<p>Again, we paraphrase some PROV-DM descriptions, and illustrate them with the PROV-N notation.
+Full details of the provenance record can be found <a href="examples/w3c-publication3.pn">here</a>.</p>
 
 <ul>
 <li>There is a technical report, which from the author's perspective is a document in its second version. 
@@ -881,13 +883,13 @@
 
 <li>There is an editing activity.
 <pre>
-activity(ex:edit1,,,[prov:type="edit"])
+activity(ex:edit1,[prov:type="edit"])
 </pre>
 </li>
 
 <li>The technical report was generated by the editing activity: this is a <a title="concept-generation">Generation</a>.
 <pre>
-wasGeneratedBy(tr:WD-prov-dm-20111215, ex:edit1)
+wasGeneratedBy(tr:WD-prov-dm-20111215, ex:edit1, -)
 </pre>
 </li>
 
@@ -901,8 +903,8 @@
 
 <li>Agents were assigned various responsibilities in the editing activity: contributor and editor.
 <pre>
-wasAssociatedWith(ex:edit1, ex:Paolo, [prov:role="editor"])
-wasAssociatedWith(ex:edit1, ex:Simon, [prov:role="contributor"])
+wasAssociatedWith(ex:edit1, ex:Paolo, -, [prov:role="editor"])
+wasAssociatedWith(ex:edit1, ex:Simon, -, [prov:role="contributor"])
 </pre>
 </li>
 </ul>
@@ -925,14 +927,14 @@
 who the provenance is attributed to, and when it was
 generated, etc. In other words, we need to be able to express the provenance of provenance.</p>
 
-<p>No new mechanism is required to support this requirement.  PROV-DM makes the assumption that provenance statements have been bundled up, and named, by some mechanism outside the scope of PROV-DM. For instance, in this case, provenance statements were put in a file and exposed on the Web, respectively at <a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/working-copy/examples/w3c-publication1.pn">ex:prov1</a> and <a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/working-copy/examples/w3c-publication3.pn">ex:prov3</a>.   To express their respective provenance, these resources must be seen as entities, and all the constructs of PROV-DM are now available to characterize their provenance. In the example below, <span class="name">ex:prov1</span> is attributed to the agent <span class="name">w3:Consortium</span>, whereas <span class="name">ex:prov3</span> to <span class="name">ex:Simon</span>.
+<p>No new mechanism is required to support this requirement.  PROV-DM makes the assumption that provenance statements have been bundled up, and named, by some mechanism outside the scope of PROV-DM. For instance, in this case, provenance statements were put in a file and exposed on the Web, respectively at <a href="examples/w3c-publication1.pn">ex:w3c-publication1.pn</a> and <a href="examples/w3c-publication3.pn">ex:w3c-publication3.pn</a>.   To express their respective provenance, these resources must be seen as entities, and all the constructs of PROV-DM are now available to characterize their provenance. In the example below, <span class="name">ex:w3c-publication1.pn</span> is attributed to the agent <span class="name">w3:Consortium</span>, whereas <span class="name">ex:w3c-publication3.pn</span> to <span class="name">ex:Simon</span>.
 
 <pre>
-entity(ex:prov1, [prov:type="prov:AccountEntity" %% xsd:QName ])
-wasAttributedTo(ex1:prov1,w3:Consortium)
-
-entity(ex:prov3, [prov:type="prov:AccountEntity" %% xsd:QName ])
-wasAttributedTo(ex1:prov3,ex:Simon)
+entity(ex:w3c-publication1.pn, [prov:type="prov:Account" %% xsd:QName ])
+wasAttributedTo(ex:w3c-publication1.pn, w3:Consortium)
+
+entity(ex:w3c-publication3.pn, [prov:type="prov:Account" %% xsd:QName ])
+wasAttributedTo(ex:w3c-publication3.pn, ex:Simon)
 </pre>
 
 
@@ -946,15 +948,15 @@
 
 <h2>PROV-DM Types and Relations</h2>
 
-<p>PROV-DM concepts are structured according to six components that are introduced here.
-Components and their dependencies are illustrated in Figure <a href="#prov-dm-components">prov-dm-components</a>. A component that relies on concepts defined in another also sits above it, in this figure.
+<p>PROV-DM concepts are structured according to six components that are introduced in this section.
+Components and their dependencies are illustrated in Figure <a href="#prov-dm-components">prov-dm-components</a>. A component that relies on concepts defined in another also sits above it in this figure.
 PROV-DM consists of the following components.</p>
 
 <ol>
 <li><b>Component 1: entities and activities.</b> The first component consists of entities, activities, and all concepts linking them, such as generation, usage, start, end. The first component is the only one comprising time-related concepts. </li>
 <li><b>Component 2: agents and responsibility.</b> The second component consists of agents and concepts ascribing responsibility to agents.</li>
-<li><b>Component 3: derivations.</b>  The third component is formed with derivations and its subtypes.</li>
-<li><b>Component 4: alternate.</b> The fourth component consists of relations linking entities somehow denoting a same thing. </li>
+<li><b>Component 3: derivations.</b>  The third component is formed with derivations and its derivation subtypes.</li>
+<li><b>Component 4: alternate.</b> The fourth component consists of relations linking entities somehow referring to a same thing. </li>
 <li><b>Component 5: collections.</b> The fifth component is comprised of collections and operations related to collections. </li>
 <li><b>Component 6: annotations.</b> The sixth component is concerned with annotations to PROV-DM  concepts.</li>
 </ol>
@@ -976,7 +978,7 @@
 </div>
 
 <p>
-While  not all PROV-DM relations are binary, they all involve two primary elements. Hence, Table <a href="#relations-at-a-glance">relations-at-a-glance</a> indexes all relations according to their two primary elements.  The table adopts the same color scheme as in Figure <a href="#prov-dm-components">prov-dm-components</a>, allowing components to be readily identified.
+While  not all PROV-DM relations are binary, they all involve two primary elements. Hence, Table <a href="#relations-at-a-glance">relations-at-a-glance</a> indexes all relations according to their two primary elements.  The table adopts the same color scheme as Figure <a href="#prov-dm-components">prov-dm-components</a>, allowing components to be readily identified.
 Note that for simplicity, this table  does not include collection-oriented relations.
 </p>
 
@@ -1017,12 +1019,10 @@
 <tr class="component3-color"><td><a>Traceability</a></td><td><a title="tracedTo">tracedTo(id,e2,e1,attrs)</a></td></tr>
 <tr class="component4-color"><td><a>Alternate</a></td><td><a title="alternateOf">alternateOf(alt1, alt2)</a></td></tr>
 <tr class="component4-color"><td><a>Specialization</a></td><td><a title="specializationOf">specializationOf(sub, super)</a></td></tr>
-<tr class="component5-color"><td>Derivation by Insertion</td><td>derivedByInsertionFrom(id, collAfter, collBefore, key, value, attrs)</td></tr>
-<tr class="component5-color"><td>Derivation by Removal</td><td>derivedByRemovalFrom(id, collAfter, collBefore, key, attrs)</td></tr>
-<tr class="component5-color"><td>Containment</td><td>contained(id, coll, key, values, attrs)</td></tr>
-<tr class="component5-color"><td>Bulk Insertion</td><td>derivedByBulkInsertionFrom(id, collAfter, collBefore, key-value-set, attrs)</td></tr>
-<tr class="component5-color"><td>Bulk Removal</td><td>derivedByBulkRemovalFrom(id, collAfter, collBefore, key-set, attrs)</td></tr>
-<tr class="component5-color"><td>Bulk Containment</td><td>containedBulk(id, coll, key-value-set, attrs)</td></tr>
+<tr class="component5-color"><td><a>Collection</a></td><td><a>Collection</a></td></tr>
+<tr class="component5-color"><td><a>Insertion</a></td><td><a title="derivedByInsertionFrom">derivedByInsertionFrom(id, c2, c1, {(key_1, e_1), ..., (key_n, e_n)}, attrs)</a></td></tr>
+<tr class="component5-color"><td><a>Removal</a></td><td><a title="derivedByRemovalFrom">derivedByRemovalFrom(id, c2, c1, {key_1, ... key_n}, attrs)</a></td></tr>
+<tr class="component5-color"><td><a>Membership</a></td><td><a title="memberOf">memberOf(c, {(key_1, e_1), ..., (key_n, e_n)})</a></td></tr>
 <tr class="component6-color"><td><a>Note</a></td><td><a title="note">note(id, [ attr1=val1, ...])</a></td></tr>
 <tr class="component6-color"><td><a>Annotation</a></td><td><a title="hasAnnotation">hasAnnotation(r,n)</a></td></tr>
 </table>
@@ -1033,7 +1033,7 @@
 <section id="component1"> 
 <h3>Component 1: Entities and Activities</h3>
 
-<p>The first component of PROV-DM is concerned with <a title="entity">entities</a> and <a title="activity">activities</a>, and their inter-relations: <a>Usage</a>, <a>Generation</a>, <a>Start</a>, <a>End</a>, <a>Communication</a>, and <a>Start by Activity</a>. Figure <a href="#figure-component1">figure-component1</a> overviews the first component, with two classes and binary associations between them. Associations are not just binary; indeed, <a>Usage</a>, <a>Generation</a>, <a>Start</a>, <a>End</a> are remarkable because they have  <em>time</em> attributes, which are placeholders for time information related to provenance.
+<p>The first component of PROV-DM is concerned with <a title="entity">entities</a> and <a title="activity">activities</a>, and their inter-relations: <a>Usage</a>, <a>Generation</a>, <a>Start</a>, <a>End</a>, <a>Communication</a>, and <a>Start by Activity</a>. Figure <a href="#figure-component1">figure-component1</a> overviews the first component, with two "UML classes" and binary associations between them. Associations are not just binary; indeed, <a>Usage</a>, <a>Generation</a>, <a>Start</a>, <a>End</a> are remarkable because they have  <em>time</em> attributes, which are placeholders for time information related to provenance.
 </p>
 
 <div style="text-align: center;">
@@ -1052,13 +1052,13 @@
 <h4>Entity</h4>
 
 
-<div class="glossary-ref" ref="glossary-entity"></div>
-
-
-<p><div class="attributes" id="attributes-entity">An <dfn title="dfn-Entity">entity</dfn><span class="withPn">, written <span class="pnExpression" id="pn-entity">entity(id, [ attr1=val1, ...])</span> in PROV-N, </span> contains:
+<div class="glossary-ref" data-ref="glossary-entity"></div>
+
+
+<p><div class="attributes" id="attributes-entity">An <dfn title="dfn-Entity">entity</dfn><span class="withPn">, written <span class="pnExpression" id="pn-entity">entity(id, [attr1=val1, ...])</span> in PROV-N, </span> contains:
 <ul>
 <li><span class='attribute' id="entity.id">id</span>: an identifier for an entity; </li>
-<li><span class='attribute' id="entity.attributes">attributes</span>: an OPTIONAL set of attribute-value pairs representing this entity's situation in the world.</li>
+<li><span class='attribute' id="entity.attributes">attributes</span>: an OPTIONAL set of attribute-value  pairs ((<span class="name">attr1</span>, <span class="name">val1</span>), ...) representing this entity's situation in the world.</li>
 </ul></div>
 
 <div class="anexample">
@@ -1079,11 +1079,6 @@
 class="name">type</span> is reserved in the PROV-DM namespace.-->
 </div>
 
-<p>Further considerations:</p>
-<ul>
-<li>The sets of activities and entities are disjoint, as described below.</li>
-</ul>
-
 
 <div class='issue'>The characterization interval of an entity is currently implicit. Making it explicit would allow us to define wasComplementOf more precisely. 
 Beginning and end of characterization interval could be expressed by attributes (similarly to activities). 
@@ -1098,14 +1093,14 @@
       
 <h3>Activity</h3>
 
-<div class="glossary-ref" ref="glossary-activity"></div>
-
-<p><div class="attributes" id="attributes-activity"> An <dfn title="dfn-Activity">activity</dfn><span class="withPn">, written <span class="pnExpression" id="pn-activity">activity(id, st, et, [ attr1=val1, ...])</span> in PROV-N,</span> contains:
+<div class="glossary-ref" data-ref="glossary-activity"></div>
+
+<p><div class="attributes" id="attributes-activity"> An <dfn title="dfn-Activity">activity</dfn><span class="withPn">, written <span class="pnExpression" id="pn-activity">activity(id, st, et, [attr1=val1, ...])</span> in PROV-N,</span> contains:
 <ul>
 <li><span class='attribute' id="activity.id">id</span>: an identifier for an activity;</li>
-<li><span class='attribute' id="activity.startTime">startTime</span>: an OPTIONAL time for the start of the activity;</li>
-<li><span class='attribute' id="activity.endTime">endTime</span>: an OPTIONAL time for the end of the activity;</li>
-<li><span class='attribute' id="activity.attributes">attributes</span>:  an OPTIONAL set of attribute-value pairs for this activity.</li>
+<li><span class='attribute' id="activity.startTime">startTime</span>: an OPTIONAL time (<span class="name">st</span>) for the start of the activity;</li>
+<li><span class='attribute' id="activity.endTime">endTime</span>: an OPTIONAL time (<span class="name">et</span>) for the end of the activity;</li>
+<li><span class='attribute' id="activity.attributes">attributes</span>:  an OPTIONAL set of attribute-value pairs ((<span class="name">attr1</span>, <span class="name">val1</span>), ...) for this activity.</li>
 </ul></div>
 
 <div class="anexample">
@@ -1135,18 +1130,18 @@
 <section id="term-Generation">
 <h4>Generation</h4>
 
-<div class="glossary-ref" ref="glossary-generation"></div>
+<div class="glossary-ref" data-ref="glossary-generation"></div>
 
 <p>
 <div class="attributes" id="attributes-generation"><dfn title="dfn-Generation">Generation</dfn><span class="withPn">, written <span class="pnExpression">wasGeneratedBy(id,e,a,t,attrs)</span> in PROV-N,</span> has the following components:
 <ul>
 <li><span class='attribute' id="generation.id">id</span>:  an OPTIONAL identifier for a generation;</li> 
-<li><span class='attribute' id="generation.entity">entity</span>:  an identifier for a created entity; </li>
-<li><span class='attribute' id="generation.activity">activity</span>:  an OPTIONAL identifier for the activity that creates the entity;</li>
-
-<li><span class='attribute' id="generation.time">time</span>: an OPTIONAL "generation time", the time at which the entity was completely created;</li>
-
-<li><span class='attribute' id="generation.attributes">attributes</span>:  an OPTIONAL set of attribute-value pairs that describes the modalities of generation of this entity by this activity.</li>
+<li><span class='attribute' id="generation.entity">entity</span>:  an identifier (<span class="name">e</span>) for a created entity; </li>
+<li><span class='attribute' id="generation.activity">activity</span>:  an OPTIONAL identifier (<span class="name">a</span>) for the activity that creates the entity;</li>
+
+<li><span class='attribute' id="generation.time">time</span>: an OPTIONAL "generation time" (<span class="name">t</span>), the time at which the entity was completely created;</li>
+
+<li><span class='attribute' id="generation.attributes">attributes</span>:  an OPTIONAL set (<span class="name">attrs</span>) of attribute-value pairs that describes the modalities of generation of this entity by this activity.</li>
 </ul></div>
 <p>While each of the components <span class='attribute'>activity</span>, <span class='attribute'>time</span>, and  <span class='attribute'>attributes</span> is OPTIONAL, at least one of them MUST be present.</p>
 
@@ -1173,7 +1168,7 @@
 <p>
 In some cases, we may want to record the time at which an entity was generated without having to specify the activity that generated it. To support this requirement, the activity component in generation is optional. Hence,  the following expression indicates the time at which an entity is generated, without naming the activity that did it.</p>
 <pre class="codeexample">
-  wasGeneratedBy(e,,2001-10-26T21:32:52)
+  wasGeneratedBy(e,-,2001-10-26T21:32:52)
 </pre>
 </div>
 
@@ -1184,16 +1179,16 @@
 <section id="term-Usage">
 <h3>Usage</h3>
 
-<div class="glossary-ref" ref="glossary-usage"></div>
+<div class="glossary-ref" data-ref="glossary-usage"></div>
 
 
 <p><div class="attributes" id="attributes-usage"><dfn title="used">Usage</dfn><span class="withPn">, written <span class="pnExpression">used(id,a,e,t,attrs)</span> in PROV-N,</span> has the following constituents:
 <ul>
 <li><span class='attribute' id="usage.id">id</span>:  an OPTIONAL identifier for a usage;</li> 
-<li><span class='attribute' id="usage.activity">activity</span>: an identifier for the consuming activity;</li>
-<li><span class='attribute' id="usage.entity">entity</span>: an identifier for the consumed entity;</li>
-<li><span class='attribute' id="usage.time">time</span>: an OPTIONAL "usage time", the time at which the entity started to be used;</li>
-<li><span class='attribute' id="usage.attributes">attributes</span>: an OPTIONAL set of attribute-value pairs that describe the modalities of usage of this entity by this activity.</li>
+<li><span class='attribute' id="usage.activity">activity</span>: an identifier (<span class="name">a</span>) for the consuming activity;</li>
+<li><span class='attribute' id="usage.entity">entity</span>: an identifier (<span class="name">e</span>) for the consumed entity;</li>
+<li><span class='attribute' id="usage.time">time</span>: an OPTIONAL "usage time" (<span class="name">t</span>), the time at which the entity started to be used;</li>
+<li><span class='attribute' id="usage.attributes">attributes</span>: an OPTIONAL set (<span class="name">attrs</span>) of attribute-value pairs that describe the modalities of usage of this entity by this activity.</li>
 </ul></div>
 
 <p>
@@ -1208,7 +1203,7 @@
   used(a1,e1,2011-11-16T16:00:00,[ex:parameter="p1"])
   used(a1,e2,2011-11-16T16:00:01,[ex:parameter="p2"])
 </pre>
-<p>state that the activity identified by <span class="name">a1</span> consumed two entities identified by <span
+<p>state that the activity identified by <span class="name">a1</span> used two entities identified by <span
 class="name">e1</span> and <span class="name">e2</span>, at times <span class="name">2011-11-16T16:00:00</span> and  <span class="name">2011-11-16T16:00:01</span>, respectively; the first
 one was found as the value of parameter <span class="name">p1</span>, whereas the second was found as value of parameter <span class="name">p2</span>.  The semantics of <span
 class="name">parameter</span> is application specific.</p>
@@ -1216,15 +1211,6 @@
 
 
 
-<div class='note'>
-
-
-
-<p>
-A usage record's id is OPTIONAL. It MUST be present when annotating usage records (see Section <a href="#term-annotation">Annotation Record</a>) or when defining precise-1 derivations (see
-<a href="#Derivation-Relation">Derivation</a>).</p>
-</div>
-
 
 
 
@@ -1234,17 +1220,18 @@
 <section id="term-Start">
 <h4>Start</h4>
 
-<div class="glossary-ref" ref="glossary-start"></div>
-
-
-<p>An activity <dfn title="wasStartedBy">start</dfn><span class="withPn">, written <span class="pnExpression">wasStartedBy(id,a,e,t,attrs)</span> in PROV-N,</span> contains:</p>
+<div class="glossary-ref" data-ref="glossary-start"></div>
+
+
+<p><div class="attributes" id="attributes-start">An activity <dfn title="wasStartedBy">start</dfn><span class="withPn">, written <span class="pnExpression">wasStartedBy(id,a,e,t,attrs)</span> in PROV-N,</span> contains:
 <ul>
 <li><span class='attribute' id="start.id">id</span>:  an OPTIONAL identifier for the activity start;</li> 
-<li><span class='attribute' id="start.activity">activity</span>: an identifier for the started activity;</li> 
-<li><span class='attribute' id="start.trigger">trigger</span>: an OPTIONAL identifier for the entity triggering the activity;</li> 
-<li><span class='attribute' id="start.time">time</span>: the OPTIONAL time at which the activity was started; </li> 
-<li><span class='attribute' id="start.attributes">attributes</span>: an OPTIONAL set of attribute-value pairs describing modalities according to which the activity was started.
+<li><span class='attribute' id="start.activity">activity</span>: an identifier (<span class="name">a</span>) for the started activity;</li> 
+<li><span class='attribute' id="start.trigger">trigger</span>: an OPTIONAL identifier (<span class="name">e</span>) for the entity triggering the activity;</li> 
+<li><span class='attribute' id="start.time">time</span>: the OPTIONAL time (<span class="name">t</span>) at which the activity was started; </li> 
+<li><span class='attribute' id="start.attributes">attributes</span>: an OPTIONAL set (<span class="name">attrs</span>) of attribute-value pairs describing modalities according to which the activity was started.
 </ul>
+</div>
 
 <div class="anexample">
 <p>
@@ -1256,7 +1243,7 @@
 </pre>
 Furthermore, if the activity happens to consume the message content, then the message would also be regarded as an input to the activity, which we describe as follows:
 <pre class="codeexample">
-used(a1,e1)
+used(a1,e1,-)
 </pre>
 </div>
 
@@ -1274,23 +1261,23 @@
 </div>
 
 
-<p>The relations wasStartedBy and used are orthogonal, and thus need to be asserted independently, according to the situation being described.</p>
+<p>The relations wasStartedBy and used are orthogonal, and thus need to be expressed independently, according to the situation being described.</p>
 
 </section>
 
 <section id="term-End">
 <h4>End</h4>
 
-<div class="glossary-ref" ref="glossary-end"></div>
-
-
-<p>An activity <dfn title="wasEndedBy">end</dfn><span class="withAsn">, written <span class="pnExpression">wasEndedBy(id,a,e,t,attrs)</span> in PROV-ASN,</span> contains:</p>
+<div class="glossary-ref" data-ref="glossary-end"></div>
+
+
+<p>An activity <dfn title="wasEndedBy">end</dfn><span class="withAsn">, written <span class="pnExpression">wasEndedBy(id,a,e,t,attrs)</span> in PROV-N,</span> contains:</p>
 <ul>
 <li><span class='attribute' id="end.id">id</span>:  an OPTIONAL identifier for the activity end;</li> 
-<li><span class='attribute' id="end.activity">activity</span>: an identifier for the ended activity;
-<li><span class='attribute' id="end.trigger">trigger</span>: an OPTIONAL identifier for the entity triggering the activity ending;
-<li><span class='attribute' id="end.time">time</span>: the OPTIONAL time at which the activity was ended; </li> 
-<li><span class='attribute' id="end.attributes">attributes</span>: an OPTIONAL set of attribute-value pairs describing modalities according to which the activity was ended.
+<li><span class='attribute' id="end.activity">activity</span>: an identifier (<span class="name">a</span>) for the ended activity;
+<li><span class='attribute' id="end.trigger">trigger</span>: an OPTIONAL identifier (<span class="name">e</span>) for the entity triggering the activity ending;
+<li><span class='attribute' id="end.time">time</span>: the OPTIONAL time (<span class="name">t</span>) at which the activity was ended; </li> 
+<li><span class='attribute' id="end.attributes">attributes</span>: an OPTIONAL set (<span class="name">attrs</span>) of attribute-value pairs describing modalities according to which the activity was ended.
 </ul>
 
 <div class="anexample">
@@ -1314,34 +1301,33 @@
 <section id="term-wasInformedBy">
 <h3>Communication</h3>
 
-<div class="glossary-ref" ref="glossary-communication"></div>
-
-
-<p>A communication implies that activity  <span class="name">a2</span> is dependent on another <span class="name">a1</span>, by way of some entity <span class="name">e</span> that is generated by <span class="name">a1</span> and used by <span class="name">a2</span>.</p>
-
-
-
-
-<div class="attributes" id="attributes-wasInformedBy">
-A <dfn title="wasInformedBy">communication</dfn> <span class="withPn">, written as 
+<div class="glossary-ref" data-ref="glossary-communication"></div>
+
+
+<p>A communication implies that activity  <span class="name">a2</span> is dependent on another <span class="name">a1</span>, by way of some unspecified entity that is generated by <span class="name">a1</span> and used by <span class="name">a2</span>.</p>
+
+
+
+
+<p><div class="attributes" id="attributes-wasInformedBy">
+A <dfn title="wasInformedBy">communication</dfn><span class="withPn">, written as 
 <span class="pnExpression">wasInformedBy(id,a2,a1,attrs)</span> in PROV-N,</span> contains: 
 <ul>
 <li><span class='attribute'>id</span>:  an OPTIONAL identifier  identifying the relation;</li> 
-<li><span class='attribute'>informed</span>: the identifier of the informed activity;
-<li><span class='attribute'>informant</span>: the identifier of the informant activity;
-<li><span class='attribute'>attributes</span>: an OPTIONAL set of attribute-value pairs to further describe properties of the relation.</li>
+<li><span class='attribute'>informed</span>: the identifier (<span class="name">a2</span>) of the informed activity;
+<li><span class='attribute'>informant</span>: the identifier (<span class="name">a1</span>) of the informant activity;
+<li><span class='attribute'>attributes</span>: an OPTIONAL set (<span class="name">attrs</span>) of attribute-value pairs to further describe properties of the relation.</li>
 </ul>
 </div>
 
-<p> Relation <span class="name">wasInformedBy</span> is not transitive.</p>
 
 
 <div class="anexample">
 <p>
 Consider two long running services, which we represent by activities  <span class="name">s1</span> and <span class="name">s2</span>.  
 <pre class="codeexample">
-activity(s1,,,[prov:type="service"])
-activity(s2,,,[prov:type="service"])
+activity(s1, [prov:type="service"])
+activity(s2, [prov:type="service"])
 wasInformedBy(s2,s1)
 </pre>
 The last line indicates that some entity was generated by  <span class="name">s1</span> and used by  <span class="name">s2</span>.
@@ -1351,18 +1337,18 @@
 <section id="term-wasStartedByActivity">
 <h3>Start by Activity</h3>
 
-<div class="glossary-ref" ref="glossary-startByActivity"></div>
+<div class="glossary-ref" data-ref="glossary-startByActivity"></div>
 
 
 
 <p><div class="attributes" id="attributes-startByActivity">
 A <dfn title="wasStartedByActivity">start by activity</dfn><span class="withPn">, written as 
-<span class="pnExpression">wasStartedByActivity(id, a2, a1, attrs)</span> in PROV-N,</span> contains: </p>
+<span class="pnExpression">wasStartedByActivity(id, a2, a1, attrs)</span> in PROV-N,</span> contains:
 <ul>
 <li><span class='attribute' id="startByActivity.id">id</span>:  an OPTIONAL identifier of the relation;</li> 
-<li><span class='attribute' id="startByActivity.started">started</span>: the identifier of  the started activity;
-<li><span class='attribute' id="startByActivity.starter">starter</span>: the identifier of the activity that started the other;</li>
-<li><span class='attribute' id="startByActivity.attributes">attributes</span>: an OPTIONAL set of attribute-value pairs to further describe the properties of the relation.</li>
+<li><span class='attribute' id="startByActivity.started">started</span>: the identifier (<span class="name">a2</span>) of  the started activity;
+<li><span class='attribute' id="startByActivity.starter">starter</span>: the identifier (<span class="name">a1</span>) of the activity that started the other;</li>
+<li><span class='attribute' id="startByActivity.attributes">attributes</span>: an OPTIONAL set (<span class="name">attrs</span>) of attribute-value pairs to further describe the properties of the relation.</li>
 </ul>
 </div>
 
@@ -1388,7 +1374,7 @@
 
 <p>The second component of PROV-DM is concerned with <a title="agent">agents</a> and the notions of
 <a>Attribution</a>, <a>Association</a>, <a>Responsibility</a>, relating agents to entities, activities, and agents, respectively.
-Figure <a href="#figure-component2">figure-component2</a> overviews the second component, with three classes (Entity, Activity, and Agent) and associations between them. So-called "association classes" are used to express ternary relations.
+Figure <a href="#figure-component2">figure-component2</a> depicts the second component, with four "UML classes" (Entity, Activity,  Agent, and Plan) and associations between them. So-called "UML association classes" are used to express n-ary relations.
 </p>
 
 
@@ -1402,28 +1388,27 @@
 <section id="term-Agent">
 <h3>Agent</h3>
 
-<div class="glossary-ref" ref="glossary-agent"></div>
-
-
-<p><div class="attributes" id="attributes-agent">An <dfn title="dfn-agent">agent</dfn><span class="withPn">, noted <span class="pnExpression" id="pn-agent">agent(id, [ attr1=val1, ...])</span> in PROV-N,</span> contains:
+<div class="glossary-ref" data-ref="glossary-agent"></div>
+
+
+<p><div class="attributes" id="attributes-agent">An <dfn title="dfn-agent">agent</dfn><span class="withPn">, noted <span class="pnExpression" id="pn-agent">agent(id, [attr1=val1, ...])</span> in PROV-N,</span> contains:
 <ul>
-<li><span class='attribute' id="agent.id>id</span>: an identifier for an agent;</li>
-<li><span class='attribute' id="agent.attributes>attributes</span>: a set of attribute-value pairs representing this agent's situation in the world.
+<li><span class='attribute' id="agent.id">id</span>: an identifier for an agent;</li>
+<li><span class='attribute' id="agent.attributes">attributes</span>: a set of attribute-value pairs ((<span class="name">attr1</span>, <span class="name">val1</span>), ...) representing this agent's situation in the world.
 </li>
 </ul></div>
 
 
 <p>
-From an interoperability perspective, it is useful to define some basic categories of agents since
-it will improve the use of provenance by applications.  
-There should be very few of these basic categories to keep the model simple and accessible. 
-There are three types of agents in the model since they are common across most anticipated domains of use:
+
+It is useful to define some basic categories of agents from an interoperability perspective.
+There are three types of agents that are common across most anticipated domains of use:
 <ul>
 <li><span class="name">Person</span>: agents of type Person are people.</li> 
 <li><span class="name">Organization</span>: agents of type Organization are social institutions such as companies, societies etc.</li> 
 <li><span class="name">SoftwareAgent</span>: a software agent is a piece of software. </li>
 </ul>
-<p>These types do not cover all kinds of agent. </p>
+<p>It is acknowledged that these types do not cover all kinds of agent. </p>
 
 
 
@@ -1440,22 +1425,22 @@
 <section id="term-attribution">
 <h3>Attribution</h3> 
 
-<div class="glossary-ref" ref="glossary-attribution"></div>
-
-<p>When an entity  <span class="name">e</span> is attributed to agent  <span class="name">ag</span>, entity <span class="name">e</span> was generated by some activity <span class="name">a</span>, which in turn was associated to agent  <span class="name">ag</span>. Thus, this relation is useful when the activity is not known, or irrelevant.</p>
-
-<p> An <dfn title="wasAttributedTo">attribution relation</dfn><span class="withPn">, written <span class="pnExpression">wasAttributedTo(id,e,ag,attr)</span> in PROV-N,</span> contains the following elements:</p>
+<div class="glossary-ref" data-ref="glossary-attribution"></div>
+
+<p>When an entity  <span class="name">e</span> is attributed to agent  <span class="name">ag</span>, entity <span class="name">e</span> was generated by some unspecified activity that in turn was associated to agent  <span class="name">ag</span>. Thus, this relation is useful when the activity is not known, or irrelevant.</p>
+
+<p> An <dfn title="wasAttributedTo">attribution</dfn> relation<span class="withPn">, written <span class="pnExpression">wasAttributedTo(id,e,ag,attrs)</span> in PROV-N,</span> contains the following elements:</p>
 <ul>
-<li><span class='attribute' id="attribution.id>id</span>: an OPTIONAL identifier for the relation;</li> 
-<li><span class='attribute' id="attribution.entity>entity</span>: an entity identifier;</li>
-<li><span class='attribute' id="attribution.agent>agent</span>: the identifier of the agent whom the entity is ascribed to;</li>
-<li><span class='attribute' id="attribution.attributes>attributes</span>: an OPTIONAL set of attribute-value pairs to further describe the properties of the relation.</li>
+<li><span class='attribute' id="attribution.id">id</span>: an OPTIONAL identifier for the relation;</li> 
+<li><span class='attribute' id="attribution.entity">entity</span>: an entity identifier (<span class="name">e</span>);</li>
+<li><span class='attribute' id="attribution.agent">agent</span>: the identifier (<span class="name">ag</span>) of the agent whom the entity is ascribed to;</li>
+<li><span class='attribute' id="attribution.attributes">attributes</span>: an OPTIONAL set (<span class="name">attrs</span>) of attribute-value pairs to further describe the properties of the relation.</li>
 </ul>
 
 <div class="anexample">
 <p>
 Revisiting the example of <a href="#section-example-b">Section 3.2</a>,
-we can ascribe <span class="name">tr:WD-prov-dm-20111215</span> to some agents without having to make an activity explicit.
+we can ascribe <span class="name">tr:WD-prov-dm-20111215</span> to some agents without an explicit activity.
 <pre class="codeexample">
 agent(ex:Paolo, [ prov:type="Person" ])
 agent(ex:Simon, [ prov:type="Person" ])
@@ -1471,28 +1456,28 @@
 <section id="term-ActivityAssociation">
 <h4>Association</h4>
 
-<div class="glossary-ref" ref="glossary-activityAssociation"></div>
+<div class="glossary-ref" data-ref="glossary-activityAssociation"></div>
 
 
 <p><div class="attributes" id="attributes-activity-association">An <dfn title="wasAssociatedWith">activity association</dfn><span class="withPn">, written <span class="pnExpression">wasAssociatedWith(id,a,ag,pl,attrs)</span> in PROV-N,</span> has the following
 constituents:
 <ul>
 <li><span class='attribute' id="association.id">id</span>:  an OPTIONAL identifier for the association between an activity and an agent;</li> 
-<li><span class='attribute' id="association.activity">activity</span>: an identifier for the activity;</li>
-<li><span class='attribute' id="association.agent">agent</span>: an OPTIONAL identifier for the agent associated with the activity;</li>
-<li><span class='attribute' id="association.plan">plan</span>: an OPTIONAL identifier for the plan adopted by the agent in the context of this activity;
-<li><span class='attribute' id="association.attributes">attributes</span>: an OPTIONAL set of attribute-value pairs that describe the modalities of association of this activity with this agent.</li>
+<li><span class='attribute' id="association.activity">activity</span>: an identifier (<span class="name">a</span>) for the activity;</li>
+<li><span class='attribute' id="association.agent">agent</span>: an OPTIONAL identifier (<span class="name">ag</span>) for the agent associated with the activity;</li>
+<li><span class='attribute' id="association.plan">plan</span>: an OPTIONAL identifier (<span class="name">pl</span>) for the plan adopted by the agent in the context of this activity;
+<li><span class='attribute' id="association.attributes">attributes</span>: an OPTIONAL set (<span class="name">attrs</span>) of attribute-value pairs that describe the modalities of association of this activity with this agent.</li>
 </ul></div>
 
 <div class="anexample" id="anexample-wasAssociateWith">
-In the following example, a designer and an operator agents are associated with an activity. The designer's goals are achieved by a workflow <span class="name">ex:wf</span>.   
+<p>In the following example, a designer and an operator agents are associated with an activity. The designer's goals are achieved by a workflow <span class="name">ex:wf</span>.   </p>
 <pre class="codeexample">
-activity(ex:a,[prov:type="workflow execution"])
-agent(ex:ag1,[prov:type="operator"])
-agent(ex:ag2,[prov:type="designer"])
-wasAssociatedWith(ex:a,ex:ag1,[prov:role="loggedInUser", ex:how="webapp"])
-wasAssociatedWith(ex:a,ex:ag2,ex:wf,[prov:role="designer", ex:context="project1"])
-entity(ex:wf,[prov:type="prov:Plan"%% xsd:QName, ex:label="Workflow 1", 
+activity(ex:a, [prov:type="workflow execution"])
+agent(ex:ag1, [prov:type="operator"])
+agent(ex:ag2, [prov:type="designer"])
+wasAssociatedWith(ex:a, ex:ag1, -, [prov:role="loggedInUser", ex:how="webapp"])
+wasAssociatedWith(ex:a, ex:ag2, ex:wf,[prov:role="designer", ex:context="project1"])
+entity(ex:wf, [prov:type="prov:Plan" %% xsd:QName, ex:label="Workflow 1", 
               ex:url="http://example.org/workflow1.bpel" %% xsd:anyURI])
 </pre>
 Since the workflow <span class="name">ex:wf</span> is itself an entity, its provenance can also be expressed in PROV-DM: it can be generated by some activity and derived from other entities,
@@ -1500,72 +1485,57 @@
 </div>
 
 <div class="anexample" id="anexample-wasAssociateWith-2">
-In some cases, one wants to indicate a plan was followed, without having to specify which agent was involved.
+<p>In some cases, one wants to indicate a plan was followed, without having to specify which agent was involved.</p>
 <pre class="codeexample">
 activity(ex:a,[prov:type="workflow execution"])
 wasAssociatedWith(ex:a,-,ex:wf)
 entity(ex:wf,[prov:type="prov:Plan"%% xsd:QName, ex:label="Workflow 1", 
               ex:url="http://example.org/workflow1.bpel" %% xsd:anyURI])
 </pre>
-In this case, it is assumed that an agent exists, but simply it has not been specified.
+In this case, it is assumed that an agent exists, but it has not been specified.
 </div>
 
 
 
 
-<div class='issue'> The activity association record does not allow for a plan to be asserted without an agent.
-This seems over-restrictive. Discussed in the context of <a href="http://www.w3.org/2011/prov/track/issues/203">ISSUE-203</a>.</div>
-
-
-<div class='issue'> Agents should not be inferred. WasAssociatedWith should also work with entities.
-This is <a href="http://www.w3.org/2011/prov/track/issues/206">ISSUE-206</a>.</div>
-
 </section>  <!-- end wasAssociatedWith -->
 
 <section id="term-responsibility">
 
 <h4>Responsibility</h4>
 
-<div class="glossary-ref" ref="glossary-responsibility"></div>
+<div class="glossary-ref" data-ref="glossary-responsibility"></div>
 
 <p>PROV-DM offers a mild version of responsibility
 in the form of a relation to represent when an agent acted on another
 agent's behalf.  So in the example of someone running a mail program,
-the program is an agent of that activity and the person is also an
-agent of the activity, but we would also add that the mail software
-agent is running on the person's behalf.  In the other example, the
+the program and the person are both
+agents of the activity; furthermore, the mail software
+agent is running on the person's behalf.  In another example, the
 student acted on behalf of his supervisor, who acted on behalf of the
-department chair, who acts on behalf of the university, and all those
+department chair, who acts on behalf of the university; all those
 agents are responsible in some way for the activity to take place but
 we do not say explicitly who bears responsibility and to what
 degree. </p>
 
-<p>We could also say that an agent can act on behalf of several other
-agents (a group of agents).  This would also make possible to
-indirectly reflect chains of responsibility.  This also indirectly
-reflects control without requiring that control is explicitly
-indicated.  In some contexts there will be a need to represent
-responsibility explicitly, for example to indicate legal
-responsibility, and that could be added as an extension to this core
-model.  Similarly with control, since in particular contexts there
-might be a need to define specific aspects of control that various
-agents exert over a given activity.</p>
-
-<p><div class="attributes" id="attributes-responsibility-chain">A <dfn title="actedOnBehalfOf">responsibility</dfn> relation<span class="withPn">, written <span class="pnExpression">actedOnBehalfOf(id,ag2,ag1,a,attrs)</span> in PROV-N,</span> has the following constituents:
+
+<p>
+<div class="attributes" id="attributes-responsibility-chain">
+A <dfn title="actedOnBehalfOf">responsibility</dfn> relation<span class="withPn">, written <span class="pnExpression">actedOnBehalfOf(id,ag2,ag1,a,attrs)</span> in PROV-N,</span> has the following constituents:
 <ul>
 <li><span class='attribute' id="responsibility.id">id</span>:  an OPTIONAL identifier for the responsibility chain;</li> 
-<li><span class='attribute' id="responsibility.subordinate">subordinate</span>: an identifier for the agent associated with an activity, acting on behalf of the responsible
+<li><span class='attribute' id="responsibility.subordinate">subordinate</span>: an identifier (<span class="name">ag2</span>) for the agent associated with an activity, acting on behalf of the responsible
 agent;</li>
-<li><span class='attribute' id="responsibility.responsible">responsible</span>: an identifier for the agent,  on behalf of which the subordinate agent acted;</li>
-<li><span class='attribute' id="responsibility.activity">activity</span>: an OPTIONAL identifier of an activity for which the responsibility chain holds;</li>
-<li><span class='attribute' id="responsibility.attributes">attributes</span>: an OPTIONAL set of attribute-value pairs that describe the modalities of this relation.</li>
+<li><span class='attribute' id="responsibility.responsible">responsible</span>: an identifier (<span class="name">ag1</span>) for the agent,  on behalf of which the subordinate agent acted;</li>
+<li><span class='attribute' id="responsibility.activity">activity</span>: an OPTIONAL identifier (<span class="name">a</span>) of an activity for which the responsibility chain holds;</li>
+<li><span class='attribute' id="responsibility.attributes">attributes</span>: an OPTIONAL set (<span class="name">attrs</span>) of attribute-value pairs that describe the modalities of this relation.</li>
 </ul></div>
 
 
 <div class="anexample">
-In the following example, a programmer, a researcher and a funder agents are described.  The programmer and researcher are associated with a workflow activity.  The programmer acts on behalf
+<p>In the following example, a programmer, a researcher and a funder agents are described.  The programmer and researcher are associated with a workflow activity.  The programmer acts on behalf
 of the researcher (delegation) encoding the commands specified by the researcher; the researcher acts on behalf of the funder, who has an contractual agreement with the researcher. The terms
-'delegation' and 'contact' used in this example are domain specific.
+'delegation' and 'contact' used in this example are domain specific.</p>
 <pre class="codeexample">
 activity(a,[prov:type="workflow"])
 agent(ag1,[prov:type="programmer"])
@@ -1578,12 +1548,15 @@
 </pre>
 </div>
 
+
+<!-- too strong, move to part 2.
 <p>Further considerations:</p>
 <ul>
 <li>If an activity is not specified, then the subordinate agent is considered to act on behalf of
 the responsible agent, in all the activities the subordinate agent is associated with.
 </li>
 </ul>
+-->
 </section>
 
 
@@ -1596,7 +1569,7 @@
 
 
 <p>The third component of PROV-DM is concerned with <a title="derivation">derivations</a> between <a title="entity">entities</a>, and subtypes of derivations <a>Revision</a>, <a>Quotation</a>, <a>Original Source</a>, and <a>Traceability</a>.
-Figure <a href="#figure-component3">figure-component3</a> overviews the third component, with three classes (Entity, Activity, and Agent) and associations between them. So-called "association classes" are used to express n-ary relations.
+Figure <a href="#figure-component3">figure-component3</a> overviews the third component, with three "UML classes" (Entity, Activity, and Agent) and associations between them. So-called "UML association classes" are used to express n-ary relations.
 </p>
 
 
@@ -1614,25 +1587,25 @@
 
 
 
-<div class="glossary-ref" ref="glossary-derivation"></div>
-
-
-
-
-<p>According to <a href="#conceptualization">Section Overview</a>, for an entity to be transformed from, created from, or resulting from an update to another, there must be some
+<div class="glossary-ref" data-ref="glossary-derivation"></div>
+
+
+
+
+<p>According to <a href="#starting-points">Section Starting Points</a>, for an entity to be transformed from, created from, or resulting from an update to another, there must be some
 underpinning activities performing the necessary actions resulting in such a derivation.  
-A derivation can be described at various levels of precision. In its simplest form, derivation relates two entities. Optionally, attributes can be added to describe modalities of derivation.  If the derivation is the result of a single known activity, then this activity can also be optionally expressed. And to provide a completely accurate description of derivation, the generation and usage of the generated and used entities, respectively, can be provided. The reason for optional information such as activity, generation, and usage to be linked to derivations is to aid analysis of provenance and to facilitate provenance-based reproducibility. </p>
+A derivation can be described at various levels of precision. In its simplest form, derivation relates two entities. Optionally, attributes can be added to describe modalities of derivation.  If the derivation is the result of a single known activity, then this activity can also be optionally expressed. And to provide a completely accurate description of the derivation, the generation and usage of the generated and used entities, respectively, can be provided. The reason for optional information such as activity, generation, and usage to be linked to derivations is to aid analysis of provenance and to facilitate provenance-based reproducibility. </p>
 
 
 <p><div class="attributes" id="attributes-derivation">A <dfn title="wasDerivedFrom">derivation</dfn><span class="withPn">, written <span class="pnExpression" id="pn-wasDerivedFrom">wasDerivedFrom(id, e2, e1, a, g2, u1, attrs)</span> in PROV-N,</span> contains:
 <ul>
 <li><span class='attribute' id="derivation.id">id</span>:  an OPTIONAL identifier  for a derivation;</li> 
-<li><span class='attribute' id="derivation.generatedEntity">generatedEntity</span>: the identifier of the entity generated by the derivation;</li>
-<li><span class='attribute' id="derivation.usedEntity">usedEntity</span>: the identifier of the entity used by the derivation;</li>
-<li><span class='attribute' id="derivation.activity">activity</span>: an OPTIONAL identifier for the activity using and generating the above entities;</li>
-<li><span class='attribute' id="derivation.generation">generation</span>: an OPTIONAL identifier for the generation involving the generated entity and activity;</li> 
-<li><span class='attribute' id="derivation.usage">usage</span>: an OPTIONAL identifier for the usage involving the used entity and activity;</li> 
-<li><span class='attribute' id="derivation.attributes">attributes</span>: an OPTIONAL set of attribute-value pairs that describe the modalities of this derivation.</li>
+<li><span class='attribute' id="derivation.generatedEntity">generatedEntity</span>: the identifier (<span class="name">ee</span>) of the entity generated by the derivation;</li>
+<li><span class='attribute' id="derivation.usedEntity">usedEntity</span>: the identifier (<span class="name">e1</span>) of the entity used by the derivation;</li>
+<li><span class='attribute' id="derivation.activity">activity</span>: an OPTIONAL identifier (<span class="name">a</span>) for the activity using and generating the above entities;</li>
+<li><span class='attribute' id="derivation.generation">generation</span>: an OPTIONAL identifier (<span class="name">g2</span>) for the generation involving the generated entity and activity;</li> 
+<li><span class='attribute' id="derivation.usage">usage</span>: an OPTIONAL identifier (<span class="name">u1</span>) for the usage involving the used entity and activity;</li> 
+<li><span class='attribute' id="derivation.attributes">attributes</span>: an OPTIONAL set (<span class="name">attrs</span>) of attribute-value pairs that describe the modalities of this derivation.</li>
 </ul>
 </div>
 
@@ -1646,11 +1619,11 @@
 <div class="anexample">
 <p>The following descriptions state the existence of derivations.</p>
 <pre class="codeexample">
-wasDerivedFrom(e2,e1)
-wasDerivedFrom(e2,e1,[prov:type="physical transform"])
-wasDerivedFrom(e2,e1,a,g2,u1)
-  wasGeneratedBy(g2,e2,a)
-  used(u1,a,e1)
+wasDerivedFrom(e2, e1)
+wasDerivedFrom(e2, e1, [prov:type="physical transform"])
+wasDerivedFrom(e2, e1, a, g2, u1)
+wasGeneratedBy(g2, e2, a, -)
+used(u1, a, e1, -)
 </pre>
 <p>
 The first and second lines are about derivations between  <span class="name">e2</span> and  <span class="name">e1</span>, but no information is provided as to the identity of the activity (and usage and generation) underpinning the derivation. In the second line, a type attribute is also provided.</p>
@@ -1672,19 +1645,19 @@
 <section id="term-Revision">
 <h3>Revision</h3>
 
-<p><span class="glossary-ref" ref="glossary-revision"></span></p>
+<p><span class="glossary-ref" data-ref="glossary-revision"></span></p>
 
 <p> Deciding whether something is made available as a revision of something else usually involves an agent who takes responsibility for approving that the former is a due variant of the latter.
  The agent who is responsible for the revision may optionally be specified.
- Revision is a particular case of  <a href="#Derivation-Relation">derivation</a> of an entity into its revised version.</p>
+ Revision is a particular case of <a>derivation</a> of an entity into its revised version.</p>
 
 <p> A <dfn title="wasRevisionOf">revision</dfn> relation<span class="withPn">, written <span class="pnExpression">wasRevisionOf(id,e2,e1,ag,attrs)</span> in PROV-N,</span> contains:</p>
 <ul>
 <li><span class='attribute' id="revision.id">id</span>: an OPTIONAL identifier for the relation;</li> 
-<li><span class='attribute' id="revision.newer">newer</span>: the identifier of the revised  entity;
-<li><span class='attribute' id="revision.older">older</span>: the identifier of the older entity;
-<li><span class='attribute' id="revision.responsibility">responsibility</span>: an OPTIONAL  identifier for the agent who approved the newer entity as a variant of the older;
-<li><span class='attribute' id="revision.attributes">attributes</span>: an OPTIONAL set of attribute-value pairs to further describe the properties of this relation.</li>
+<li><span class='attribute' id="revision.newer">newer</span>: the identifier (<span class="name">e2</span>) of the revised  entity;
+<li><span class='attribute' id="revision.older">older</span>: the identifier (<span class="name">e1</span>) of the older entity;
+<li><span class='attribute' id="revision.responsibility">responsibility</span>: an OPTIONAL  identifier (<span class="name">ag</span>) for the agent who approved the newer entity as a variant of the older;
+<li><span class='attribute' id="revision.attributes">attributes</span>: an OPTIONAL set (<span class="name">attrs</span>) of attribute-value pairs to further describe the properties of this relation.</li>
 </ul>
 
 
@@ -1711,38 +1684,37 @@
 <h3>Quotation</h3>
 
 <p> 
-<span class="glossary-ref" ref="glossary-quotation"></span>
+<span class="glossary-ref" data-ref="glossary-quotation"></span>
 </p>
 
 <p>Quotation
  is a particular case of  <a href="#Derivation-Relation">derivation</a> in which entity <span class="name">e2</span> is derived from an original entity <span class="name">e1</span> by copying, or "quoting", some or all of it.
-  A <dfn title="wasQuotedFrom">quotation</dfn> relation <span class="withPn">, written <span class="pnExpression">wasQuotedFrom(id,e2,e1,ag2,ag1,attrs)</span> in PROV-N,</span> contains:</p>
+  A <dfn title="wasQuotedFrom">quotation</dfn> relation<span class="withPn">, written <span class="pnExpression">wasQuotedFrom(id,e2,e1,ag2,ag1,attrs)</span> in PROV-N,</span> contains:</p>
 <ul>
 <li><span class='attribute' id="quotation.id">id</span>: an OPTIONAL identifier for the relation;</li> 
 <li><span class='attribute' id="quotation.quote">quote</span>:  an identifier (<span class="name">e2</span>) for the entity that represents the quote (the partial copy);
 <li><span class='attribute' id="quotation.original">original</span>: an identifier (<span class="name">e1</span>) for the original entity being quoted;
 <li><span class='attribute' id="quotation.quoterAgent">quoterAgent</span>: an OPTIONAL identifier (<span class="name">ag2</span>) for the agent who performs the quote;
 <li><span class='attribute' id="quotation.originalAgent">originalAgent</span>: an OPTIONAL identifier (<span class="name">ag1</span>) for the agent to whom the original entity is attributed;
-<li><span class='attribute' id="quotation.attributes">attributes</span>: an OPTIONAL set of attribute-value pairs to further describe the properties of the relation.</li>
+<li><span class='attribute' id="quotation.attributes">attributes</span>: an OPTIONAL set (<span class="name">attrs</span>) of attribute-value pairs to further describe the properties of the relation.</li>
 
 </ul>
 
 <div class="anexample" id="anexample-quotation">
 <p>
 The following paragraph is a quote from one of  <a href="http://thinklinks.wordpress.com/2012/03/07/thoughts-from-the-dagstuhl-principles-of-provenance-workshop/">the author's blogs</a>.
-<blockquote id="paul-quote"><em>
+<blockquote id="bl-dagstuhl"><em>
 "During the workshop, it became clear to me that the consensus based models (which are often graphical in nature) can not only be formalized but also be directly connected to these database focused formalizations. I just needed to get over the differences in syntax.  This could imply that we could have nice way to trace provenance across systems and through databases and be able to understand the mathematical properties of this interconnection."</em>
 </blockquote>
-<p>If <a href="http://thinklinks.wordpress.com/2012/03/07/thoughts-from-the-dagstuhl-principles-of-provenance-workshop/"><span class="name">ex:blog</span></a> denotes the original blog by agent <span class="name">ex:Paul</span>, and 
- <a href="#paul-quote"><span class="name">ex:blockquote</span></a> denotes the above paragraph, then the following descriptions express that the above paragraph is copied by agent <span class="name">ex:Luc</a> from a part of the blog, attributed to the agent <span class="name">ex:Paul</a>.</p>
+<p>If <a href="http://thinklinks.wordpress.com/2012/03/07/thoughts-from-the-dagstuhl-principles-of-provenance-workshop/"><span class="name">wp:thoughts-from-the-dagstuhl-principles-of-provenance-workshop/</span></a> denotes the original blog by agent <span class="name">ex:Paul</span>, and 
+ <a href="#bl-dagstuhl"><span class="name">dm:bl-dagstuhl</span></a> denotes the above paragraph, then the following descriptions express that the above paragraph is copied by agent <span class="name">ex:Luc</span> from a part of the blog, attributed to the agent <span class="name">ex:Paul</span>.</p>
 <pre class="codeexample">
-entity(ex:blog)
+entity(wp:thoughts-from-the-dagstuhl-principles-of-provenance-workshop/)
 agent(ex:Luc)
 agent(ex:Paul)
-wasQuotedFrom(ex:blockQuote,ex:blog,ex:Luc,ex:Paul)
+wasQuotedFrom(dm:bl-dagstuhl,wp:thoughts-from-the-dagstuhl-principles-of-provenance-workshop/,ex:Luc,ex:Paul)
 </pre>
 
-</pre>
 </div>
 
 
@@ -1753,23 +1725,23 @@
 <h3>Original Source</h3>
 
 <p>
-<span class="glossary-ref" ref="glossary-original-source"></span>
+<span class="glossary-ref" data-ref="glossary-original-source"></span>
 </p>
 
-<p>An <dfn>original source relation</dfn> is a particular case of <a href="#Derivation-Relation">derivation</a> 
-which aims to give
+<p>An <dfn>original source</dfn> relation is a particular case of <a>derivation</a> 
+that aims to give
 credit to the source that originated some information. It is recognized that it may be
 hard to determine which entity constitutes an original source. This definition is inspired by
-<tt>orginal-source</tt> as defined in
-<a href="http://googlenewsblog.blogspot.com/2010/11/credit-where-credit-is-due.html">http://googlenewsblog.blogspot.com/2010/11/credit-where-credit-is-due.html<a/>.
+<span class="name">original-source</span> as defined in
+<a href="http://googlenewsblog.blogspot.com/2010/11/credit-where-credit-is-due.html">http://googlenewsblog.blogspot.com/2010/11/credit-where-credit-is-due.html</a>.</p>
 
 
 <p> An <dfn title="hadOriginalSource">original source</dfn> relation<span class="withPn">, written <span class="pnExpression">hadOriginalSource(id,e2,e1,attrs)</span>,</span> contains:</p>
 <ul>
 <li><span class='attribute' id="originalSource.id">id</span>:  an OPTIONAL identifier for the relation;</li> 
-<li><span class='attribute' id="originalSource.derived">derived</span>: an identifier for the derived entity; </li>
-<li><span class='attribute' id="originalSource.source">source</span>: an identifier  for the original source entity;</li>
-<li><span class='attribute' id="originalSource.attributes">attributes</span>: an OPTIONAL set of attribute-value pairs to further describe the properties of the relation.</li>
+<li><span class='attribute' id="originalSource.derived">derived</span>: an identifier (<span class="name">e2</span>) for the derived entity; </li>
+<li><span class='attribute' id="originalSource.source">source</span>: an identifier (<span class="name">e1</span>) for the original source entity;</li>
+<li><span class='attribute' id="originalSource.attributes">attributes</span>: an OPTIONAL set (<span class="name">attrs</span>) of attribute-value pairs to further describe the properties of the relation.</li>
 </ul>
 
 <div class="anexample">
@@ -1790,7 +1762,7 @@
 <h3>Traceability</h3>
 
 <p>
-<span class="glossary-ref" ref="glossary-traceability"></span>
+<span class="glossary-ref" data-ref="glossary-traceability"></span>
 </p>
 
 
@@ -1802,12 +1774,16 @@
 <p><dfn title="tracedTo">Traceability</dfn><span class="withPn">, written <span class="pnExpression">tracedTo(id,e2,e1,attrs)</span> in PROV-N,</span> contains:</p>
 <ul>
 <li><span class='attribute' id="traceability.id">id</span>:  an OPTIONAL identifier identifying the relation;</li> 
-<li><span class='attribute' id="traceability.entity">entity</span>:  an identifier identifying an entity;
-<li><span class='attribute' id="traceability.ancestor">ancestor</span>: an identifier identifying an ancestor entity that the former depends on;
-<li><span class='attribute' id="traceability.attributes">attributes</span>: an OPTIONAL set of attribute-value pairs to further describe properties of the relation.</li>
+<li><span class='attribute' id="traceability.entity">entity</span>:  an identifier (<span class="name">e2</span>) for an entity;
+<li><span class='attribute' id="traceability.ancestor">ancestor</span>: an identifier (<span class="name">e1</span>) for an ancestor entity that the former depends on;
+<li><span class='attribute' id="traceability.attributes">attributes</span>: an OPTIONAL set (<span class="name">attrs</span>) of attribute-value pairs to further describe properties of the relation.</li>
 </ul>
 <p>We note that the ancestor is allowed to be an agent since agents are entities. </p>
 
+<p>
+<a>Derivation</a> and <a>association</a> are particular cases of  traceability.
+</p>
+
 <div class="anexample">
 <p>We refer to the example of <a href="#section-example-a">Section 3.1</a>, and specifically to <a href="#prov-tech-report">Figure prov-tech-report</a>. We can see that there is a path from 
 <span class="name">tr:WD-prov-dm-20111215</span> to 
@@ -1820,9 +1796,6 @@
 </div>
 
 
-<p>
-<a>Derivation</a> and <a>association</a> are particular cases of  traceability.
-</p>
 
 
 </section>
@@ -1833,8 +1806,10 @@
 <h3>Component 4: Alternate Entities</h3>
 
 
-<p>The fourth component of PROV-DM is concerned with relations <a>alternate</a> and <a>specialization</a> between entities.
-Figure <a href="#figure-component4">figure-component4</a> overviews the component.
+<p>The fourth component of PROV-DM is concerned with
+relations <a>specialization</a> and <a>alternate</a> between entities.
+Figure <a href="#figure-component4">figure-component4</a> overviews
+the component, which consists of a single "UML Class" and two associations.
 </p>
 
 
@@ -1846,118 +1821,147 @@
 </div>
 
 
-<p>This component consists of relations between two entities that refer to the same thing
-Consider for example three entities:
-</p>
-<ul>
-  <li><span class="name">e1</span> denoting "Bob, the holder of Facebook account ABC",
-  
-  <li><span class="name">e2</span> denoting "Bob, the holder of Twitter account XYZ",
-
-  <li><span class="name">e3</span> denoting "Bob, the person".
-</ul>
-
-<p>These entities refer to the same real person Bob, either in different contexts, or at different levels of abstraction. Specifically:
-
-
-<ol>
-  <li><span class="name">e1</span> and <span class="name">e2</span> refer to Bob in two contexts (as Facebook and Twitter users, respectively)
-  <li> both of <span class="name">e1</span> and <span class="name">e2</span>  are more detailed than <span class="name">e3</span>.
-</ol>
-
-
-
-
-
-<p>The following two relations are introduced for expressing alternative or specialized entities. </p>
-
-<section id="term-alternate">
-
-<h4>Alternate</h4>
-
-<div class="note">To define</div>
-
-
-<span class="glossary" id="glossary-alternate">  
-An entity is <dfn id="concept-alternate">alternate</dfn> of another if they refer to a same thing.
-</span>
-
-
-  
-
-<p><div class="attributes" id="attributes-alternate">An <dfn title="alternateOf">alternate relation</dfn><span class="withPn">, written <span class="pnExpression">alternateOf(alt1, alt2)</span> in PROV-N,</span> addresses case (1). It has the following constituents:
-<ul>
-<li><span class='attribute' id="alternate.firstAlternate">firstAlternate</span>: an identifier of the first of the two entities;</li>
-<li><span class='attribute' id="alternate.secondAlternate">secondAlternate</span>: an identifier of the second of the two entities.</li>
-</ul>
+
+<p>Wherever two people describe the provenance of a same thing, 
+one cannot expect them to coordinate and agree on the identifiers to use to denote that thing.</p>
+<div class="anexample" id="entity-example1">
+<p>User Alice writes an article. In its provenance, she wishes to refer to the precise version of the article with a date-specific URI, as she might edit the article later. Alternatively, user Bob refers to the article in general, indepedently of its variants over time.</p>
 </div>
-
-<div class="anexample" id="anexample-alternate">
-<p>The following expressions describe two persons, respectively holder of a Facebook account and a Twitter account, and their relation as alternate. </p>
-<pre class="codeexample">
-entity(facebook:ABC, [ prov:type="person with Facebook account " ])
-entity(twitter:XYZ, [ prov:type="person with Twitter account" ])
-alternateOf(facebook:ABC, twitter:XYZ)
-</pre>
-</div>
-
-</section>
+<p>
+To allow for identifiers to be chosen freely and independently by each  user, the PROV data model introduces relations
+that allow entities  to be linked together.
+The following two relations are introduced for expressing  specialized or alternate entities. </p>
+
 
 <section id="term-specialization">
 
 <h4>Specialization</h4>
 
-<div class="note">To define</div>
-
-<span class="glossary" id="glossary-specialization">  
-An entity is a <dfn id="concept-alternate">specialization</dfn> of another if the latter is a more 
-general entity than the former.
-</span>
+
+<span class="glossary-ref" data-ref="glossary-specialization"></span> 
 
 
 <p>
-<div class="attributes" id="attributes-specialization">A <dfn title="specializationOf">specialization relation</dfn><span class="withPn">, written <span class="pnExpression">specializationOf(sub, super)</span> in PROV-N,</span> addresses case  (2). It  has the following constituents:
+Examples of constraints  include a time period, an abstraction, and a context associated with the entity.</p>
+
+
+
+
+<p>
+<div class="attributes" id="attributes-specialization">A <dfn title="specializationOf">specialization</dfn>  relation<span class="withPn">, written <span class="pnExpression">specializationOf(sub, super)</span> in PROV-N,</span> has the following constituents:
 
 <ul>
-<li><span class='attribute' id="specialization.specializedEntity">specializedEntity</span>: an identifier of the specialized entity;</li>
-<li><span class='attribute' id="specialization.generalEntity">generalEntity</span>: an identifier of the entity that is being specialized.</li>
+<li><span class='attribute' id="specialization.specializedEntity">specializedEntity</span>: an identifier (<span class="name">sub</span>) of the specialized entity;</li>
+<li><span class='attribute' id="specialization.generalEntity">generalEntity</span>: an identifier (<span class="name">super</span>) of the entity that is being specialized.</li>
 </ul>
 </div>
 
 <div class="anexample" id="anexample-specialization">
-<p>The following expressions describe two persons, the second of which is holder of a Twitter account. The second entity is a specialization of the first. </p>
+<p>
+The BBC news home page on 2012-03-23 <span class="name">ex:bbcNews2012-03-23</span>
+is a specialization of the BBC news page in general
+ <a href="http://www.bbc.co.uk/news/">bbc:news/</a>. This can be expressed as follows.
 <pre class="codeexample">
-entity(ex:Bob, [ prov:type="person", ex:name="Bob" ])
-entity(twitter:XYZ, [ prov:type="person with Twitter account" ])
-specializationOf(twitter:XYZ, ex:Bob)
+specializationOf(ex:bbcNews2012-03-23, bbc:news/)
 </pre>
+Given that the BBC news does not define a URI for this day's news page, we are creating a qualified name in the namespace <span class="name">ex</span>. 
 </div>
 
 
+
+
 <!--
 <p>To promote take up of these relations, it is not specified whether they are transitive or symmetric.  We anticipate that applications will specialize these relations according to their needs. </p>
 -->
 
-<div class='issue'>A discussion on alternative definition of these relations has not yet reached a satisfactory conclusion. This is <a
-href="http://www.w3.org/2011/prov/track/issues/29">ISSUE-29</a>. Also <a href="http://www.w3.org/2011/prov/track/issues/96">ISSUE-96</a>.</div>
 
 
 </section>
+
+<section id="term-alternate">
+
+<h4>Alternate</h4>
+
+
+<span class="glossary-ref" data-ref="glossary-alternate"></span>
+
+
+  
+
+<p><div class="attributes" id="attributes-alternate">An <dfn title="alternateOf">alternate</dfn> relation<span class="withPn">, written <span class="pnExpression">alternateOf(e1, e2)</span> in PROV-N,</span> has the following constituents:
+<ul>
+<li><span class='attribute' id="alternate.alternate1">alternate1</span>: an identifier (<span class="name">e1</span>) of the first of the two entities;</li>
+<li><span class='attribute' id="alternate.alternate2">alternate2</span>: an identifier (<span class="name">e2</span>) of the second of the two entities.</li>
+</ul>
+</div>
+
+<div class="anexample" id="anexample-alternate">
+<p>
+A given news item on the BBC News site 
+ <a href="http://www.bbc.co.uk/news/science-environment-17526723">bbc:news/science-environment-17526723</a> for desktop
+is an alternate of a 
+ <a href="http://www.bbc.co.uk/news/mobile/science-environment-17526723">bbc:news/mobile/science-environment-17526723</a> for mobile devices.</p>
+<pre class="codeexample">
+entity(bbc:news/science-environment-17526723, [ prov:type="a news item for desktop"])
+entity(bbc:news/mobile/science-environment-17526723, [ prov:type="a news item for mobile devices"])
+alternateOf(bbc:news/science-environment-17526723, bbc:news/mobile/science-environment-17526723)
+</pre>
+<p>They are both specialization of an (unspecified) entity. </p>
+</div>
+
+
+<div class="anexample" id="anexample-alternate2">
+<p>
+Considering again the two versions of the technical report <span class="name"><a href="http://www.w3.org/TR/2011/WD-prov-dm-20111215">tr:WD-prov-dm-20111215</a></span> (second working draft) and <span class="name"><span class="name"><a href="http://www.w3.org/TR/2011/WD-prov-dm-20111018">tr:WD-prov-dm-20111018</a></span></span> (first working draft). They are alternate of each other.
+<pre class="codeexample">
+entity(tr:WD-prov-dm-20111018)
+entity(tr:WD-prov-dm-20111215)
+alternateOf(tr:WD-prov-dm-20111018,tr:WD-prov-dm-20111215)
+</pre>
+<p>They are both specialization of the page <a href="http://www.w3.org/TR/prov-dm/">http://www.w3.org/TR/prov-dm/</a>.</p>
+</div>
+
+</section>
+
 </section>
 
 
 <section id="component5"> 
 <h3>Component 5: Collections</h3>
 
-
-<p><strong>Collection relations and entity types</strong> address the need to describe the evolution of entities that have a collection structure, that is, which may contain other entities. The intent of these relations and entity types is to capture the <em>history of changes that occurred to a collection</em>. Indirectly, such history provides a way to reconstruct, with some limitations discussed <a href="#term-collection-state">below</a>, the contents of a collection entity. Thus, for the purpose of provenance a collection entity is viewed an immutable representation of the state of a collection data structure, following a sequence of insertion and deletion operations.
-
-<br/>A collection entity is an entity that has a logical internal structure consisting of key-value pairs, often referred to as a <strong>map</strong>. This collection type provides a generic indexing structure that can be used to model commonly used data structures, including associative lists (also known as "dictionaries" in some programming languages), relational tables, ordered lists, and more (the specification of such specialized structures in terms of key-value pairs is out of the scope of this document).
-
-<section id="term-collection-types">
-<h3>Collection types</h3>
-
-The following new entity types are introduced:
+<p>The fifth component of PROV-DM is concerned with the notion of collections. 
+A collection is an entity that has some members. The members are themselves entities, and therefore their provenance can be expressed. In many applications, it is also of interest to be able to express the provenance of the collection  itself: e.g. who maintains the collection, which member it contains at which point in time, and how it was assembled. The purpose of Component 5 is to define the types and relations that are useful to express the provenance of collections. </p>
+
+<p>Figure <a href="#figure-component5">figure-component5</a> overviews
+the component, which consists of two "UML Class" and three associations.
+</p>
+
+
+<div style="text-align: center;">
+<figure>
+<img src="images/Collections.png" alt="collections"/>
+<figcaption id="figure-component5">Collections Component Overview (TODO)</figcaption>
+</figure>
+</div>
+
+
+<p>The intent of these relations and types is to express the <em>history of changes that occurred to a collection</em>. 
+Changes to collections are about the insertion of entities to collections and the removal of members from collections.
+Indirectly, such history provides a way to reconstruct, the contents of a collection.</p>
+
+<section id="term-collection">
+<h3>Collection</h3>
+
+<span class="glossary-ref" data-ref="glossary-collection"></span>
+
+
+<p>Conceptually, a collection has a logical structure consisting of key-entity pairs. This structure is often referred to as a <em>map</em>, and is a generic indexing mechanisms that can abstract commonly used data structures, including associative lists (also known as "dictionaries" in some programming languages), relational tables, ordered lists, and more (the specification of such specialized structures in terms of key-value pairs is out of the scope of this document).</p>
+
+<p>A given collection forms a given structure for its members.  A different structure (obtained either by insertion or removal of members) constitutes a different collection. Hence,
+ for the purpose of provenance, a collection entity is viewed as a snapshot of a structure. Insertion and removal operations result in new snapshots, each snapshot forming an identifiable collection entity.</p>
+
+
+<p>PROV-DM defines the following types related to collections:</p>
 
 <ul>
   <li> <span class="name">prov:Collection</span>  denotes an entity of type collection, i.e. an entity that  can participate in  relations amongst collections;
@@ -1965,15 +1969,18 @@
   <li><span class="name">prov:EmptyCollection</span> denotes an empty collection.
 </ul>
 
+
+
+
+
 <!--
 In addition, the attribute  <span class="name">prov:content</span> is introduced to allow the explicit specification of the collection's content. The example below illustrates the syntax.
 -->
 
 <div class="anexample">
 <pre class="codeexample">
-   entity(c, [prov:type="EmptyCollection"])    // e is an empty collection
-   entity(c1, [prov:type="Collection"])   // c1 is a collection, with unknown content
-<!--   entity(c2, [prov:type="Collection", prov:content="{ ("k1", v1), ("k2", v2), ("k3", v3)} ])  -->
+entity(c,  [prov:type="EmptyCollection" %% xsd:QName])  // c is an empty collection
+entity(c1, [prov:type="Collection"  %% xsd:QName])      // c1 is a collection, with unknown content
 </pre>
 </div>
 
@@ -1985,40 +1992,74 @@
 <section id="term-collection-insertion">
 <h3>Insertion</h3>
 
-<span class="glossary" id="glossary-collection-insertion">
- <dfn id="concept-insertion">Insertion</dfn> is a derivation denoting the transformation of a collection into another, by insertion of one or more key-value pairs.
-</span>
+<span class="glossary-ref" data-ref="glossary-insertion"></span>
+
+
+
+
+
+<p><div class="attributes" id="attributes-derivedByInsertionFrom">
+A <dfn title="derivedByInsertionFrom">Derivation-by-Insertion</dfn> relation<span class="withPn">, written <span class="pnExpression">derivedByInsertionFrom(id, c2, c1, {(key_1, e_1), ..., (key_n, e_n)}, attrs)</span>,</span> contains:</p>
+<ul>
+<li><span class='attribute'>id</span>:  an OPTIONAL identifier identifying the relation;</li>
+<li><span class='attribute'>after</span>: an identifier (<span class="name">c2</span>) for the collection <em>after</em> insertion; </li>
+<li><span class='attribute'>before</span>: an identifier (<span class="name">c1</span>) for the collection <em>before</em> insertion;</li>
+<li><span class='attribute'>key-entity-set</span>: the inserted key-entity pairs <span class="name">(key_1, e_1)</span>, ..., <span class="name">(key_n, e_n)</span> in which each <span class="name">key_i</span> is a <a>value</a>, and <span class="name">e_i</span> is an identifier  for the entity that has been inserted with the key;
+ each <span class="name">key_i</span> is expected to be unique for the key-entity-set;
+</li>
+<li><span class='attribute'>attributes</span>: an OPTIONAL set (<span class="name">attrs</span>) of attribute-value pairs to further describe the properties of the relation.</li>
+</ul>
+</div>
 
 <p>
-<strong>Derivation-by-Insertion</strong> relation <span class="name">derivedByInsertionFrom(c2, c1,  {(key_1, value_1), ..., (key_n, value_n)})</span> states that  <span class="name">c2</span> is the state of the collection
-following the insertion of pairs <span class="name"> {(key_1, value_1), ..., (key_n, value_n)}</span> into collection  <span class="name">c1</span>, with the provision that each <span class="name">key_i</span> is unique.
-
-<p> A Derivation-by-Insertion relation<span class="withPn">, written <span class="pnExpression"> derivedByInsertionFrom(id, collAfter, collBefore, key-value-set, attrs)</span>,</span> contains:</p>
-<ul>
-<li><span class='attribute'>id</span>:  an OPTIONAL identifier identifying the relation;</li>
-<li><span class='attribute'>after</span>: an identifier for the collection <em>after</em> insertion; </li>
-<li><span class='attribute'>before</span>: an identifier for the collection <em>before</em> insertion;</li>
-<li><span class='attribute'>key-value-set</span>: the inserted key-value pairs, of the form {(key_1, value_1), ..., (key_n, value_n)} where each key_i is a value, and value_i is an identifier  for the value that has been inserted with the key. This may be an entity identifier;</li>
-<li><span class='attribute'>attributes</span>: an OPTIONAL set of attribute-value pairs to further describe the properties of the relation.</li>
-</ul>
+A Derivation-by-Insertion relation <span class="name">derivedByInsertionFrom(id, c2, c1,  {(key_1, e_1), ..., (key_n, e_n)})</span> states that  <span class="name">c2</span> is the state of the collection
+following the insertion of pairs <span class="name">(key_1, e_1)</span>, ..., <span class="name">(key_n, e_n)</span> into collection  <span class="name">c1</span>.</p>
+
+
+
+
 
 
 <div class="anexample">
 <pre class="codeexample">
-   entity(c, [prov:type="EmptyCollection"])    // c is an empty collection
-   entity(v1)
-   entity(v2)
-   entity(c1, [prov:type="Collection"])
-   entity(c2, [prov:type="Collection"])
+   entity(c, [prov:type="EmptyCollection" %% xsd:QName])    // c is an empty collection
+   entity(e1)
+   entity(e2)
+   entity(e3)
+   entity(c1, [prov:type="Collection" %% xsd:QName])
+   entity(c2, [prov:type="Collection" %% xsd:QName])
   
-  derivedByInsertionFrom(c1, c, {("k1", v1), ("k2",v2)})       
-  derivedByInsertionFrom(c2, c1, {("k3", v3)})    
+  derivedByInsertionFrom(c1, c,  {("k1", e1), ("k2", e2)})       
+  derivedByInsertionFrom(c2, c1, {("k3", e3)})    
 </pre>
-  From this set of assertions, we conclude:
+From this set of descriptions, we conclude:
+<pre class="codeexample">
+   c  = {  }
+   c1 = { ("k1", e1), ("k2", e2) }
+   c2 = { ("k1", e1), ("k2", e2), ("k3", e3) }
+  </pre>
+</div>
+
+<p>Insertion provides an "update semantics" for the keys that are already present in the collection, as illustrated by the following example. </p>
+
+<div class="anexample">
+<pre class="codeexample">
+   entity(c, [prov:type="EmptyCollection" %% xsd:QName])    // c is an empty collection
+   entity(e1)
+   entity(e2)
+   entity(e3)
+   entity(c1, [prov:type="Collection" %% xsd:QName])
+   entity(c2, [prov:type="Collection" %% xsd:QName])
+  
+  derivedByInsertionFrom(c1, c,  {("k1", e1), ("k2", e2)})       
+  derivedByInsertionFrom(c2, c1, {("k1", e3)})    
+</pre>
+   This is a case of <em>update</em> of <span class="name">e1</span> to <span class="name">e3</span> for the same key, <span class="name">"k1"</span>. <br/>
+  From this set of descriptions, we conclude:
   <pre class="codeexample">
    c =  {  }
-   c1 = { ("k1",v1),("k2",v2) }
-   c2 =  { ("k1",v1),("k2",v2), ("k3", v3) }
+   c1 = { ("k1", e1), ("k2", e2) }
+   c2 = { ("k1", e3), ("k2", e2) }
   </pre>
 </div>
 
@@ -2028,41 +2069,44 @@
 <section id="term-collection-removal">
 <h3>Removal</h3>
 
-<span class="glossary" id="glossary-collection-removal">
- <dfn id="concept-removal">Removal</dfn> is a derivation denoting the transformation of a collection into another, obtained from the former by removing of one or more key-value pairs.
-</span>
-
-
-<p><strong>Derivation-by-Removal</strong> relation <span class="name">derivedByRemovalFrom(c2,c1, {key_1, ... key_n})</span> states that  <span class="name">c2</span> is  the  state of the collection following the removal of the set of pairs corresponding to keys  <span class="name">key_1...key_n</span> from  <span class="name">c1</span>.
-
-<p> A Derivation-by-Removal relation, written <span class="pnExpression"> derivedByRemovalFrom(id, collAfter, collBefore, key-set, attrs)</span>, contains:</p>
+<span class="glossary-ref" data-ref="glossary-removal"></span>
+
+
+
+
+<p>
+<div class="attributes" id="attributes-derivedByRemovalFrom">
+ A <dfn title="derivedByRemovalFrom">Derivation-by-Removal</dfn> relation, written <span class="pnExpression">derivedByRemovalFrom(id, c2, c1, {key_1, ... key_n}, attrs)</span>, contains:</p>
 <ul>
 <li><span class='attribute'>id</span>:  an OPTIONAL identifier identifying the relation;</li>
-<li><span class='attribute'>after</span>: an identifier  for the collection  <em>after</em> the deletion; </li>
-<li><span class='attribute'>before</span>: an identifier  for the collection <em>before</em> the deletion;</li>
-<li><span class='attribute'>key-set</span>: a set of deleted keys, of the form {key_1,..., key_n};</li>
-<li><span class='attribute'>attributes</span>: an OPTIONAL set of attribute-value pairs to further describe the properties of the relation.</li>
+<li><span class='attribute'>after</span>: an identifier (<span class="name">c2</span>) for the collection  <em>after</em> the deletion; </li>
+<li><span class='attribute'>before</span>: an identifier (<span class="name">c1</span>)  for the collection <em>before</em> the deletion;</li>
+<li><span class='attribute'>key-set</span>: a set of deleted keys  <span class="name">key_1</span>, ..., <span class="name">key_n</span>, for which each <span class="name">key_i</span> is a <a>value</a>;</li>
+<li><span class='attribute'>attributes</span>: an OPTIONAL set (<span class="name">attrs</span>) of attribute-value pairs to further describe the properties of the relation.</li>
 </ul>
-
+</div>
+
+<p>Derivation-by-Removal relation <span class="name">derivedByRemovalFrom(id, c2,c1, {key_1, ... key_n})</span> states that  <span class="name">c2</span> is  the  state of the collection following the removal of the set of pairs corresponding to keys  <span class="name">key_1...key_n</span> from  <span class="name">c1</span>.
 
 <div class="anexample">
 <pre class="codeexample">
-   entity(c, [prov:type="EmptyCollection"])    // e is an empty collection
-   entity(v1)
-   entity(v2)
+   entity(c, [prov:type="EmptyCollection"])    // c is an empty collection
+   entity(e1)
+   entity(e2)
+   entity(e3)
    entity(c1, [prov:type="Collection"])
    entity(c2, [prov:type="Collection"])
 
-  derivedByInsertionFrom(c1, c, {("k1", v1), ("k2",v2)})       
-  derivedByInsertionFrom(c2, c1, {("k3", v3)})
-  derivedByRemovalFrom(c3, c2, {k1,k3})   
+  derivedByInsertionFrom(c1, c, {("k1", e1), ("k2",e2)})       
+  derivedByInsertionFrom(c2, c1, {("k3", e3)})
+  derivedByRemovalFrom(c3, c2, {k1, k3})   
 </pre>
-  From this set of assertions, we conclude:
+From this set of descriptions, we conclude:
   <pre class="codeexample">
    c =  {  }
-   c1 = { ("k1",v1), ("k2", v2)  }
-   c2 = { ("k1",v1), ("k2", v2), ("k3", v3) }
-   c3 = { ("k2",v2) }
+   c1 = { ("k1", e1), ("k2", e2)  }
+   c2 = { ("k1", e1), ("k2", e2), ("k3", e3) }
+   c3 = { ("k2", e2) }
   </pre>
 
   
@@ -2075,22 +2119,24 @@
 <h3>Membership</h3>
 
 
-<span class="glossary" id="glossary-collection-membership">
-  <dfn id="concept-membership">Membership</dfn> denotes that a key-value pair is a member of a collection.
-</span>
+<span class="glossary-ref" data-ref="glossary-membership"></span>
 
 <p>
-The insertion and removal relations make insertions and removals explicit as part of the history of a collection. This, however, requires explicit mention of the state of the collection prior to each insertion. The membership relation removes this needs, allowing the state of a collection <span class="name">c</span> to be asserted without having to introduce a prior state. This allows for the natural expression of a collection state, for instance in cases where a program or workflow block produces a new collection <span class="name">c</span>  with known content. In such cases, 
-<span class="name">memberOf(c,{(key_1, value_1), ..., (key_n, value_n)})</span> asserts that  <span class="name">c</span> is known to include <span class="name">{(key_1, value_1), ..., (key_n, value_n)}</span>, without having to introduce an initial state. <br/>
-
-<p> A <strong>Membership</strong> relation, written <span class="pnExpression"> memberOf(id, coll, key-value-set, attrs)</span>, contains:</p>
+The insertion and removal  relations make insertions and removals explicit as part of the history of a collection. This, however, requires explicit mention of the state of the collection prior to each operation. The membership relation removes this needs, allowing the state of a collection <span class="name">c</span> to be expressed without having to introduce a prior state.</p>
+
+<p>
+<div class="attributes" id="attributes-memberOf">
+ A <dfn title="memberOf">membership</dfn> relation, written <span class="pnExpression">memberOf(id, c, {(key_1, e_1), ..., (key_n, e_n)}, attrs)</span>, contains:
 <ul>
 <li><span class='attribute'>id</span>:  an OPTIONAL identifier identifying the relation;</li>
-<li><span class='attribute'>after</span>: an identifier  for the collection whose members are asserted; </li>
-<li><span class='attribute'>key-value-set</span>: a set of key-value pairs that are members of the collection, of the form {(key_1, value_1), ..., (key_n, value_n)}</li>
-<li><span class='attribute'>attributes</span>: an OPTIONAL set of attribute-value pairs to further describe the properties of the relation.</li>
-
+<li><span class='attribute'>after</span>: an identifier (<span class="name">c</span>) for the collection whose members are asserted; </li>
+<li><span class='attribute'>key-entity-set</span>: a set of key-entity pairs <span class="name">(key_1, e_1)</span>, ..., <span class="name">(key_n, e_n)</span> that are members of the collection;</li>
+<li><span class='attribute'>attributes</span>: an OPTIONAL set (<span class="name">attrs</span>) of attribute-value pairs to further describe the properties of the relation.</li>
 </ul>
+</div>
+
+<p>The description <span class="name">memberOf(c, {(key_1, e_1), ..., (key_n, e_n)})</span> states that  <span class="name">c</span> is known to include <span class="name">(key_1, e_1)</span>, ..., <span class="name">(key_n, e_n)}</span>, without having to introduce an initial state. <br/>
+
 
 
 <div class="anexample">
@@ -2099,42 +2145,47 @@
    activity(a)
    wasGeneratedBy(c,a)   // a produced c
   
-   entity(v1)
-   entity(v2)
-   memberOf(c, {("k1", v1), ("k2", v2)} )  // c is contains ("k1", v1), ("k2", v2)
+   entity(e1)
+   entity(e2)
+   memberOf(c, {("k1", e1), ("k2", e2)} )  
   
-   entity(v2)
+   entity(e3)
    entity(c1, [prov:type="Collection"])
   
-   derivedByInsertionFrom(c1, c, {("k3", v3)})     
+   derivedByInsertionFrom(c1, c, {("k3", e3)})     
 </pre>
   From this set of assertions, we conclude:
   <pre class="codeexample">
-   c  contains   ("k1", v1), ("k2", v2) 
-   c1 contains   ("k1", v1), ("k2", v2), ("k3", v3) 
+   c  contains   ("k1", e1), ("k2", e2) 
+   c1 contains   ("k1", e1), ("k2", e2), ("k3", v3) 
   </pre>
- Note that the state of <span class="name">c1</span> after these assertions is only partially known, because the initial state of <span class="name">c</span> is unknown. Alternatively, had the first assertion been
-  <span class="name"> entity(c, [prov:type="EmptyCollection"])</span>,
-  one would conclude that, based on these assertions,  <span class="name">c1 = {("k1", v1) ("k2", v2), ("k3",v3)}</span>.
+ Note that the state of <span class="name">c1</span> with these relations is only partially known, because the initial state of <span class="name">c</span> is unknown.
 </div>
 
+<!-- To go to part 2
+
+
+  Note that the following one cannot have at the same time an empty collection and membership relations for it, i.e., the following example is invalid:
+<pre class="codeexample">
+  <span class="name"> entity(c, [prov:type="EmptyCollection"])</span>
+   memberOf(c, {("k1", e1), ("k2", v2)} )  
+  </pre>
+
+
+-->
+
 </section>  <!-- Membership -->
 
 
 
-Further considerations: <p/>
+<p>Further considerations: </p>
 
 <ul>
-<li>In Key-Value pairs, Keys are <a href="#term-value">values</a>, and Values are entities. This allows expressing nested collections, that is, collections whose values include entities of type collection.</li>
-
-<li>As the relation names suggest, insertion and removal relations are a particular case of <a href="#Derivation-Relation">derivation</a>.</li>
-
-
-
-<li>The state of a collection (i.e., the set of key-value pairs it contains) at a given point in a sequence of operations is never stated explicitly. Rather, it can be obtained by querying the chain of derivations involving insertions and removals. Entity type <span class="name">emptyCollection</span> can be used in this context as it marks the start of a sequence of collection operations.</li>
-
-
-<li>The representation of a collection through these relations, makes no assumption regarding the underlying data structure used to store and manage collections. In particular, no assumptions are needed regarding the mutability of a data structure that is subject to updates. Entities, however, are immutable and this applies  to those entities that represent collections. This is reflected in the constraints listed in Part II.  </li>
+
+<li>The state of a collection (i.e., the set of key-entity pairs it contains) at a given point in a sequence of operations is never stated explicitly. Rather, it can be obtained by querying the chain of derivations involving insertions and removals. Entity type <span class="name">emptyCollection</span> can be used in this context as it marks the start of a sequence of collection operations.</li>
+
+
+<li>The representation of a collection through these relations makes no assumption regarding the underlying data structure used to store and manage collections. In particular, no assumptions are needed regarding the mutability of a data structure that is subject to updates. Entities, however, are immutable and this applies  to those entities that represent collections. This is reflected in the constraints listed in Part II.  </li>
 </ul>
 
   
@@ -2147,28 +2198,28 @@
 <p>The sixth component of PROV-DM is concerned with <a title="note">notes</a> and <a title="annotation">annotations</a>.
 </p>
 
-
+<p>As provenance descriptions are exchanged between systems, it may be useful to add extra-information to what they are describing. For instance, a "trust service" may add value-judgements about the
+trustworthiness of some of the entities or agents involved. Likewise, an interactive visualization component may want to enrich a set of provenance descriptions with information helping reproduce their
+visual representation. To help with interoperability, PROV-DM introduces a simple annotation mechanism allowing anything that is identifiable to be associated with notes.
+For this, a type and and a relation are introduced.</p>
+
+
+<p>The annotation mechanism (with note and annotation) forms a key aspect of the extensibility mechanism of PROV-DM (see <a
+href="#extensibility-section">extensibility section</a>).</p>
    <section id="term-note"> 
       
 <h4>Note</h4>
 
-<p>As provenance descriptions are exchanged between systems, it may be useful to add extra-information to what they are describing. For instance, a "trust service" may add value-judgements about the
-trustworthiness of some of the entities or agents involved. Likewise, an interactive visualization component may want to enrich a set of provenance descriptions with information helping reproduce their
-visual representation. To help with interoperability, PROV-DM introduces a simple annotation mechanism allowing anything that is identifiable to be associated with notes.</p>
-
-<p><div class="attributes" id="attributes-note">A <dfn>note</dfn><span class="withPn">, noted <span class="pnExpression">note(id, [ attr1=val1, ...])</span> in PROV-N,</span> contains:
+
+<p><div class="attributes" id="attributes-note">A <dfn>note</dfn><span class="withPn">, noted <span class="pnExpression">note(id, [attr1=val1, ...])</span> in PROV-N,</span> contains:
 <ul>
 <li><span class='attribute' id="note.id">id</span>: an identifier for a note;</li>
-<li><span class='attribute' id="note.attributes">attributes</span>: a set of attribute-value pairs, whose meaning is application specific.</li>
+<li><span class='attribute' id="note.attributes">attributes</span>: a set of attribute-value pairs ((<span class="name">attr1</span>, <span class="name">val1</span>), ...), whose meaning is application specific.</li>
 </ul></div>
 
 
 
 
-<p>A separate PROV-DM relation is used to associate a note with something that is identifiable. 
-</p>
-
-
 <div class="anexample" id="anexample-note1">
 <p>
 The following note consists of a set of application-specific attribute-value pairs, intended
@@ -2180,7 +2231,7 @@
 </pre>
 <p>The note is associated with the entity <span class="name">tr:WD-prov-dm-20111215</span>.
 Relation <a title="annotation">hasAnnotation</a> is 
-discussed in Section <a href="#term-annotation">Annotation</a>.  The note's identifier and attributes are declared in a separate namespace denoted by prefix <span class="name">ex2</span>.
+discussed in the  <a href="#term-annotation">next section</a>.  The note's identifier and attributes are declared in a separate namespace denoted by prefix <span class="name">ex2</span>.
 </p>
 </div>
 
@@ -2191,7 +2242,7 @@
 hasAnnotation(ex:Simon,ex3:n2)
 hasAnnotation(ex:Paolo,ex3:n2)
 </pre>
-<p>The note's identifier and attributes are declares in a separate namespace denoted by prefix <span class="name">ex3</span>.</p>
+<p>The note's identifier and attributes are declared in a separate namespace denoted by prefix <span class="name">ex3</span>.</p>
 
 </div>
 
@@ -2203,17 +2254,16 @@
 
 
 
-<span class="glossary-ref" ref="glossary-annotation"></span>
+<span class="glossary-ref" data-ref="glossary-annotation"></span>
 
 <p>Multiple notes can
 be associated with a given identified object; symmetrically, multiple objects can be associated with a given note.  Since notes have identifiers,  they can also be
-annotated. The annotation mechanism (with note and annotation) forms a key aspect of the extensibility mechanism of PROV-DM (see <a
-href="#extensibility-section">extensibility section</a>).</p>
+annotated. </p>
 
 <p></p><div class="attributes" id="attributes-annotation">An <dfn title="hasAnnotation">annotation relation</dfn><span class="withPn">, written <span class="pnExpression">hasAnnotation(r,n)</span> in PROV-N,</span> has the following constituents:
 <ul>
-<li><span class='attribute' id="annotation.id">something</span>: the identifier of something being annotated;</li>
-<li><span class='attribute' id="annotation.note">note</span>: an identifier of a note.</li>
+<li><span class='attribute' id="annotation.id">something</span>: the identifier (<span class="name">r</span>) of something being annotated;</li>
+<li><span class='attribute' id="annotation.note">note</span>: an identifier (<span class="name">n</span>) of a note.</li>
 </ul>
 </div>
 
@@ -2259,7 +2309,7 @@
 <section id="term-NamespaceDeclaration">
 <h3>Namespace Declaration</h3>
 
-<p>A PROV-DM <dfn id="dfn-namespace">namespace</dfn> is identified by an IRI reference [[!IRI]]. In PROV-DM, attributes, identifiers, and values with <a title="qualified name">qualified names</a> as data type can be placed in a namespace using the mechanisms described in this specification. </p>
+<p>A PROV-DM <dfn id="dfn-namespace">namespace</dfn> is identified by an IRI [[!IRI]]. In PROV-DM, attributes, identifiers, and values with <a title="qualified name">qualified names</a> as data type can be placed in a namespace using the mechanisms described in this specification. </p>
 
 
 <p>A <dfn id="dfn-namespaceDeclaration">namespace declaration</dfn> consists of a binding between a prefix and a namespace. Every qualified name with this prefix in the scope of this
@@ -2271,6 +2321,23 @@
 
 </section>
 
+<section id="term-qualified-name">
+<h4>Qualified Name</h4>
+
+
+<span class="glossary-ref" data-ref="glossary-qualifiedName"></span>
+
+<p>PROV-DM stipulates that a qualified name can be mapped into an IRI
+ by concatenating the IRI associated with the prefix and the local part.</p>
+
+<p>A qualified name's prefix is OPTIONAL. If a prefix occurs in a
+ qualified name, it refers to a <a>namespace</a> declared in a namespace declaration.  In the absence of prefix, the qualified name 
+ refers to the <a title="default namespace declaration">default namespace</a>.</p>
+
+</section>
+
+
+
 <section id="term-identifier">
 <h4>Identifier</h4>
 
@@ -2279,17 +2346,6 @@
  name</a>. 
 </p>
 
-<p>
-A <dfn id="dfn-qualifiedName">qualified name</dfn> is a name subject to <a>namespace</a> interpretation. It consists of a <a>namespace</a>, denoted by an optional prefix, and a local name.</p>
-
-
-<p>PROV-DM stipulates that a qualified name can be mapped into an IRI
- by concatenating the IRI associated with the prefix and the local part.</p>
-
-<p>A qualified name's prefix is OPTIONAL. If a prefix occurs in a
- qualified name, it refers to a <a>namespace</a> declared in a namespace declaration.  In the absence of prefix, the qualified name 
- refers to the <a title="default namespace declaration">default namespace</a>.</p>
-
 </section>
 
 <section id="term-attribute">
@@ -2301,11 +2357,48 @@
 <p>The PROV data model introduces a pre-defined set of attributes in the <a href="#prov-dm-namespace">PROV-DM namespace</a>, which we define below. 
 The interpretation of any attribute declared in another namespace is out of scope.</p>
 
+
+<section id="term-attribute-label">
+<h4>prov:label</h4>
+
+<p> The attribute <dfn title="dfn-label"><span class="name">prov:label</span></dfn> provides a human-readable representation of a PROV-DM element or relation.  The value associated with the attribute <span class="name">prov:label</span> MUST be a string.</p>
+
+<div class="anexample">
+<p>The following entity is provided with a label attribute.</p>
+<pre class="codeexample">
+ entity(ex:e1, [prov:label="This is a label"])
+</pre>
+</div>
+
+
+</section>
+
+
+<section id="term-attribute-location">
+<h4>prov:location</h4>
+
+<p>A <dfn title="dfn-Location">location</dfn> can be an identifiable geographic place (ISO 19112), but it can also be a non-geographic place such as a directory, row, or column. As such, there are numerous ways in which location can be expressed, such as by a coordinate,
+address, landmark, and so forth. This  document does not specify how to concretely express  locations, but instead provide a mechanism to introduce locations, by means of a reserved attribute. </p> 
+
+
+<p>
+The attribute <dfn title="dfn-location"><span class="name">prov:location</span></dfn> is an OPTIONAL attribute of entity and activity.  The value associated with the  attribute <span class="name">prov:location</span> MUST be a PROV-DM <a title="value">Value</a>, expected to denote a location.
+</p>
+
+<div class="anexample">
+<p>The following expression describes entity Mona Lisa, a painting, with a location attribute. </p>
+<pre class="codeexample">
+ entity(ex:MonaLisa, [prov:location="Le Louvres, Paris", prov:type="StillImage"])
+</pre>
+</div>
+</section>
+
+
 <section id="term-attribute-role">
 <h4>prov:role</h4>
 
 <p>The attribute <dfn title="dfn-role"><span class="name">prov:role</span></dfn>  denotes the function of an entity with respect to an activity, in the context of a usage, generation,
-activity association, activity start, and activity end. The attribute <span class="name">prov:role</span> is allowed to occur multiple times in a list of attribute-value pairs. The value associated with a <span
+ association,  start, and  end. The attribute <span class="name">prov:role</span> is allowed to occur multiple times in a list of attribute-value pairs. The value associated with a <span
 class="name">prov:role</span> attribute MUST be a PROV-DM <a title="value">Value</a>.</p>
 
 <div class="anexample">
@@ -2330,38 +2423,21 @@
    agent(ag, [prov:type="prov:SoftwareAgent" %% xsd:QName])
 </pre>
 </div>
-</section>
-
-
-<section id="term-attribute-label">
-<h4>prov:label</h4>
-
-<p> The attribute <dfn title="dfn-label"><span class="name">prov:label</span></dfn> provides a human-readable representation of a PROV-DM element or relation.  The value associated with the attribute <span class="name">prov:label</span> MUST be a string.</p>
-
-<div class='issue'>
- This is <a href="http://www.w3.org/2011/prov/track/issues/219">ISSUE-219</a>. </div>
+
+<p>The following types are pre-defined in PROV, and are valid values for the <span class="name">prov:type</span> attribute.</p>
+<ul>
+<li>prov:Plan</li>
+<li>prov:Account</li>
+<li>prov:SoftwareAgent</li>
+<li>prov:Organization</li>
+<li>prov:Person</li>
+</ul>
+
 </section>
 
 
 
-<section id="term-attribute-location">
-<h4>prov:location</h4>
-
-<p>A <dfn title="dfn-Location">location</dfn> can be an identifiable geographic place (ISO 19112), but it can also be a non-geographic place such as a directory, row, or column. As such, there are numerous ways in which location can be expressed, such as by a coordinate,
-address, landmark, and so forth. This  document does not specify how to concretely express  locations, but instead provide a mechanism to introduce locations, by means of attributes. </p> 
-
-
-<p>
-The attribute <dfn title="dfn-location"><span class="name">prov:location</span></dfn> is an OPTIONAL attribute of entity and activity.  The value associated with the  attribute <span class="name">prov:location</span> MUST be a PROV-DM <a title="value">Value</a>, expected to denote a location.
-</p>
-
-<div class="anexample">
-<p>The following expression describes entity Mona Lisa, a painting, with a location attribute. </p>
-<pre class="codeexample">
- entity(ex:MonaLisa, [prov:location="Le Louvres, Paris", prov:type="StillImage"])
-</pre>
-</div>
-</section>
+
 
 
 
@@ -2374,10 +2450,11 @@
 <p>
 By means of attribute-value pairs, the PROV data model can refer to <dfn title="value">values</dfn> such as strings, numbers, time, qualified names, and IRIs.  
 The interpretation of such values is outside the scope of PROV-DM.</p>
-Each kind of such values is called a <em>datatype</em>. Each datatype is identified by an <a>qualified name</a>.</p>
-
-<p>The data types are taken from 
+<p>Each kind of such values is called a <em>datatype</em>. The datatypes are taken from 
 the set of XML Schema Datatypes, version 1.1 [[!XMLSCHEMA-2]] and the RDF specification [[!RDF-CONCEPTS]]. The normative definitions of these datatypes are provided by the respective specifications. 
+Each datatype is identified by its XML <a href="http://www.w3.org/TR/xmlschema-2/#QName">xsd:QName</a>.</p>
+
+<p>
 </p>
 
 <p>We note that PROV-DM <dfn title="dfn-time">time instants</dfn> are defined according to xsd:dateTime [[!XMLSCHEMA-2]].</p> 
@@ -2399,7 +2476,7 @@
 <tr><td><a href="http://www.w3.org/TR/xmlschema-2/#unsignedLong">xsd:unsignedLong</a></td> <td><a href="http://www.w3.org/TR/xmlschema-2/#hexBinary">xsd:hexBinary</a></td> </tr>
 <tr><td><a href="http://www.w3.org/TR/xmlschema-2/#unsignedInt">xsd:unsignedInt</a></td>  <td><a href="http://www.w3.org/TR/xmlschema-2/#base64Binary">xsd:base64Binary</a></td> </tr>
 <tr><td><a href="http://www.w3.org/TR/xmlschema-2/#unsignedShort">xsd:unsignedShort</a></td><td><a href="http://www.w3.org/TR/xmlschema-2/#anyURI">xsd:anyURI</a></td> </tr>
-<tr><td><a href="http://www.w3.org/TR/xmlschema-2/#unsignedByte">xsd:unsignedByte</a></td> <td><a href="http://www.w3.org/TR/xmlschema-2/#anyURI">xsd:QName</a></td></tr>
+<tr><td><a href="http://www.w3.org/TR/xmlschema-2/#unsignedByte">xsd:unsignedByte</a></td> <td><a href="http://www.w3.org/TR/xmlschema-2/#QName">xsd:QName</a></td></tr>
 </table>
 
 
@@ -2432,12 +2509,15 @@
 <pre class="codeexample"> 
   wasGeneratedBy(e1,a1, 2001-10-26T21:32:52)
 </pre>
+</div>
+
+<div class="note">
+We need to check that we are including all xsd types that are accept in the lastest version of RDF.
+</div>
+</section>
 </section>
  
 
-</section>
-
-
 
 </section>
 
@@ -2455,18 +2535,13 @@
 application-specific attributes, according to their perspective on the world.  Attributes for a given application can be distinguished by qualifying them with a prefix denoting a namespace
 declared in a namespace declaration.
 
-<p>The <a href="#prov-dm-namespace">PROV-DM namespace</a> declares a set of reserved attributes catering for extensibility: <span class="name">type</span>, <span
+<p>The <a href="#prov-dm-namespace">PROV-DM namespace</a> declares a set of reserved attributes catering for extensibility: <span class="name">type</span>, <span class="name">role</span>, <span
 class="name">location</span>.</li>
 
 
-<li> Sets of Attribute-value pairs offer a mechanism to
-describe modalities of use, generation, activity association, and responsibility chain.  
-Such attributes are also qualified by namespaces.
-
-<p>To this end, the <a href="#prov-dm-namespace">PROV-DM namespace</a> declares a reserved attribute: <span class="name">role</span>.</p></li>
-
-
-<li>Notes allow arbitrary metadata to be associated with anything identifiable in PROV-DM. Notes consist of name-value pairs. Like attributes, names are qualified by a
+
+
+<li>Notes allow arbitrary metadata to be associated with anything identifiable in PROV-DM. Notes consist of attribute-value pairs.  Attributes are qualified by a
 namespace.</li>
 
 
@@ -2487,7 +2562,7 @@
 
 
 <section id="FurtherConsiderations">
-<h4>Data Model Constraints</h4>
+<h4>Towards a Refinement of the PROV Data Model</h4>
 
 
 <ul>
@@ -2521,7 +2596,7 @@
 <li> relying on specific serializations to name bundles of descriptions;</li>
 <li> using the idea of a service that is capable of associating provenance descriptions to whom they are attributed to.</li>
 </ul>
-<p>Even though a mechanism for blundling up provenance descriptions and naming them is not part of PROV-DM, the idea of a bundle of descriptions is crucial to the PROV approach. Indeed, it allows multiple provenance perspectives to be provided for a given entity. It is also the mechanism by which provenance of provenance can be expressed. Such a named bundle is being referred to as an <dfn>account</dfn> and is regarded as an <a title="concept-accountEntity">AccountEntity</a> so that its provenance can be expressed.   The notion of account is specified in the companion specification [[PROV-DM-CONSTRAINTS]], as well as constraint that  <dfn>structurally well-formed</dfn> descriptions are expected to satisfy.</p>
+<p>Even though a mechanism for blundling up provenance descriptions and naming them is not part of PROV-DM, the idea of a bundle of descriptions is crucial to the PROV approach. Indeed, it allows multiple provenance perspectives to be provided for a given entity. It is also the mechanism by which provenance of provenance can be expressed. Such a named bundle is being referred to as an <dfn>account</dfn> and is regarded as an <a title="concept-account">Account</a> so that its provenance can be expressed.   The notion of account is specified in the companion specification [[PROV-DM-CONSTRAINTS]], as well as constraint that  <dfn>structurally well-formed</dfn> descriptions are expected to satisfy.</p>
 </li>
 
 
--- a/model/prov-n.html	Thu Mar 29 14:20:43 2012 +0100
+++ b/model/prov-n.html	Thu Mar 29 15:28:20 2012 +0100
@@ -117,7 +117,7 @@
           // if your specification has a subtitle that goes below the main
           // formal title, define it here
         //          subtitle   :  "About-to-be-frozen WD4 (for internal release)",
-          subtitle   :  "Towards WD5",
+          subtitle   :  "Final Phase, before internal review (WD5)",
 
           // if you wish the publication date to be other than today, set this
           // publishDate:  "2011-10-18",
@@ -313,12 +313,13 @@
 <p>However, communicating provenance between humans is also important when teaching, illustrating, formalizing, and discussing provenance-related issues.  To this end, PROV-N is a notation that is designed to  write instances of the PROV-DM data model in a compact textual form, without the syntactic baggage and constraints coming with a markup language such as XML or a description framework such as RDF. </p>
 
 <ul>
-<li>PROV-N adopts a <em>functional notation</em> consisting a name and a series of arguments in bracket.</li>
+<li>PROV-N adopts a <em>functional notation</em> consisting a name and a series of arguments in bracket.
 <div class="anexample">
 <pre class="codeexample" >
 wasDerivedFrom(e2, e1, a, g2, u1)
 </pre>
 </div>
+</li>
 
 <li>The interpretation of PROV-N arguments is defined according to their <em>position</em> in the list of arguments. This convention allows for a compact notation. </li>
 
@@ -399,7 +400,6 @@
 </ul>
 
 
-</li>
 
 
 
@@ -455,7 +455,7 @@
 <p>Instances of the PROV-DM data model are expressed as PROV-N <dfn title="expression">expressions</dfn>, which have a text conformant with the toplevel <a>production</a> <span class="nonterminal">expression</span> of the grammar. </p>
 
 <div class='grammar'>
-<table border="0" style="background: white;">
+<table border="" style="background: white;">
 <tr><td><span class="nonterminal">expression</span> <br/><br/><br/><br/><br/><br/><br/>
 </td><td>&nbsp;::=<br/><br/><br/><br/><br/><br/><br/></td><td>
 <!-- Component 1-->
@@ -464,31 +464,31 @@
 | <span class="nonterminal">generationExpression</span> 
 | <span class="nonterminal">usageExpression</span> 
 <br/>
-&nbsp;&nbsp| <span class="nonterminal">startExpression</span> 
+&nbsp;&nbsp;| <span class="nonterminal">startExpression</span> 
 | <span class="nonterminal">endExpression</span> 
 | <span class="nonterminal">communicationExpression</span> 
 | <span class="nonterminal">startByActivityExpression</span> 
 <br/>
 <!-- Component 2-->
-&nbsp;&nbsp| <span class="nonterminal">agentExpression</span>
+&nbsp;&nbsp;| <span class="nonterminal">agentExpression</span>
 | <span class="nonterminal">attributionExpression</span> 
 | <span class="nonterminal">associationExpression</span> 
 | <span class="nonterminal">responsibilityExpression</span> 
 <br/>
 <!-- Component 3-->
-&nbsp;&nbsp| <span class="nonterminal">derivationExpression</span> 
+&nbsp;&nbsp;| <span class="nonterminal">derivationExpression</span> 
 | <span class="nonterminal">revisionExpression</span> 
 | <span class="nonterminal">quotationExpression</span> <br/>
-&nbsp;&nbsp| <span class="nonterminal">hadOriginalSourceExpression</span> 
+&nbsp;&nbsp;| <span class="nonterminal">hadOriginalSourceExpression</span> 
 | <span class="nonterminal">traceabilityExpression</span> 
 <br/>
 <!-- Component 4-->
-&nbsp;&nbsp| <span class="nonterminal">alternateExpression</span> 
+&nbsp;&nbsp;| <span class="nonterminal">alternateExpression</span> 
 | <span class="nonterminal">specializationExpression</span>
 <br/>
 <!-- Component 5 TODO-->
 <!-- Component 6-->
-&nbsp;&nbsp| <span class="nonterminal">noteExpression</span> 
+&nbsp;&nbsp;| <span class="nonterminal">noteExpression</span> 
 | <span class="nonterminal">annotationExpression</span> 
 <br/>
 </td></tr>
@@ -1148,7 +1148,7 @@
 <section id="expression-collection-insertion">
 <h3>Insertion</h3>
 
-A Derivation-by-Insertion relation's text matches the <span class="nonterminal">derivationByInsertionFromExpression</span> production.</p>
+<p>A Derivation-by-Insertion relation's text matches the <span class="nonterminal">derivationByInsertionFromExpression</span> production.</p>
 
 <div class="grammar">
  <span class="nonterminal">derivationByInsertionFromExpression</span>&nbsp;::=  
@@ -1182,7 +1182,7 @@
 <section id="expression-collection-removal">
 <h3>Removal</h3>
 
-A Derivation-by-Removal relation's text matches the <span class="nonterminal">derivationByRemovalFromExpression</span> production.</p>
+<p>A Derivation-by-Removal relation's text matches the <span class="nonterminal">derivationByRemovalFromExpression</span> production.</p>
 
 <div class="grammar">
  <span class="nonterminal">derivationByRemovalFromExpression</span>&nbsp;::=  
@@ -1214,7 +1214,7 @@
 <section id="expression-collection-containment">
 <h3>Containment</h3>
 
-A Containment relation's  text matches the <span class="nonterminal">containedExpression</span> production.</p>
+<p>A Containment relation's  text matches the <span class="nonterminal">containedExpression</span> production.</p>
 
 <div class="grammar">
  <span class="nonterminal">containedExpression</span>&nbsp;::=  
@@ -1245,7 +1245,7 @@
 <section id="expression-bulk-insertion">
 <h3>Bulk Insertion</h3>
 
-A  Derivation-by-Bulk-Insertion relation's  text matches the <span class="nonterminal">derivationByBulkInsertionFromExpression</span> production.</p>
+<p>A  Derivation-by-Bulk-Insertion relation's  text matches the <span class="nonterminal">derivationByBulkInsertionFromExpression</span> production.</p>
 
 <div class="grammar">
  <span class="nonterminal">derivationByBulkInsertionFromExpression</span>&nbsp;::=  
@@ -1427,6 +1427,8 @@
 
 
 </section>
+
+<!--
 <section  id="second-class-elements">
 <section id="expression-NamespaceDeclaration">
 </section>
@@ -1445,10 +1447,10 @@
 <section id="expression-value">
 </section>
 </section>
-</section>
 
+-->
 
-
+</section>
 
 
 
@@ -1548,7 +1550,7 @@
 </pre>
 </div>
 
-<div class="anexample" id="anexample-qualified-name">
+<div class="anexample" id="anexample-qualified-name2">
 <p>Examples of entities with declared and default namespace.</p>
 <pre class="codeexample">
 container
@@ -1626,24 +1628,38 @@
 <table border="1" style="margin-left: auto; margin-right: auto;">
 <caption id="permitted-datatypes">Permitted datatypes in literals</caption>
 <tr><td><a href="http://www.w3.org/TR/xmlschema-2/#decimal">xsd:decimal</a></td> <td><a href="http://www.w3.org/TR/xmlschema-2/#double">xsd:double</a></td>  <td><a href="http://www.w3.org/TR/xmlschema-2/#dateTime">xsd:dateTime</a></td> </tr>
-<tr><td><a href="http://www.w3.org/TR/xmlschema-2/#integer">xsd:integer</a></td> <td><a href="http://www.w3.org/TR/xmlschema-2/#float">xsd:float</a></td>  </tr>
+<tr><td><a href="http://www.w3.org/TR/xmlschema-2/#integer">xsd:integer</a></td> <td><a href="http://www.w3.org/TR/xmlschema-2/#float">xsd:float</a></td>  <td></td></tr>
 <tr><td><a href="http://www.w3.org/TR/xmlschema-2/#nonNegativeInteger">xsd:nonNegativeInteger</a></td> <td><a href="http://www.w3.org/TR/xmlschema-2/#string">xsd:string</a></td> <td><a href="http://www.w3.org/TR/2004/REC-rdf-concepts-20040210/#section-XMLLiteral">rdf:XMLLiteral</a></td> </tr>
-<tr><td><a href="http://www.w3.org/TR/xmlschema-2/#nonPositiveInteger">xsd:nonPositiveInteger</a></td><td><a href="http://www.w3.org/TR/xmlschema-2/#normalizedString">xsd:normalizedString</a></td> </tr>
-<tr><td><a href="http://www.w3.org/TR/xmlschema-2/#positiveInteger">xsd:positiveInteger</a></td> <td><a href="http://www.w3.org/TR/xmlschema-2/#token">xsd:token</a></td> </tr>
-<tr><td><a href="http://www.w3.org/TR/xmlschema-2/#negativeInteger">xsd:negativeInteger</a></td> <td><a href="http://www.w3.org/TR/xmlschema-2/#language">xsd:language</a></td> </tr>
-<tr><td><a href="http://www.w3.org/TR/xmlschema-2/#long">xsd:long</a></td> <td><a href="http://www.w3.org/TR/xmlschema-2/#Name">xsd:Name</a></td> </tr>
-<tr><td><a href="http://www.w3.org/TR/xmlschema-2/#int">xsd:int</a></td>  <td><a href="http://www.w3.org/TR/xmlschema-2/#NCName">xsd:NCName</a></td> </tr>
-<tr><td><a href="http://www.w3.org/TR/xmlschema-2/#short">xsd:short</a></td> <td><a href="http://www.w3.org/TR/xmlschema-2/#NMTOKEN">xsd:NMTOKEN</a></td> </tr>
-<tr><td><a href="http://www.w3.org/TR/xmlschema-2/#byte">xsd:byte</a></td>  <td><a href="http://www.w3.org/TR/xmlschema-2/#boolean">xsd:boolean</a></td> </tr>
-<tr><td><a href="http://www.w3.org/TR/xmlschema-2/#unsignedLong">xsd:unsignedLong</a></td> <td><a href="http://www.w3.org/TR/xmlschema-2/#hexBinary">xsd:hexBinary</a></td> </tr>
-<tr><td><a href="http://www.w3.org/TR/xmlschema-2/#unsignedInt">xsd:unsignedInt</a></td>  <td><a href="http://www.w3.org/TR/xmlschema-2/#base64Binary">xsd:base64Binary</a></td> </tr>
-<tr><td><a href="http://www.w3.org/TR/xmlschema-2/#unsignedShort">xsd:unsignedShort</a></td><td><a href="http://www.w3.org/TR/xmlschema-2/#anyURI">xsd:anyURI</a></td> </tr>
-<tr><td><a href="http://www.w3.org/TR/xmlschema-2/#unsignedByte">xsd:unsignedByte</a></td> <td><a href="http://www.w3.org/TR/xmlschema-2/#anyURI">xsd:QName</a></td></tr>
+<tr><td><a href="http://www.w3.org/TR/xmlschema-2/#nonPositiveInteger">xsd:nonPositiveInteger</a></td><td><a href="http://www.w3.org/TR/xmlschema-2/#normalizedString">xsd:normalizedString</a></td> <td></td></tr>
+<tr><td><a href="http://www.w3.org/TR/xmlschema-2/#positiveInteger">xsd:positiveInteger</a></td> <td><a href="http://www.w3.org/TR/xmlschema-2/#token">xsd:token</a></td> <td></td></tr>
+<tr><td><a href="http://www.w3.org/TR/xmlschema-2/#negativeInteger">xsd:negativeInteger</a></td> <td><a href="http://www.w3.org/TR/xmlschema-2/#language">xsd:language</a></td> <td></td></tr>
+<tr><td><a href="http://www.w3.org/TR/xmlschema-2/#long">xsd:long</a></td> <td><a href="http://www.w3.org/TR/xmlschema-2/#Name">xsd:Name</a></td> <td></td></tr>
+<tr><td><a href="http://www.w3.org/TR/xmlschema-2/#int">xsd:int</a></td>  <td><a href="http://www.w3.org/TR/xmlschema-2/#NCName">xsd:NCName</a></td> <td></td></tr>
+<tr><td><a href="http://www.w3.org/TR/xmlschema-2/#short">xsd:short</a></td> <td><a href="http://www.w3.org/TR/xmlschema-2/#NMTOKEN">xsd:NMTOKEN</a></td> <td></td></tr>
+<tr><td><a href="http://www.w3.org/TR/xmlschema-2/#byte">xsd:byte</a></td>  <td><a href="http://www.w3.org/TR/xmlschema-2/#boolean">xsd:boolean</a></td> <td></td></tr>
+<tr><td><a href="http://www.w3.org/TR/xmlschema-2/#unsignedLong">xsd:unsignedLong</a></td> <td><a href="http://www.w3.org/TR/xmlschema-2/#hexBinary">xsd:hexBinary</a></td> <td></td></tr>
+<tr><td><a href="http://www.w3.org/TR/xmlschema-2/#unsignedInt">xsd:unsignedInt</a></td>  <td><a href="http://www.w3.org/TR/xmlschema-2/#base64Binary">xsd:base64Binary</a></td><td></td> </tr>
+<tr><td><a href="http://www.w3.org/TR/xmlschema-2/#unsignedShort">xsd:unsignedShort</a></td><td><a href="http://www.w3.org/TR/xmlschema-2/#anyURI">xsd:anyURI</a></td> <td></td></tr>
+<tr><td><a href="http://www.w3.org/TR/xmlschema-2/#unsignedByte">xsd:unsignedByte</a></td> <td><a href="http://www.w3.org/TR/xmlschema-2/#anyURI">xsd:QName</a></td><td></td></tr>
 </table>
 
 <p><b>Note:</b>The productions for <span class="nonterminal">qualifiedName</span> and <span class="nonterminal">intLiteral</span> are conflicting.  In the context of a <span class="nonterminal">Literal</span>, a parser should give precedence to the production for <span class="nonterminal">intLiteral</span>.
 </p>
 
+<div class="note">
+Wouldn't it be useful to introduce a literal for a qualified name?
+Currenlty, we have to write:
+<pre>
+prov:type="ex:Programmer"  %% xsd:QName
+</pre>
+to indicate that ex:Programmer should be interpreted as qualified name (QName).
+Instead, we could have a notation such as
+<pre>
+prov:type='ex:Programmer'
+</pre>
+
+</div>
+
 
 <section id="expression-types">
 <h4>Reserved Type Values</h4>
--- a/model/working-copy/wd5-prov-dm-alternate.html	Thu Mar 29 14:20:43 2012 +0100
+++ b/model/working-copy/wd5-prov-dm-alternate.html	Thu Mar 29 15:28:20 2012 +0100
@@ -272,8 +272,8 @@
 <div class="attributes" id="attributes-specialization">A <dfn title="specializationOf">specialization</dfn>  relation<span class="withPn">, written <span class="pnExpression">specializationOf(sub, super)</span> in PROV-N,</span> has the following constituents:
 
 <ul>
-<li><span class='attribute' id="specialization.specializedEntity">specializedEntity</span>: an identifier of the specialized entity;</li>
-<li><span class='attribute' id="specialization.generalEntity">generalEntity</span>: an identifier of the entity that is being specialized.</li>
+<li><span class='attribute' id="specialization.specializedEntity">specializedEntity</span>: an identifier (<span class="name">sub</span>) of the specialized entity;</li>
+<li><span class='attribute' id="specialization.generalEntity">generalEntity</span>: an identifier (<span class="name">super</span>) of the entity that is being specialized.</li>
 </ul>
 </div>
 
@@ -312,10 +312,10 @@
 
   
 
-<p><div class="attributes" id="attributes-alternate">An <dfn title="alternateOf">alternate</dfn> relation<span class="withPn">, written <span class="pnExpression">alternateOf(alt1, alt2)</span> in PROV-N,</span> has the following constituents:
+<p><div class="attributes" id="attributes-alternate">An <dfn title="alternateOf">alternate</dfn> relation<span class="withPn">, written <span class="pnExpression">alternateOf(e1, e2)</span> in PROV-N,</span> has the following constituents:
 <ul>
-<li><span class='attribute' id="alternate.firstAlternate">firstAlternate</span>: an identifier of the first of the two entities;</li>
-<li><span class='attribute' id="alternate.secondAlternate">secondAlternate</span>: an identifier of the second of the two entities.</li>
+<li><span class='attribute' id="alternate.alternate1">alternate1</span>: an identifier (<span class="name">e1</span>) of the first of the two entities;</li>
+<li><span class='attribute' id="alternate.alternate2">alternate2</span>: an identifier (<span class="name">e2</span>) of the second of the two entities.</li>
 </ul>
 </div>
 
--- a/ontology/ProvenanceOntology.owl	Thu Mar 29 14:20:43 2012 +0100
+++ b/ontology/ProvenanceOntology.owl	Thu Mar 29 15:28:20 2012 +0100
@@ -70,17 +70,6 @@
     <!-- 
     ///////////////////////////////////////////////////////////////////////////////////////
     //
-    // Datatypes
-    //
-    ///////////////////////////////////////////////////////////////////////////////////////
-     -->
-
-    
-
-
-    <!-- 
-    ///////////////////////////////////////////////////////////////////////////////////////
-    //
     // Object Properties
     //
     ///////////////////////////////////////////////////////////////////////////////////////
@@ -522,6 +511,7 @@
     <!-- http://www.w3.org/ns/prov#tracedTo -->
 
     <owl:ObjectProperty rdf:about="&prov;tracedTo">
+        <rdf:type rdf:resource="&owl;TransitiveProperty"/>
         <prov:category>expanded</prov:category>
         <rdfs:seeAlso rdf:resource="http://www.w3.org/2011/prov/wiki/ProvRDF#Attribution"/>
         <rdfs:seeAlso rdf:resource="http://www.w3.org/2011/prov/wiki/ProvRDF#Traceability"/>
@@ -704,6 +694,7 @@
         <prov:category>expanded</prov:category>
         <rdfs:seeAlso rdf:resource="http://www.w3.org/2011/prov/wiki/ProvRDF#Starting"/>
         <rdfs:domain rdf:resource="&prov;Activity"/>
+        <rdfs:range rdf:resource="&prov;Entity"/>
         <prov:qualifiedForm rdf:resource="&prov;Start"/>
         <prov:qualifiedForm rdf:resource="&prov;qualifiedStart"/>
         <rdfs:subPropertyOf rdf:resource="&prov;wasAssociatedWith"/>
@@ -1124,5 +1115,5 @@
 
 
 
-<!-- Generated by the OWL API (version 3.2.3.1824) http://owlapi.sourceforge.net -->
+<!-- Generated by the OWL API (version 3.1.0.20069) http://owlapi.sourceforge.net -->
 
Binary file ontology/khalid-jun-dropbox/Qualified-Association.png has changed
Binary file ontology/khalid-jun-dropbox/Starting-points-terms.png has changed
Binary file ontology/khalid-jun-dropbox/diagram-simple.png has changed
Binary file ontology/khalid-jun-dropbox/diagrams.ppt has changed
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ontology/prov-o-html-sections/description-collections.inc.html	Thu Mar 29 15:28:20 2012 +0100
@@ -0,0 +1,7 @@
+     <section id="description-collections"> <!-- section 3.1 -->
+       <!-- This section is version controlled at http://dvcs.w3.org/hg/prov/file/tip/ontology and mirroed to
+             https://github.com/timrdf/prov-lodspeakr/tree/master/components/services/prov-o -->
+       <h3>Collections</h3>
+       <p>
+       </p>
+     </section>