staging provo for w3c publishing
authorTim L <lebot@rpi.edu>
Tue, 03 Jul 2012 16:05:56 -0400
changeset 3732 a17ea2801ac1
parent 3731 f71e9b79a3c9
child 3733 70b5c74b1403
staging provo for w3c publishing
ontology/Overview.html
ontology/components/inverses.owl
ontology/components/inverses.ttl
ontology/diagrams/qualified-patterns.svg
--- a/ontology/Overview.html	Tue Jul 03 16:03:01 2012 -0400
+++ b/ontology/Overview.html	Tue Jul 03 16:05:56 2012 -0400
@@ -1237,7 +1237,7 @@
     
 }
 </style><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css" charset="utf-8" /></head>
-  <body style="display: inherit;"><div class="head"><p><a href="http://www.w3.org/"><img width="72" height="48" alt="W3C" src="http://www.w3.org/Icons/w3c_home" /></a></p><h1 id="title" class="title">PROV-O: The PROV Ontology</h1><h2 id="w3c-editor-s-draft-01-july-2012"><acronym title="World Wide Web Consortium">W3C</acronym> Editor's Draft 01 July 2012</h2><dl><dt>This version:</dt><dd><a href="https://dvcs.w3.org/hg/prov/raw-file/default/ontology/Overview.html">https://dvcs.w3.org/hg/prov/raw-file/default/ontology/Overview.html</a></dd><dt>Latest published version:</dt><dd><a href="http://www.w3.org/TR/prov-o/">http://www.w3.org/TR/prov-o/</a></dd><dt>Latest editor's draft:</dt><dd><a href="https://dvcs.w3.org/hg/prov/raw-file/default/ontology/Overview.html">https://dvcs.w3.org/hg/prov/raw-file/default/ontology/Overview.html</a></dd><dt>Previous version:</dt><dd><a href="http://www.w3.org/TR/2011/WD-prov-o-20111213/">http://www.w3.org/TR/2011/WD-prov-o-20111213/</a></dd><dt>Editors:</dt><dd><a href="http://tw.rpi.edu/instances/TimLebo">Timothy Lebo</a>, Rensselaer Polytechnic Institute, USA</dd>
+  <body style="display: inherit;"><div class="head"><p><a href="http://www.w3.org/"><img width="72" height="48" alt="W3C" src="http://www.w3.org/Icons/w3c_home" /></a></p><h1 id="title" class="title">PROV-O: The PROV Ontology</h1><h2 id="w3c-editor-s-draft-03-july-2012"><acronym title="World Wide Web Consortium">W3C</acronym> Editor's Draft 03 July 2012</h2><dl><dt>This version:</dt><dd><a href="https://dvcs.w3.org/hg/prov/raw-file/default/ontology/Overview.html">https://dvcs.w3.org/hg/prov/raw-file/default/ontology/Overview.html</a></dd><dt>Latest published version:</dt><dd><a href="http://www.w3.org/TR/prov-o/">http://www.w3.org/TR/prov-o/</a></dd><dt>Latest editor's draft:</dt><dd><a href="https://dvcs.w3.org/hg/prov/raw-file/default/ontology/Overview.html">https://dvcs.w3.org/hg/prov/raw-file/default/ontology/Overview.html</a></dd><dt>Previous version:</dt><dd><a href="http://www.w3.org/TR/2011/WD-prov-o-20111213/">http://www.w3.org/TR/2011/WD-prov-o-20111213/</a></dd><dt>Editors:</dt><dd><a href="http://tw.rpi.edu/instances/TimLebo">Timothy Lebo</a>, Rensselaer Polytechnic Institute, USA</dd>
 <dd><a href="http://cci.case.edu/cci/index.php/Satya_Sahoo">Satya Sahoo</a>, Case Western Reserve University, USA</dd>
 <dd><a href="http://tw.rpi.edu/instances/Deborah_L_McGuinness">Deborah McGuinness</a>, Rensselaer Polytechnic Institute, USA</dd>
 <dt>Authors:</dt><dd><span>(In alphabetical order)</span></dd>
@@ -1657,11 +1657,11 @@
       <p>The three primary classes relate to one another and to themselves using the properties shown in the following figure.</p>
 
       <p>Activities <strong>start</strong> and <strong>end</strong> at particular points in time (described using properties 
-      <a class="qname" href="#startedAtTime">prov:startedAtTime</a> and <a class="qname" href="#endedAtTime">prov:endedAtTime</a>, respectively), they can  
-      <strong>use</strong> Entities during their lifespan, and can <strong>generate</strong> other Entities (described using 
+      <a class="qname" href="#startedAtTime">prov:startedAtTime</a> and <a class="qname" href="#endedAtTime">prov:endedAtTime</a>, respectively) 
+      and during their lifespan can  <strong>use</strong> and <strong>generate</strong> a variety of Entities (described with 
       <a class="qname" href="#used">prov:used</a> and <a class="qname" href="#wasGeneratedBy">prov:wasGeneratedBy</a>, respectively). 
-      For example, a blog writing activity may use a particular dataset and generate a bar chart. Usage and generation can be used to create provenance chains of 
-      alternating Activities and Entities.
+      For example, a blog writing activity may use a particular dataset and generate a bar chart. 
+      By applying usage and generation, one can construct provenance chains comprising both Activities and Entities.
       </p>
 
       <p>In addiition, we can say that an Activity <a class="qname" href="#wasInformedBy">prov:wasInformedBy</a>
@@ -1670,10 +1670,11 @@
       Activity, but the Entity itself is not interesting. So, the <span class="repeated">prov:wasInformedBy</span> property allows the assertion of provenance chains comprising only Activities.
       </p>
 
-      <p>The <a class="qname" href="#wasDerivedFrom">prov:wasDerivedFrom</a> property can be used to form provenance chains of only Entities.
+      <p>Provenance chains comprising only Entities can be formed using the <a class="qname" href="#wasDerivedFrom">prov:wasDerivedFrom</a> property.
          A derivation is a transformation of one entity into another. For example, if the Activity that created the bar chart is not interesting,
-          the we can say that the bar chart <span class="repeated">prov:wasDerivedFrom</span> the dataset. Arbitrary RDF properties can be used to describe the 
-         fixed aspects of an Entity that are interesting to a particular application (for example, the file size and format of the dataset, or the aspect ratio of the bar chart).
+          then we can say that the bar chart <span class="repeated">prov:wasDerivedFrom</span> the dataset.
+         Arbitrary RDF properties can be used to describe the fixed aspects of an Entity that are interesting to a particular application (for example, 
+         the file size and format of the dataset, or the aspect ratio of the bar chart).
       </p>
 
       <p>An Agent can be responsible for an Activity or an Entity, which is described using the properties <a class="qname" href="#wasAssociatedWith">prov:wasAssociatedWith</a> and <a class="qname" href="#wasAttributedTo">prov:wasAttributedTo</a>, respectively. Agents can also be responsible for other Agents' actions. In this case, the Agent that influenced an Activity or Entity <a class="qname" href="#actedOnBehalfOf">prov:actedOnBehalfOf</a> another Agent that may have had less influence, but still bears some responnsibility for the resulting Activity or Entity.
@@ -1817,7 +1818,7 @@
       <p>
       A <span class="repeated">prov:Bundle</span> is a named set of provenance descriptions that enables the expression of provenance of provenance.
       It is important to note that the set of provenance descriptions can assume forms beyond PROV-O triples, such as videotaped testimony or scribbles on a drink napkin. 
-      The extension of Bundle that contains only PROV-O assertions is not named by PROV or PROV-O, since it is more appropriate to do so using other recommendations, 
+      The subclass of Bundle that contains PROV-O assertions is not provided by PROV-O, since it is more appropriate to do so using other recommendations, 
       standards, or technologies. In any case, a Bundle of PROV-O assertions is an abstract set of RDF triples, and adding or removing a triple creates a distinct 
       Bundle of PROV-O assertions.
       </p>
@@ -2241,9 +2242,9 @@
       In the OWL file iteself, the annotation properties <span class="qname">prov:qualifiedForm</span> and <span class="qname">prov:unqualifiedForm</span> provide the same linkages between the unqualified properties and their qualifiying terms.
 
          The influence classes (e.g. <span class="repeated">prov:Association</span>, <span class="repeated">prov:Usage</span>) are extensions of 
-         <a href="#Influence" class="qname">prov:Influence</a>, 
+         <a href="#Influence" class="qname">prov:Influence</a> and either 
          <a href="#EntityInfluence" class="qname">prov:EntityInfluence</a>, 
-         <a href="#ActivityInfluence" class="qname">prov:ActivityInfluence</a>, and
+         <a href="#ActivityInfluence" class="qname">prov:ActivityInfluence</a>, or
          <a href="#AgentInfluence" class="qname">prov:AgentInfluence</a>, which determine the property to use to cite the influencing resource (either
        <a href="#entity" class="qname">prov:entity</a>,
        <a href="#activity" class="qname">prov:activity</a>, or
@@ -2283,28 +2284,49 @@
 asserted unless it adds additional information.  
    </p>
 
-      <p>Figure 3 illustrates the Qualification Patterns shown in the previous two tables (omitting the three subtypes of Derivation, which follow the same form). an example of the classes and properties needed to fulfill the qualification pattern for the <a href="#used" class="qname">prov:used</a> and <a href="#wasAssociatedWith" class="qname">prov:wasAssociatedWith</a> properties. While <a href="#qualifiedUsage" class="qname">prov:qualifiedUsage</a>, <a href="#Usage" class="qname">prov:Usage</a>, and <a href="#entity" class="qname">prov:entity</a> are used to qualify <span class="repeated">prov:used</span> relations, <a href="#qualifiedAssociation" class="qname">prov:qualifiedAssociation</a>, <a href="#Association" class="qname">prov:Association</a>, and <a href="#agent" class="qname">prov:agent</a> are used to qualify <span class="repeated">prov:wasAssociatedWith</span> relations. This pattern applies to the twelve other relations that can be qualified.
-      </p>
-      <p>In subfigure <strong>a)</strong> the <span class="repeated">prov:qualifiedUsage</span> property parallels the <span class="repeated">prov:used</span> property, and references an instance of <span class="repeated">prov:Usage</span> that provides attributes of the <span class="repeated">prov:used</span> relation between the Activity and Entity. The <span class="repeated">prov:entity</span> property is used to cite the Entity that was used by the Activity. In this case, the time that the Activity used the Entity is provided using the <span class="repeated">prov:atTime</span> property and a literal <span class="repeated">xsd:dateTime</span> value.
+      <p>In addition to the previous two tables, <a href="#qualified-terms-figure">Figure 3</a> illustrates the classes and properties needed to apply the qualification pattern to the thirteen unqualified influence relations. 
+
+   For example, while <a href="#qualifiedUsage" class="qname">prov:qualifiedUsage</a>, <a href="#Usage" class="qname">prov:Usage</a>, and <a href="#entity" class="qname">prov:entity</a> are used to qualify 
+      <span class="repeated">prov:used</span> relations, 
+   
+      <a href="#qualifiedAssociation" class="qname">prov:qualifiedAssociation</a>, <a href="#Association" class="qname">prov:Association</a>, and <a href="#agent" class="qname">prov:agent</a> are used to qualify <span class="repeated">prov:wasAssociatedWith</span> relations. This pattern applies to the eleven other influence relations that can be qualified.
       </p>
-      <p>Similarly in subfigure <strong>j)</strong>, the <span class="repeated">prov:qualifiedAssociation</span> property parallels the 
-      <span class="repeated">prov:wasAssociatedWith</span> property, and references an instance of 
-      <span class="repeated">prov:Association</span> that provides attributes of the 
+
+      <p>In subfigure <strong>a</strong> the <span class="repeated">prov:qualifiedUsage</span> property parallels the <span class="repeated">prov:used</span> property and references an instance of 
+      <span class="repeated">prov:Usage</span>, which in trun provides attributes of the <span class="repeated">prov:used</span> relation between the Activity and Entity. 
+      The <span class="repeated">prov:entity</span> property is used to cite the Entity that was used by the Activity. 
+      In this case, the time that the Activity used the Entity is provided using the <a class="qname" href="#atTime&quot;">prov:atTime</a> property and a literal 
+      <span class="repeated">xsd:dateTime</span> value. The <span class="repeated">prov:atTime</span> property can be used to describe any 
+      <a class="qname" href="#InstantaneousEvent">prov:InstantaneousEvent</a> (including 
+      <a class="qname" href="#Start">prov:Start</a>, 
+      <a class="qname" href="#Generation">prov:Generation</a>, 
+      <a class="qname" href="#Usage">prov:Usage</a>, 
+      <a class="qname" href="#Invalidation">prov:Invalidation</a>, and
+      <a class="qname" href="#End">prov:End</a>).
+      </p>
+
+      <p>Similarly in subfigure <strong>j</strong>, the <span class="repeated">prov:qualifiedAssociation</span> property parallels the 
+      <span class="repeated">prov:wasAssociatedWith</span> property and references an instance of 
+      <span class="repeated">prov:Association</span>, which in turn provides attributes of the 
       <span class="repeated">prov:wasAssociatedWith</span> relation between the Activity and Agent. The 
-      <span class="repeated">prov:agent</span> property is used to cite the Agent that was involved in the Activity. 
-      In this case, the plan that the Agent used is provided using the 
-      <a class="qname" href="#hadPlan">prov:hadPlan</a> property and an instance of <a class="qname" href="#Plan">prov:Plan.
-      </a></p><a class="qname" href="#Plan">
-
-       </a><div class="figure" style="text-align: center;" id="qualified-terms-figure"><a class="qname" href="#Plan">
+      <span class="repeated">prov:agent</span> property is used to cite the Agent that influenced the Activity. 
+      In this case, the plan of actions and steps that the Agent used to achieve its goals is provided using the 
+      <a class="qname" href="#hadPlan">prov:hadPlan</a> property and an instance of <a class="qname" href="#Plan">prov:Plan</a>. Further, the 
+      <a class="qname" href="#hadRole">prov:hadRole</a> property and <a class="qname" href="#Role">prov:Role</a> 
+      class can be used to describe the function that the agent served with respect to the Activity. 
+      Both <span class="repeated">prov:Plan</span> and <span class="repeated">prov:Role</span> are left to be extended by applications.
+      </p>
+
+       <div class="figure" style="text-align: center;" id="qualified-terms-figure">
             
 <!--  When publishing to w3c: replace prov-o-diagrams/ with diagrams/  -->
 
             
 <!-- img src="prov-o-diagrams/Qualified-Association.png" -->
 
-            <img alt="Express association between an activity and an agent using a binary relationship and an alternatie qualified relationship" style="width: 100%; min-width: 25em; max-width: 70em" src="diagrams/qualified-patterns.svg" />
-            </a><div class="figcaption"><a class="qname" href="#Plan"></a><a href="#qualified-terms-figure">Figure 3</a>. </div>
+            <img alt="Express association between an activity and an agent using a binary relationship and an alternatie qualified relationship" style="width: 70%; min-width: 25em; max-width: 70em" src="diagrams/qualified-patterns.svg" />
+            <div class="figcaption"><a href="#qualified-terms-figure">Figure 3</a>: Illustration of the properties and classes to use (<span style="color: blue">in blue</span>) to qualify unqualified influence relations (dotted black).<br />
+            <a href="#Quotation">Quotation</a>, <a href="#Revision">Revision</a>, and <a href="#Source">Source</a> are omitted because they are special forms of <a href="#Derivation">Derivation</a> and follow the same pattern as subfigure <strong>g</strong>.</div>
        </div>
 
 
@@ -2537,20 +2559,20 @@
 
       <dt></dt>
       <dd>
-        <a href="#invalidated" title="http://www.w3.org/ns/prov#invalidated">prov:invalidated</a> <sup title="object property" class="type-op">op</sup>
-        , <a href="#qualifiedStart" title="http://www.w3.org/ns/prov#qualifiedStart">prov:qualifiedStart</a> <sup title="object property" class="type-op">op</sup>
-        , <a href="#qualifiedCommunication" title="http://www.w3.org/ns/prov#qualifiedCommunication">prov:qualifiedCommunication</a> <sup title="object property" class="type-op">op</sup>
-        , <a href="#wasStartedBy" title="http://www.w3.org/ns/prov#wasStartedBy">prov:wasStartedBy</a> <sup title="object property" class="type-op">op</sup>
-        , <a href="#startedAtTime" title="http://www.w3.org/ns/prov#startedAtTime">prov:startedAtTime</a> <sup title="data property" class="type-dp">dp</sup>
+        <a href="#generated" title="http://www.w3.org/ns/prov#generated">prov:generated</a> <sup title="object property" class="type-op">op</sup>
         , <a href="#endedAtTime" title="http://www.w3.org/ns/prov#endedAtTime">prov:endedAtTime</a> <sup title="data property" class="type-dp">dp</sup>
-        , <a href="#wasEndedBy" title="http://www.w3.org/ns/prov#wasEndedBy">prov:wasEndedBy</a> <sup title="object property" class="type-op">op</sup>
+        , <a href="#wasAssociatedWith" title="http://www.w3.org/ns/prov#wasAssociatedWith">prov:wasAssociatedWith</a> <sup title="object property" class="type-op">op</sup>
+        , <a href="#qualifiedCommunication" title="http://www.w3.org/ns/prov#qualifiedCommunication">prov:qualifiedCommunication</a> <sup title="object property" class="type-op">op</sup>
         , <a href="#wasInformedBy" title="http://www.w3.org/ns/prov#wasInformedBy">prov:wasInformedBy</a> <sup title="object property" class="type-op">op</sup>
-        , <a href="#generated" title="http://www.w3.org/ns/prov#generated">prov:generated</a> <sup title="object property" class="type-op">op</sup>
-        , <a href="#qualifiedAssociation" title="http://www.w3.org/ns/prov#qualifiedAssociation">prov:qualifiedAssociation</a> <sup title="object property" class="type-op">op</sup>
-        , <a href="#wasAssociatedWith" title="http://www.w3.org/ns/prov#wasAssociatedWith">prov:wasAssociatedWith</a> <sup title="object property" class="type-op">op</sup>
-        , <a href="#qualifiedEnd" title="http://www.w3.org/ns/prov#qualifiedEnd">prov:qualifiedEnd</a> <sup title="object property" class="type-op">op</sup>
         , <a href="#qualifiedUsage" title="http://www.w3.org/ns/prov#qualifiedUsage">prov:qualifiedUsage</a> <sup title="object property" class="type-op">op</sup>
         , <a href="#used" title="http://www.w3.org/ns/prov#used">prov:used</a> <sup title="object property" class="type-op">op</sup>
+        , <a href="#invalidated" title="http://www.w3.org/ns/prov#invalidated">prov:invalidated</a> <sup title="object property" class="type-op">op</sup>
+        , <a href="#qualifiedAssociation" title="http://www.w3.org/ns/prov#qualifiedAssociation">prov:qualifiedAssociation</a> <sup title="object property" class="type-op">op</sup>
+        , <a href="#qualifiedStart" title="http://www.w3.org/ns/prov#qualifiedStart">prov:qualifiedStart</a> <sup title="object property" class="type-op">op</sup>
+        , <a href="#wasStartedBy" title="http://www.w3.org/ns/prov#wasStartedBy">prov:wasStartedBy</a> <sup title="object property" class="type-op">op</sup>
+        , <a href="#qualifiedEnd" title="http://www.w3.org/ns/prov#qualifiedEnd">prov:qualifiedEnd</a> <sup title="object property" class="type-op">op</sup>
+        , <a href="#startedAtTime" title="http://www.w3.org/ns/prov#startedAtTime">prov:startedAtTime</a> <sup title="data property" class="type-dp">dp</sup>
+        , <a href="#wasEndedBy" title="http://www.w3.org/ns/prov#wasEndedBy">prov:wasEndedBy</a> <sup title="object property" class="type-op">op</sup>
       </dd>
 
       <dt></dt>
@@ -2558,11 +2580,11 @@
         <a href="#wasInfluencedBy" title="http://www.w3.org/ns/prov#wasInfluencedBy">prov:wasInfluencedBy</a> <sup title="object property" class="type-op">op</sup>        , <a href="#atLocation" title="http://www.w3.org/ns/prov#atLocation">prov:atLocation</a> <sup title="object property" class="type-op">op</sup>
       </dd><dt>in range of</dt>
       <dd>
-        <a href="#wasInvalidatedBy" title="http://www.w3.org/ns/prov#wasInvalidatedBy">prov:wasInvalidatedBy</a> <sup title="object property" class="type-op">op</sup>
         <a href="#wasInformedBy" title="http://www.w3.org/ns/prov#wasInformedBy">prov:wasInformedBy</a> <sup title="object property" class="type-op">op</sup>
+        <a href="#wasGeneratedBy" title="http://www.w3.org/ns/prov#wasGeneratedBy">prov:wasGeneratedBy</a> <sup title="object property" class="type-op">op</sup>
         <a href="#hadActivity" title="http://www.w3.org/ns/prov#hadActivity">prov:hadActivity</a> <sup title="object property" class="type-op">op</sup>
-        <a href="#wasGeneratedBy" title="http://www.w3.org/ns/prov#wasGeneratedBy">prov:wasGeneratedBy</a> <sup title="object property" class="type-op">op</sup>
         <a href="#activity" title="http://www.w3.org/ns/prov#activity">prov:activity</a> <sup title="object property" class="type-op">op</sup>
+        <a href="#wasInvalidatedBy" title="http://www.w3.org/ns/prov#wasInvalidatedBy">prov:wasInvalidatedBy</a> <sup title="object property" class="type-op">op</sup>
       </dd>
 
       <dt>prov-dm</dt>
@@ -2688,28 +2710,28 @@
 
       <dt></dt>
       <dd>
-        <a href="#alternateOf" title="http://www.w3.org/ns/prov#alternateOf">prov:alternateOf</a> <sup title="object property" class="type-op">op</sup>
-        , <a href="#qualifiedSource" title="http://www.w3.org/ns/prov#qualifiedSource">prov:qualifiedSource</a> <sup title="object property" class="type-op">op</sup>
-        , <a href="#wasInvalidatedBy" title="http://www.w3.org/ns/prov#wasInvalidatedBy">prov:wasInvalidatedBy</a> <sup title="object property" class="type-op">op</sup>
-        , <a href="#invalidatedAtTime" title="http://www.w3.org/ns/prov#invalidatedAtTime">prov:invalidatedAtTime</a> <sup title="data property" class="type-dp">dp</sup>
-        , <a href="#mentionOf" title="http://www.w3.org/ns/prov#mentionOf">prov:mentionOf</a> <sup title="object property" class="type-op">op</sup>
-        , <a href="#qualifiedInvalidation" title="http://www.w3.org/ns/prov#qualifiedInvalidation">prov:qualifiedInvalidation</a> <sup title="object property" class="type-op">op</sup>
-        , <a href="#qualifiedQuotation" title="http://www.w3.org/ns/prov#qualifiedQuotation">prov:qualifiedQuotation</a> <sup title="object property" class="type-op">op</sup>
-        , <a href="#qualifiedGeneration" title="http://www.w3.org/ns/prov#qualifiedGeneration">prov:qualifiedGeneration</a> <sup title="object property" class="type-op">op</sup>
+        <a href="#qualifiedInfluence" title="http://www.w3.org/ns/prov#qualifiedInfluence">prov:qualifiedInfluence</a> <sup title="object property" class="type-op">op</sup>
+        , <a href="#wasAttributedTo" title="http://www.w3.org/ns/prov#wasAttributedTo">prov:wasAttributedTo</a> <sup title="object property" class="type-op">op</sup>
         , <a href="#specializationOf" title="http://www.w3.org/ns/prov#specializationOf">prov:specializationOf</a> <sup title="object property" class="type-op">op</sup>
-        , <a href="#asInBundle" title="http://www.w3.org/ns/prov#asInBundle">prov:asInBundle</a> <sup title="object property" class="type-op">op</sup>
-        , <a href="#wasDerivedFrom" title="http://www.w3.org/ns/prov#wasDerivedFrom">prov:wasDerivedFrom</a> <sup title="object property" class="type-op">op</sup>
-        , <a href="#qualifiedDerivation" title="http://www.w3.org/ns/prov#qualifiedDerivation">prov:qualifiedDerivation</a> <sup title="object property" class="type-op">op</sup>
+        , <a href="#value" title="http://www.w3.org/ns/prov#value">prov:value</a> <sup title="data property" class="type-dp">dp</sup>
+        , <a href="#qualifiedRevision" title="http://www.w3.org/ns/prov#qualifiedRevision">prov:qualifiedRevision</a> <sup title="object property" class="type-op">op</sup>
+        , <a href="#wasGeneratedBy" title="http://www.w3.org/ns/prov#wasGeneratedBy">prov:wasGeneratedBy</a> <sup title="object property" class="type-op">op</sup>
+        , <a href="#generatedAtTime" title="http://www.w3.org/ns/prov#generatedAtTime">prov:generatedAtTime</a> <sup title="data property" class="type-dp">dp</sup>
         , <a href="#hadPrimarySource" title="http://www.w3.org/ns/prov#hadPrimarySource">prov:hadPrimarySource</a> <sup title="object property" class="type-op">op</sup>
         , <a href="#qualifiedAttribution" title="http://www.w3.org/ns/prov#qualifiedAttribution">prov:qualifiedAttribution</a> <sup title="object property" class="type-op">op</sup>
         , <a href="#wasQuotedFrom" title="http://www.w3.org/ns/prov#wasQuotedFrom">prov:wasQuotedFrom</a> <sup title="object property" class="type-op">op</sup>
-        , <a href="#wasGeneratedBy" title="http://www.w3.org/ns/prov#wasGeneratedBy">prov:wasGeneratedBy</a> <sup title="object property" class="type-op">op</sup>
         , <a href="#wasRevisionOf" title="http://www.w3.org/ns/prov#wasRevisionOf">prov:wasRevisionOf</a> <sup title="object property" class="type-op">op</sup>
-        , <a href="#qualifiedRevision" title="http://www.w3.org/ns/prov#qualifiedRevision">prov:qualifiedRevision</a> <sup title="object property" class="type-op">op</sup>
-        , <a href="#generatedAtTime" title="http://www.w3.org/ns/prov#generatedAtTime">prov:generatedAtTime</a> <sup title="data property" class="type-dp">dp</sup>
-        , <a href="#value" title="http://www.w3.org/ns/prov#value">prov:value</a> <sup title="data property" class="type-dp">dp</sup>
-        , <a href="#qualifiedInfluence" title="http://www.w3.org/ns/prov#qualifiedInfluence">prov:qualifiedInfluence</a> <sup title="object property" class="type-op">op</sup>
-        , <a href="#wasAttributedTo" title="http://www.w3.org/ns/prov#wasAttributedTo">prov:wasAttributedTo</a> <sup title="object property" class="type-op">op</sup>
+        , <a href="#qualifiedInvalidation" title="http://www.w3.org/ns/prov#qualifiedInvalidation">prov:qualifiedInvalidation</a> <sup title="object property" class="type-op">op</sup>
+        , <a href="#wasDerivedFrom" title="http://www.w3.org/ns/prov#wasDerivedFrom">prov:wasDerivedFrom</a> <sup title="object property" class="type-op">op</sup>
+        , <a href="#qualifiedDerivation" title="http://www.w3.org/ns/prov#qualifiedDerivation">prov:qualifiedDerivation</a> <sup title="object property" class="type-op">op</sup>
+        , <a href="#qualifiedQuotation" title="http://www.w3.org/ns/prov#qualifiedQuotation">prov:qualifiedQuotation</a> <sup title="object property" class="type-op">op</sup>
+        , <a href="#qualifiedGeneration" title="http://www.w3.org/ns/prov#qualifiedGeneration">prov:qualifiedGeneration</a> <sup title="object property" class="type-op">op</sup>
+        , <a href="#invalidatedAtTime" title="http://www.w3.org/ns/prov#invalidatedAtTime">prov:invalidatedAtTime</a> <sup title="data property" class="type-dp">dp</sup>
+        , <a href="#mentionOf" title="http://www.w3.org/ns/prov#mentionOf">prov:mentionOf</a> <sup title="object property" class="type-op">op</sup>
+        , <a href="#alternateOf" title="http://www.w3.org/ns/prov#alternateOf">prov:alternateOf</a> <sup title="object property" class="type-op">op</sup>
+        , <a href="#qualifiedSource" title="http://www.w3.org/ns/prov#qualifiedSource">prov:qualifiedSource</a> <sup title="object property" class="type-op">op</sup>
+        , <a href="#wasInvalidatedBy" title="http://www.w3.org/ns/prov#wasInvalidatedBy">prov:wasInvalidatedBy</a> <sup title="object property" class="type-op">op</sup>
+        , <a href="#asInBundle" title="http://www.w3.org/ns/prov#asInBundle">prov:asInBundle</a> <sup title="object property" class="type-op">op</sup>
       </dd>
 
       <dt></dt>
@@ -2718,19 +2740,19 @@
       </dd><dt>in range of</dt>
       <dd>
         <a href="#hadPrimarySource" title="http://www.w3.org/ns/prov#hadPrimarySource">prov:hadPrimarySource</a> <sup title="object property" class="type-op">op</sup>
+        <a href="#generated" title="http://www.w3.org/ns/prov#generated">prov:generated</a> <sup title="object property" class="type-op">op</sup>
+        <a href="#wasDerivedFrom" title="http://www.w3.org/ns/prov#wasDerivedFrom">prov:wasDerivedFrom</a> <sup title="object property" class="type-op">op</sup>
+        <a href="#mentionOf" title="http://www.w3.org/ns/prov#mentionOf">prov:mentionOf</a> <sup title="object property" class="type-op">op</sup>
+        <a href="#entity" title="http://www.w3.org/ns/prov#entity">prov:entity</a> <sup title="object property" class="type-op">op</sup>
+        <a href="#specializationOf" title="http://www.w3.org/ns/prov#specializationOf">prov:specializationOf</a> <sup title="object property" class="type-op">op</sup>
+        <a href="#invalidated" title="http://www.w3.org/ns/prov#invalidated">prov:invalidated</a> <sup title="object property" class="type-op">op</sup>
+        <a href="#used" title="http://www.w3.org/ns/prov#used">prov:used</a> <sup title="object property" class="type-op">op</sup>
         <a href="#hadMember" title="http://www.w3.org/ns/prov#hadMember">prov:hadMember</a> <sup title="object property" class="type-op">op</sup>
-        <a href="#invalidated" title="http://www.w3.org/ns/prov#invalidated">prov:invalidated</a> <sup title="object property" class="type-op">op</sup>
-        <a href="#specializationOf" title="http://www.w3.org/ns/prov#specializationOf">prov:specializationOf</a> <sup title="object property" class="type-op">op</sup>
+        <a href="#alternateOf" title="http://www.w3.org/ns/prov#alternateOf">prov:alternateOf</a> <sup title="object property" class="type-op">op</sup>
         <a href="#wasStartedBy" title="http://www.w3.org/ns/prov#wasStartedBy">prov:wasStartedBy</a> <sup title="object property" class="type-op">op</sup>
         <a href="#wasQuotedFrom" title="http://www.w3.org/ns/prov#wasQuotedFrom">prov:wasQuotedFrom</a> <sup title="object property" class="type-op">op</sup>
         <a href="#wasEndedBy" title="http://www.w3.org/ns/prov#wasEndedBy">prov:wasEndedBy</a> <sup title="object property" class="type-op">op</sup>
-        <a href="#alternateOf" title="http://www.w3.org/ns/prov#alternateOf">prov:alternateOf</a> <sup title="object property" class="type-op">op</sup>
         <a href="#wasRevisionOf" title="http://www.w3.org/ns/prov#wasRevisionOf">prov:wasRevisionOf</a> <sup title="object property" class="type-op">op</sup>
-        <a href="#generated" title="http://www.w3.org/ns/prov#generated">prov:generated</a> <sup title="object property" class="type-op">op</sup>
-        <a href="#wasDerivedFrom" title="http://www.w3.org/ns/prov#wasDerivedFrom">prov:wasDerivedFrom</a> <sup title="object property" class="type-op">op</sup>
-        <a href="#entity" title="http://www.w3.org/ns/prov#entity">prov:entity</a> <sup title="object property" class="type-op">op</sup>
-        <a href="#mentionOf" title="http://www.w3.org/ns/prov#mentionOf">prov:mentionOf</a> <sup title="object property" class="type-op">op</sup>
-        <a href="#used" title="http://www.w3.org/ns/prov#used">prov:used</a> <sup title="object property" class="type-op">op</sup>
       </dd>
 
       <dt>has subclasses</dt>
@@ -3854,7 +3876,7 @@
 
       <dt></dt>
       <dd>
-        <a href="#actedOnBehalfOf" title="http://www.w3.org/ns/prov#actedOnBehalfOf">prov:actedOnBehalfOf</a>  <sup title="object property" class="type-op">op</sup>        , <a href="#qualifiedDelegation" title="http://www.w3.org/ns/prov#qualifiedDelegation">prov:qualifiedDelegation</a>  <sup title="object property" class="type-op">op</sup>      </dd>
+        <a href="#qualifiedDelegation" title="http://www.w3.org/ns/prov#qualifiedDelegation">prov:qualifiedDelegation</a>  <sup title="object property" class="type-op">op</sup>        , <a href="#actedOnBehalfOf" title="http://www.w3.org/ns/prov#actedOnBehalfOf">prov:actedOnBehalfOf</a>  <sup title="object property" class="type-op">op</sup>      </dd>
 
       <dt>prov-dm</dt>
       <dd>
@@ -3904,7 +3926,7 @@
 
       <dt></dt>
       <dd>
-        <a href="#actedOnBehalfOf" title="http://www.w3.org/ns/prov#actedOnBehalfOf">prov:actedOnBehalfOf</a>  <sup title="object property" class="type-op">op</sup>        , <a href="#qualifiedDelegation" title="http://www.w3.org/ns/prov#qualifiedDelegation">prov:qualifiedDelegation</a>  <sup title="object property" class="type-op">op</sup>      </dd>
+        <a href="#qualifiedDelegation" title="http://www.w3.org/ns/prov#qualifiedDelegation">prov:qualifiedDelegation</a>  <sup title="object property" class="type-op">op</sup>        , <a href="#actedOnBehalfOf" title="http://www.w3.org/ns/prov#actedOnBehalfOf">prov:actedOnBehalfOf</a>  <sup title="object property" class="type-op">op</sup>      </dd>
 
       <dt>prov-dm</dt>
       <dd>
@@ -3955,7 +3977,7 @@
 
       <dt></dt>
       <dd>
-        <a href="#actedOnBehalfOf" title="http://www.w3.org/ns/prov#actedOnBehalfOf">prov:actedOnBehalfOf</a>  <sup title="object property" class="type-op">op</sup>        , <a href="#qualifiedDelegation" title="http://www.w3.org/ns/prov#qualifiedDelegation">prov:qualifiedDelegation</a>  <sup title="object property" class="type-op">op</sup>      </dd>
+        <a href="#qualifiedDelegation" title="http://www.w3.org/ns/prov#qualifiedDelegation">prov:qualifiedDelegation</a>  <sup title="object property" class="type-op">op</sup>        , <a href="#actedOnBehalfOf" title="http://www.w3.org/ns/prov#actedOnBehalfOf">prov:actedOnBehalfOf</a>  <sup title="object property" class="type-op">op</sup>      </dd>
 
       <dt>has subclass</dt>
       <dd>
@@ -4615,11 +4637,11 @@
         <dd>
           <ul>
             <li>
+              <a class="owlclass" href="#generated" title="http://www.w3.org/ns/prov#generated">prov:generated</a>
+            </li>
+            <li>
               <a class="owlclass" href="#invalidated" title="http://www.w3.org/ns/prov#invalidated">prov:invalidated</a>
             </li>
-            <li>
-              <a class="owlclass" href="#generated" title="http://www.w3.org/ns/prov#generated">prov:generated</a>
-            </li>
           </ul>
         </dd>
 
@@ -5660,13 +5682,13 @@
 
       <dt></dt>
       <dd>
-        <a href="#hadActivity" title="http://www.w3.org/ns/prov#hadActivity">prov:hadActivity</a>  <sup title="object property" class="type-op">op</sup>        , <a href="#influencer" title="http://www.w3.org/ns/prov#influencer">prov:influencer</a>  <sup title="object property" class="type-op">op</sup>        , <a href="#hadRole" title="http://www.w3.org/ns/prov#hadRole">prov:hadRole</a>  <sup title="object property" class="type-op">op</sup>      </dd>
+        <a href="#influencer" title="http://www.w3.org/ns/prov#influencer">prov:influencer</a>  <sup title="object property" class="type-op">op</sup>        , <a href="#hadActivity" title="http://www.w3.org/ns/prov#hadActivity">prov:hadActivity</a>  <sup title="object property" class="type-op">op</sup>        , <a href="#hadRole" title="http://www.w3.org/ns/prov#hadRole">prov:hadRole</a>  <sup title="object property" class="type-op">op</sup>      </dd>
 
       <dt>has subclasses</dt>
       <dd>
         <a class="owlclass" href="#Generation" title="http://www.w3.org/ns/prov#Generation">prov:Generation</a>
+        , <a class="owlclass" href="#Invalidation" title="http://www.w3.org/ns/prov#Invalidation">prov:Invalidation</a>
         , <a class="owlclass" href="#Communication" title="http://www.w3.org/ns/prov#Communication">prov:Communication</a>
-        , <a class="owlclass" href="#Invalidation" title="http://www.w3.org/ns/prov#Invalidation">prov:Invalidation</a>
       </dd>
     </dl>
   </div>
@@ -5721,7 +5743,7 @@
 
       <dt></dt>
       <dd>
-        <a href="#hadActivity" title="http://www.w3.org/ns/prov#hadActivity">prov:hadActivity</a>  <sup title="object property" class="type-op">op</sup>        , <a href="#influencer" title="http://www.w3.org/ns/prov#influencer">prov:influencer</a>  <sup title="object property" class="type-op">op</sup>        , <a href="#hadRole" title="http://www.w3.org/ns/prov#hadRole">prov:hadRole</a>  <sup title="object property" class="type-op">op</sup>      </dd>
+        <a href="#influencer" title="http://www.w3.org/ns/prov#influencer">prov:influencer</a>  <sup title="object property" class="type-op">op</sup>        , <a href="#hadActivity" title="http://www.w3.org/ns/prov#hadActivity">prov:hadActivity</a>  <sup title="object property" class="type-op">op</sup>        , <a href="#hadRole" title="http://www.w3.org/ns/prov#hadRole">prov:hadRole</a>  <sup title="object property" class="type-op">op</sup>      </dd>
 
       <dt>has subclasses</dt>
       <dd>
@@ -6138,8 +6160,8 @@
 
       <dt></dt>
       <dd>
-        <a href="#hadUsage" title="http://www.w3.org/ns/prov#hadUsage">prov:hadUsage</a> <sup title="object property" class="type-op">op</sup>
-        , <a href="#hadGeneration" title="http://www.w3.org/ns/prov#hadGeneration">prov:hadGeneration</a> <sup title="object property" class="type-op">op</sup>
+        <a href="#hadGeneration" title="http://www.w3.org/ns/prov#hadGeneration">prov:hadGeneration</a> <sup title="object property" class="type-op">op</sup>
+        , <a href="#hadUsage" title="http://www.w3.org/ns/prov#hadUsage">prov:hadUsage</a> <sup title="object property" class="type-op">op</sup>
       </dd>
 
       <dt></dt>
@@ -6226,7 +6248,7 @@
         <a href="#hadRole" title="http://www.w3.org/ns/prov#hadRole">prov:hadRole</a> <sup title="object property" class="type-op">op</sup>
       </dd><dt></dt>
       <dd>
-        <a href="#entity" title="http://www.w3.org/ns/prov#entity">prov:entity</a>  <sup title="object property" class="type-op">op</sup>        , <a href="#atTime" title="http://www.w3.org/ns/prov#atTime">prov:atTime</a>  <sup title="data property" class="type-dp">dp</sup>      </dd>
+        <a href="#atTime" title="http://www.w3.org/ns/prov#atTime">prov:atTime</a>  <sup title="data property" class="type-dp">dp</sup>        , <a href="#entity" title="http://www.w3.org/ns/prov#entity">prov:entity</a>  <sup title="object property" class="type-op">op</sup>      </dd>
 
       <dt>in range of</dt>
       <dd>
@@ -6308,17 +6330,17 @@
 
       <dt></dt>
       <dd>
-        <a href="#hadActivity" title="http://www.w3.org/ns/prov#hadActivity">prov:hadActivity</a>  <sup title="object property" class="type-op">op</sup>        , <a href="#influencer" title="http://www.w3.org/ns/prov#influencer">prov:influencer</a>  <sup title="object property" class="type-op">op</sup>        , <a href="#hadRole" title="http://www.w3.org/ns/prov#hadRole">prov:hadRole</a>  <sup title="object property" class="type-op">op</sup>      </dd>
+        <a href="#influencer" title="http://www.w3.org/ns/prov#influencer">prov:influencer</a>  <sup title="object property" class="type-op">op</sup>        , <a href="#hadActivity" title="http://www.w3.org/ns/prov#hadActivity">prov:hadActivity</a>  <sup title="object property" class="type-op">op</sup>        , <a href="#hadRole" title="http://www.w3.org/ns/prov#hadRole">prov:hadRole</a>  <sup title="object property" class="type-op">op</sup>      </dd>
 
       <dt>has subclasses</dt>
       <dd>
-        <a class="owlclass" href="#Usage" title="http://www.w3.org/ns/prov#Usage">prov:Usage</a>
+        <a class="owlclass" href="#Start" title="http://www.w3.org/ns/prov#Start">prov:Start</a>
+        , <a class="owlclass" href="#End" title="http://www.w3.org/ns/prov#End">prov:End</a>
+        , <a class="owlclass" href="#Derivation" title="http://www.w3.org/ns/prov#Derivation">prov:Derivation</a>
+        , <a class="owlclass" href="#Usage" title="http://www.w3.org/ns/prov#Usage">prov:Usage</a>
         , <a class="owlclass" href="#Source" title="http://www.w3.org/ns/prov#Source">prov:Source</a>
         , <a class="owlclass" href="#Revision" title="http://www.w3.org/ns/prov#Revision">prov:Revision</a>
         , <a class="owlclass" href="#Quotation" title="http://www.w3.org/ns/prov#Quotation">prov:Quotation</a>
-        , <a class="owlclass" href="#Start" title="http://www.w3.org/ns/prov#Start">prov:Start</a>
-        , <a class="owlclass" href="#End" title="http://www.w3.org/ns/prov#End">prov:End</a>
-        , <a class="owlclass" href="#Derivation" title="http://www.w3.org/ns/prov#Derivation">prov:Derivation</a>
       </dd>
     </dl>
   </div>
@@ -6382,7 +6404,7 @@
         <a href="#hadRole" title="http://www.w3.org/ns/prov#hadRole">prov:hadRole</a> <sup title="object property" class="type-op">op</sup>
       </dd><dt></dt>
       <dd>
-        <a href="#activity" title="http://www.w3.org/ns/prov#activity">prov:activity</a>  <sup title="object property" class="type-op">op</sup>        , <a href="#atTime" title="http://www.w3.org/ns/prov#atTime">prov:atTime</a>  <sup title="data property" class="type-dp">dp</sup>      </dd>
+        <a href="#atTime" title="http://www.w3.org/ns/prov#atTime">prov:atTime</a>  <sup title="data property" class="type-dp">dp</sup>        , <a href="#activity" title="http://www.w3.org/ns/prov#activity">prov:activity</a>  <sup title="object property" class="type-op">op</sup>      </dd>
 
       <dt>in range of</dt>
       <dd>
@@ -6464,9 +6486,9 @@
 
       <dt></dt>
       <dd>
-        <a href="#influencer" title="http://www.w3.org/ns/prov#influencer">prov:influencer</a> <sup title="object property" class="type-op">op</sup>
+        <a href="#hadRole" title="http://www.w3.org/ns/prov#hadRole">prov:hadRole</a> <sup title="object property" class="type-op">op</sup>
+        , <a href="#influencer" title="http://www.w3.org/ns/prov#influencer">prov:influencer</a> <sup title="object property" class="type-op">op</sup>
         , <a href="#hadActivity" title="http://www.w3.org/ns/prov#hadActivity">prov:hadActivity</a> <sup title="object property" class="type-op">op</sup>
-        , <a href="#hadRole" title="http://www.w3.org/ns/prov#hadRole">prov:hadRole</a> <sup title="object property" class="type-op">op</sup>
       </dd>
 
       <dt>in range of</dt>
@@ -6551,11 +6573,11 @@
         <a href="#atLocation" title="http://www.w3.org/ns/prov#atLocation">prov:atLocation</a> <sup title="object property" class="type-op">op</sup>
       </dd><dt>has subclasses</dt>
       <dd>
-        <a class="owlclass" href="#End" title="http://www.w3.org/ns/prov#End">prov:End</a>
+        <a class="owlclass" href="#Generation" title="http://www.w3.org/ns/prov#Generation">prov:Generation</a>
+        , <a class="owlclass" href="#Start" title="http://www.w3.org/ns/prov#Start">prov:Start</a>
         , <a class="owlclass" href="#Usage" title="http://www.w3.org/ns/prov#Usage">prov:Usage</a>
         , <a class="owlclass" href="#Invalidation" title="http://www.w3.org/ns/prov#Invalidation">prov:Invalidation</a>
-        , <a class="owlclass" href="#Generation" title="http://www.w3.org/ns/prov#Generation">prov:Generation</a>
-        , <a class="owlclass" href="#Start" title="http://www.w3.org/ns/prov#Start">prov:Start</a>
+        , <a class="owlclass" href="#End" title="http://www.w3.org/ns/prov#End">prov:End</a>
       </dd>
 
       <dt>prov-constraints</dt>
@@ -6638,7 +6660,7 @@
         <a href="#hadRole" title="http://www.w3.org/ns/prov#hadRole">prov:hadRole</a> <sup title="object property" class="type-op">op</sup>
       </dd><dt></dt>
       <dd>
-        <a href="#activity" title="http://www.w3.org/ns/prov#activity">prov:activity</a>  <sup title="object property" class="type-op">op</sup>        , <a href="#atTime" title="http://www.w3.org/ns/prov#atTime">prov:atTime</a>  <sup title="data property" class="type-dp">dp</sup>      </dd>
+        <a href="#atTime" title="http://www.w3.org/ns/prov#atTime">prov:atTime</a>  <sup title="data property" class="type-dp">dp</sup>        , <a href="#activity" title="http://www.w3.org/ns/prov#activity">prov:activity</a>  <sup title="object property" class="type-op">op</sup>      </dd>
 
       <dt>in range of</dt>
       <dd>
@@ -7080,7 +7102,7 @@
         <a href="#hadActivity" title="http://www.w3.org/ns/prov#hadActivity">prov:hadActivity</a> <sup title="object property" class="type-op">op</sup>        , <a href="#hadRole" title="http://www.w3.org/ns/prov#hadRole">prov:hadRole</a> <sup title="object property" class="type-op">op</sup>
       </dd><dt></dt>
       <dd>
-        <a href="#entity" title="http://www.w3.org/ns/prov#entity">prov:entity</a>  <sup title="object property" class="type-op">op</sup>        , <a href="#atTime" title="http://www.w3.org/ns/prov#atTime">prov:atTime</a>  <sup title="data property" class="type-dp">dp</sup>      </dd>
+        <a href="#atTime" title="http://www.w3.org/ns/prov#atTime">prov:atTime</a>  <sup title="data property" class="type-dp">dp</sup>        , <a href="#entity" title="http://www.w3.org/ns/prov#entity">prov:entity</a>  <sup title="object property" class="type-op">op</sup>      </dd>
 
       <dt>in range of</dt>
       <dd>
@@ -7169,7 +7191,7 @@
         <a href="#hadRole" title="http://www.w3.org/ns/prov#hadRole">prov:hadRole</a> <sup title="object property" class="type-op">op</sup>
       </dd><dt></dt>
       <dd>
-        <a href="#entity" title="http://www.w3.org/ns/prov#entity">prov:entity</a>  <sup title="object property" class="type-op">op</sup>        , <a href="#atTime" title="http://www.w3.org/ns/prov#atTime">prov:atTime</a>  <sup title="data property" class="type-dp">dp</sup>      </dd>
+        <a href="#atTime" title="http://www.w3.org/ns/prov#atTime">prov:atTime</a>  <sup title="data property" class="type-dp">dp</sup>        , <a href="#entity" title="http://www.w3.org/ns/prov#entity">prov:entity</a>  <sup title="object property" class="type-op">op</sup>      </dd>
 
       <dt>in range of</dt>
       <dd>
@@ -7235,7 +7257,7 @@
     </div>
 
     <div class="description">
-      <div class="comment "><p>The property used by an prov:ActivityInfluence to cite the prov:Activity that was involved with either an Activity or Entity. It can be used to refer to the activity involved in generating an entity, informing another activity, or starting another activity.</p>
+      <div class="comment "><p>The property used by an prov:ActivityInfluence to cite the prov:Activity that influenced an Entity, Activity, or Agent. It can be used to refer to the activity involved in generating an entity, informing another activity, or starting another activity.</p>
       </div>
       <dl>
 
@@ -7323,7 +7345,7 @@
     </div>
 
     <div class="description">
-      <div class="comment "><p>The property used by a prov:AgentInfluence to cite the Agent that was prov:involved with either an Activity or Entity. It can be used to express the agent involved in being responsible for an activity, being attributed to an entity, starting or ending an activity, or being responsible for another subordinate agent in an activity.</p>
+      <div class="comment "><p>The property used by a prov:AgentInfluence to cite the Agent that influenced an Entity, Activity, or Agent. It can be used to express the agent involved in being responsible for an activity, being attributed to an entity, starting or ending an activity, or being responsible for another subordinate agent in an activity.</p>
       </div>
       <dl>
 
@@ -7453,7 +7475,7 @@
     </div>
 
     <div class="description">
-      <div class="comment "><p>The property used by an prov:EntityInfluence to cite the Entity that was prov:involved with either an Activity or Entity. It can be used to refer to the entity involved in deriving another entity, being quoted or revised from, being the source of another entity, or being used in an activity. </p>
+      <div class="comment "><p>The property used by an prov:EntityInfluence to cite the Entity that was influenced by an Entity, Activity, or Agent. It can be used to refer to the entity involved in deriving another entity, being quoted or revised from, being the source of another entity, or being used in an activity. </p>
       </div>
       <dl>
 
@@ -7899,7 +7921,7 @@
     </div>
 
     <div class="description">
-      <div class="comment "><p>Subproperties of prov:involvee are used to cite the object of an unqualified PROV-O triple whose predicate is a subproperty of prov:involved (e.g. prov:used, prov:wasGeneratedBy). prov:involvee is used much like rdf:object is used.</p>
+      <div class="comment "><p>Subproperties of prov:influencer are used to cite the object of an unqualified PROV-O triple whose predicate is a subproperty of prov:wasInfluencedBy (e.g. prov:used, prov:wasGeneratedBy). prov:influencer is used much like rdf:object is used.</p>
       </div>
       <dl>
 
@@ -9033,35 +9055,35 @@
         <dd>
           <ul>
             <li>
-              <a class="owlclass" href="#actedOnBehalfOf" title="http://www.w3.org/ns/prov#actedOnBehalfOf">prov:actedOnBehalfOf</a>
+              <a class="owlclass" href="#wasAssociatedWith" title="http://www.w3.org/ns/prov#wasAssociatedWith">prov:wasAssociatedWith</a>
             </li>
             <li>
               <a class="owlclass" href="#wasGeneratedBy" title="http://www.w3.org/ns/prov#wasGeneratedBy">prov:wasGeneratedBy</a>
             </li>
             <li>
+              <a class="owlclass" href="#wasDerivedFrom" title="http://www.w3.org/ns/prov#wasDerivedFrom">prov:wasDerivedFrom</a>
+            </li>
+            <li>
+              <a class="owlclass" href="#wasInformedBy" title="http://www.w3.org/ns/prov#wasInformedBy">prov:wasInformedBy</a>
+            </li>
+            <li>
+              <a class="owlclass" href="#wasAttributedTo" title="http://www.w3.org/ns/prov#wasAttributedTo">prov:wasAttributedTo</a>
+            </li>
+            <li>
+              <a class="owlclass" href="#used" title="http://www.w3.org/ns/prov#used">prov:used</a>
+            </li>
+            <li>
+              <a class="owlclass" href="#actedOnBehalfOf" title="http://www.w3.org/ns/prov#actedOnBehalfOf">prov:actedOnBehalfOf</a>
+            </li>
+            <li>
               <a class="owlclass" href="#wasInvalidatedBy" title="http://www.w3.org/ns/prov#wasInvalidatedBy">prov:wasInvalidatedBy</a>
             </li>
             <li>
               <a class="owlclass" href="#wasStartedBy" title="http://www.w3.org/ns/prov#wasStartedBy">prov:wasStartedBy</a>
             </li>
             <li>
-              <a class="owlclass" href="#wasAttributedTo" title="http://www.w3.org/ns/prov#wasAttributedTo">prov:wasAttributedTo</a>
-            </li>
-            <li>
               <a class="owlclass" href="#wasEndedBy" title="http://www.w3.org/ns/prov#wasEndedBy">prov:wasEndedBy</a>
             </li>
-            <li>
-              <a class="owlclass" href="#wasAssociatedWith" title="http://www.w3.org/ns/prov#wasAssociatedWith">prov:wasAssociatedWith</a>
-            </li>
-            <li>
-              <a class="owlclass" href="#wasInformedBy" title="http://www.w3.org/ns/prov#wasInformedBy">prov:wasInformedBy</a>
-            </li>
-            <li>
-              <a class="owlclass" href="#wasDerivedFrom" title="http://www.w3.org/ns/prov#wasDerivedFrom">prov:wasDerivedFrom</a>
-            </li>
-            <li>
-              <a class="owlclass" href="#used" title="http://www.w3.org/ns/prov#used">prov:used</a>
-            </li>
           </ul>
         </dd>
 
@@ -9321,18 +9343,63 @@
       
 <!-- OddPage -->
 <h2><span class="secno">A. </span>PROV-O OWL Profile</h2>
-      <p>To encourage widespread adoption, PROV-O's design is intentionally minimal and lightweight. The OWL RL profile was used as a baseline for simplicity, i.e., if an OWL assertion was not RL compliant, then it would require justification to be included in the final ontology. This section enumerates those axioms that are beyond OWL RL, along with a description of why they were important enough to be included.
+      <p>To encourage widespread adoption, PROV-O's design is intentionally minimal and lightweight. 
+      Because the OWL 2 RL profile is aimed at RDF applications that require scalable reasoning without sacrificing too much expressive power [<cite><a class="bibref" rel="biblioentry" href="#bib-OWL-2-PRIMER">OWL-2-PRIMER</a></cite>], 
+      it served as a baseline for all axioms included in PROV-O. The PROV-O axioms that do not suit the OWL 2 RL profile are listed in <a href="#owl-rl-violations">Table 3</a>. 
+      All five use a class union for the domain or range of a property, while OWL 2 RL requires them to be explicitly named. 
+      Although introducing &quot;placeholder&quot; classes would have suited the OWL 2 RL profile, these additional classes would have been irrelevant 
+      to the modeling of provenance information, increased the size of PROV-O unnecessarily, and exposed a potential to confuse users.
+      All five axioms listed in the following table <em>use a non-superclass expression in a position that requires a superclass expression</em>.
       </p>
-<table>
-  <tbody><tr>
-    <td>Use of non-superclass expression in position that requires a superclass expression: ObjectUnionOf(provDerivation provResponsibility provStart) [ObjectPropertyDomain(provhadActivity ObjectUnionOf(provDerivation provResponsibility provStart)) in provhttp://www.w3.org/TR/2012/WD-prov-o-2012MMDD]</td>
-    <td>hadActivity</td>
-  </tr>
-  <tr>
-    <td>Use of non-superclass expression in position that requires a superclass expression: ObjectUnionOf(provAssociation provEnd provGeneration provStart provUsage) [ObjectPropertyDomain(provhadRole ObjectUnionOf(provAssociation provEnd provGeneration provStart provUsage)) in provhttp://www.w3.org/TR/2012/WD-prov-o-2012MMDD]</td>
-    <td>hadRole</td>
-  </tr>
-</tbody></table>
+
+
+<!--  The following table is generated by executing the following from a checked out version of http://dvcs.w3.org/hg/prov/file/tip/ontology
+        java -jar bin/profilechecker.jar ProvenanceOntology.owl OWL2RLProfile 2>&1 | python bin/rlplus-justify.py
+ -->
+
+
+<div style="text-align: center">
+  <table id="owl-rl-violations">
+    <caption><a href="#owl-rl-violations">Table 3</a>: All OWL Axioms in PROV-O that do not conform to the OWL2-RL profile.</caption>
+    <tbody><tr>
+      <th>Non OWL2-RL PROV-O Axiom
+    </th></tr>
+    <tr>
+      <td><a class="qname" href="#atLocation">prov:atLocation</a> rdfs:domain (prov:Activity prov:Agent prov:Entity prov:InstantaneousEvent)</td>
+    </tr> 
+<!--  1  -->
+
+
+    <tr>
+      <td><a class="qname" href="#hadActivity">prov:hadActivity</a> rdfs:domain (prov:Delegation prov:Derivation prov:Start)</td>
+    </tr> 
+<!--  3  -->
+
+
+    <tr>
+      <td><a class="qname" href="#hadRole">prov:hadRole</a> rdfs:domain (prov:Association prov:End prov:Generation prov:Invalidation prov:Start prov:Usage)</td>
+    </tr> 
+<!--  4  -->
+
+
+    <tr>
+      <td><a class="qname" href="#wasInfluencedBy">prov:wasInfluencedBy</a> rdfs:range (prov:Activity prov:Agent prov:Entity)</td>
+    </tr> 
+<!--  2  -->
+
+
+    <tr>
+      <td><a class="qname" href="#wasInfluencedBy">prov:wasInfluencedBy</a> rdfs:domain (prov:Activity prov:Agent prov:Entity)</td>
+    </tr> 
+<!--  5  -->
+
+
+  </tbody></table>
+</div>
+
+
+
+
 
     </div>
 
@@ -9412,8 +9479,6 @@
       For convenience, <a href="inverses.ttl">this file</a> lists the resulting inverse properties.
       </p>
 
-
-
 <table class="inverse-names">
  <caption>Names of inverses</caption>
  <tr>
@@ -9535,7 +9600,7 @@
  <tr>
  <td><a title="http://www.w3.org/ns/prov#Influence" href="#Influence" class="owlproperty">prov:Influence</a></td>
  <td><a title="http://www.w3.org/ns/prov#influencer" href="#influencer" class="owlproperty">prov:influencer</a></td>
- <td>prov:involvement</td>
+ <td>prov:hadInfluence</td>
  </tr>
  <tr>
  <td><a title="http://www.w3.org/ns/prov#Activity" href="#Activity" class="owlproperty">prov:Activity</a></td>
@@ -9716,7 +9781,6 @@
 
 
 
-
        </div>
 
 
@@ -9743,6 +9807,7 @@
 </dd><dt id="bib-RFC2119">[RFC2119]</dt><dd>S. Bradner. <a href="http://www.ietf.org/rfc/rfc2119.txt"><cite>Key words for use in RFCs to Indicate Requirement Levels.</cite></a> March 1997. Internet RFC 2119.  URL: <a href="http://www.ietf.org/rfc/rfc2119.txt">http://www.ietf.org/rfc/rfc2119.txt</a> 
 </dd><dt id="bib-XMLSCHEMA-2">[XMLSCHEMA-2]</dt><dd>Paul V. Biron; Ashok Malhotra. <a href="http://www.w3.org/TR/2004/REC-xmlschema-2-20041028/"><cite>XML Schema Part 2: Datatypes Second Edition.</cite></a> 28 October 2004. W3C Recommendation. URL: <a href="http://www.w3.org/TR/2004/REC-xmlschema-2-20041028/">http://www.w3.org/TR/2004/REC-xmlschema-2-20041028/</a> 
 </dd></dl></div><div id="informative-references" class="section"><h3><span class="secno">D.2 </span>Informative references</h3><dl class="bibliography"><dt id="bib-LD-Patterns-QR">[LD-Patterns-QR]</dt><dd>Leigh Dodds and Ian Davis <a href="http://patterns.dataincubator.org/book/qualified-relation.html"><cite>Qualified Relation</cite></a>. modified 31 May 2012, accessed June 01 2012 URL: <a href="http://patterns.dataincubator.org/book/qualified-relation.html">http://patterns.dataincubator.org/book/qualified-relation.html</a>
+</dd><dt id="bib-OWL-2-PRIMER">[OWL-2-PRIMER]</dt><dd>Pascal Hitzler, Markus Krötzsch, Bijan Parsia, Peter F. Patel-Schneider, Sebastian Rudolph <a href="http://www.w3.org/TR/owl2-primer/"><cite>OWL 2 Web Ontology Language Primer</cite></a>. modified 27 October 2009, accessed July 03 2012 URL: <a href="http://www.w3.org/TR/owl2-primer/">http://www.w3.org/TR/owl2-primer/</a>
 </dd><dt id="bib-PROV-DM">[PROV-DM]</dt><dd>Luc Moreau, Paolo Missier<a href="http://www.w3.org/TR/2011/WD-prov-dm-20111018/"><cite>The PROV Data Model and Abstract Syntax Notation</cite></a>. 18 October 2011. W3C Working Draft. (Work in progress.) URL: <a href="http://www.w3.org/TR/2011/WD-prov-dm-20111018/">http://www.w3.org/TR/2011/WD-prov-dm-20111018/</a>
 </dd><dt id="bib-PROV-PAQ">[PROV-PAQ]</dt><dd>Graham Klyne and Paul Groth <a href="https://dvcs.w3.org/hg/prov/raw-file/tip/paq/prov-aq.html"><cite>Provenance Access and Query</cite></a>. 2011, Work in progress. URL: <a href="https://dvcs.w3.org/hg/prov/raw-file/tip/paq/prov-aq.html">https://dvcs.w3.org/hg/prov/raw-file/tip/paq/prov-aq.html</a>
 </dd><dt id="bib-PROV-PRIMER">[PROV-PRIMER]</dt><dd>Yolanda Gil and Simon Miles (eds.) Khalid Belhajjame, Helena Deus, Daniel Garijo, Graham Klyne, Paolo Missier, Stian Soiland-Reyes, and Stephan Zednik <a href="http://www.w3.org/TR/prov-primer/"><cite>Prov Model Primer</cite></a>. 2011, Working Draft. URL: <a href="http://www.w3.org/TR/prov-primer/">http://www.w3.org/TR/prov-primer/</a>
--- a/ontology/components/inverses.owl	Tue Jul 03 16:03:01 2012 -0400
+++ b/ontology/components/inverses.owl	Tue Jul 03 16:05:56 2012 -0400
@@ -7,153 +7,594 @@
     <rdfs:seeAlso rdf:resource="http://www.w3.org/TR/prov-o/#names-of-inverse-properties"/>
   </rdf:Description>
   <rdf:Description rdf:about="file:///Users/lebot/afrl/phd/prov-wg/hg/prov/ontology/components/inverses.ttl">
-    <owl:versionIRI rdf:resource="http://www.w3.org/TR/2012/WD-prov-o-2012MMDD"/>
+    <owl:versionIRI rdf:resource="http://www.w3.org/TR/2012/WD-prov-o-20120703"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#hadDelegate">
+    <rdfs:label>hadDelegate</rdfs:label>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#hadDelegate">
+    <owl:inverseOf rdf:resource="http://www.w3.org/ns/prov#actedOnBehalfOf"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#hadDelegate">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/TR/prov-o/inverses.owl"/>
   </rdf:Description>
   <rdf:Description rdf:about="http://www.w3.org/ns/prov#actedOnBehalfOf">
-    <owl:inverseOf rdf:resource="http://www.w3.org/ns/prov#hadDelegate"/>
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#activityOfInfluence">
+    <rdfs:label>activityOfInfluence</rdfs:label>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#activityOfInfluence">
+    <owl:inverseOf rdf:resource="http://www.w3.org/ns/prov#activity"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#activityOfInfluence">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/TR/prov-o/inverses.owl"/>
   </rdf:Description>
   <rdf:Description rdf:about="http://www.w3.org/ns/prov#activity">
-    <owl:inverseOf rdf:resource="http://www.w3.org/ns/prov#activityOfInfluence"/>
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#agentOfInfluence">
+    <rdfs:label>agentOfInfluence</rdfs:label>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#agentOfInfluence">
+    <owl:inverseOf rdf:resource="http://www.w3.org/ns/prov#agent"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#agentOfInfluence">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/TR/prov-o/inverses.owl"/>
   </rdf:Description>
   <rdf:Description rdf:about="http://www.w3.org/ns/prov#agent">
-    <owl:inverseOf rdf:resource="http://www.w3.org/ns/prov#agentOfInfluence"/>
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#alternateOf">
+    <rdfs:label>alternateOf</rdfs:label>
   </rdf:Description>
   <rdf:Description rdf:about="http://www.w3.org/ns/prov#alternateOf">
     <owl:inverseOf rdf:resource="http://www.w3.org/ns/prov#alternateOf"/>
   </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#alternateOf">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/TR/prov-o/inverses.owl"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#alternateOf">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#contextOf">
+    <rdfs:label>contextOf</rdfs:label>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#contextOf">
+    <owl:inverseOf rdf:resource="http://www.w3.org/ns/prov#asInBundle"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#contextOf">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/TR/prov-o/inverses.owl"/>
+  </rdf:Description>
   <rdf:Description rdf:about="http://www.w3.org/ns/prov#asInBundle">
-    <owl:inverseOf rdf:resource="http://www.w3.org/ns/prov#contextOf"/>
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#locationOf">
+    <rdfs:label>locationOf</rdfs:label>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#locationOf">
+    <owl:inverseOf rdf:resource="http://www.w3.org/ns/prov#atLocation"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#locationOf">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/TR/prov-o/inverses.owl"/>
   </rdf:Description>
   <rdf:Description rdf:about="http://www.w3.org/ns/prov#atLocation">
-    <owl:inverseOf rdf:resource="http://www.w3.org/ns/prov#locationOf"/>
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#entityOfInfluence">
+    <rdfs:label>entityOfInfluence</rdfs:label>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#entityOfInfluence">
+    <owl:inverseOf rdf:resource="http://www.w3.org/ns/prov#entity"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#entityOfInfluence">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/TR/prov-o/inverses.owl"/>
   </rdf:Description>
   <rdf:Description rdf:about="http://www.w3.org/ns/prov#entity">
-    <owl:inverseOf rdf:resource="http://www.w3.org/ns/prov#entityOfInfluence"/>
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#wasGeneratedBy">
+    <rdfs:label>wasGeneratedBy</rdfs:label>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#wasGeneratedBy">
+    <owl:inverseOf rdf:resource="http://www.w3.org/ns/prov#generated"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#wasGeneratedBy">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/TR/prov-o/inverses.owl"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#generated">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#wasActivityOfInfluence">
+    <rdfs:label>wasActivityOfInfluence</rdfs:label>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#wasActivityOfInfluence">
+    <owl:inverseOf rdf:resource="http://www.w3.org/ns/prov#hadActivity"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#wasActivityOfInfluence">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/TR/prov-o/inverses.owl"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#hadActivity">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#generatedAsDerivation">
+    <rdfs:label>generatedAsDerivation</rdfs:label>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#generatedAsDerivation">
+    <owl:inverseOf rdf:resource="http://www.w3.org/ns/prov#hadGeneration"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#generatedAsDerivation">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/TR/prov-o/inverses.owl"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#hadGeneration">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#wasMemberOf">
+    <rdfs:label>wasMemberOf</rdfs:label>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#wasMemberOf">
+    <owl:inverseOf rdf:resource="http://www.w3.org/ns/prov#hadMember"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#wasMemberOf">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/TR/prov-o/inverses.owl"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#hadMember">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#wasPlanOf">
+    <rdfs:label>wasPlanOf</rdfs:label>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#wasPlanOf">
+    <owl:inverseOf rdf:resource="http://www.w3.org/ns/prov#hadPlan"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#wasPlanOf">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/TR/prov-o/inverses.owl"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#hadPlan">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#wasPrimarySourceOf">
+    <rdfs:label>wasPrimarySourceOf</rdfs:label>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#wasPrimarySourceOf">
+    <owl:inverseOf rdf:resource="http://www.w3.org/ns/prov#hadPrimarySource"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#wasPrimarySourceOf">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/TR/prov-o/inverses.owl"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#hadPrimarySource">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#wasRoleIn">
+    <rdfs:label>wasRoleIn</rdfs:label>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#wasRoleIn">
+    <owl:inverseOf rdf:resource="http://www.w3.org/ns/prov#hadRole"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#wasRoleIn">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/TR/prov-o/inverses.owl"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#hadRole">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#wasUsedInDerivation">
+    <rdfs:label>wasUsedInDerivation</rdfs:label>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#wasUsedInDerivation">
+    <owl:inverseOf rdf:resource="http://www.w3.org/ns/prov#hadUsage"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#wasUsedInDerivation">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/TR/prov-o/inverses.owl"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#hadUsage">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#anchorOf">
+    <rdfs:label>anchorOf</rdfs:label>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#anchorOf">
+    <owl:inverseOf rdf:resource="http://www.w3.org/ns/prov#hasAnchor"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#anchorOf">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/TR/prov-o/inverses.owl"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#hasAnchor">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#provenanceOf">
+    <rdfs:label>provenanceOf</rdfs:label>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#provenanceOf">
+    <owl:inverseOf rdf:resource="http://www.w3.org/ns/prov#hasProvenance"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#provenanceOf">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/TR/prov-o/inverses.owl"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#hasProvenance">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#provenanceAnchorOf">
+    <rdfs:label>provenanceAnchorOf</rdfs:label>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#provenanceAnchorOf">
+    <owl:inverseOf rdf:resource="http://www.w3.org/ns/prov#hasProvenanceService"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#provenanceAnchorOf">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/TR/prov-o/inverses.owl"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#hasProvenanceService">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#wasInfluencedBy">
+    <rdfs:label>wasInfluencedBy</rdfs:label>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#wasInfluencedBy">
+    <owl:inverseOf rdf:resource="http://www.w3.org/ns/prov#influenced"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#wasInfluencedBy">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/TR/prov-o/inverses.owl"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#influenced">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#hadInfluence">
+    <rdfs:label>hadInfluence</rdfs:label>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#hadInfluence">
+    <owl:inverseOf rdf:resource="http://www.w3.org/ns/prov#influencer"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#hadInfluence">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/TR/prov-o/inverses.owl"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#influencer">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#wasInvalidatedBy">
+    <rdfs:label>wasInvalidatedBy</rdfs:label>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#wasInvalidatedBy">
+    <owl:inverseOf rdf:resource="http://www.w3.org/ns/prov#invalidated"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#wasInvalidatedBy">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/TR/prov-o/inverses.owl"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#invalidated">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#hadMention">
+    <rdfs:label>hadMention</rdfs:label>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#hadMention">
+    <owl:inverseOf rdf:resource="http://www.w3.org/ns/prov#mentionOf"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#hadMention">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/TR/prov-o/inverses.owl"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#mentionOf">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedAssociationOf">
+    <rdfs:label>qualifiedAssociationOf</rdfs:label>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedAssociationOf">
+    <owl:inverseOf rdf:resource="http://www.w3.org/ns/prov#qualifiedAssociation"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedAssociationOf">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/TR/prov-o/inverses.owl"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedAssociation">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedAttributionOf">
+    <rdfs:label>qualifiedAttributionOf</rdfs:label>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedAttributionOf">
+    <owl:inverseOf rdf:resource="http://www.w3.org/ns/prov#qualifiedAttribution"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedAttributionOf">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/TR/prov-o/inverses.owl"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedAttribution">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedCommunicationOf">
+    <rdfs:label>qualifiedCommunicationOf</rdfs:label>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedCommunicationOf">
+    <owl:inverseOf rdf:resource="http://www.w3.org/ns/prov#qualifiedCommunication"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedCommunicationOf">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/TR/prov-o/inverses.owl"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedCommunication">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedDelegationOf">
+    <rdfs:label>qualifiedDelegationOf</rdfs:label>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedDelegationOf">
+    <owl:inverseOf rdf:resource="http://www.w3.org/ns/prov#qualifiedDelegation"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedDelegationOf">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/TR/prov-o/inverses.owl"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedDelegation">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedDerivationOf">
+    <rdfs:label>qualifiedDerivationOf</rdfs:label>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedDerivationOf">
+    <owl:inverseOf rdf:resource="http://www.w3.org/ns/prov#qualifiedDerivation"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedDerivationOf">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/TR/prov-o/inverses.owl"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedDerivation">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedEndOf">
+    <rdfs:label>qualifiedEndOf</rdfs:label>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedEndOf">
+    <owl:inverseOf rdf:resource="http://www.w3.org/ns/prov#qualifiedEnd"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedEndOf">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/TR/prov-o/inverses.owl"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedEnd">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedGenerationOf">
+    <rdfs:label>qualifiedGenerationOf</rdfs:label>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedGenerationOf">
+    <owl:inverseOf rdf:resource="http://www.w3.org/ns/prov#qualifiedGeneration"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedGenerationOf">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/TR/prov-o/inverses.owl"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedGeneration">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedInfluenceOf">
+    <rdfs:label>qualifiedInfluenceOf</rdfs:label>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedInfluenceOf">
+    <owl:inverseOf rdf:resource="http://www.w3.org/ns/prov#qualifiedInfluence"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedInfluenceOf">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/TR/prov-o/inverses.owl"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedInfluence">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedInvalidationOf">
+    <rdfs:label>qualifiedInvalidationOf</rdfs:label>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedInvalidationOf">
+    <owl:inverseOf rdf:resource="http://www.w3.org/ns/prov#qualifiedInvalidation"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedInvalidationOf">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/TR/prov-o/inverses.owl"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedInvalidation">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedQuotationOf">
+    <rdfs:label>qualifiedQuotationOf</rdfs:label>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedQuotationOf">
+    <owl:inverseOf rdf:resource="http://www.w3.org/ns/prov#qualifiedQuotation"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedQuotationOf">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/TR/prov-o/inverses.owl"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedQuotation">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#revisedEntity">
+    <rdfs:label>revisedEntity</rdfs:label>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#revisedEntity">
+    <owl:inverseOf rdf:resource="http://www.w3.org/ns/prov#qualifiedRevision"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#revisedEntity">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/TR/prov-o/inverses.owl"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedRevision">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedSourceOf">
+    <rdfs:label>qualifiedSourceOf</rdfs:label>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedSourceOf">
+    <owl:inverseOf rdf:resource="http://www.w3.org/ns/prov#qualifiedSource"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedSourceOf">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/TR/prov-o/inverses.owl"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedSource">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedStartOf">
+    <rdfs:label>qualifiedStartOf</rdfs:label>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedStartOf">
+    <owl:inverseOf rdf:resource="http://www.w3.org/ns/prov#qualifiedStart"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedStartOf">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/TR/prov-o/inverses.owl"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedStart">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedUsingActivity">
+    <rdfs:label>qualifiedUsingActivity</rdfs:label>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedUsingActivity">
+    <owl:inverseOf rdf:resource="http://www.w3.org/ns/prov#qualifiedUsage"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedUsingActivity">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/TR/prov-o/inverses.owl"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedUsage">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#generalizationOf">
+    <rdfs:label>generalizationOf</rdfs:label>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#generalizationOf">
+    <owl:inverseOf rdf:resource="http://www.w3.org/ns/prov#specializationOf"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#generalizationOf">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/TR/prov-o/inverses.owl"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#specializationOf">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#wasUsedBy">
+    <rdfs:label>wasUsedBy</rdfs:label>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#wasUsedBy">
+    <owl:inverseOf rdf:resource="http://www.w3.org/ns/prov#used"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#wasUsedBy">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/TR/prov-o/inverses.owl"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#used">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#wasAssociateFor">
+    <rdfs:label>wasAssociateFor</rdfs:label>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#wasAssociateFor">
+    <owl:inverseOf rdf:resource="http://www.w3.org/ns/prov#wasAssociatedWith"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#wasAssociateFor">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/TR/prov-o/inverses.owl"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#wasAssociatedWith">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#contributed">
+    <rdfs:label>contributed</rdfs:label>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#contributed">
+    <owl:inverseOf rdf:resource="http://www.w3.org/ns/prov#wasAttributedTo"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#contributed">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/TR/prov-o/inverses.owl"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#wasAttributedTo">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#hadDerivation">
+    <rdfs:label>hadDerivation</rdfs:label>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#hadDerivation">
+    <owl:inverseOf rdf:resource="http://www.w3.org/ns/prov#wasDerivedFrom"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#hadDerivation">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/TR/prov-o/inverses.owl"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#wasDerivedFrom">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#ended">
+    <rdfs:label>ended</rdfs:label>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#ended">
+    <owl:inverseOf rdf:resource="http://www.w3.org/ns/prov#wasEndedBy"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#ended">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/TR/prov-o/inverses.owl"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#wasEndedBy">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#generated">
+    <rdfs:label>generated</rdfs:label>
   </rdf:Description>
   <rdf:Description rdf:about="http://www.w3.org/ns/prov#generated">
     <owl:inverseOf rdf:resource="http://www.w3.org/ns/prov#wasGeneratedBy"/>
   </rdf:Description>
-  <rdf:Description rdf:about="http://www.w3.org/ns/prov#hadActivity">
-    <owl:inverseOf rdf:resource="http://www.w3.org/ns/prov#wasActivityOfInfluence"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="http://www.w3.org/ns/prov#hadGeneration">
-    <owl:inverseOf rdf:resource="http://www.w3.org/ns/prov#generatedAsDerivation"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="http://www.w3.org/ns/prov#hadMember">
-    <owl:inverseOf rdf:resource="http://www.w3.org/ns/prov#wasMemberOf"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="http://www.w3.org/ns/prov#hadPlan">
-    <owl:inverseOf rdf:resource="http://www.w3.org/ns/prov#wasPlanOf"/>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#generated">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/TR/prov-o/inverses.owl"/>
   </rdf:Description>
-  <rdf:Description rdf:about="http://www.w3.org/ns/prov#hadPrimarySource">
-    <owl:inverseOf rdf:resource="http://www.w3.org/ns/prov#wasPrimarySourceOf"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="http://www.w3.org/ns/prov#hadRole">
-    <owl:inverseOf rdf:resource="http://www.w3.org/ns/prov#wasRoleIn"/>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#wasGeneratedBy">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
   </rdf:Description>
-  <rdf:Description rdf:about="http://www.w3.org/ns/prov#hadUsage">
-    <owl:inverseOf rdf:resource="http://www.w3.org/ns/prov#wasUsedInDerivation"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="http://www.w3.org/ns/prov#hasAnchor">
-    <owl:inverseOf rdf:resource="http://www.w3.org/ns/prov#anchorOf"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="http://www.w3.org/ns/prov#hasProvenance">
-    <owl:inverseOf rdf:resource="http://www.w3.org/ns/prov#provenanceOf"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="http://www.w3.org/ns/prov#hasProvenanceService">
-    <owl:inverseOf rdf:resource="http://www.w3.org/ns/prov#provenanceAnchorOf"/>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#influenced">
+    <rdfs:label>influenced</rdfs:label>
   </rdf:Description>
   <rdf:Description rdf:about="http://www.w3.org/ns/prov#influenced">
     <owl:inverseOf rdf:resource="http://www.w3.org/ns/prov#wasInfluencedBy"/>
   </rdf:Description>
-  <rdf:Description rdf:about="http://www.w3.org/ns/prov#influencer">
-    <owl:inverseOf rdf:resource="http://www.w3.org/ns/prov#involvement"/>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#influenced">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/TR/prov-o/inverses.owl"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#wasInfluencedBy">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#informed">
+    <rdfs:label>informed</rdfs:label>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#informed">
+    <owl:inverseOf rdf:resource="http://www.w3.org/ns/prov#wasInformedBy"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#informed">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/TR/prov-o/inverses.owl"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#wasInformedBy">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#invalidated">
+    <rdfs:label>invalidated</rdfs:label>
   </rdf:Description>
   <rdf:Description rdf:about="http://www.w3.org/ns/prov#invalidated">
     <owl:inverseOf rdf:resource="http://www.w3.org/ns/prov#wasInvalidatedBy"/>
   </rdf:Description>
-  <rdf:Description rdf:about="http://www.w3.org/ns/prov#mentionOf">
-    <owl:inverseOf rdf:resource="http://www.w3.org/ns/prov#hadMention"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedAssociation">
-    <owl:inverseOf rdf:resource="http://www.w3.org/ns/prov#qualifiedAssociationOf"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedAttribution">
-    <owl:inverseOf rdf:resource="http://www.w3.org/ns/prov#qualifiedAttributionOf"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedCommunication">
-    <owl:inverseOf rdf:resource="http://www.w3.org/ns/prov#qualifiedCommunicationOf"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedDelegation">
-    <owl:inverseOf rdf:resource="http://www.w3.org/ns/prov#qualifiedDelegationOf"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedDerivation">
-    <owl:inverseOf rdf:resource="http://www.w3.org/ns/prov#qualifiedDerivationOf"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedEnd">
-    <owl:inverseOf rdf:resource="http://www.w3.org/ns/prov#qualifiedEndOf"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedGeneration">
-    <owl:inverseOf rdf:resource="http://www.w3.org/ns/prov#qualifiedGenerationOf"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedInfluence">
-    <owl:inverseOf rdf:resource="http://www.w3.org/ns/prov#qualifiedInfluenceOf"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedInvalidation">
-    <owl:inverseOf rdf:resource="http://www.w3.org/ns/prov#qualifiedInvalidationOf"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedQuotation">
-    <owl:inverseOf rdf:resource="http://www.w3.org/ns/prov#qualifiedQuotationOf"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedRevision">
-    <owl:inverseOf rdf:resource="http://www.w3.org/ns/prov#revisedEntity"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedSource">
-    <owl:inverseOf rdf:resource="http://www.w3.org/ns/prov#qualifiedSourceOf"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedStart">
-    <owl:inverseOf rdf:resource="http://www.w3.org/ns/prov#qualifiedStartOf"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedUsage">
-    <owl:inverseOf rdf:resource="http://www.w3.org/ns/prov#qualifiedUsingActivity"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="http://www.w3.org/ns/prov#specializationOf">
-    <owl:inverseOf rdf:resource="http://www.w3.org/ns/prov#generalizationOf"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="http://www.w3.org/ns/prov#used">
-    <owl:inverseOf rdf:resource="http://www.w3.org/ns/prov#wasUsedBy"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="http://www.w3.org/ns/prov#wasAssociatedWith">
-    <owl:inverseOf rdf:resource="http://www.w3.org/ns/prov#wasAssociateFor"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="http://www.w3.org/ns/prov#wasAttributedTo">
-    <owl:inverseOf rdf:resource="http://www.w3.org/ns/prov#contributed"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="http://www.w3.org/ns/prov#wasDerivedFrom">
-    <owl:inverseOf rdf:resource="http://www.w3.org/ns/prov#hadDerivation"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="http://www.w3.org/ns/prov#wasEndedBy">
-    <owl:inverseOf rdf:resource="http://www.w3.org/ns/prov#ended"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="http://www.w3.org/ns/prov#wasGeneratedBy">
-    <owl:inverseOf rdf:resource="http://www.w3.org/ns/prov#generated"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="http://www.w3.org/ns/prov#wasInfluencedBy">
-    <owl:inverseOf rdf:resource="http://www.w3.org/ns/prov#influenced"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="http://www.w3.org/ns/prov#wasInformedBy">
-    <owl:inverseOf rdf:resource="http://www.w3.org/ns/prov#informed"/>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#invalidated">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/TR/prov-o/inverses.owl"/>
   </rdf:Description>
   <rdf:Description rdf:about="http://www.w3.org/ns/prov#wasInvalidatedBy">
-    <owl:inverseOf rdf:resource="http://www.w3.org/ns/prov#invalidated"/>
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#quotedAs">
+    <rdfs:label>quotedAs</rdfs:label>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#quotedAs">
+    <owl:inverseOf rdf:resource="http://www.w3.org/ns/prov#wasQuotedFrom"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#quotedAs">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/TR/prov-o/inverses.owl"/>
   </rdf:Description>
   <rdf:Description rdf:about="http://www.w3.org/ns/prov#wasQuotedFrom">
-    <owl:inverseOf rdf:resource="http://www.w3.org/ns/prov#quotedAs"/>
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#hadRevision">
+    <rdfs:label>hadRevision</rdfs:label>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#hadRevision">
+    <owl:inverseOf rdf:resource="http://www.w3.org/ns/prov#wasRevisionOf"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#hadRevision">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/TR/prov-o/inverses.owl"/>
   </rdf:Description>
   <rdf:Description rdf:about="http://www.w3.org/ns/prov#wasRevisionOf">
-    <owl:inverseOf rdf:resource="http://www.w3.org/ns/prov#hadRevision"/>
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#started">
+    <rdfs:label>started</rdfs:label>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#started">
+    <owl:inverseOf rdf:resource="http://www.w3.org/ns/prov#wasStartedBy"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#started">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/TR/prov-o/inverses.owl"/>
   </rdf:Description>
   <rdf:Description rdf:about="http://www.w3.org/ns/prov#wasStartedBy">
-    <owl:inverseOf rdf:resource="http://www.w3.org/ns/prov#started"/>
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
   </rdf:Description>
 </rdf:RDF>
--- a/ontology/components/inverses.ttl	Tue Jul 03 16:03:01 2012 -0400
+++ b/ontology/components/inverses.ttl	Tue Jul 03 16:05:56 2012 -0400
@@ -6,54 +6,397 @@
 
 <> prov:wasDerivedFrom <http://www.w3.org/TR/prov-o/prov.owl>;
    rdfs:seeAlso        <http://www.w3.org/TR/prov-o/#names-of-inverse-properties>;
-   owl:versionIRI      <http://www.w3.org/TR/2012/WD-prov-o-2012MMDD> .
+   owl:versionIRI      <http://www.w3.org/TR/2012/WD-prov-o-20120703> .
 
-prov:actedOnBehalfOf owl:inverseOf prov:hadDelegate .
-prov:activity owl:inverseOf prov:activityOfInfluence .
-prov:agent owl:inverseOf prov:agentOfInfluence .
-prov:alternateOf owl:inverseOf prov:alternateOf .
-prov:asInBundle owl:inverseOf prov:contextOf .
-prov:atLocation owl:inverseOf prov:locationOf .
-prov:entity owl:inverseOf prov:entityOfInfluence .
-prov:generated owl:inverseOf prov:wasGeneratedBy .
-prov:hadActivity owl:inverseOf prov:wasActivityOfInfluence .
-prov:hadGeneration owl:inverseOf prov:generatedAsDerivation .
-prov:hadMember owl:inverseOf prov:wasMemberOf .
-prov:hadPlan owl:inverseOf prov:wasPlanOf .
-prov:hadPrimarySource owl:inverseOf prov:wasPrimarySourceOf .
-prov:hadRole owl:inverseOf prov:wasRoleIn .
-prov:hadUsage owl:inverseOf prov:wasUsedInDerivation .
-prov:hasAnchor owl:inverseOf prov:anchorOf .
-prov:hasProvenance owl:inverseOf prov:provenanceOf .
-prov:hasProvenanceService owl:inverseOf prov:provenanceAnchorOf .
-prov:influenced owl:inverseOf prov:wasInfluencedBy .
-prov:influencer owl:inverseOf prov:involvement .
-prov:invalidated owl:inverseOf prov:wasInvalidatedBy .
-prov:mentionOf owl:inverseOf prov:hadMention .
-prov:qualifiedAssociation owl:inverseOf prov:qualifiedAssociationOf .
-prov:qualifiedAttribution owl:inverseOf prov:qualifiedAttributionOf .
-prov:qualifiedCommunication owl:inverseOf prov:qualifiedCommunicationOf .
-prov:qualifiedDelegation owl:inverseOf prov:qualifiedDelegationOf .
-prov:qualifiedDerivation owl:inverseOf prov:qualifiedDerivationOf .
-prov:qualifiedEnd owl:inverseOf prov:qualifiedEndOf .
-prov:qualifiedGeneration owl:inverseOf prov:qualifiedGenerationOf .
-prov:qualifiedInfluence owl:inverseOf prov:qualifiedInfluenceOf .
-prov:qualifiedInvalidation owl:inverseOf prov:qualifiedInvalidationOf .
-prov:qualifiedQuotation owl:inverseOf prov:qualifiedQuotationOf .
-prov:qualifiedRevision owl:inverseOf prov:revisedEntity .
-prov:qualifiedSource owl:inverseOf prov:qualifiedSourceOf .
-prov:qualifiedStart owl:inverseOf prov:qualifiedStartOf .
-prov:qualifiedUsage owl:inverseOf prov:qualifiedUsingActivity .
-prov:specializationOf owl:inverseOf prov:generalizationOf .
-prov:used owl:inverseOf prov:wasUsedBy .
-prov:wasAssociatedWith owl:inverseOf prov:wasAssociateFor .
-prov:wasAttributedTo owl:inverseOf prov:contributed .
-prov:wasDerivedFrom owl:inverseOf prov:hadDerivation .
-prov:wasEndedBy owl:inverseOf prov:ended .
-prov:wasGeneratedBy owl:inverseOf prov:generated .
-prov:wasInfluencedBy owl:inverseOf prov:influenced .
-prov:wasInformedBy owl:inverseOf prov:informed .
-prov:wasInvalidatedBy owl:inverseOf prov:invalidated .
-prov:wasQuotedFrom owl:inverseOf prov:quotedAs .
-prov:wasRevisionOf owl:inverseOf prov:hadRevision .
-prov:wasStartedBy owl:inverseOf prov:started .
+prov:hadDelegate
+   rdfs:label       "hadDelegate";
+   owl:inverseOf    prov:actedOnBehalfOf;
+   rdfs:isDefinedBy <http://www.w3.org/TR/prov-o/inverses.owl> .
+
+prov:actedOnBehalfOf rdfs:isDefinedBy <http://www.w3.org/ns/prov#> .
+
+
+prov:activityOfInfluence
+   rdfs:label       "activityOfInfluence";
+   owl:inverseOf    prov:activity;
+   rdfs:isDefinedBy <http://www.w3.org/TR/prov-o/inverses.owl> .
+
+prov:activity rdfs:isDefinedBy <http://www.w3.org/ns/prov#> .
+
+
+prov:agentOfInfluence
+   rdfs:label       "agentOfInfluence";
+   owl:inverseOf    prov:agent;
+   rdfs:isDefinedBy <http://www.w3.org/TR/prov-o/inverses.owl> .
+
+prov:agent rdfs:isDefinedBy <http://www.w3.org/ns/prov#> .
+
+
+prov:alternateOf
+   rdfs:label       "alternateOf";
+   owl:inverseOf    prov:alternateOf;
+   rdfs:isDefinedBy <http://www.w3.org/TR/prov-o/inverses.owl> .
+
+prov:alternateOf rdfs:isDefinedBy <http://www.w3.org/ns/prov#> .
+
+
+prov:contextOf
+   rdfs:label       "contextOf";
+   owl:inverseOf    prov:asInBundle;
+   rdfs:isDefinedBy <http://www.w3.org/TR/prov-o/inverses.owl> .
+
+prov:asInBundle rdfs:isDefinedBy <http://www.w3.org/ns/prov#> .
+
+
+prov:locationOf
+   rdfs:label       "locationOf";
+   owl:inverseOf    prov:atLocation;
+   rdfs:isDefinedBy <http://www.w3.org/TR/prov-o/inverses.owl> .
+
+prov:atLocation rdfs:isDefinedBy <http://www.w3.org/ns/prov#> .
+
+
+prov:entityOfInfluence
+   rdfs:label       "entityOfInfluence";
+   owl:inverseOf    prov:entity;
+   rdfs:isDefinedBy <http://www.w3.org/TR/prov-o/inverses.owl> .
+
+prov:entity rdfs:isDefinedBy <http://www.w3.org/ns/prov#> .
+
+
+prov:wasGeneratedBy
+   rdfs:label       "wasGeneratedBy";
+   owl:inverseOf    prov:generated;
+   rdfs:isDefinedBy <http://www.w3.org/TR/prov-o/inverses.owl> .
+
+prov:generated rdfs:isDefinedBy <http://www.w3.org/ns/prov#> .
+
+
+prov:wasActivityOfInfluence
+   rdfs:label       "wasActivityOfInfluence";
+   owl:inverseOf    prov:hadActivity;
+   rdfs:isDefinedBy <http://www.w3.org/TR/prov-o/inverses.owl> .
+
+prov:hadActivity rdfs:isDefinedBy <http://www.w3.org/ns/prov#> .
+
+
+prov:generatedAsDerivation
+   rdfs:label       "generatedAsDerivation";
+   owl:inverseOf    prov:hadGeneration;
+   rdfs:isDefinedBy <http://www.w3.org/TR/prov-o/inverses.owl> .
+
+prov:hadGeneration rdfs:isDefinedBy <http://www.w3.org/ns/prov#> .
+
+
+prov:wasMemberOf
+   rdfs:label       "wasMemberOf";
+   owl:inverseOf    prov:hadMember;
+   rdfs:isDefinedBy <http://www.w3.org/TR/prov-o/inverses.owl> .
+
+prov:hadMember rdfs:isDefinedBy <http://www.w3.org/ns/prov#> .
+
+
+prov:wasPlanOf
+   rdfs:label       "wasPlanOf";
+   owl:inverseOf    prov:hadPlan;
+   rdfs:isDefinedBy <http://www.w3.org/TR/prov-o/inverses.owl> .
+
+prov:hadPlan rdfs:isDefinedBy <http://www.w3.org/ns/prov#> .
+
+
+prov:wasPrimarySourceOf
+   rdfs:label       "wasPrimarySourceOf";
+   owl:inverseOf    prov:hadPrimarySource;
+   rdfs:isDefinedBy <http://www.w3.org/TR/prov-o/inverses.owl> .
+
+prov:hadPrimarySource rdfs:isDefinedBy <http://www.w3.org/ns/prov#> .
+
+
+prov:wasRoleIn
+   rdfs:label       "wasRoleIn";
+   owl:inverseOf    prov:hadRole;
+   rdfs:isDefinedBy <http://www.w3.org/TR/prov-o/inverses.owl> .
+
+prov:hadRole rdfs:isDefinedBy <http://www.w3.org/ns/prov#> .
+
+
+prov:wasUsedInDerivation
+   rdfs:label       "wasUsedInDerivation";
+   owl:inverseOf    prov:hadUsage;
+   rdfs:isDefinedBy <http://www.w3.org/TR/prov-o/inverses.owl> .
+
+prov:hadUsage rdfs:isDefinedBy <http://www.w3.org/ns/prov#> .
+
+
+prov:anchorOf
+   rdfs:label       "anchorOf";
+   owl:inverseOf    prov:hasAnchor;
+   rdfs:isDefinedBy <http://www.w3.org/TR/prov-o/inverses.owl> .
+
+prov:hasAnchor rdfs:isDefinedBy <http://www.w3.org/ns/prov#> .
+
+
+prov:provenanceOf
+   rdfs:label       "provenanceOf";
+   owl:inverseOf    prov:hasProvenance;
+   rdfs:isDefinedBy <http://www.w3.org/TR/prov-o/inverses.owl> .
+
+prov:hasProvenance rdfs:isDefinedBy <http://www.w3.org/ns/prov#> .
+
+
+prov:provenanceAnchorOf
+   rdfs:label       "provenanceAnchorOf";
+   owl:inverseOf    prov:hasProvenanceService;
+   rdfs:isDefinedBy <http://www.w3.org/TR/prov-o/inverses.owl> .
+
+prov:hasProvenanceService rdfs:isDefinedBy <http://www.w3.org/ns/prov#> .
+
+
+prov:wasInfluencedBy
+   rdfs:label       "wasInfluencedBy";
+   owl:inverseOf    prov:influenced;
+   rdfs:isDefinedBy <http://www.w3.org/TR/prov-o/inverses.owl> .
+
+prov:influenced rdfs:isDefinedBy <http://www.w3.org/ns/prov#> .
+
+
+prov:hadInfluence
+   rdfs:label       "hadInfluence";
+   owl:inverseOf    prov:influencer;
+   rdfs:isDefinedBy <http://www.w3.org/TR/prov-o/inverses.owl> .
+
+prov:influencer rdfs:isDefinedBy <http://www.w3.org/ns/prov#> .
+
+
+prov:wasInvalidatedBy
+   rdfs:label       "wasInvalidatedBy";
+   owl:inverseOf    prov:invalidated;
+   rdfs:isDefinedBy <http://www.w3.org/TR/prov-o/inverses.owl> .
+
+prov:invalidated rdfs:isDefinedBy <http://www.w3.org/ns/prov#> .
+
+
+prov:hadMention
+   rdfs:label       "hadMention";
+   owl:inverseOf    prov:mentionOf;
+   rdfs:isDefinedBy <http://www.w3.org/TR/prov-o/inverses.owl> .
+
+prov:mentionOf rdfs:isDefinedBy <http://www.w3.org/ns/prov#> .
+
+
+prov:qualifiedAssociationOf
+   rdfs:label       "qualifiedAssociationOf";
+   owl:inverseOf    prov:qualifiedAssociation;
+   rdfs:isDefinedBy <http://www.w3.org/TR/prov-o/inverses.owl> .
+
+prov:qualifiedAssociation rdfs:isDefinedBy <http://www.w3.org/ns/prov#> .
+
+
+prov:qualifiedAttributionOf
+   rdfs:label       "qualifiedAttributionOf";
+   owl:inverseOf    prov:qualifiedAttribution;
+   rdfs:isDefinedBy <http://www.w3.org/TR/prov-o/inverses.owl> .
+
+prov:qualifiedAttribution rdfs:isDefinedBy <http://www.w3.org/ns/prov#> .
+
+
+prov:qualifiedCommunicationOf
+   rdfs:label       "qualifiedCommunicationOf";
+   owl:inverseOf    prov:qualifiedCommunication;
+   rdfs:isDefinedBy <http://www.w3.org/TR/prov-o/inverses.owl> .
+
+prov:qualifiedCommunication rdfs:isDefinedBy <http://www.w3.org/ns/prov#> .
+
+
+prov:qualifiedDelegationOf
+   rdfs:label       "qualifiedDelegationOf";
+   owl:inverseOf    prov:qualifiedDelegation;
+   rdfs:isDefinedBy <http://www.w3.org/TR/prov-o/inverses.owl> .
+
+prov:qualifiedDelegation rdfs:isDefinedBy <http://www.w3.org/ns/prov#> .
+
+
+prov:qualifiedDerivationOf
+   rdfs:label       "qualifiedDerivationOf";
+   owl:inverseOf    prov:qualifiedDerivation;
+   rdfs:isDefinedBy <http://www.w3.org/TR/prov-o/inverses.owl> .
+
+prov:qualifiedDerivation rdfs:isDefinedBy <http://www.w3.org/ns/prov#> .
+
+
+prov:qualifiedEndOf
+   rdfs:label       "qualifiedEndOf";
+   owl:inverseOf    prov:qualifiedEnd;
+   rdfs:isDefinedBy <http://www.w3.org/TR/prov-o/inverses.owl> .
+
+prov:qualifiedEnd rdfs:isDefinedBy <http://www.w3.org/ns/prov#> .
+
+
+prov:qualifiedGenerationOf
+   rdfs:label       "qualifiedGenerationOf";
+   owl:inverseOf    prov:qualifiedGeneration;
+   rdfs:isDefinedBy <http://www.w3.org/TR/prov-o/inverses.owl> .
+
+prov:qualifiedGeneration rdfs:isDefinedBy <http://www.w3.org/ns/prov#> .
+
+
+prov:qualifiedInfluenceOf
+   rdfs:label       "qualifiedInfluenceOf";
+   owl:inverseOf    prov:qualifiedInfluence;
+   rdfs:isDefinedBy <http://www.w3.org/TR/prov-o/inverses.owl> .
+
+prov:qualifiedInfluence rdfs:isDefinedBy <http://www.w3.org/ns/prov#> .
+
+
+prov:qualifiedInvalidationOf
+   rdfs:label       "qualifiedInvalidationOf";
+   owl:inverseOf    prov:qualifiedInvalidation;
+   rdfs:isDefinedBy <http://www.w3.org/TR/prov-o/inverses.owl> .
+
+prov:qualifiedInvalidation rdfs:isDefinedBy <http://www.w3.org/ns/prov#> .
+
+
+prov:qualifiedQuotationOf
+   rdfs:label       "qualifiedQuotationOf";
+   owl:inverseOf    prov:qualifiedQuotation;
+   rdfs:isDefinedBy <http://www.w3.org/TR/prov-o/inverses.owl> .
+
+prov:qualifiedQuotation rdfs:isDefinedBy <http://www.w3.org/ns/prov#> .
+
+
+prov:revisedEntity
+   rdfs:label       "revisedEntity";
+   owl:inverseOf    prov:qualifiedRevision;
+   rdfs:isDefinedBy <http://www.w3.org/TR/prov-o/inverses.owl> .
+
+prov:qualifiedRevision rdfs:isDefinedBy <http://www.w3.org/ns/prov#> .
+
+
+prov:qualifiedSourceOf
+   rdfs:label       "qualifiedSourceOf";
+   owl:inverseOf    prov:qualifiedSource;
+   rdfs:isDefinedBy <http://www.w3.org/TR/prov-o/inverses.owl> .
+
+prov:qualifiedSource rdfs:isDefinedBy <http://www.w3.org/ns/prov#> .
+
+
+prov:qualifiedStartOf
+   rdfs:label       "qualifiedStartOf";
+   owl:inverseOf    prov:qualifiedStart;
+   rdfs:isDefinedBy <http://www.w3.org/TR/prov-o/inverses.owl> .
+
+prov:qualifiedStart rdfs:isDefinedBy <http://www.w3.org/ns/prov#> .
+
+
+prov:qualifiedUsingActivity
+   rdfs:label       "qualifiedUsingActivity";
+   owl:inverseOf    prov:qualifiedUsage;
+   rdfs:isDefinedBy <http://www.w3.org/TR/prov-o/inverses.owl> .
+
+prov:qualifiedUsage rdfs:isDefinedBy <http://www.w3.org/ns/prov#> .
+
+
+prov:generalizationOf
+   rdfs:label       "generalizationOf";
+   owl:inverseOf    prov:specializationOf;
+   rdfs:isDefinedBy <http://www.w3.org/TR/prov-o/inverses.owl> .
+
+prov:specializationOf rdfs:isDefinedBy <http://www.w3.org/ns/prov#> .
+
+
+prov:wasUsedBy
+   rdfs:label       "wasUsedBy";
+   owl:inverseOf    prov:used;
+   rdfs:isDefinedBy <http://www.w3.org/TR/prov-o/inverses.owl> .
+
+prov:used rdfs:isDefinedBy <http://www.w3.org/ns/prov#> .
+
+
+prov:wasAssociateFor
+   rdfs:label       "wasAssociateFor";
+   owl:inverseOf    prov:wasAssociatedWith;
+   rdfs:isDefinedBy <http://www.w3.org/TR/prov-o/inverses.owl> .
+
+prov:wasAssociatedWith rdfs:isDefinedBy <http://www.w3.org/ns/prov#> .
+
+
+prov:contributed
+   rdfs:label       "contributed";
+   owl:inverseOf    prov:wasAttributedTo;
+   rdfs:isDefinedBy <http://www.w3.org/TR/prov-o/inverses.owl> .
+
+prov:wasAttributedTo rdfs:isDefinedBy <http://www.w3.org/ns/prov#> .
+
+
+prov:hadDerivation
+   rdfs:label       "hadDerivation";
+   owl:inverseOf    prov:wasDerivedFrom;
+   rdfs:isDefinedBy <http://www.w3.org/TR/prov-o/inverses.owl> .
+
+prov:wasDerivedFrom rdfs:isDefinedBy <http://www.w3.org/ns/prov#> .
+
+
+prov:ended
+   rdfs:label       "ended";
+   owl:inverseOf    prov:wasEndedBy;
+   rdfs:isDefinedBy <http://www.w3.org/TR/prov-o/inverses.owl> .
+
+prov:wasEndedBy rdfs:isDefinedBy <http://www.w3.org/ns/prov#> .
+
+
+prov:generated
+   rdfs:label       "generated";
+   owl:inverseOf    prov:wasGeneratedBy;
+   rdfs:isDefinedBy <http://www.w3.org/TR/prov-o/inverses.owl> .
+
+prov:wasGeneratedBy rdfs:isDefinedBy <http://www.w3.org/ns/prov#> .
+
+
+prov:influenced
+   rdfs:label       "influenced";
+   owl:inverseOf    prov:wasInfluencedBy;
+   rdfs:isDefinedBy <http://www.w3.org/TR/prov-o/inverses.owl> .
+
+prov:wasInfluencedBy rdfs:isDefinedBy <http://www.w3.org/ns/prov#> .
+
+
+prov:informed
+   rdfs:label       "informed";
+   owl:inverseOf    prov:wasInformedBy;
+   rdfs:isDefinedBy <http://www.w3.org/TR/prov-o/inverses.owl> .
+
+prov:wasInformedBy rdfs:isDefinedBy <http://www.w3.org/ns/prov#> .
+
+
+prov:invalidated
+   rdfs:label       "invalidated";
+   owl:inverseOf    prov:wasInvalidatedBy;
+   rdfs:isDefinedBy <http://www.w3.org/TR/prov-o/inverses.owl> .
+
+prov:wasInvalidatedBy rdfs:isDefinedBy <http://www.w3.org/ns/prov#> .
+
+
+prov:quotedAs
+   rdfs:label       "quotedAs";
+   owl:inverseOf    prov:wasQuotedFrom;
+   rdfs:isDefinedBy <http://www.w3.org/TR/prov-o/inverses.owl> .
+
+prov:wasQuotedFrom rdfs:isDefinedBy <http://www.w3.org/ns/prov#> .
+
+
+prov:hadRevision
+   rdfs:label       "hadRevision";
+   owl:inverseOf    prov:wasRevisionOf;
+   rdfs:isDefinedBy <http://www.w3.org/TR/prov-o/inverses.owl> .
+
+prov:wasRevisionOf rdfs:isDefinedBy <http://www.w3.org/ns/prov#> .
+
+
+prov:started
+   rdfs:label       "started";
+   owl:inverseOf    prov:wasStartedBy;
+   rdfs:isDefinedBy <http://www.w3.org/TR/prov-o/inverses.owl> .
+
+prov:wasStartedBy rdfs:isDefinedBy <http://www.w3.org/ns/prov#> .
+
+
--- a/ontology/diagrams/qualified-patterns.svg	Tue Jul 03 16:03:01 2012 -0400
+++ b/ontology/diagrams/qualified-patterns.svg	Tue Jul 03 16:05:56 2012 -0400
@@ -1,3 +1,3 @@
 <?xml version="1.0"?>
 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-<svg xmlns="http://www.w3.org/2000/svg" xmlns:xl="http://www.w3.org/1999/xlink" version="1.1" viewBox="21 14 899 1552" width="899pt" height="1552pt"><metadata xmlns:dc="http://purl.org/dc/elements/1.1/"><dc:date>2012-07-03 04:31Z</dc:date><!-- Produced by OmniGraffle Professional 5.4 --></metadata><defs><font-face font-family="Georgia" font-size="16" panose-1="2 4 5 2 5 4 5 2 3 3" units-per-em="1000" underline-position="-88.378906" underline-thickness="49.316406" slope="0" x-height="495.60547" cap-height="709.47266" ascent="916.9922" descent="-219.23828" font-weight="500"><font-face-src><font-face-name name="Georgia"/></font-face-src></font-face><marker orient="auto" overflow="visible" markerUnits="strokeWidth" id="StickArrow_Marker" viewBox="-1 -3 7 6" markerWidth="7" markerHeight="6" color="blue"><g><path d="M 4.8000002 0 L 0 0 M 0 -1.8000001 L 4.8000002 0 L 0 1.8000001" fill="none" stroke="currentColor" stroke-width="1"/></g></marker><marker orient="auto" overflow="visible" markerUnits="strokeWidth" id="StickArrow_Marker_2" viewBox="-1 -3 7 6" markerWidth="7" markerHeight="6" color="black"><g><path d="M 4.8000002 0 L 0 0 M 0 -1.8000001 L 4.8000002 0 L 0 1.8000001" fill="none" stroke="currentColor" stroke-width="1"/></g></marker></defs><g stroke="none" stroke-opacity="1" stroke-dasharray="none" fill="none" fill-opacity="1"><title>Canvas 1</title><rect fill="white" width="1152" height="2199"/><g><title>Layer 1</title><rect x="23.111938" y="706.9311" width="405.53387" height="257.9664" fill="white"/><path d="M 23.111938 706.9311 L 428.6458 706.9311 L 428.6458 964.8975 L 23.111938 964.8975 Z" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1" stroke-dasharray="1,4"/><text transform="translate(28.111938 711.9311)" fill="#333"><tspan font-family="Georgia" font-size="16" font-weight="500" fill="#333" x="0" y="15" textLength="13.734375">e)</tspan></text><rect x="422.8847" y="706.9311" width="494.83822" height="257.9664" fill="white"/><path d="M 422.8847 706.9311 L 917.72293 706.9311 L 917.72293 964.8975 L 422.8847 964.8975 Z" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1" stroke-dasharray="1,4"/><text transform="translate(427.8847 711.9311)" fill="#333"><tspan font-family="Georgia" font-size="16" font-weight="500" fill="#333" x="0" y="15" textLength="11.203125">f)</tspan></text><rect x="412.46078" y="274" width="505.26215" height="257.9664" fill="white"/><path d="M 412.46078 531.9664 L 917.72293 531.9664 L 917.72293 274 L 412.46078 274 Z" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1" stroke-dasharray="1,4"/><text transform="translate(417.46078 279)" fill="#333"><tspan font-family="Georgia" font-size="16" font-weight="500" fill="#333" x="0" y="15" textLength="13.265625">c)</tspan></text><rect x="23.111938" y="16.0336" width="396.99988" height="257.9664" fill="white"/><path d="M 23.111938 16.0336 L 420.11182 16.0336 L 420.11182 274 L 23.111938 274 Z" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1" stroke-dasharray="1,4"/><text transform="translate(28.111938 21.0336)" fill="#333"><tspan font-family="Georgia" font-size="16" font-weight="500" fill="#333" x="0" y="15" textLength="14.0625">a)</tspan></text><rect x="412.46078" y="16" width="505.26215" height="257.9664" fill="white"/><path d="M 412.46078 16 L 917.72293 16 L 917.72293 273.9664 L 412.46078 273.9664 Z" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1" stroke-dasharray="1,4"/><text transform="translate(417.46078 21)" fill="#333"><tspan font-family="Georgia" font-size="16" font-weight="500" fill="#333" x="0" y="15" textLength="14.9609375">b)</tspan></text><rect x="557.50098" y="358.80927" width="103.15789" height="19" fill="white"/><text transform="translate(562.50098 358.80927)" fill="blue"><tspan font-family="Georgia" font-size="16" font-weight="500" fill="blue" x="2.1609762" y="15" textLength="88.83594">prov:activity</tspan></text><rect x="637.7235" y="453.31366" width="103.15789" height="19" fill="white"/><text transform="translate(642.7235 453.31366)" fill="blue"><tspan font-family="Georgia" font-size="16" font-weight="500" fill="blue" x="2.9461325" y="15" textLength="87.265625">prov:atTime</tspan></text><text transform="translate(707.33447 376.36847)" fill="blue"><tspan font-family="Georgia" font-size="16" font-weight="500" fill="blue" x="1.958525" y="15" textLength="186.0625">prov:qualifiedInvalidation</tspan></text><line x1="735.67023" y1="357.09786" x2="686.8581" y2="386.47931" marker-end="url(#StickArrow_Marker)" stroke="blue" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><line x1="590.4371" y1="395.65294" x2="541.91975" y2="365.82692" marker-end="url(#StickArrow_Marker)" stroke="blue" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><line x1="631.14013" y1="447.84096" x2="631.60588" y2="471.41187" marker-end="url(#StickArrow_Marker)" stroke="blue" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><rect x="573.63318" y="484.80927" width="117" height="29.597931" fill="#e6e6e6"/><rect x="573.63318" y="484.80927" width="117" height="29.597931" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(578.63318 490.10824)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x="5.4492188" y="15" textLength="96.10156">xsd:dateTime</tspan></text><path d="M 597.56017 393.34106 L 674.24484 393.34106 C 684.57073 393.34106 692.95117 405.43706 692.95117 420.34106 C 692.95117 435.24506 684.57073 447.34106 674.24484 447.34106 L 597.56017 447.34106 C 594.7705 447.34106 592.10762 446.17577 590.21467 444.1266 L 574.5106 427.1266 C 570.97126 423.2952 570.97126 417.38692 574.5106 413.55551 L 590.21467 396.55551 C 592.10762 394.50635 594.7705 393.34106 597.56017 393.34106 Z" fill="#fffedf"/><path d="M 597.56017 393.34106 L 674.24484 393.34106 C 684.57073 393.34106 692.95117 405.43706 692.95117 420.34106 C 692.95117 435.24506 684.57073 447.34106 674.24484 447.34106 L 597.56017 447.34106 C 594.7705 447.34106 592.10762 446.17577 590.21467 444.1266 L 574.5106 427.1266 C 570.97126 423.2952 570.97126 417.38692 574.5106 413.55551 L 590.21467 396.55551 C 592.10762 394.50635 594.7705 393.34106 597.56017 393.34106 Z" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(585.7132 410.84106)" fill="blue"><tspan font-family="Georgia" font-size="16" font-weight="500" fill="blue" x="3.267088" y="15" textLength="86.5">Invalidation</tspan></text><line x1="720.3407" y1="331.80927" x2="556.82566" y2="331.80927" marker-end="url(#StickArrow_Marker_2)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" stroke-dasharray="4,4"/><path d="M 558.82143 307.34976 L 713.82143 307.34976 C 719.06813 307.34976 723.32143 311.60306 723.32143 316.84976 L 723.32143 316.84976 C 723.32143 322.09647 719.06813 326.34976 713.82143 326.34976 L 558.82143 326.34976 C 553.57472 326.34976 549.32143 322.09647 549.32143 316.84976 C 549.32143 316.84976 549.32143 316.84976 549.32143 316.84976 L 549.32143 316.84976 C 549.32143 311.60306 553.57472 307.34976 558.82143 307.34976 C 558.82143 307.34976 558.82143 307.34976 558.82143 307.34976 Z" fill="white"/><text transform="translate(554.32143 307.34976)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x=".484375" y="15" textLength="163.03125">prov:wasInvalidatedBy</tspan></text><path d="M 745.8407 304.80927 L 809.5249 304.80927 C 823.332 304.80927 834.5249 316.00215 834.5249 329.80927 L 834.5249 333.80927 C 834.5249 347.61639 823.332 358.80927 809.5249 358.80927 L 745.8407 358.80927 C 732.0336 358.80927 720.8407 347.61639 720.8407 333.80927 C 720.8407 333.80927 720.8407 333.80927 720.8407 333.80926 L 720.8407 329.80927 C 720.8407 316.00215 732.0336 304.80927 745.8407 304.80927 C 745.8407 304.80927 745.8407 304.80927 745.8407 304.80927 Z" fill="#fffedf"/><path d="M 745.8407 304.80927 L 809.5249 304.80927 C 823.332 304.80927 834.5249 316.00215 834.5249 329.80927 L 834.5249 333.80927 C 834.5249 347.61639 823.332 358.80927 809.5249 358.80927 L 745.8407 358.80927 C 732.0336 358.80927 720.8407 347.61639 720.8407 333.80927 C 720.8407 333.80927 720.8407 333.80927 720.8407 333.80926 L 720.8407 329.80927 C 720.8407 316.00215 732.0336 304.80927 745.8407 304.80927 C 745.8407 304.80927 745.8407 304.80927 745.8407 304.80927 Z" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(725.8407 322.30927)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x="30.084288" y="15" textLength="43.515625">Entity</tspan></text><a xl:href="#Entity"><rect x="429.74146" y="304.80927" width="113.6842" height="54" fill="#fffedf"/><path d="M 429.74146 304.80927 L 543.42566 304.80927 L 543.42566 358.80927 L 429.74146 358.80927 Z M 441.10988 304.80927 L 441.10988 358.80927 M 532.05724 358.80927 L 532.05724 304.80927" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(446.10988 322.30927)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x="13.352586" y="15" textLength="54.242188">Activity</tspan></text></a><rect x="145.1575" y="100.15137" width="93.684196" height="19" fill="white"/><text transform="translate(150.1575 100.15137)" fill="blue"><tspan font-family="Georgia" font-size="16" font-weight="500" fill="blue" x="2.810848" y="15" textLength="78.0625">prov:entity</tspan></text><rect x="200.72278" y="192.69373" width="103.15789" height="19" fill="white"/><text transform="translate(205.72278 192.69373)" fill="blue"><tspan font-family="Georgia" font-size="16" font-weight="500" fill="blue" x="2.9461325" y="15" textLength="87.265625">prov:atTime</tspan></text><text transform="translate(251.95044 113.38748)" fill="blue"><tspan font-family="Georgia" font-size="16" font-weight="500" fill="blue" x="4.2645962" y="15" textLength="142.52344">prov:qualifiedUsage</tspan></text><line x1="268.04896" y1="97.70163" x2="236.66782" y2="125.333874" marker-end="url(#StickArrow_Marker)" stroke="blue" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><line x1="164.7387" y1="133.95612" x2="133.84664" y2="106.99957" marker-end="url(#StickArrow_Marker)" stroke="blue" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><line x1="195.94781" y1="188.68933" x2="195.94781" y2="210.78933" marker-end="url(#StickArrow_Marker)" stroke="blue" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><rect x="137.44781" y="224.18933" width="117" height="29.597931" fill="#e6e6e6"/><rect x="137.44781" y="224.18933" width="117" height="29.597931" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(142.44781 229.4883)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x="5.4492188" y="15" textLength="96.10156">xsd:dateTime</tspan></text><rect x="557.50098" y="100.15137" width="103.15789" height="19" fill="white"/><text transform="translate(562.50098 100.15137)" fill="blue"><tspan font-family="Georgia" font-size="16" font-weight="500" fill="blue" x="2.1609762" y="15" textLength="88.83594">prov:activity</tspan></text><rect x="637.7229" y="192.69373" width="103.15789" height="19" fill="white"/><text transform="translate(642.7229 192.69373)" fill="blue"><tspan font-family="Georgia" font-size="16" font-weight="500" fill="blue" x="2.9461325" y="15" textLength="87.265625">prov:atTime</tspan></text><text transform="translate(711.7229 113.38748)" fill="blue"><tspan font-family="Georgia" font-size="16" font-weight="500" fill="blue" x="3.2991313" y="15" textLength="178.99219">prov:qualifiedGeneration</tspan></text><line x1="736.33873" y1="96.753846" x2="686.45626" y2="127.5985" marker-end="url(#StickArrow_Marker)" stroke="blue" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><line x1="594.32874" y1="137.813485" x2="541.6449" y2="105.236693" marker-end="url(#StickArrow_Marker)" stroke="blue" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><line x1="632.1326" y1="188.68933" x2="632.1326" y2="210.78933" marker-end="url(#StickArrow_Marker)" stroke="blue" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><rect x="573.63257" y="224.18933" width="117" height="29.597931" fill="#e6e6e6"/><rect x="573.63257" y="224.18933" width="117" height="29.597931" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(578.63257 229.4883)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x="5.4492188" y="15" textLength="96.10156">xsd:dateTime</tspan></text><path d="M 166.49491 134.18933 L 235.73728 134.18933 C 245.15033 134.18933 252.78991 146.28533 252.78991 161.18933 C 252.78991 176.09333 245.15033 188.18933 235.73728 188.18933 L 166.49491 188.18933 C 163.54514 188.18933 160.74585 186.887 158.8458 184.63069 L 144.53001 167.63069 C 141.39549 163.90845 141.39549 158.47021 144.53001 154.74797 L 158.8458 137.74797 C 160.74585 135.49166 163.54514 134.18933 166.49491 134.18933 Z" fill="#fffedf"/><path d="M 166.49491 134.18933 L 235.73728 134.18933 C 245.15033 134.18933 252.78991 146.28533 252.78991 161.18933 C 252.78991 176.09333 245.15033 188.18933 235.73728 188.18933 L 166.49491 188.18933 C 163.54514 188.18933 160.74585 186.887 158.8458 184.63069 L 144.53001 167.63069 C 141.39549 163.90845 141.39549 158.47021 144.53001 154.74797 L 158.8458 137.74797 C 160.74585 135.49166 163.54514 134.18933 166.49491 134.18933 Z" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(155.47413 151.68933)" fill="blue"><tspan font-family="Georgia" font-size="16" font-weight="500" fill="blue" x="18.993211" y="15" textLength="42.960938">Usage</tspan></text><line x1="241.74524" y1="70.598623" x2="163.05028" y2="70.91073" marker-end="url(#StickArrow_Marker_2)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" stroke-dasharray="4,4"/><rect x="160.84219" y="46.29924" width="81" height="19" fill="white"/><text transform="translate(165.84219 46.29924)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x=".34765625" y="15" textLength="70.304688">prov:used</tspan></text><rect x="242.24524" y="43.3712" width="113.6842" height="54" fill="#fffedf"/><path d="M 242.24524 43.3712 L 355.92944 43.3712 L 355.92944 97.3712 L 242.24524 97.3712 Z M 253.61366 43.3712 L 253.61366 97.3712 M 344.56102 97.3712 L 344.56102 43.3712" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(258.61366 60.8712)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x="13.352586" y="15" textLength="54.242188">Activity</tspan></text><a xl:href="#Entity"><path d="M 60.966187 44.189316 L 124.65039 44.189316 C 138.457506 44.189316 149.65039 55.382197 149.65039 69.189316 L 149.65039 73.189316 C 149.65039 86.996435 138.457506 98.189316 124.65039 98.189316 L 60.966187 98.189316 C 47.159068 98.189316 35.966187 86.996435 35.966187 73.189316 C 35.966187 73.189314 35.966187 73.18931 35.966187 73.18931 L 35.966187 69.189316 C 35.966187 55.382197 47.159068 44.189316 60.966187 44.189316 C 60.966187 44.189316 60.966187 44.189316 60.966187 44.189316 Z" fill="#fffedf"/><path d="M 60.966187 44.189316 L 124.65039 44.189316 C 138.457506 44.189316 149.65039 55.382197 149.65039 69.189316 L 149.65039 73.189316 C 149.65039 86.996435 138.457506 98.189316 124.65039 98.189316 L 60.966187 98.189316 C 47.159068 98.189316 35.966187 86.996435 35.966187 73.189316 C 35.966187 73.189314 35.966187 73.18931 35.966187 73.18931 L 35.966187 69.189316 C 35.966187 55.382197 47.159068 44.189316 60.966187 44.189316 C 60.966187 44.189316 60.966187 44.189316 60.966187 44.189316 Z" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(40.966187 61.689316)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x="30.084288" y="15" textLength="43.515625">Entity</tspan></text></a><path d="M 602.67973 134.18933 L 671.9221 134.18933 C 681.33515 134.18933 688.97473 146.28533 688.97473 161.18933 C 688.97473 176.09333 681.33515 188.18933 671.9221 188.18933 L 602.67973 188.18933 C 599.72996 188.18933 596.93067 186.887 595.03062 184.63069 L 580.71483 167.63069 C 577.5803 163.90845 577.5803 158.47021 580.71483 154.74797 L 595.03062 137.74797 C 596.93067 135.49166 599.72996 134.18933 602.67973 134.18933 Z" fill="#fffedf"/><path d="M 602.67973 134.18933 L 671.9221 134.18933 C 681.33515 134.18933 688.97473 146.28533 688.97473 161.18933 C 688.97473 176.09333 681.33515 188.18933 671.9221 188.18933 L 602.67973 188.18933 C 599.72996 188.18933 596.93067 186.887 595.03062 184.63069 L 580.71483 167.63069 C 577.5803 163.90845 577.5803 158.47021 580.71483 154.74797 L 595.03062 137.74797 C 596.93067 135.49166 599.72996 134.18933 602.67973 134.18933 Z" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(591.65895 151.68933)" fill="blue"><tspan font-family="Georgia" font-size="16" font-weight="500" fill="blue" x="1.5176725" y="15" textLength="79.429688">Generation</tspan></text><line x1="720.33997" y1="71.18933" x2="556.82492" y2="71.18933" marker-end="url(#StickArrow_Marker_2)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" stroke-dasharray="4,4"/><rect x="553.3207" y="46.729825" width="166" height="19" fill="white"/><text transform="translate(558.3207 46.729825)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x=".01953125" y="15" textLength="155.96094">prov:wasGeneratedBy</tspan></text><path d="M 745.83997 44.18933 L 809.52417 44.18933 C 823.3313 44.18933 834.52417 55.382212 834.52417 69.18933 L 834.52417 73.18933 C 834.52417 86.99645 823.3313 98.18933 809.52417 98.18933 L 745.83997 98.18933 C 732.03285 98.18933 720.83997 86.99645 720.83997 73.18933 C 720.83997 73.18933 720.83997 73.189327 720.83997 73.189324 L 720.83997 69.18933 C 720.83997 55.382212 732.03285 44.18933 745.83997 44.18933 C 745.83997 44.18933 745.83997 44.18933 745.83997 44.18933 Z" fill="#fffedf"/><path d="M 745.83997 44.18933 L 809.52417 44.18933 C 823.3313 44.18933 834.52417 55.382212 834.52417 69.18933 L 834.52417 73.18933 C 834.52417 86.99645 823.3313 98.18933 809.52417 98.18933 L 745.83997 98.18933 C 732.03285 98.18933 720.83997 86.99645 720.83997 73.18933 C 720.83997 73.18933 720.83997 73.189327 720.83997 73.189324 L 720.83997 69.18933 C 720.83997 55.382212 732.03285 44.18933 745.83997 44.18933 C 745.83997 44.18933 745.83997 44.18933 745.83997 44.18933 Z" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(725.83997 61.68933)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x="30.084288" y="15" textLength="43.515625">Entity</tspan></text><a xl:href="#Entity"><rect x="429.74072" y="44.18933" width="113.6842" height="54" fill="#fffedf"/><path d="M 429.74072 44.18933 L 543.42492 44.18933 L 543.42492 98.18933 L 429.74072 98.18933 Z M 441.10914 44.18933 L 441.10914 98.18933 M 532.0565 98.18933 L 532.0565 44.18933" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(446.10914 61.68933)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x="13.352586" y="15" textLength="54.242188">Activity</tspan></text></a><rect x="23.111938" y="531.96637" width="894.61084" height="174.96472" fill="white"/><path d="M 23.111938 531.96637 L 917.7228 531.96637 L 917.7228 706.9311 L 23.111938 706.9311 Z" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1" stroke-dasharray="1,4"/><text transform="translate(28.111938 536.96637)" fill="#333"><tspan font-family="Georgia" font-size="16" font-weight="500" fill="#333" x="0" y="15" textLength="15.1875">d)</tspan></text><rect x="23.111938" y="961.8975" width="894.6108" height="168.03528" fill="white"/><path d="M 23.111938 961.8975 L 917.7227 961.8975 L 917.7227 1129.9328 L 23.111938 1129.9328 Z" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1" stroke-dasharray="1,4"/><text transform="translate(28.111938 966.8975)" fill="#333"><tspan font-family="Georgia" font-size="16" font-weight="500" fill="#333" x="0" y="15" textLength="14.1484375">g)</tspan></text><rect x="23.111938" y="1129.9328" width="386.99994" height="434.03363" fill="white"/><path d="M 23.111938 1129.9328 L 410.11188 1129.9328 L 410.11188 1563.9664 L 23.111938 1563.9664 Z" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1" stroke-dasharray="1,4"/><text transform="translate(28.111938 1134.9328)" fill="#333"><tspan font-family="Georgia" font-size="16" font-weight="500" fill="#333" x="0" y="15" textLength="15.3125">h)</tspan></text><rect x="210.21142" y="1066.7166" width="93.684196" height="19" fill="white"/><text transform="translate(215.21142 1066.7166)" fill="blue"><tspan font-family="Georgia" font-size="16" font-weight="500" fill="blue" x="2.810848" y="15" textLength="78.0625">prov:entity</tspan></text><rect x="537.9121" y="1066.7166" width="185.36841" height="19" fill="white"/><text transform="translate(542.9121 1066.7166)" fill="blue"><tspan font-family="Georgia" font-size="16" font-weight="500" fill="blue" x=".27404875" y="15" textLength="174.82031">prov:qualifiedDerivation</tspan></text><line x1="721.79754" y1="1029.6839" x2="497.59546" y2="1071.80815" marker-end="url(#StickArrow_Marker)" stroke="blue" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><line x1="720.34002" y1="1019.1847" x2="162.05044" y2="1019.19146" marker-end="url(#StickArrow_Marker_2)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" stroke-dasharray="4,4"/><line x1="379.56792" y1="1075.1233" x2="160.23233" y2="1032.48534" marker-end="url(#StickArrow_Marker)" stroke="blue" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><rect x="352.4288" y="994.7286" width="169" height="19" fill="white"/><text transform="translate(357.4288 994.7286)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x=".13671875" y="15" textLength="158.72656">prov:wasDerivedFrom</tspan></text><path d="M 745.84002 1046.184 L 809.5242 1046.184 C 823.33134 1046.184 834.5242 1034.9911 834.5242 1021.184 L 834.5242 1017.184 C 834.5242 1003.3769 823.33134 992.184 809.5242 992.184 L 745.84002 992.184 C 732.0329 992.184 720.84002 1003.3769 720.84002 1017.184 L 720.84002 1021.184 C 720.84002 1034.9911 732.0329 1046.184 745.84002 1046.184 Z" fill="#fffedf"/><path d="M 745.84002 1046.184 L 809.5242 1046.184 C 823.33134 1046.184 834.5242 1034.9911 834.5242 1021.184 L 834.5242 1017.184 C 834.5242 1003.3769 823.33134 992.184 809.5242 992.184 L 745.84002 992.184 C 732.0329 992.184 720.84002 1003.3769 720.84002 1017.184 L 720.84002 1021.184 C 720.84002 1034.9911 732.0329 1046.184 745.84002 1046.184 Z" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(725.84002 1009.684)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x="30.084288" y="15" textLength="43.515625">Entity</tspan></text><path d="M 399.45176 1111.71414 L 468.69413 1111.71414 C 478.10718 1111.71414 485.74676 1099.61814 485.74676 1084.71414 C 485.74676 1069.81014 478.10718 1057.71414 468.69413 1057.71414 L 399.45176 1057.71414 C 396.502 1057.71414 393.7027 1059.0165 391.80265 1061.2728 L 377.48686 1078.2728 C 374.35235 1081.995 374.35235 1087.43326 377.48686 1091.1555 L 391.80265 1108.1555 C 393.7027 1110.4118 396.502 1111.71414 399.45176 1111.71414 Z" fill="#fffedf"/><path d="M 399.45176 1111.71414 L 468.69413 1111.71414 C 478.10718 1111.71414 485.74676 1099.61814 485.74676 1084.71414 C 485.74676 1069.81014 478.10718 1057.71414 468.69413 1057.71414 L 399.45176 1057.71414 C 396.502 1057.71414 393.7027 1059.0165 391.80265 1061.2728 L 377.48686 1078.2728 C 374.35235 1081.995 374.35235 1087.43326 377.48686 1091.1555 L 391.80265 1108.1555 C 393.7027 1110.4118 396.502 1111.71414 399.45176 1111.71414 Z" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(388.43098 1075.21414)" fill="blue"><tspan font-family="Georgia" font-size="16" font-weight="500" fill="blue" x="2.8447738" y="15" textLength="75.257812">Derivation</tspan></text><a xl:href="#Entity"><path d="M 59.966248 1046.184 L 123.65045 1046.184 C 137.45756 1046.184 148.65044 1034.9911 148.65045 1021.184 L 148.65045 1017.184 C 148.65045 1003.3769 137.45757 992.184 123.65045 992.184 L 59.966248 992.184 C 46.15913 992.184 34.966248 1003.3769 34.966248 1017.184 L 34.966248 1021.184 C 34.966248 1034.9911 46.15913 1046.184 59.966248 1046.184 Z" fill="#fffedf"/><path d="M 59.966248 1046.184 L 123.65045 1046.184 C 137.45756 1046.184 148.65044 1034.9911 148.65045 1021.184 L 148.65045 1017.184 C 148.65045 1003.3769 137.45757 992.184 123.65045 992.184 L 59.966248 992.184 C 46.15913 992.184 34.966248 1003.3769 34.966248 1017.184 L 34.966248 1021.184 C 34.966248 1034.9911 46.15913 1046.184 59.966248 1046.184 Z" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(39.966248 1009.684)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x="30.084288" y="15" textLength="43.515625">Entity</tspan></text></a><rect x="469.4226" y="618.86273" width="224.76807" height="19" fill="white"/><text transform="translate(474.4226 618.86273)" fill="blue"><tspan font-family="Georgia" font-size="16" font-weight="500" fill="blue" x=".5793475" y="15" textLength="213.60938">prov:qualifiedCommunication</tspan></text><rect x="203.49146" y="551.82068" width="113.6842" height="54" fill="#fffedf"/><path d="M 203.49146 551.82068 L 317.17566 551.82068 L 317.17566 605.82068 L 203.49146 605.82068 Z M 214.85988 551.82068 L 214.85988 605.82068 M 305.80724 605.82068 L 305.80724 551.82068" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(219.85988 569.32068)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x="13.352586" y="15" textLength="54.242188">Activity</tspan></text><a xl:href="#Entity"><rect x="485.74713" y="551.87543" width="113.6842" height="54" fill="#fffedf"/><path d="M 485.74713 551.87543 L 599.43133 551.87543 L 599.43133 605.87543 L 485.74713 605.87543 Z M 497.11555 551.87543 L 497.11555 605.87543 M 588.0629 605.87543 L 588.0629 551.87543" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(502.11555 569.37543)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x="13.352586" y="15" textLength="54.242188">Activity</tspan></text></a><line x1="485.24713" y1="578.8643" x2="330.57566" y2="578.8343" marker-end="url(#StickArrow_Marker_2)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" stroke-dasharray="4,4"/><rect x="325.74719" y="551.492" width="160" height="19" fill="white"/><text transform="translate(330.74719 551.492)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x=".26953125" y="15" textLength="149.46094">prov:wasInformedBy</tspan></text><rect x="325.48792" y="601.49347" width="103.15789" height="19" fill="white"/><text transform="translate(330.48792 601.49347)" fill="blue"><tspan font-family="Georgia" font-size="16" font-weight="500" fill="blue" x="2.1609762" y="15" textLength="88.83594">prov:activity</tspan></text><line x1="498.90642" y1="606.14017" x2="452.62404" y2="635.02743" marker-end="url(#StickArrow_Marker)" stroke="blue" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><line x1="356.41975" y1="641.84826" x2="312.69944" y2="613.17027" marker-end="url(#StickArrow_Marker)" stroke="blue" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><path d="M 353.65513 642.1225 L 454 642.1225 C 467.248 642.1225 478 654.2185 478 669.1225 C 478 684.0265 467.248 696.1225 454 696.1225 L 353.65513 696.1225 C 351.29474 696.1225 349.01044 695.28756 347.20642 693.7654 L 327.05827 676.7654 C 322.8372 673.2039 322.30254 666.89485 325.86406 662.6738 C 326.22775 662.24276 326.62724 661.84327 327.05827 661.4796 L 347.20642 644.4796 C 349.01044 642.95744 351.29474 642.1225 353.65513 642.1225 Z" fill="#fffedf"/><path d="M 353.65513 642.1225 L 454 642.1225 C 467.248 642.1225 478 654.2185 478 669.1225 C 478 684.0265 467.248 696.1225 454 696.1225 L 353.65513 696.1225 C 351.29474 696.1225 349.01044 695.28756 347.20642 693.7654 L 327.05827 676.7654 C 322.8372 673.2039 322.30254 666.89485 325.86406 662.6738 C 326.22775 662.24276 326.62724 661.84327 327.05827 661.4796 L 347.20642 644.4796 C 349.01044 642.95744 351.29474 642.1225 353.65513 642.1225 Z" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(339 659.6225)" fill="blue"><tspan font-family="Georgia" font-size="16" font-weight="500" fill="blue" x="3.953125" y="15" textLength="114.046875">Communication</tspan></text><rect x="204.45201" y="1269.2182" width="91.57894" height="19" fill="white"/><text transform="translate(209.45201 1269.2182)" fill="blue"><tspan font-family="Georgia" font-size="16" font-weight="500" fill="blue" x="2.6957205" y="15" textLength="76.1875">prov:agent</tspan></text><text transform="translate(192.15587 1386.4118)" fill="blue"><tspan font-family="Georgia" font-size="16" font-weight="500" fill="blue" x="2.94281" y="15" textLength="176.09375">prov:qualifiedDelegation</tspan></text><line x1="136.49068" y1="1410.2962" x2="236.8047" y2="1363.7839" marker-end="url(#StickArrow_Marker)" stroke="blue" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><line x1="116.93279" y1="1394.8967" x2="116.91199" y2="1293.4" marker-end="url(#StickArrow_Marker_2)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" stroke-dasharray="4,4"/><line x1="249.35858" y1="1319.0116" x2="173.13913" y2="1281.0163" marker-end="url(#StickArrow_Marker)" stroke="blue" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><rect x="32.311665" y="1329.2926" width="169" height="23" fill="white"/><text transform="translate(37.311665 1331.2926)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x=".0703125" y="15" textLength="158.859375">prov:actedOnBehalfOf</tspan></text><path d="M 74.62201 1432.5622 L 111.427807 1397.5967 C 114.51553 1394.6634 119.36007 1394.6634 122.4478 1397.5967 L 159.25359 1432.5622 C 162.45684 1435.6053 162.58668 1440.669 159.54359 1443.8722 C 158.03324 1445.4621 155.93649 1446.3622 153.7436 1446.3622 L 80.13201 1446.3622 C 75.71373 1446.3622 72.13201 1442.7805 72.13201 1438.3622 C 72.13201 1436.1693 73.03217 1434.0726 74.62201 1432.5622 Z" fill="#fffedf"/><path d="M 74.62201 1432.5622 L 111.427807 1397.5967 C 114.51553 1394.6634 119.36007 1394.6634 122.4478 1397.5967 L 159.25359 1432.5622 C 162.45684 1435.6053 162.58668 1440.669 159.54359 1443.8722 C 158.03324 1445.4621 155.93649 1446.3622 153.7436 1446.3622 L 80.13201 1446.3622 C 75.71373 1446.3622 72.13201 1442.7805 72.13201 1438.3622 C 72.13201 1436.1693 73.03217 1434.0726 74.62201 1432.5622 Z" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(93.51675 1420.6622)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x="2.624175" y="15" textLength="41.59375">Agent</tspan></text><path d="M 260.38877 1312.1924 L 329.63114 1312.1924 C 339.0442 1312.1924 346.68377 1324.2884 346.68377 1339.1924 C 346.68377 1354.0964 339.0442 1366.1924 329.63114 1366.1924 L 260.38877 1366.1924 C 257.439 1366.1924 254.63971 1364.8901 252.73966 1362.6338 L 238.42387 1345.6338 C 235.28936 1341.9115 235.28936 1336.4733 238.42387 1332.7511 L 252.73966 1315.7511 C 254.63971 1313.49475 257.439 1312.1924 260.38877 1312.1924 Z" fill="#fffedf"/><path d="M 260.38877 1312.1924 L 329.63114 1312.1924 C 339.0442 1312.1924 346.68377 1324.2884 346.68377 1339.1924 C 346.68377 1354.0964 339.0442 1366.1924 329.63114 1366.1924 L 260.38877 1366.1924 C 257.439 1366.1924 254.63971 1364.8901 252.73966 1362.6338 L 238.42387 1345.6338 C 235.28936 1341.9115 235.28936 1336.4733 238.42387 1332.7511 L 252.73966 1315.7511 C 254.63971 1313.49475 257.439 1312.1924 260.38877 1312.1924 Z" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(249.368 1329.6924)" fill="blue"><tspan font-family="Georgia" font-size="16" font-weight="500" fill="blue" x="4.41611" y="15" textLength="76.53125">Delegation</tspan></text><a xl:href="#Entity"><path d="M 74.62201 1266.2 L 111.427807 1231.2345 C 114.51553 1228.30116 119.36007 1228.30116 122.4478 1231.2345 L 159.25359 1266.2 C 162.45684 1269.2431 162.58668 1274.30675 159.54359 1277.51 C 158.03324 1279.09984 155.93649 1280 153.7436 1280 L 80.13201 1280 C 75.71373 1280 72.13201 1276.4183 72.13201 1272 C 72.13201 1269.8071 73.03217 1267.71036 74.62201 1266.2 Z" fill="#fffedf"/><path d="M 74.62201 1266.2 L 111.427807 1231.2345 C 114.51553 1228.30116 119.36007 1228.30116 122.4478 1231.2345 L 159.25359 1266.2 C 162.45684 1269.2431 162.58668 1274.30675 159.54359 1277.51 C 158.03324 1279.09984 155.93649 1280 153.7436 1280 L 80.13201 1280 C 75.71373 1280 72.13201 1276.4183 72.13201 1272 C 72.13201 1269.8071 73.03217 1267.71036 74.62201 1266.2 Z" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(93.51675 1254.3)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x="2.624175" y="15" textLength="41.59375">Agent</tspan></text></a><rect x="402.55392" y="1129.9328" width="515.169" height="185.09613" fill="white"/><path d="M 917.72293 1129.9328 L 402.55392 1129.9328 L 402.55392 1315.0289 L 917.72293 1315.0289 Z" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1" stroke-dasharray="1,4"/><text transform="translate(407.55392 1134.9328)" fill="#333"><tspan font-family="Georgia" font-size="16" font-weight="500" fill="#333" x="0" y="15" textLength="10.6875">i)</tspan></text><rect x="402.55392" y="1314.8974" width="515.169" height="249.069" fill="white"/><path d="M 917.72293 1314.8974 L 402.55392 1314.8974 L 402.55392 1563.9664 L 917.72293 1563.9664 Z" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1" stroke-dasharray="1,4"/><text transform="translate(407.55392 1319.8974)" fill="#333"><tspan font-family="Georgia" font-size="16" font-weight="500" fill="#333" x="0" y="15" textLength="10.671875">j)</tspan></text><rect x="487.84436" y="1403.6035" width="93.684196" height="19" fill="white"/><text transform="translate(492.84436 1403.6035)" fill="blue"><tspan font-family="Georgia" font-size="16" font-weight="500" fill="blue" x="3.748348" y="15" textLength="76.1875">prov:agent</tspan></text><rect x="714.13244" y="1402.946" width="200.36841" height="19" fill="white"/><text transform="translate(719.13244 1402.946)" fill="blue"><tspan font-family="Georgia" font-size="16" font-weight="500" fill="blue" x="4.6568613" y="15" textLength="181.05469">prov:qualifiedAssociation</tspan></text><line x1="767.99657" y1="1386.3213" x2="715.41983" y2="1410.24706" marker-end="url(#StickArrow_Marker)" stroke="blue" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><line x1="767.9517" y1="1360.7705" x2="520.63863" y2="1363.0264" marker-end="url(#StickArrow_Marker_2)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" stroke-dasharray="4,4"/><line x1="609.9534" y1="1420.0593" x2="536.1822" y2="1388.12245" marker-end="url(#StickArrow_Marker)" stroke="blue" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><path d="M 550.91996 1338.2896 L 735.91226 1336.6023 L 736.08555 1355.6015 L 551.09325 1357.2888 Z" fill="white"/><text transform="translate(555.91975 1338.244) rotate(-.522583)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x=".08984375" y="15" textLength="174.82031">prov:wasAssociatedWith</tspan></text><rect x="487.84436" y="1199.0012" width="93.684196" height="19" fill="white"/><text transform="translate(492.84436 1199.0012)" fill="blue"><tspan font-family="Georgia" font-size="16" font-weight="500" fill="blue" x="3.748348" y="15" textLength="76.1875">prov:agent</tspan></text><rect x="717.32696" y="1190.3355" width="191.97937" height="19" fill="white"/><text transform="translate(722.32696 1190.3355)" fill="blue"><tspan font-family="Georgia" font-size="16" font-weight="500" fill="blue" x="1.47015375" y="15" textLength="179.03906">prov:qualifiedAttribution</tspan></text><path d="M 857.13586 1296.21945 L 793.45166 1296.21945 C 779.64454 1296.21945 768.45166 1285.0266 768.45166 1271.21945 C 768.45166 1271.21945 768.45166 1271.21945 768.45166 1271.21945 L 768.45166 1267.21946 C 768.45166 1253.41234 779.64454 1242.21946 793.45166 1242.21945 C 793.45166 1242.21945 793.45166 1242.21945 793.45166 1242.21945 L 857.13586 1242.21945 C 870.943 1242.21945 882.13586 1253.4123 882.13586 1267.21945 L 882.13586 1271.21945 C 882.13586 1285.0266 870.943 1296.21945 857.13586 1296.21945 C 857.13586 1296.21945 857.13586 1296.21945 857.13586 1296.21945 Z" fill="#fffedf"/><path d="M 857.13586 1296.21945 L 793.45166 1296.21945 C 779.64454 1296.21945 768.45166 1285.0266 768.45166 1271.21945 C 768.45166 1271.21945 768.45166 1271.21945 768.45166 1271.21945 L 768.45166 1267.21946 C 768.45166 1253.41234 779.64454 1242.21946 793.45166 1242.21945 C 793.45166 1242.21945 793.45166 1242.21945 793.45166 1242.21945 L 857.13586 1242.21945 C 870.943 1242.21945 882.13586 1253.4123 882.13586 1267.21945 L 882.13586 1271.21945 C 882.13586 1285.0266 870.943 1296.21945 857.13586 1296.21945 C 857.13586 1296.21945 857.13586 1296.21945 857.13586 1296.21945 Z" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(773.45166 1259.71945)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x="30.084288" y="15" textLength="43.515625">Entity</tspan></text><line x1="781.5082" y1="1244.7755" x2="708.53485" y2="1204.037" marker-end="url(#StickArrow_Marker)" stroke="blue" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><path d="M 621.84086 1199.0813 L 691.08323 1199.0813 C 700.4963 1199.0813 708.13586 1186.9853 708.13586 1172.0813 C 708.13586 1157.1773 700.4963 1145.0813 691.08323 1145.0813 L 621.84086 1145.0813 C 618.8911 1145.0813 616.0918 1146.38366 614.19175 1148.64 L 599.87596 1165.64 C 596.74145 1169.3622 596.74145 1174.80045 599.87596 1178.5227 L 614.19175 1195.5227 C 616.0918 1197.779 618.8911 1199.0813 621.84086 1199.0813 Z" fill="#fffedf"/><path d="M 621.84086 1199.0813 L 691.08323 1199.0813 C 700.4963 1199.0813 708.13586 1186.9853 708.13586 1172.0813 C 708.13586 1157.1773 700.4963 1145.0813 691.08323 1145.0813 L 621.84086 1145.0813 C 618.8911 1145.0813 616.0918 1146.38366 614.19175 1148.64 L 599.87596 1165.64 C 596.74145 1169.3622 596.74145 1174.80045 599.87596 1178.5227 L 614.19175 1195.5227 C 616.0918 1197.779 618.8911 1199.0813 621.84086 1199.0813 Z" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(610.8201 1162.5813)" fill="blue"><tspan font-family="Georgia" font-size="16" font-weight="500" fill="blue" x="1.4707975" y="15" textLength="79.476562">Attribution</tspan></text><a xl:href="#Entity"><path d="M 523.04287 1283.2376 L 486.23708 1248.2721 C 483.14935 1245.3387 478.3048 1245.3387 475.2171 1248.2721 L 438.4113 1283.2376 C 435.20804 1286.2807 435.0782 1291.3443 438.1213 1294.5476 C 439.63164 1296.1374 441.7284 1297.0376 443.9213 1297.0376 L 517.53288 1297.0376 C 521.95116 1297.0376 525.53288 1293.45585 525.53288 1289.0376 C 525.53288 1286.8447 524.63272 1284.7479 523.04287 1283.2376 Z" fill="#fffedf"/><path d="M 523.04287 1283.2376 L 486.23708 1248.2721 C 483.14935 1245.3387 478.3048 1245.3387 475.2171 1248.2721 L 438.4113 1283.2376 C 435.20804 1286.2807 435.0782 1291.3443 438.1213 1294.5476 C 439.63164 1296.1374 441.7284 1297.0376 443.9213 1297.0376 L 517.53288 1297.0376 C 521.95116 1297.0376 525.53288 1293.45585 525.53288 1289.0376 C 525.53288 1286.8447 524.63272 1284.7479 523.04287 1283.2376 Z" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(457.30603 1271.3376)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x="2.624175" y="15" textLength="41.59375">Agent</tspan></text></a><line x1="767.95166" y1="1269.35554" x2="522.4769" y2="1269.9381" marker-end="url(#StickArrow_Marker_2)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" stroke-dasharray="4,4"/><line x1="612.54707" y1="1194.3335" x2="510.0602" y2="1253.1916" marker-end="url(#StickArrow_Marker)" stroke="blue" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><path d="M 563.14502 1245.38205 L 730.14455 1244.9857 L 730.18964 1263.9856 L 563.1901 1264.382 Z" fill="white"/><text transform="translate(568.145 1245.3702) rotate(-.13598633)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x=".40234375" y="15" textLength="156.19531">prov:wasAttributedTo</tspan></text><rect x="768.45166" y="1333.2475" width="113.6842" height="54" fill="#fffedf"/><path d="M 882.13586 1333.2475 L 768.45166 1333.2475 L 768.45166 1387.2475 L 882.13586 1387.2475 Z M 870.76744 1333.2475 L 870.76744 1387.2475 M 779.8201 1387.2475 L 779.8201 1333.2475" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(784.8201 1350.7475)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x="13.352586" y="15" textLength="54.242188">Activity</tspan></text><a xl:href="#Entity"><path d="M 521.40456 1376.6057 L 484.59877 1341.6402 C 481.51104 1338.70686 476.6665 1338.70686 473.57878 1341.6402 L 436.77298 1376.6057 C 433.56973 1379.6488 433.4399 1384.71245 436.48298 1387.9157 C 437.99333 1389.50554 440.0901 1390.4057 442.28298 1390.4057 L 515.89457 1390.4057 C 520.31285 1390.4057 523.89457 1386.824 523.89457 1382.4057 C 523.89457 1380.2128 522.9944 1378.11606 521.40456 1376.6057 Z" fill="#fffedf"/><path d="M 521.40456 1376.6057 L 484.59877 1341.6402 C 481.51104 1338.70686 476.6665 1338.70686 473.57878 1341.6402 L 436.77298 1376.6057 C 433.56973 1379.6488 433.4399 1384.71245 436.48298 1387.9157 C 437.99333 1389.50554 440.0901 1390.4057 442.28298 1390.4057 L 515.89457 1390.4057 C 520.31285 1390.4057 523.89457 1386.824 523.89457 1382.4057 C 523.89457 1380.2128 522.9944 1378.11606 521.40456 1376.6057 Z" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(455.66772 1364.7057)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x="2.624175" y="15" textLength="41.59375">Agent</tspan></text></a><rect x="521.8645" y="1476.8947" width="108.270086" height="19" fill="white"/><text transform="translate(526.8645 1476.8947)" fill="blue"><tspan font-family="Georgia" font-size="16" font-weight="500" fill="blue" x="1.1389493" y="15" textLength="95.99219">prov:hadRole</tspan></text><line x1="632.04778" y1="1462.3821" x2="631.96547" y2="1496.9821" marker-end="url(#StickArrow_Marker)" stroke="blue" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><rect x="562.14515" y="1509.8821" width="80.734715" height="29.597931" fill="#fffedf"/><rect x="562.14515" y="1509.8821" width="80.734715" height="29.597931" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(567.14515 1515.181)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x="19.285326" y="15" textLength="32.164062">Role</tspan></text><path d="M 725.3234 1539.48 L 675.91315 1539.48 C 667.1899 1539.48 660.1183 1532.4084 660.1183 1523.6851 C 660.1183 1523.6851 660.1183 1523.6851 660.1183 1523.6851 L 660.1183 1523.6851 C 660.1183 1514.9619 667.1899 1507.8903 675.91315 1507.8903 C 675.91315 1507.8903 675.91315 1507.8903 675.91315 1507.8903 L 725.3234 1507.8903 C 734.0467 1507.8903 741.1183 1514.9619 741.1183 1523.6851 L 741.1183 1523.6851 C 741.1183 1532.4084 734.0467 1539.48 725.3234 1539.48 C 725.3234 1539.48 725.3234 1539.48 725.3234 1539.48 Z" fill="#fffedf"/><path d="M 725.3234 1539.48 L 675.91315 1539.48 C 667.1899 1539.48 660.1183 1532.4084 660.1183 1523.6851 C 660.1183 1523.6851 660.1183 1523.6851 660.1183 1523.6851 L 660.1183 1523.6851 C 660.1183 1514.9619 667.1899 1507.8903 675.91315 1507.8903 C 675.91315 1507.8903 675.91315 1507.8903 675.91315 1507.8903 L 725.3234 1507.8903 C 734.0467 1507.8903 741.1183 1514.9619 741.1183 1523.6851 L 741.1183 1523.6851 C 741.1183 1532.4084 734.0467 1539.48 725.3234 1539.48 C 725.3234 1539.48 725.3234 1539.48 725.3234 1539.48 Z" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(665.1183 1514.1851)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x="19.574219" y="15" textLength="31.851562">Plan</tspan></text><rect x="689.43724" y="1476.8947" width="108.270086" height="19" fill="white"/><text transform="translate(694.43724 1476.8947)" fill="blue"><tspan font-family="Georgia" font-size="16" font-weight="500" fill="blue" x="1.2951993" y="15" textLength="95.67969">prov:hadPlan</tspan></text><line x1="682.84695" y1="1453.8903" x2="684.15133" y2="1494.4972" marker-end="url(#StickArrow_Marker)" stroke="blue" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><path d="M 622.41795 1411.674 L 693.90166 1411.674 C 703.58926 1411.674 711.45166 1423.77 711.45166 1438.674 C 711.45166 1453.578 703.58926 1465.674 693.90166 1465.674 L 622.41795 1465.674 C 619.5178 1465.674 616.76047 1464.4149 614.86106 1462.2233 L 600.12773 1445.2233 C 596.87025 1441.4647 596.87025 1435.8833 600.12773 1432.1247 L 614.86106 1415.1247 C 616.76047 1412.9331 619.5178 1411.674 622.41795 1411.674 Z" fill="#fffedf"/><path d="M 622.41795 1411.674 L 693.90166 1411.674 C 703.58926 1411.674 711.45166 1423.77 711.45166 1438.674 C 711.45166 1453.578 703.58926 1465.674 693.90166 1465.674 L 622.41795 1465.674 C 619.5178 1465.674 616.76047 1464.4149 614.86106 1462.2233 L 600.12773 1445.2233 C 596.87025 1441.4647 596.87025 1435.8833 600.12773 1432.1247 L 614.86106 1415.1247 C 616.76047 1412.9331 619.5178 1411.674 622.41795 1411.674 Z" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(611.15166 1429.174)" fill="blue"><tspan font-family="Georgia" font-size="16" font-weight="500" fill="blue" x="2.1078125" y="15" textLength="81.492188">Association</tspan></text><rect x="260.34248" y="803.4397" width="148.65753" height="19" fill="white"/><text transform="translate(265.34248 803.4397)" fill="blue"><tspan font-family="Georgia" font-size="16" font-weight="500" fill="blue" x="2.2272034" y="15" textLength="134.203125">prov:qualifiedStart</tspan></text><a xl:href="#Entity"><rect x="281.71222" y="737.73288" width="93.684196" height="54" fill="#fffedf"/><path d="M 281.71222 737.73288 L 375.39642 737.73288 L 375.39642 791.7329 L 281.71222 791.7329 Z M 291.08064 737.73288 L 291.08064 791.7329 M 366.028 791.7329 L 366.028 737.73288" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(296.08064 755.2329)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x="5.3525847" y="15" textLength="54.242188">Activity</tspan></text></a><line x1="281.21222" y1="764.7329" x2="128.400004" y2="764.7329" marker-end="url(#StickArrow_Marker_2)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" stroke-dasharray="4,4"/><rect x="132.71228" y="737.34945" width="144" height="19" fill="white"/><text transform="translate(137.71228 737.34945)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x=".03125" y="15" textLength="133.9375">prov:wasStartedBy</tspan></text><rect x="124.45301" y="787.3509" width="103.15789" height="19" fill="white"/><text transform="translate(129.45301 787.3509)" fill="blue"><tspan font-family="Georgia" font-size="16" font-weight="500" fill="blue" x="7.547695" y="15" textLength="78.0625">prov:entity</tspan></text><line x1="288.89097" y1="792.01625" x2="243.26069" y2="823.4041" marker-end="url(#StickArrow_Marker)" stroke="blue" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><line x1="168.37811" y1="833.5427" x2="115.823884" y2="794.6657" marker-end="url(#StickArrow_Marker)" stroke="blue" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><path d="M 177.97539 827.97995 L 226.4827 827.97995 C 233.37298 827.97995 238.96509 840.07595 238.96509 854.97995 C 238.96509 869.88395 233.37298 881.97995 226.4827 881.97995 L 177.97539 881.97995 C 174.50544 881.97995 171.28352 880.18113 169.46272 877.2273 L 158.98368 860.2273 C 157.00057 857.0101 157.00057 852.9498 158.98368 849.7326 L 169.46273 832.7326 C 171.28352 829.77876 174.50544 827.97995 177.97539 827.97995 Z" fill="#fffedf"/><path d="M 177.97539 827.97995 L 226.4827 827.97995 C 233.37298 827.97995 238.96509 840.07595 238.96509 854.97995 C 238.96509 869.88395 233.37298 881.97995 226.4827 881.97995 L 177.97539 881.97995 C 174.50544 881.97995 171.28352 880.18113 169.46272 877.2273 L 158.98368 860.2273 C 157.00057 857.0101 157.00057 852.9498 158.98368 849.7326 L 169.46273 832.7326 C 171.28352 829.77876 174.50544 827.97995 177.97539 827.97995 Z" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(169.07074 845.47995)" fill="blue"><tspan font-family="Georgia" font-size="16" font-weight="500" fill="blue" x="21.932129" y="15" textLength="34.640625">Start</tspan></text><path d="M 60.945986 737.7329 L 90 737.7329 C 103.80712 737.7329 115 748.92578 115 762.7329 L 115 766.7329 C 115 780.54 103.80712 791.7329 90 791.7329 L 60.945986 791.7329 C 47.138867 791.7329 35.945986 780.54 35.945986 766.7329 C 35.945986 766.7329 35.945986 766.7329 35.945986 766.7329 L 35.945986 762.7329 C 35.945986 748.92578 47.138867 737.7329 60.945986 737.7329 C 60.945986 737.7329 60.945986 737.7329 60.945986 737.7329 Z" fill="#fffedf"/><path d="M 60.945986 737.7329 L 90 737.7329 C 103.80712 737.7329 115 748.92578 115 762.7329 L 115 766.7329 C 115 780.54 103.80712 791.7329 90 791.7329 L 60.945986 791.7329 C 47.138867 791.7329 35.945986 780.54 35.945986 766.7329 C 35.945986 766.7329 35.945986 766.7329 35.945986 766.7329 L 35.945986 762.7329 C 35.945986 748.92578 47.138867 737.7329 60.945986 737.7329 C 60.945986 737.7329 60.945986 737.7329 60.945986 737.7329 Z" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(40.945986 755.2329)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x="12.7691956" y="15" textLength="43.515625">Entity</tspan></text><rect x="205.53773" y="887.45266" width="103.15789" height="19" fill="white"/><text transform="translate(210.53773 887.45266)" fill="blue"><tspan font-family="Georgia" font-size="16" font-weight="500" fill="blue" x="2.9461325" y="15" textLength="87.265625">prov:atTime</tspan></text><line x1="198.26145" y1="882.4797" x2="199.02031" y2="905.5555" marker-end="url(#StickArrow_Marker)" stroke="blue" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><rect x="141.447395" y="918.94827" width="117" height="29.597931" fill="#e6e6e6"/><rect x="141.447395" y="918.94827" width="117" height="29.597931" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(146.447395 924.24723)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x="5.4492188" y="15" textLength="96.10156">xsd:dateTime</tspan></text><rect x="721.3965" y="803.4397" width="148.65753" height="19" fill="white"/><text transform="translate(726.3965 803.4397)" fill="blue"><tspan font-family="Georgia" font-size="16" font-weight="500" fill="blue" x="5.000641" y="15" textLength="128.65625">prov:qualifiedEnd</tspan></text><a xl:href="#Entity"><rect x="742.76624" y="737.73288" width="93.684196" height="54" fill="#fffedf"/><path d="M 742.76624 737.73288 L 836.45043 737.73288 L 836.45043 791.7329 L 742.76624 791.7329 Z M 752.13466 737.73288 L 752.13466 791.7329 M 827.082 791.7329 L 827.082 737.73288" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(757.13466 755.2329)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x="5.3525847" y="15" textLength="54.242188">Activity</tspan></text></a><line x1="742.26624" y1="764.7329" x2="589.45402" y2="764.7329" marker-end="url(#StickArrow_Marker_2)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" stroke-dasharray="4,4"/><rect x="596.2663" y="737.34945" width="139" height="19" fill="white"/><text transform="translate(601.2663 737.34945)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x=".3046875" y="15" textLength="128.390625">prov:wasEndedBy</tspan></text><rect x="585.50703" y="787.3509" width="103.15789" height="19" fill="white"/><text transform="translate(590.50703 787.3509)" fill="blue"><tspan font-family="Georgia" font-size="16" font-weight="500" fill="blue" x="7.547695" y="15" textLength="78.0625">prov:entity</tspan></text><line x1="749.945" y1="792.01625" x2="704.3147" y2="823.4041" marker-end="url(#StickArrow_Marker)" stroke="blue" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><line x1="629.4405" y1="833.52914" x2="576.91627" y2="794.63844" marker-end="url(#StickArrow_Marker)" stroke="blue" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><path d="M 639.0294 827.97995 L 687.5367 827.97995 C 694.427 827.97995 700.0191 840.07595 700.0191 854.97995 C 700.0191 869.88395 694.427 881.97995 687.5367 881.97995 L 639.0294 881.97995 C 635.55946 881.97995 632.33754 880.18113 630.51674 877.2273 L 620.0377 860.2273 C 618.0546 857.0101 618.0546 852.9498 620.0377 849.7326 L 630.51674 832.7326 C 632.33754 829.77876 635.55946 827.97995 639.0294 827.97995 Z" fill="#fffedf"/><path d="M 639.0294 827.97995 L 687.5367 827.97995 C 694.427 827.97995 700.0191 840.07595 700.0191 854.97995 C 700.0191 869.88395 694.427 881.97995 687.5367 881.97995 L 639.0294 881.97995 C 635.55946 881.97995 632.33754 880.18113 630.51674 877.2273 L 620.0377 860.2273 C 618.0546 857.0101 618.0546 852.9498 620.0377 849.7326 L 630.51674 832.7326 C 632.33754 829.77876 635.55946 827.97995 639.0294 827.97995 Z" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(630.12476 845.47995)" fill="blue"><tspan font-family="Georgia" font-size="16" font-weight="500" fill="blue" x="27.479004" y="15" textLength="29.09375">End</tspan></text><path d="M 522 737.7329 L 551.054 737.7329 C 564.86113 737.7329 576.054 748.92578 576.054 762.7329 L 576.054 766.7329 C 576.054 780.54 564.86113 791.7329 551.054 791.7329 L 522 791.7329 C 508.19288 791.7329 497 780.54 497 766.7329 C 497 766.7329 497 766.7329 497 766.7329 L 497 762.7329 C 497 748.92578 508.19288 737.7329 522 737.7329 C 522 737.7329 522 737.7329 522 737.7329 Z" fill="#fffedf"/><path d="M 522 737.7329 L 551.054 737.7329 C 564.86113 737.7329 576.054 748.92578 576.054 762.7329 L 576.054 766.7329 C 576.054 780.54 564.86113 791.7329 551.054 791.7329 L 522 791.7329 C 508.19288 791.7329 497 780.54 497 766.7329 C 497 766.7329 497 766.7329 497 766.7329 L 497 762.7329 C 497 748.92578 508.19288 737.7329 522 737.7329 C 522 737.7329 522 737.7329 522 737.7329 Z" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(502 755.2329)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x="12.7691956" y="15" textLength="43.515625">Entity</tspan></text><rect x="666.59174" y="887.45266" width="103.15789" height="19" fill="white"/><text transform="translate(671.59174 887.45266)" fill="blue"><tspan font-family="Georgia" font-size="16" font-weight="500" fill="blue" x="2.9461325" y="15" textLength="87.265625">prov:atTime</tspan></text><line x1="659.31547" y1="882.4797" x2="660.07432" y2="905.5555" marker-end="url(#StickArrow_Marker)" stroke="blue" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><rect x="602.5014" y="918.94827" width="117" height="29.597931" fill="#e6e6e6"/><rect x="602.5014" y="918.94827" width="117" height="29.597931" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(607.5014 924.24723)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x="5.4492188" y="15" textLength="96.10156">xsd:dateTime</tspan></text></g></g></svg>
+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xl="http://www.w3.org/1999/xlink" version="1.1" viewBox="21 14 899 1687" width="899pt" height="1687pt"><metadata xmlns:dc="http://purl.org/dc/elements/1.1/"><dc:date>2012-07-03 18:41Z</dc:date><!-- Produced by OmniGraffle Professional 5.4 --></metadata><defs><font-face font-family="Georgia" font-size="16" panose-1="2 4 5 2 5 4 5 2 3 3" units-per-em="1000" underline-position="-88.378906" underline-thickness="49.316406" slope="0" x-height="495.60547" cap-height="709.47266" ascent="916.9922" descent="-219.23828" font-weight="500"><font-face-src><font-face-name name="Georgia"/></font-face-src></font-face><marker orient="auto" overflow="visible" markerUnits="strokeWidth" id="StickArrow_Marker" viewBox="-1 -3 7 6" markerWidth="7" markerHeight="6" color="blue"><g><path d="M 4.8000002 0 L 0 0 M 0 -1.8000001 L 4.8000002 0 L 0 1.8000001" fill="none" stroke="currentColor" stroke-width="1"/></g></marker><marker orient="auto" overflow="visible" markerUnits="strokeWidth" id="StickArrow_Marker_2" viewBox="-1 -3 7 6" markerWidth="7" markerHeight="6" color="black"><g><path d="M 4.8000002 0 L 0 0 M 0 -1.8000001 L 4.8000002 0 L 0 1.8000001" fill="none" stroke="currentColor" stroke-width="1"/></g></marker></defs><g stroke="none" stroke-opacity="1" stroke-dasharray="none" fill="none" fill-opacity="1"><title>Canvas 1</title><rect fill="white" width="1152" height="2199"/><g><title>Layer 1</title><rect x="23.111938" y="706.9311" width="405.53387" height="257.9664" fill="white"/><path d="M 23.111938 706.9311 L 428.6458 706.9311 L 428.6458 964.8975 L 23.111938 964.8975 Z" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1" stroke-dasharray="1,4"/><text transform="translate(28.111938 711.9311)" fill="#333"><tspan font-family="Georgia" font-size="16" font-weight="500" fill="#333" x="0" y="15" textLength="13.734375">e)</tspan></text><rect x="422.8847" y="706.9311" width="494.83822" height="257.9664" fill="white"/><path d="M 422.8847 706.9311 L 917.72293 706.9311 L 917.72293 964.8975 L 422.8847 964.8975 Z" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1" stroke-dasharray="1,4"/><text transform="translate(427.8847 711.9311)" fill="#333"><tspan font-family="Georgia" font-size="16" font-weight="500" fill="#333" x="0" y="15" textLength="11.203125">f)</tspan></text><rect x="412.46078" y="274" width="505.26215" height="257.9664" fill="white"/><path d="M 412.46078 531.9664 L 917.72293 531.9664 L 917.72293 274 L 412.46078 274 Z" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1" stroke-dasharray="1,4"/><text transform="translate(417.46078 279)" fill="#333"><tspan font-family="Georgia" font-size="16" font-weight="500" fill="#333" x="0" y="15" textLength="13.265625">c)</tspan></text><rect x="23.111938" y="16.0336" width="396.99988" height="257.9664" fill="white"/><path d="M 23.111938 16.0336 L 420.11182 16.0336 L 420.11182 274 L 23.111938 274 Z" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1" stroke-dasharray="1,4"/><text transform="translate(28.111938 21.0336)" fill="#333"><tspan font-family="Georgia" font-size="16" font-weight="500" fill="#333" x="0" y="15" textLength="14.0625">a)</tspan></text><rect x="412.46078" y="16" width="505.26215" height="257.9664" fill="white"/><path d="M 412.46078 16 L 917.72293 16 L 917.72293 273.9664 L 412.46078 273.9664 Z" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1" stroke-dasharray="1,4"/><text transform="translate(417.46078 21)" fill="#333"><tspan font-family="Georgia" font-size="16" font-weight="500" fill="#333" x="0" y="15" textLength="14.9609375">b)</tspan></text><rect x="557.50098" y="358.80927" width="103.15789" height="19" fill="white"/><text transform="translate(562.50098 358.80927)" fill="blue"><tspan font-family="Georgia" font-size="16" font-weight="500" fill="blue" x="2.1609762" y="15" textLength="88.83594">prov:activity</tspan></text><rect x="637.7235" y="453.31366" width="103.15789" height="19" fill="white"/><text transform="translate(642.7235 453.31366)" fill="blue"><tspan font-family="Georgia" font-size="16" font-weight="500" fill="blue" x="2.9461325" y="15" textLength="87.265625">prov:atTime</tspan></text><text transform="translate(707.33447 376.36847)" fill="blue"><tspan font-family="Georgia" font-size="16" font-weight="500" fill="blue" x="1.958525" y="15" textLength="186.0625">prov:qualifiedInvalidation</tspan></text><line x1="735.67023" y1="357.09786" x2="686.8581" y2="386.47931" marker-end="url(#StickArrow_Marker)" stroke="blue" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><line x1="590.4371" y1="395.65294" x2="541.91975" y2="365.82692" marker-end="url(#StickArrow_Marker)" stroke="blue" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><line x1="631.14013" y1="447.84096" x2="631.60588" y2="471.41187" marker-end="url(#StickArrow_Marker)" stroke="blue" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><rect x="573.63318" y="484.80927" width="117" height="29.597931" fill="#e6e6e6"/><rect x="573.63318" y="484.80927" width="117" height="29.597931" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(578.63318 490.10824)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x="5.4492188" y="15" textLength="96.10156">xsd:dateTime</tspan></text><path d="M 597.56017 393.34106 L 674.24484 393.34106 C 684.57073 393.34106 692.95117 405.43706 692.95117 420.34106 C 692.95117 435.24506 684.57073 447.34106 674.24484 447.34106 L 597.56017 447.34106 C 594.7705 447.34106 592.10762 446.17577 590.21467 444.1266 L 574.5106 427.1266 C 570.97126 423.2952 570.97126 417.38692 574.5106 413.55551 L 590.21467 396.55551 C 592.10762 394.50635 594.7705 393.34106 597.56017 393.34106 Z" fill="#fffedf"/><path d="M 597.56017 393.34106 L 674.24484 393.34106 C 684.57073 393.34106 692.95117 405.43706 692.95117 420.34106 C 692.95117 435.24506 684.57073 447.34106 674.24484 447.34106 L 597.56017 447.34106 C 594.7705 447.34106 592.10762 446.17577 590.21467 444.1266 L 574.5106 427.1266 C 570.97126 423.2952 570.97126 417.38692 574.5106 413.55551 L 590.21467 396.55551 C 592.10762 394.50635 594.7705 393.34106 597.56017 393.34106 Z" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(585.7132 410.84106)" fill="blue"><tspan font-family="Georgia" font-size="16" font-weight="500" fill="blue" x="3.267088" y="15" textLength="86.5">Invalidation</tspan></text><line x1="720.3407" y1="331.80927" x2="556.82566" y2="331.80927" marker-end="url(#StickArrow_Marker_2)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" stroke-dasharray="4,4"/><path d="M 558.82143 307.34976 L 713.82143 307.34976 C 719.06813 307.34976 723.32143 311.60306 723.32143 316.84976 L 723.32143 316.84976 C 723.32143 322.09647 719.06813 326.34976 713.82143 326.34976 L 558.82143 326.34976 C 553.57472 326.34976 549.32143 322.09647 549.32143 316.84976 C 549.32143 316.84976 549.32143 316.84976 549.32143 316.84976 L 549.32143 316.84976 C 549.32143 311.60306 553.57472 307.34976 558.82143 307.34976 C 558.82143 307.34976 558.82143 307.34976 558.82143 307.34976 Z" fill="white"/><text transform="translate(554.32143 307.34976)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x=".484375" y="15" textLength="163.03125">prov:wasInvalidatedBy</tspan></text><path d="M 745.8407 304.80927 L 809.5249 304.80927 C 823.332 304.80927 834.5249 316.00215 834.5249 329.80927 L 834.5249 333.80927 C 834.5249 347.61639 823.332 358.80927 809.5249 358.80927 L 745.8407 358.80927 C 732.0336 358.80927 720.8407 347.61639 720.8407 333.80927 C 720.8407 333.80927 720.8407 333.80927 720.8407 333.80926 L 720.8407 329.80927 C 720.8407 316.00215 732.0336 304.80927 745.8407 304.80927 C 745.8407 304.80927 745.8407 304.80927 745.8407 304.80927 Z" fill="#fffedf"/><path d="M 745.8407 304.80927 L 809.5249 304.80927 C 823.332 304.80927 834.5249 316.00215 834.5249 329.80927 L 834.5249 333.80927 C 834.5249 347.61639 823.332 358.80927 809.5249 358.80927 L 745.8407 358.80927 C 732.0336 358.80927 720.8407 347.61639 720.8407 333.80927 C 720.8407 333.80927 720.8407 333.80927 720.8407 333.80926 L 720.8407 329.80927 C 720.8407 316.00215 732.0336 304.80927 745.8407 304.80927 C 745.8407 304.80927 745.8407 304.80927 745.8407 304.80927 Z" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(725.8407 322.30927)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x="30.084288" y="15" textLength="43.515625">Entity</tspan></text><a xl:href="#Entity"><rect x="429.74146" y="304.80927" width="113.6842" height="54" fill="#fffedf"/><path d="M 429.74146 304.80927 L 543.42566 304.80927 L 543.42566 358.80927 L 429.74146 358.80927 Z M 441.10988 304.80927 L 441.10988 358.80927 M 532.05724 358.80927 L 532.05724 304.80927" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(446.10988 322.30927)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x="13.352586" y="15" textLength="54.242188">Activity</tspan></text></a><rect x="145.1575" y="100.15137" width="93.684196" height="19" fill="white"/><text transform="translate(150.1575 100.15137)" fill="blue"><tspan font-family="Georgia" font-size="16" font-weight="500" fill="blue" x="2.810848" y="15" textLength="78.0625">prov:entity</tspan></text><rect x="200.72278" y="192.69373" width="103.15789" height="19" fill="white"/><text transform="translate(205.72278 192.69373)" fill="blue"><tspan font-family="Georgia" font-size="16" font-weight="500" fill="blue" x="2.9461325" y="15" textLength="87.265625">prov:atTime</tspan></text><text transform="translate(251.95044 113.38748)" fill="blue"><tspan font-family="Georgia" font-size="16" font-weight="500" fill="blue" x="4.2645962" y="15" textLength="142.52344">prov:qualifiedUsage</tspan></text><line x1="268.04896" y1="97.70163" x2="236.66782" y2="125.333874" marker-end="url(#StickArrow_Marker)" stroke="blue" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><line x1="164.7387" y1="133.95612" x2="133.84664" y2="106.99957" marker-end="url(#StickArrow_Marker)" stroke="blue" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><line x1="195.94781" y1="188.68933" x2="195.94781" y2="210.78933" marker-end="url(#StickArrow_Marker)" stroke="blue" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><rect x="137.44781" y="224.18933" width="117" height="29.597931" fill="#e6e6e6"/><rect x="137.44781" y="224.18933" width="117" height="29.597931" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(142.44781 229.4883)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x="5.4492188" y="15" textLength="96.10156">xsd:dateTime</tspan></text><rect x="557.50098" y="100.15137" width="103.15789" height="19" fill="white"/><text transform="translate(562.50098 100.15137)" fill="blue"><tspan font-family="Georgia" font-size="16" font-weight="500" fill="blue" x="2.1609762" y="15" textLength="88.83594">prov:activity</tspan></text><rect x="637.7229" y="192.69373" width="103.15789" height="19" fill="white"/><text transform="translate(642.7229 192.69373)" fill="blue"><tspan font-family="Georgia" font-size="16" font-weight="500" fill="blue" x="2.9461325" y="15" textLength="87.265625">prov:atTime</tspan></text><text transform="translate(711.7229 113.38748)" fill="blue"><tspan font-family="Georgia" font-size="16" font-weight="500" fill="blue" x="3.2991313" y="15" textLength="178.99219">prov:qualifiedGeneration</tspan></text><line x1="736.33873" y1="96.753846" x2="686.45626" y2="127.5985" marker-end="url(#StickArrow_Marker)" stroke="blue" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><line x1="594.32874" y1="137.813485" x2="541.6449" y2="105.236693" marker-end="url(#StickArrow_Marker)" stroke="blue" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><line x1="632.1326" y1="188.68933" x2="632.1326" y2="210.78933" marker-end="url(#StickArrow_Marker)" stroke="blue" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><rect x="573.63257" y="224.18933" width="117" height="29.597931" fill="#e6e6e6"/><rect x="573.63257" y="224.18933" width="117" height="29.597931" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(578.63257 229.4883)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x="5.4492188" y="15" textLength="96.10156">xsd:dateTime</tspan></text><path d="M 166.49491 134.18933 L 235.73728 134.18933 C 245.15033 134.18933 252.78991 146.28533 252.78991 161.18933 C 252.78991 176.09333 245.15033 188.18933 235.73728 188.18933 L 166.49491 188.18933 C 163.54514 188.18933 160.74585 186.887 158.8458 184.63069 L 144.53001 167.63069 C 141.39549 163.90845 141.39549 158.47021 144.53001 154.74797 L 158.8458 137.74797 C 160.74585 135.49166 163.54514 134.18933 166.49491 134.18933 Z" fill="#fffedf"/><path d="M 166.49491 134.18933 L 235.73728 134.18933 C 245.15033 134.18933 252.78991 146.28533 252.78991 161.18933 C 252.78991 176.09333 245.15033 188.18933 235.73728 188.18933 L 166.49491 188.18933 C 163.54514 188.18933 160.74585 186.887 158.8458 184.63069 L 144.53001 167.63069 C 141.39549 163.90845 141.39549 158.47021 144.53001 154.74797 L 158.8458 137.74797 C 160.74585 135.49166 163.54514 134.18933 166.49491 134.18933 Z" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(155.47413 151.68933)" fill="blue"><tspan font-family="Georgia" font-size="16" font-weight="500" fill="blue" x="18.993211" y="15" textLength="42.960938">Usage</tspan></text><line x1="241.74524" y1="70.598623" x2="163.05028" y2="70.91073" marker-end="url(#StickArrow_Marker_2)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" stroke-dasharray="4,4"/><rect x="160.84219" y="46.29924" width="81" height="19" fill="white"/><text transform="translate(165.84219 46.29924)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x=".34765625" y="15" textLength="70.304688">prov:used</tspan></text><rect x="242.24524" y="43.3712" width="113.6842" height="54" fill="#fffedf"/><path d="M 242.24524 43.3712 L 355.92944 43.3712 L 355.92944 97.3712 L 242.24524 97.3712 Z M 253.61366 43.3712 L 253.61366 97.3712 M 344.56102 97.3712 L 344.56102 43.3712" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(258.61366 60.8712)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x="13.352586" y="15" textLength="54.242188">Activity</tspan></text><a xl:href="#Entity"><path d="M 60.966187 44.189316 L 124.65039 44.189316 C 138.457506 44.189316 149.65039 55.382197 149.65039 69.189316 L 149.65039 73.189316 C 149.65039 86.996435 138.457506 98.189316 124.65039 98.189316 L 60.966187 98.189316 C 47.159068 98.189316 35.966187 86.996435 35.966187 73.189316 C 35.966187 73.189314 35.966187 73.18931 35.966187 73.18931 L 35.966187 69.189316 C 35.966187 55.382197 47.159068 44.189316 60.966187 44.189316 C 60.966187 44.189316 60.966187 44.189316 60.966187 44.189316 Z" fill="#fffedf"/><path d="M 60.966187 44.189316 L 124.65039 44.189316 C 138.457506 44.189316 149.65039 55.382197 149.65039 69.189316 L 149.65039 73.189316 C 149.65039 86.996435 138.457506 98.189316 124.65039 98.189316 L 60.966187 98.189316 C 47.159068 98.189316 35.966187 86.996435 35.966187 73.189316 C 35.966187 73.189314 35.966187 73.18931 35.966187 73.18931 L 35.966187 69.189316 C 35.966187 55.382197 47.159068 44.189316 60.966187 44.189316 C 60.966187 44.189316 60.966187 44.189316 60.966187 44.189316 Z" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(40.966187 61.689316)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x="30.084288" y="15" textLength="43.515625">Entity</tspan></text></a><path d="M 602.67973 134.18933 L 671.9221 134.18933 C 681.33515 134.18933 688.97473 146.28533 688.97473 161.18933 C 688.97473 176.09333 681.33515 188.18933 671.9221 188.18933 L 602.67973 188.18933 C 599.72996 188.18933 596.93067 186.887 595.03062 184.63069 L 580.71483 167.63069 C 577.5803 163.90845 577.5803 158.47021 580.71483 154.74797 L 595.03062 137.74797 C 596.93067 135.49166 599.72996 134.18933 602.67973 134.18933 Z" fill="#fffedf"/><path d="M 602.67973 134.18933 L 671.9221 134.18933 C 681.33515 134.18933 688.97473 146.28533 688.97473 161.18933 C 688.97473 176.09333 681.33515 188.18933 671.9221 188.18933 L 602.67973 188.18933 C 599.72996 188.18933 596.93067 186.887 595.03062 184.63069 L 580.71483 167.63069 C 577.5803 163.90845 577.5803 158.47021 580.71483 154.74797 L 595.03062 137.74797 C 596.93067 135.49166 599.72996 134.18933 602.67973 134.18933 Z" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(591.65895 151.68933)" fill="blue"><tspan font-family="Georgia" font-size="16" font-weight="500" fill="blue" x="1.5176725" y="15" textLength="79.429688">Generation</tspan></text><line x1="720.33997" y1="71.18933" x2="556.82492" y2="71.18933" marker-end="url(#StickArrow_Marker_2)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" stroke-dasharray="4,4"/><rect x="553.3207" y="46.729825" width="166" height="19" fill="white"/><text transform="translate(558.3207 46.729825)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x=".01953125" y="15" textLength="155.96094">prov:wasGeneratedBy</tspan></text><path d="M 745.83997 44.18933 L 809.52417 44.18933 C 823.3313 44.18933 834.52417 55.382212 834.52417 69.18933 L 834.52417 73.18933 C 834.52417 86.99645 823.3313 98.18933 809.52417 98.18933 L 745.83997 98.18933 C 732.03285 98.18933 720.83997 86.99645 720.83997 73.18933 C 720.83997 73.18933 720.83997 73.189327 720.83997 73.189324 L 720.83997 69.18933 C 720.83997 55.382212 732.03285 44.18933 745.83997 44.18933 C 745.83997 44.18933 745.83997 44.18933 745.83997 44.18933 Z" fill="#fffedf"/><path d="M 745.83997 44.18933 L 809.52417 44.18933 C 823.3313 44.18933 834.52417 55.382212 834.52417 69.18933 L 834.52417 73.18933 C 834.52417 86.99645 823.3313 98.18933 809.52417 98.18933 L 745.83997 98.18933 C 732.03285 98.18933 720.83997 86.99645 720.83997 73.18933 C 720.83997 73.18933 720.83997 73.189327 720.83997 73.189324 L 720.83997 69.18933 C 720.83997 55.382212 732.03285 44.18933 745.83997 44.18933 C 745.83997 44.18933 745.83997 44.18933 745.83997 44.18933 Z" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(725.83997 61.68933)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x="30.084288" y="15" textLength="43.515625">Entity</tspan></text><a xl:href="#Entity"><rect x="429.74072" y="44.18933" width="113.6842" height="54" fill="#fffedf"/><path d="M 429.74072 44.18933 L 543.42492 44.18933 L 543.42492 98.18933 L 429.74072 98.18933 Z M 441.10914 44.18933 L 441.10914 98.18933 M 532.0565 98.18933 L 532.0565 44.18933" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(446.10914 61.68933)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x="13.352586" y="15" textLength="54.242188">Activity</tspan></text></a><rect x="23.111938" y="531.96637" width="894.61084" height="174.96472" fill="white"/><path d="M 23.111938 531.96637 L 917.7228 531.96637 L 917.7228 706.9311 L 23.111938 706.9311 Z" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1" stroke-dasharray="1,4"/><text transform="translate(28.111938 536.96637)" fill="#333"><tspan font-family="Georgia" font-size="16" font-weight="500" fill="#333" x="0" y="15" textLength="15.1875">d)</tspan></text><rect x="23.111938" y="964" width="894.6108" height="301.1025" fill="white"/><path d="M 23.111938 964 L 917.7227 964 L 917.7227 1265.1025 L 23.111938 1265.1025 Z" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1" stroke-dasharray="1,4"/><text transform="translate(28.111938 969)" fill="#333"><tspan font-family="Georgia" font-size="16" font-weight="500" fill="#333" x="0" y="15" textLength="14.1484375">g)</tspan></text><rect x="23.111755" y="1264.1025" width="386.99994" height="434.03363" fill="white"/><path d="M 23.111755 1264.1025 L 410.1117 1264.1025 L 410.1117 1698.1361 L 23.111755 1698.1361 Z" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1" stroke-dasharray="1,4"/><text transform="translate(28.111755 1269.1025)" fill="#333"><tspan font-family="Georgia" font-size="16" font-weight="500" fill="#333" x="0" y="15" textLength="15.3125">h)</tspan></text><rect x="263.95501" y="1068.7166" width="93.684196" height="19" fill="white"/><text transform="translate(268.95501 1068.7166)" fill="blue"><tspan font-family="Georgia" font-size="16" font-weight="500" fill="blue" x="2.810848" y="15" textLength="78.0625">prov:entity</tspan></text><rect x="503.2965" y="1068.7166" width="185.36841" height="19" fill="white"/><text transform="translate(508.2965 1068.7166)" fill="blue"><tspan font-family="Georgia" font-size="16" font-weight="500" fill="blue" x=".27404875" y="15" textLength="174.82031">prov:qualifiedDerivation</tspan></text><line x1="721.8372" y1="1026.7947" x2="492.97846" y2="1070.2785" marker-end="url(#StickArrow_Marker)" stroke="blue" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><line x1="720.34002" y1="1016.1847" x2="162.05044" y2="1016.19146" marker-end="url(#StickArrow_Marker_2)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" stroke-dasharray="4,4"/><line x1="426.02414" y1="1083" x2="160.11065" y2="1029.8389" marker-end="url(#StickArrow_Marker)" stroke="blue" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><rect x="352.4288" y="991.7286" width="169" height="19" fill="white"/><text transform="translate(357.4288 991.7286)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x=".13671875" y="15" textLength="158.72656">prov:wasDerivedFrom</tspan></text><path d="M 745.84002 1043.184 L 809.5242 1043.184 C 823.33134 1043.184 834.5242 1031.9911 834.5242 1018.184 L 834.5242 1014.184 C 834.5242 1000.3769 823.33134 989.184 809.5242 989.184 L 745.84002 989.184 C 732.0329 989.184 720.84002 1000.3769 720.84002 1014.184 L 720.84002 1018.184 C 720.84002 1031.9911 732.0329 1043.184 745.84002 1043.184 Z" fill="#fffedf"/><path d="M 745.84002 1043.184 L 809.5242 1043.184 C 823.33134 1043.184 834.5242 1031.9911 834.5242 1018.184 L 834.5242 1014.184 C 834.5242 1000.3769 823.33134 989.184 809.5242 989.184 L 745.84002 989.184 C 732.0329 989.184 720.84002 1000.3769 720.84002 1014.184 L 720.84002 1018.184 C 720.84002 1031.9911 732.0329 1043.184 745.84002 1043.184 Z" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(725.84002 1006.684)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x="30.084288" y="15" textLength="43.515625">Entity</tspan></text><a xl:href="#Entity"><path d="M 59.966248 1043.184 L 123.65045 1043.184 C 137.45756 1043.184 148.65044 1031.9911 148.65045 1018.184 L 148.65045 1014.184 C 148.65045 1000.3769 137.45757 989.184 123.65045 989.184 L 59.966248 989.184 C 46.15913 989.184 34.966248 1000.3769 34.966248 1014.184 L 34.966248 1018.184 C 34.966248 1031.9911 46.15913 1043.184 59.966248 1043.184 Z" fill="#fffedf"/><path d="M 59.966248 1043.184 L 123.65045 1043.184 C 137.45756 1043.184 148.65044 1031.9911 148.65045 1018.184 L 148.65045 1014.184 C 148.65045 1000.3769 137.45757 989.184 123.65045 989.184 L 59.966248 989.184 C 46.15913 989.184 34.966248 1000.3769 34.966248 1014.184 L 34.966248 1018.184 C 34.966248 1031.9911 46.15913 1043.184 59.966248 1043.184 Z" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(39.966248 1006.684)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x="30.084288" y="15" textLength="43.515625">Entity</tspan></text></a><rect x="469.4226" y="618.86273" width="224.76807" height="19" fill="white"/><text transform="translate(474.4226 618.86273)" fill="blue"><tspan font-family="Georgia" font-size="16" font-weight="500" fill="blue" x=".5793475" y="15" textLength="213.60938">prov:qualifiedCommunication</tspan></text><rect x="203.49146" y="551.82068" width="113.6842" height="54" fill="#fffedf"/><path d="M 203.49146 551.82068 L 317.17566 551.82068 L 317.17566 605.82068 L 203.49146 605.82068 Z M 214.85988 551.82068 L 214.85988 605.82068 M 305.80724 605.82068 L 305.80724 551.82068" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(219.85988 569.32068)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x="13.352586" y="15" textLength="54.242188">Activity</tspan></text><a xl:href="#Entity"><rect x="485.74713" y="551.87543" width="113.6842" height="54" fill="#fffedf"/><path d="M 485.74713 551.87543 L 599.43133 551.87543 L 599.43133 605.87543 L 485.74713 605.87543 Z M 497.11555 551.87543 L 497.11555 605.87543 M 588.0629 605.87543 L 588.0629 551.87543" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(502.11555 569.37543)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x="13.352586" y="15" textLength="54.242188">Activity</tspan></text></a><line x1="485.24713" y1="578.8643" x2="330.57566" y2="578.8343" marker-end="url(#StickArrow_Marker_2)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" stroke-dasharray="4,4"/><rect x="325.74719" y="551.492" width="160" height="19" fill="white"/><text transform="translate(330.74719 551.492)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x=".26953125" y="15" textLength="149.46094">prov:wasInformedBy</tspan></text><rect x="325.48792" y="601.49347" width="103.15789" height="19" fill="white"/><text transform="translate(330.48792 601.49347)" fill="blue"><tspan font-family="Georgia" font-size="16" font-weight="500" fill="blue" x="2.1609762" y="15" textLength="88.83594">prov:activity</tspan></text><line x1="498.90642" y1="606.14017" x2="452.62404" y2="635.02743" marker-end="url(#StickArrow_Marker)" stroke="blue" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><line x1="356.41975" y1="641.84826" x2="312.69944" y2="613.17027" marker-end="url(#StickArrow_Marker)" stroke="blue" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><path d="M 353.65513 642.1225 L 454 642.1225 C 467.248 642.1225 478 654.2185 478 669.1225 C 478 684.0265 467.248 696.1225 454 696.1225 L 353.65513 696.1225 C 351.29474 696.1225 349.01044 695.28756 347.20642 693.7654 L 327.05827 676.7654 C 322.8372 673.2039 322.30254 666.89485 325.86406 662.6738 C 326.22775 662.24276 326.62724 661.84327 327.05827 661.4796 L 347.20642 644.4796 C 349.01044 642.95744 351.29474 642.1225 353.65513 642.1225 Z" fill="#fffedf"/><path d="M 353.65513 642.1225 L 454 642.1225 C 467.248 642.1225 478 654.2185 478 669.1225 C 478 684.0265 467.248 696.1225 454 696.1225 L 353.65513 696.1225 C 351.29474 696.1225 349.01044 695.28756 347.20642 693.7654 L 327.05827 676.7654 C 322.8372 673.2039 322.30254 666.89485 325.86406 662.6738 C 326.22775 662.24276 326.62724 661.84327 327.05827 661.4796 L 347.20642 644.4796 C 349.01044 642.95744 351.29474 642.1225 353.65513 642.1225 Z" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(339 659.6225)" fill="blue"><tspan font-family="Georgia" font-size="16" font-weight="500" fill="blue" x="3.953125" y="15" textLength="114.046875">Communication</tspan></text><rect x="204.45183" y="1403.3879" width="91.57894" height="19" fill="white"/><text transform="translate(209.45183 1403.3879)" fill="blue"><tspan font-family="Georgia" font-size="16" font-weight="500" fill="blue" x="2.6957205" y="15" textLength="76.1875">prov:agent</tspan></text><text transform="translate(192.15569 1520.5816)" fill="blue"><tspan font-family="Georgia" font-size="16" font-weight="500" fill="blue" x="2.94281" y="15" textLength="176.09375">prov:qualifiedDelegation</tspan></text><line x1="136.4905" y1="1544.4659" x2="236.80452" y2="1497.9536" marker-end="url(#StickArrow_Marker)" stroke="blue" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><line x1="116.93762" y1="1529.06645" x2="116.93762" y2="1427.5697" marker-end="url(#StickArrow_Marker_2)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" stroke-dasharray="4,4"/><line x1="249.3584" y1="1453.1814" x2="173.13895" y2="1415.18605" marker-end="url(#StickArrow_Marker)" stroke="blue" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><rect x="32.547655" y="1463.4623" width="169" height="23" fill="white"/><text transform="translate(37.547655 1465.4623)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x=".0703125" y="15" textLength="158.859375">prov:actedOnBehalfOf</tspan></text><path d="M 74.62183 1566.732 L 111.427623 1531.76645 C 114.51535 1528.8331 119.35989 1528.8331 122.447616 1531.76645 L 159.25341 1566.732 C 162.45666 1569.77505 162.5865 1574.8387 159.54341 1578.04195 C 158.03306 1579.6318 155.9363 1580.532 153.74341 1580.532 L 80.131825 1580.532 C 75.713547 1580.532 72.131825 1576.9502 72.131825 1572.532 C 72.131825 1570.3391 73.031986 1568.2423 74.62183 1566.732 Z" fill="#fffedf"/><path d="M 74.62183 1566.732 L 111.427623 1531.76645 C 114.51535 1528.8331 119.35989 1528.8331 122.447616 1531.76645 L 159.25341 1566.732 C 162.45666 1569.77505 162.5865 1574.8387 159.54341 1578.04195 C 158.03306 1579.6318 155.9363 1580.532 153.74341 1580.532 L 80.131825 1580.532 C 75.713547 1580.532 72.131825 1576.9502 72.131825 1572.532 C 72.131825 1570.3391 73.031986 1568.2423 74.62183 1566.732 Z" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(93.51657 1554.832)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x="2.624175" y="15" textLength="41.59375">Agent</tspan></text><path d="M 260.38859 1446.36215 L 329.63096 1446.36215 C 339.04401 1446.36215 346.68359 1458.45815 346.68359 1473.36215 C 346.68359 1488.26615 339.04401 1500.36215 329.63096 1500.36215 L 260.38859 1500.36215 C 257.43882 1500.36215 254.63953 1499.0598 252.73948 1496.8035 L 238.42369 1479.8035 C 235.28917 1476.0813 235.28917 1470.643 238.42369 1466.9208 L 252.73948 1449.9208 C 254.63953 1447.6645 257.43882 1446.36215 260.38859 1446.36215 Z" fill="#fffedf"/><path d="M 260.38859 1446.36215 L 329.63096 1446.36215 C 339.04401 1446.36215 346.68359 1458.45815 346.68359 1473.36215 C 346.68359 1488.26615 339.04401 1500.36215 329.63096 1500.36215 L 260.38859 1500.36215 C 257.43882 1500.36215 254.63953 1499.0598 252.73948 1496.8035 L 238.42369 1479.8035 C 235.28917 1476.0813 235.28917 1470.643 238.42369 1466.9208 L 252.73948 1449.9208 C 254.63953 1447.6645 257.43882 1446.36215 260.38859 1446.36215 Z" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(249.36781 1463.86215)" fill="blue"><tspan font-family="Georgia" font-size="16" font-weight="500" fill="blue" x="4.41611" y="15" textLength="76.53125">Delegation</tspan></text><a xl:href="#Entity"><path d="M 74.62183 1400.3697 L 111.427623 1365.4042 C 114.51535 1362.4709 119.35989 1362.4709 122.447616 1365.4042 L 159.25341 1400.3697 C 162.45666 1403.4128 162.5865 1408.4765 159.54341 1411.6797 C 158.03306 1413.2696 155.9363 1414.1697 153.74341 1414.1697 L 80.131825 1414.1697 C 75.713547 1414.1697 72.131825 1410.588 72.131825 1406.1697 C 72.131825 1403.97685 73.031986 1401.8801 74.62183 1400.3697 Z" fill="#fffedf"/><path d="M 74.62183 1400.3697 L 111.427623 1365.4042 C 114.51535 1362.4709 119.35989 1362.4709 122.447616 1365.4042 L 159.25341 1400.3697 C 162.45666 1403.4128 162.5865 1408.4765 159.54341 1411.6797 C 158.03306 1413.2696 155.9363 1414.1697 153.74341 1414.1697 L 80.131825 1414.1697 C 75.713547 1414.1697 72.131825 1410.588 72.131825 1406.1697 C 72.131825 1403.97685 73.031986 1401.8801 74.62183 1400.3697 Z" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(93.51657 1388.4697)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x="2.624175" y="15" textLength="41.59375">Agent</tspan></text></a><rect x="402.55374" y="1264.1025" width="515.169" height="185.09613" fill="white"/><path d="M 917.72275 1264.1025 L 402.55374 1264.1025 L 402.55374 1449.1986 L 917.72275 1449.1986 Z" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1" stroke-dasharray="1,4"/><text transform="translate(407.55374 1269.1025)" fill="#333"><tspan font-family="Georgia" font-size="16" font-weight="500" fill="#333" x="0" y="15" textLength="10.6875">i)</tspan></text><rect x="402.55374" y="1449.0671" width="515.169" height="249.069" fill="white"/><path d="M 917.72275 1449.0671 L 402.55374 1449.0671 L 402.55374 1698.1361 L 917.72275 1698.1361 Z" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1" stroke-dasharray="1,4"/><text transform="translate(407.55374 1454.0671)" fill="#333"><tspan font-family="Georgia" font-size="16" font-weight="500" fill="#333" x="0" y="15" textLength="10.671875">j)</tspan></text><rect x="487.84418" y="1537.7732" width="93.684196" height="19" fill="white"/><text transform="translate(492.84418 1537.7732)" fill="blue"><tspan font-family="Georgia" font-size="16" font-weight="500" fill="blue" x="3.748348" y="15" textLength="76.1875">prov:agent</tspan></text><rect x="714.13226" y="1537.1157" width="200.36841" height="19" fill="white"/><text transform="translate(719.13226 1537.1157)" fill="blue"><tspan font-family="Georgia" font-size="16" font-weight="500" fill="blue" x="4.6568613" y="15" textLength="181.05469">prov:qualifiedAssociation</tspan></text><line x1="767.9964" y1="1520.4911" x2="715.41965" y2="1544.4168" marker-end="url(#StickArrow_Marker)" stroke="blue" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><line x1="767.9515" y1="1494.9371" x2="520.62045" y2="1497.1794" marker-end="url(#StickArrow_Marker_2)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" stroke-dasharray="4,4"/><line x1="609.9532" y1="1554.229" x2="536.182" y2="1522.2922" marker-end="url(#StickArrow_Marker)" stroke="blue" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><path d="M 550.91247 1472.4443 L 735.90487 1470.7671 L 736.0771 1489.7663 L 551.08472 1491.4435 Z" fill="white"/><text transform="translate(555.91227 1472.39895) rotate(-.5194397)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x=".08984375" y="15" textLength="174.82031">prov:wasAssociatedWith</tspan></text><rect x="487.84418" y="1333.1709" width="93.684196" height="19" fill="white"/><text transform="translate(492.84418 1333.1709)" fill="blue"><tspan font-family="Georgia" font-size="16" font-weight="500" fill="blue" x="3.748348" y="15" textLength="76.1875">prov:agent</tspan></text><rect x="717.3268" y="1324.5052" width="191.97937" height="19" fill="white"/><text transform="translate(722.3268 1324.5052)" fill="blue"><tspan font-family="Georgia" font-size="16" font-weight="500" fill="blue" x="1.47015375" y="15" textLength="179.03906">prov:qualifiedAttribution</tspan></text><path d="M 857.1357 1430.3892 L 793.4515 1430.3892 C 779.64436 1430.3892 768.4515 1419.1963 768.4515 1405.3892 C 768.4515 1405.3892 768.4515 1405.3892 768.4515 1405.3892 L 768.4515 1401.3892 C 768.45148 1387.5821 779.64435 1376.3892 793.45147 1376.3892 C 793.45148 1376.3892 793.4515 1376.3892 793.4515 1376.3892 L 857.1357 1376.3892 C 870.9428 1376.3892 882.1357 1387.5821 882.1357 1401.3892 L 882.1357 1405.3892 C 882.1357 1419.1963 870.9428 1430.3892 857.1357 1430.3892 C 857.1357 1430.3892 857.1357 1430.3892 857.1357 1430.3892 Z" fill="#fffedf"/><path d="M 857.1357 1430.3892 L 793.4515 1430.3892 C 779.64436 1430.3892 768.4515 1419.1963 768.4515 1405.3892 C 768.4515 1405.3892 768.4515 1405.3892 768.4515 1405.3892 L 768.4515 1401.3892 C 768.45148 1387.5821 779.64435 1376.3892 793.45147 1376.3892 C 793.45148 1376.3892 793.4515 1376.3892 793.4515 1376.3892 L 857.1357 1376.3892 C 870.9428 1376.3892 882.1357 1387.5821 882.1357 1401.3892 L 882.1357 1405.3892 C 882.1357 1419.1963 870.9428 1430.3892 857.1357 1430.3892 C 857.1357 1430.3892 857.1357 1430.3892 857.1357 1430.3892 Z" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(773.4515 1393.8892)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x="30.084288" y="15" textLength="43.515625">Entity</tspan></text><line x1="781.508" y1="1378.9452" x2="708.53467" y2="1338.2068" marker-end="url(#StickArrow_Marker)" stroke="blue" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><path d="M 621.84068 1333.2511 L 691.08305 1333.2511 C 700.4961 1333.2511 708.1357 1321.1551 708.1357 1306.2511 C 708.1357 1291.3471 700.4961 1279.2511 691.08305 1279.2511 L 621.84068 1279.2511 C 618.8909 1279.2511 616.09162 1280.5534 614.19157 1282.8097 L 599.87578 1299.8097 C 596.74126 1303.53195 596.74126 1308.9702 599.87578 1312.6924 L 614.19157 1329.6924 C 616.09162 1331.9487 618.8909 1333.2511 621.84068 1333.2511 Z" fill="#fffedf"/><path d="M 621.84068 1333.2511 L 691.08305 1333.2511 C 700.4961 1333.2511 708.1357 1321.1551 708.1357 1306.2511 C 708.1357 1291.3471 700.4961 1279.2511 691.08305 1279.2511 L 621.84068 1279.2511 C 618.8909 1279.2511 616.09162 1280.5534 614.19157 1282.8097 L 599.87578 1299.8097 C 596.74126 1303.53195 596.74126 1308.9702 599.87578 1312.6924 L 614.19157 1329.6924 C 616.09162 1331.9487 618.8909 1333.2511 621.84068 1333.2511 Z" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(610.8199 1296.7511)" fill="blue"><tspan font-family="Georgia" font-size="16" font-weight="500" fill="blue" x="1.4707975" y="15" textLength="79.476562">Attribution</tspan></text><a xl:href="#Entity"><path d="M 523.0427 1417.4073 L 486.2369 1382.4418 C 483.14917 1379.5085 478.30463 1379.5085 475.2169 1382.4418 L 438.4111 1417.4073 C 435.20786 1420.4504 435.07802 1425.51406 438.1211 1428.7173 C 439.63146 1430.30715 441.72822 1431.2073 443.9211 1431.2073 L 517.5327 1431.2073 C 521.95097 1431.2073 525.5327 1427.6256 525.5327 1423.2073 C 525.5327 1421.0144 524.63253 1418.9177 523.0427 1417.4073 Z" fill="#fffedf"/><path d="M 523.0427 1417.4073 L 486.2369 1382.4418 C 483.14917 1379.5085 478.30463 1379.5085 475.2169 1382.4418 L 438.4111 1417.4073 C 435.20786 1420.4504 435.07802 1425.51406 438.1211 1428.7173 C 439.63146 1430.30715 441.72822 1431.2073 443.9211 1431.2073 L 517.5327 1431.2073 C 521.95097 1431.2073 525.5327 1427.6256 525.5327 1423.2073 C 525.5327 1421.0144 524.63253 1418.9177 523.0427 1417.4073 Z" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(457.30585 1405.5073)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x="2.624175" y="15" textLength="41.59375">Agent</tspan></text></a><line x1="767.9515" y1="1403.5254" x2="522.4774" y2="1404.1085" marker-end="url(#StickArrow_Marker_2)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" stroke-dasharray="4,4"/><line x1="612.5469" y1="1328.50325" x2="510.06002" y2="1387.3613" marker-end="url(#StickArrow_Marker)" stroke="blue" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><path d="M 563.1451 1379.5523 L 730.14463 1379.1556 L 730.18977 1398.1556 L 563.19024 1398.5523 Z" fill="white"/><text transform="translate(568.1451 1379.54045) rotate(-.1361084)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x=".40234375" y="15" textLength="156.19531">prov:wasAttributedTo</tspan></text><rect x="768.4515" y="1467.4172" width="113.6842" height="54" fill="#fffedf"/><path d="M 882.1357 1467.4172 L 768.4515 1467.4172 L 768.4515 1521.4172 L 882.1357 1521.4172 Z M 870.76726 1467.4172 L 870.76726 1521.4172 M 779.8199 1521.4172 L 779.8199 1467.4172" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(784.8199 1484.9172)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x="13.352586" y="15" textLength="54.242188">Activity</tspan></text><a xl:href="#Entity"><path d="M 521.40438 1510.7754 L 484.59858 1475.8099 C 481.51086 1472.8766 476.66632 1472.8766 473.5786 1475.8099 L 436.7728 1510.7754 C 433.56955 1513.8185 433.4397 1518.8822 436.4828 1522.0854 C 437.99315 1523.6753 440.0899 1524.5754 442.2828 1524.5754 L 515.89438 1524.5754 C 520.31266 1524.5754 523.89438 1520.9937 523.89438 1516.5754 C 523.89438 1514.38255 522.99422 1512.2858 521.40438 1510.7754 Z" fill="#fffedf"/><path d="M 521.40438 1510.7754 L 484.59858 1475.8099 C 481.51086 1472.8766 476.66632 1472.8766 473.5786 1475.8099 L 436.7728 1510.7754 C 433.56955 1513.8185 433.4397 1518.8822 436.4828 1522.0854 C 437.99315 1523.6753 440.0899 1524.5754 442.2828 1524.5754 L 515.89438 1524.5754 C 520.31266 1524.5754 523.89438 1520.9937 523.89438 1516.5754 C 523.89438 1514.38255 522.99422 1512.2858 521.40438 1510.7754 Z" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(455.66754 1498.8754)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x="2.624175" y="15" textLength="41.59375">Agent</tspan></text></a><rect x="521.86433" y="1611.0644" width="108.270086" height="19" fill="white"/><text transform="translate(526.86433 1611.0644)" fill="blue"><tspan font-family="Georgia" font-size="16" font-weight="500" fill="blue" x="1.1389493" y="15" textLength="95.99219">prov:hadRole</tspan></text><line x1="632.0476" y1="1596.5519" x2="631.96648" y2="1630.6518" marker-end="url(#StickArrow_Marker)" stroke="blue" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><rect x="562.14497" y="1644.0518" width="80.734715" height="29.597931" fill="#fffedf"/><rect x="562.14497" y="1644.0518" width="80.734715" height="29.597931" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(567.14497 1649.3508)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x="19.285326" y="15" textLength="32.164062">Role</tspan></text><path d="M 725.32324 1673.6497 L 675.91297 1673.6497 C 667.1897 1673.6497 660.1181 1666.5781 660.1181 1657.8549 C 660.1181 1657.8549 660.1181 1657.8549 660.1181 1657.8549 L 660.1181 1657.8549 C 660.1181 1649.1316 667.1897 1642.06 675.91296 1642.06 C 675.91297 1642.06 675.91297 1642.06 675.91297 1642.06 L 725.32324 1642.06 C 734.0465 1642.06 741.1181 1649.1316 741.1181 1657.8549 L 741.1181 1657.8549 C 741.1181 1666.5781 734.0465 1673.6497 725.32324 1673.6497 C 725.32324 1673.6497 725.32324 1673.6497 725.32324 1673.6497 Z" fill="#fffedf"/><path d="M 725.32324 1673.6497 L 675.91297 1673.6497 C 667.1897 1673.6497 660.1181 1666.5781 660.1181 1657.8549 C 660.1181 1657.8549 660.1181 1657.8549 660.1181 1657.8549 L 660.1181 1657.8549 C 660.1181 1649.1316 667.1897 1642.06 675.91296 1642.06 C 675.91297 1642.06 675.91297 1642.06 675.91297 1642.06 L 725.32324 1642.06 C 734.0465 1642.06 741.1181 1649.1316 741.1181 1657.8549 L 741.1181 1657.8549 C 741.1181 1666.5781 734.0465 1673.6497 725.32324 1673.6497 C 725.32324 1673.6497 725.32324 1673.6497 725.32324 1673.6497 Z" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(665.1181 1648.3549)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x="19.574219" y="15" textLength="31.851562">Plan</tspan></text><rect x="689.43706" y="1611.0644" width="108.270086" height="19" fill="white"/><text transform="translate(694.43706 1611.0644)" fill="blue"><tspan font-family="Georgia" font-size="16" font-weight="500" fill="blue" x="1.2951993" y="15" textLength="95.67969">prov:hadPlan</tspan></text><line x1="682.84676" y1="1588.06" x2="684.15115" y2="1628.6669" marker-end="url(#StickArrow_Marker)" stroke="blue" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><path d="M 622.41777 1545.8437 L 693.9015 1545.8437 C 703.5891 1545.8437 711.4515 1557.9397 711.4515 1572.8437 C 711.4515 1587.7477 703.5891 1599.8437 693.9015 1599.8437 L 622.41777 1599.8437 C 619.5176 1599.8437 616.7603 1598.5847 614.86088 1596.393 L 600.12754 1579.393 C 596.87007 1575.6344 596.87007 1570.0531 600.12754 1566.2944 L 614.86088 1549.2944 C 616.7603 1547.1028 619.5176 1545.8437 622.41777 1545.8437 Z" fill="#fffedf"/><path d="M 622.41777 1545.8437 L 693.9015 1545.8437 C 703.5891 1545.8437 711.4515 1557.9397 711.4515 1572.8437 C 711.4515 1587.7477 703.5891 1599.8437 693.9015 1599.8437 L 622.41777 1599.8437 C 619.5176 1599.8437 616.7603 1598.5847 614.86088 1596.393 L 600.12754 1579.393 C 596.87007 1575.6344 596.87007 1570.0531 600.12754 1566.2944 L 614.86088 1549.2944 C 616.7603 1547.1028 619.5176 1545.8437 622.41777 1545.8437 Z" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(611.15148 1563.3437)" fill="blue"><tspan font-family="Georgia" font-size="16" font-weight="500" fill="blue" x="2.1078125" y="15" textLength="81.492188">Association</tspan></text><rect x="260.34248" y="803.4397" width="148.65753" height="19" fill="white"/><text transform="translate(265.34248 803.4397)" fill="blue"><tspan font-family="Georgia" font-size="16" font-weight="500" fill="blue" x="2.2272034" y="15" textLength="134.203125">prov:qualifiedStart</tspan></text><a xl:href="#Entity"><rect x="281.71222" y="737.73288" width="93.684196" height="54" fill="#fffedf"/><path d="M 281.71222 737.73288 L 375.39642 737.73288 L 375.39642 791.7329 L 281.71222 791.7329 Z M 291.08064 737.73288 L 291.08064 791.7329 M 366.028 791.7329 L 366.028 737.73288" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(296.08064 755.2329)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x="5.3525847" y="15" textLength="54.242188">Activity</tspan></text></a><line x1="281.21222" y1="764.7329" x2="128.400004" y2="764.7329" marker-end="url(#StickArrow_Marker_2)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" stroke-dasharray="4,4"/><rect x="132.71228" y="737.34945" width="144" height="19" fill="white"/><text transform="translate(137.71228 737.34945)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x=".03125" y="15" textLength="133.9375">prov:wasStartedBy</tspan></text><rect x="124.45301" y="787.3509" width="103.15789" height="19" fill="white"/><text transform="translate(129.45301 787.3509)" fill="blue"><tspan font-family="Georgia" font-size="16" font-weight="500" fill="blue" x="7.547695" y="15" textLength="78.0625">prov:entity</tspan></text><line x1="288.89097" y1="792.01625" x2="243.26069" y2="823.4041" marker-end="url(#StickArrow_Marker)" stroke="blue" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><line x1="168.37811" y1="833.5427" x2="115.823884" y2="794.6657" marker-end="url(#StickArrow_Marker)" stroke="blue" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><path d="M 177.97539 827.97995 L 226.4827 827.97995 C 233.37298 827.97995 238.96509 840.07595 238.96509 854.97995 C 238.96509 869.88395 233.37298 881.97995 226.4827 881.97995 L 177.97539 881.97995 C 174.50544 881.97995 171.28352 880.18113 169.46272 877.2273 L 158.98368 860.2273 C 157.00057 857.0101 157.00057 852.9498 158.98368 849.7326 L 169.46273 832.7326 C 171.28352 829.77876 174.50544 827.97995 177.97539 827.97995 Z" fill="#fffedf"/><path d="M 177.97539 827.97995 L 226.4827 827.97995 C 233.37298 827.97995 238.96509 840.07595 238.96509 854.97995 C 238.96509 869.88395 233.37298 881.97995 226.4827 881.97995 L 177.97539 881.97995 C 174.50544 881.97995 171.28352 880.18113 169.46272 877.2273 L 158.98368 860.2273 C 157.00057 857.0101 157.00057 852.9498 158.98368 849.7326 L 169.46273 832.7326 C 171.28352 829.77876 174.50544 827.97995 177.97539 827.97995 Z" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(169.07074 845.47995)" fill="blue"><tspan font-family="Georgia" font-size="16" font-weight="500" fill="blue" x="21.932129" y="15" textLength="34.640625">Start</tspan></text><path d="M 60.945986 737.7329 L 90 737.7329 C 103.80712 737.7329 115 748.92578 115 762.7329 L 115 766.7329 C 115 780.54 103.80712 791.7329 90 791.7329 L 60.945986 791.7329 C 47.138867 791.7329 35.945986 780.54 35.945986 766.7329 C 35.945986 766.7329 35.945986 766.7329 35.945986 766.7329 L 35.945986 762.7329 C 35.945986 748.92578 47.138867 737.7329 60.945986 737.7329 C 60.945986 737.7329 60.945986 737.7329 60.945986 737.7329 Z" fill="#fffedf"/><path d="M 60.945986 737.7329 L 90 737.7329 C 103.80712 737.7329 115 748.92578 115 762.7329 L 115 766.7329 C 115 780.54 103.80712 791.7329 90 791.7329 L 60.945986 791.7329 C 47.138867 791.7329 35.945986 780.54 35.945986 766.7329 C 35.945986 766.7329 35.945986 766.7329 35.945986 766.7329 L 35.945986 762.7329 C 35.945986 748.92578 47.138867 737.7329 60.945986 737.7329 C 60.945986 737.7329 60.945986 737.7329 60.945986 737.7329 Z" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(40.945986 755.2329)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x="12.7691956" y="15" textLength="43.515625">Entity</tspan></text><rect x="205.53773" y="887.45266" width="103.15789" height="19" fill="white"/><text transform="translate(210.53773 887.45266)" fill="blue"><tspan font-family="Georgia" font-size="16" font-weight="500" fill="blue" x="2.9461325" y="15" textLength="87.265625">prov:atTime</tspan></text><line x1="198.26145" y1="882.4797" x2="199.02031" y2="905.5555" marker-end="url(#StickArrow_Marker)" stroke="blue" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><rect x="141.447395" y="918.94827" width="117" height="29.597931" fill="#e6e6e6"/><rect x="141.447395" y="918.94827" width="117" height="29.597931" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(146.447395 924.24723)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x="5.4492188" y="15" textLength="96.10156">xsd:dateTime</tspan></text><rect x="721.3965" y="803.4397" width="148.65753" height="19" fill="white"/><text transform="translate(726.3965 803.4397)" fill="blue"><tspan font-family="Georgia" font-size="16" font-weight="500" fill="blue" x="5.000641" y="15" textLength="128.65625">prov:qualifiedEnd</tspan></text><a xl:href="#Entity"><rect x="742.76624" y="737.73288" width="93.684196" height="54" fill="#fffedf"/><path d="M 742.76624 737.73288 L 836.45043 737.73288 L 836.45043 791.7329 L 742.76624 791.7329 Z M 752.13466 737.73288 L 752.13466 791.7329 M 827.082 791.7329 L 827.082 737.73288" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(757.13466 755.2329)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x="5.3525847" y="15" textLength="54.242188">Activity</tspan></text></a><line x1="742.26624" y1="764.7329" x2="589.45402" y2="764.7329" marker-end="url(#StickArrow_Marker_2)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" stroke-dasharray="4,4"/><rect x="596.2663" y="737.34945" width="139" height="19" fill="white"/><text transform="translate(601.2663 737.34945)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x=".3046875" y="15" textLength="128.390625">prov:wasEndedBy</tspan></text><rect x="585.50703" y="787.3509" width="103.15789" height="19" fill="white"/><text transform="translate(590.50703 787.3509)" fill="blue"><tspan font-family="Georgia" font-size="16" font-weight="500" fill="blue" x="7.547695" y="15" textLength="78.0625">prov:entity</tspan></text><line x1="749.945" y1="792.01625" x2="704.3147" y2="823.4041" marker-end="url(#StickArrow_Marker)" stroke="blue" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><line x1="629.4405" y1="833.52914" x2="576.91627" y2="794.63844" marker-end="url(#StickArrow_Marker)" stroke="blue" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><path d="M 639.0294 827.97995 L 687.5367 827.97995 C 694.427 827.97995 700.0191 840.07595 700.0191 854.97995 C 700.0191 869.88395 694.427 881.97995 687.5367 881.97995 L 639.0294 881.97995 C 635.55946 881.97995 632.33754 880.18113 630.51674 877.2273 L 620.0377 860.2273 C 618.0546 857.0101 618.0546 852.9498 620.0377 849.7326 L 630.51674 832.7326 C 632.33754 829.77876 635.55946 827.97995 639.0294 827.97995 Z" fill="#fffedf"/><path d="M 639.0294 827.97995 L 687.5367 827.97995 C 694.427 827.97995 700.0191 840.07595 700.0191 854.97995 C 700.0191 869.88395 694.427 881.97995 687.5367 881.97995 L 639.0294 881.97995 C 635.55946 881.97995 632.33754 880.18113 630.51674 877.2273 L 620.0377 860.2273 C 618.0546 857.0101 618.0546 852.9498 620.0377 849.7326 L 630.51674 832.7326 C 632.33754 829.77876 635.55946 827.97995 639.0294 827.97995 Z" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(630.12476 845.47995)" fill="blue"><tspan font-family="Georgia" font-size="16" font-weight="500" fill="blue" x="27.479004" y="15" textLength="29.09375">End</tspan></text><path d="M 522 737.7329 L 551.054 737.7329 C 564.86113 737.7329 576.054 748.92578 576.054 762.7329 L 576.054 766.7329 C 576.054 780.54 564.86113 791.7329 551.054 791.7329 L 522 791.7329 C 508.19288 791.7329 497 780.54 497 766.7329 C 497 766.7329 497 766.7329 497 766.7329 L 497 762.7329 C 497 748.92578 508.19288 737.7329 522 737.7329 C 522 737.7329 522 737.7329 522 737.7329 Z" fill="#fffedf"/><path d="M 522 737.7329 L 551.054 737.7329 C 564.86113 737.7329 576.054 748.92578 576.054 762.7329 L 576.054 766.7329 C 576.054 780.54 564.86113 791.7329 551.054 791.7329 L 522 791.7329 C 508.19288 791.7329 497 780.54 497 766.7329 C 497 766.7329 497 766.7329 497 766.7329 L 497 762.7329 C 497 748.92578 508.19288 737.7329 522 737.7329 C 522 737.7329 522 737.7329 522 737.7329 Z" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(502 755.2329)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x="12.7691956" y="15" textLength="43.515625">Entity</tspan></text><rect x="666.59174" y="887.45266" width="103.15789" height="19" fill="white"/><text transform="translate(671.59174 887.45266)" fill="blue"><tspan font-family="Georgia" font-size="16" font-weight="500" fill="blue" x="2.9461325" y="15" textLength="87.265625">prov:atTime</tspan></text><line x1="659.31547" y1="882.4797" x2="660.07432" y2="905.5555" marker-end="url(#StickArrow_Marker)" stroke="blue" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><rect x="602.5014" y="918.94827" width="117" height="29.597931" fill="#e6e6e6"/><rect x="602.5014" y="918.94827" width="117" height="29.597931" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(607.5014 924.24723)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x="5.4492188" y="15" textLength="96.10156">xsd:dateTime</tspan></text><rect x="240.63921" y="1119.9348" width="117" height="19" fill="white"/><text transform="translate(245.63921 1119.9348)" fill="blue"><tspan font-family="Georgia" font-size="16" font-weight="500" fill="blue" x=".10546875" y="15" textLength="106.78906">prov:hadUsage</tspan></text><line x1="404.929" y1="1108.71414" x2="348.92826" y2="1151.7668" marker-end="url(#StickArrow_Marker)" stroke="blue" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><rect x="499.8309" y="1119.9348" width="160" height="19" fill="white"/><text transform="translate(504.8309 1119.9348)" fill="blue"><tspan font-family="Georgia" font-size="16" font-weight="500" fill="blue" x="3.3710938" y="15" textLength="143.25781">prov:hadGeneration</tspan></text><line x1="456.4362" y1="1108.71414" x2="502.98554" y2="1150.93594" marker-end="url(#StickArrow_Marker)" stroke="blue" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><path d="M 273.73167 1213.93396 L 342.97404 1213.93396 C 352.3871 1213.93396 360.02667 1201.83796 360.02667 1186.93396 C 360.02667 1172.02996 352.3871 1159.93396 342.97404 1159.93396 L 273.73167 1159.93396 C 270.7819 1159.93396 267.98261 1161.2363 266.08256 1163.4926 L 251.76677 1180.4926 C 248.63225 1184.21484 248.63225 1189.6531 251.76677 1193.3753 L 266.08256 1210.3753 C 267.98261 1212.6316 270.7819 1213.93396 273.73167 1213.93396 Z" fill="#fffedf"/><path d="M 273.73167 1213.93396 L 342.97404 1213.93396 C 352.3871 1213.93396 360.02667 1201.83796 360.02667 1186.93396 C 360.02667 1172.02996 352.3871 1159.93396 342.97404 1159.93396 L 273.73167 1159.93396 C 270.7819 1159.93396 267.98261 1161.2363 266.08256 1163.4926 L 251.76677 1180.4926 C 248.63225 1184.21484 248.63225 1189.6531 251.76677 1193.3753 L 266.08256 1210.3753 C 267.98261 1212.6316 270.7819 1213.93396 273.73167 1213.93396 Z" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(262.71089 1177.43396)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" fill="black" x="18.993211" y="15" textLength="42.960938">Usage</tspan></text><path d="M 513.2201 1213.9338 L 582.46248 1213.9338 C 591.87553 1213.9338 599.5151 1201.8378 599.5151 1186.9338 C 599.5151 1172.0298 591.87553 1159.9338 582.46248 1159.9338 L 513.2201 1159.9338 C 510.27034 1159.9338 507.47105 1161.2361 505.571 1163.49244 L 491.2552 1180.49244 C 488.1207 1184.2147 488.1207 1189.6529 491.2552 1193.37515 L 505.571 1210.37515 C 507.47105 1212.6315 510.27034 1213.9338 513.2201 1213.9338 Z" fill="#fffedf"/><path d="M 513.2201 1213.9338 L 582.46248 1213.9338 C 591.87553 1213.9338 599.5151 1201.8378 599.5151 1186.9338 C 599.5151 1172.0298 591.87553 1159.9338 582.46248 1159.9338 L 513.2201 1159.9338 C 510.27034 1159.9338 507.47105 1161.2361 505.571 1163.49244 L 491.2552 1180.49244 C 488.1207 1184.2147 488.1207 1189.6529 491.2552 1193.37515 L 505.571 1210.37515 C 507.47105 1212.6315 510.27034 1213.9338 513.2201 1213.9338 Z" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(502.19933 1177.4338)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x=".75883625" y="15" textLength="79.429688">Generation</tspan></text><a xl:href="#Entity"><rect x="377.0867" y="1159.9339" width="93.684196" height="54" fill="#fffedf"/><path d="M 377.0867 1159.9339 L 470.7709 1159.9339 L 470.7709 1213.9339 L 377.0867 1213.9339 Z M 386.45512 1159.9339 L 386.45512 1213.9339 M 461.40248 1213.9339 L 461.40248 1159.9339" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(391.45512 1177.4339)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x="5.3525847" y="15" textLength="54.242188">Activity</tspan></text></a><line x1="426.02414" y1="1108.71414" x2="426.95367" y2="1147.0377" marker-end="url(#StickArrow_Marker)" stroke="blue" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><path d="M 394.4759 1108.71414 L 463.71827 1108.71414 C 473.13132 1108.71414 480.7709 1096.61814 480.7709 1081.71414 C 480.7709 1066.81014 473.13132 1054.71414 463.71827 1054.71414 L 394.4759 1054.71414 C 391.52613 1054.71414 388.72684 1056.0165 386.82679 1058.2728 L 372.511 1075.2728 C 369.37648 1078.995 369.37648 1084.43326 372.511 1088.1555 L 386.82679 1105.1555 C 388.72684 1107.4118 391.52613 1108.71414 394.4759 1108.71414 Z" fill="#fffedf"/><path d="M 394.4759 1108.71414 L 463.71827 1108.71414 C 473.13132 1108.71414 480.7709 1096.61814 480.7709 1081.71414 C 480.7709 1066.81014 473.13132 1054.71414 463.71827 1054.71414 L 394.4759 1054.71414 C 391.52613 1054.71414 388.72684 1056.0165 386.82679 1058.2728 L 372.511 1075.2728 C 369.37648 1078.995 369.37648 1084.43326 372.511 1088.1555 L 386.82679 1105.1555 C 388.72684 1107.4118 391.52613 1108.71414 394.4759 1108.71414 Z" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(383.45512 1072.21414)" fill="blue"><tspan font-family="Georgia" font-size="16" font-weight="500" fill="blue" x="2.8447738" y="15" textLength="75.257812">Derivation</tspan></text><rect x="365.4288" y="1222" width="129.57121" height="19" fill="white"/><text transform="translate(370.4288 1222)" fill="blue"><tspan font-family="Georgia" font-size="16" font-weight="500" fill="blue" x=".75045013" y="15" textLength="118.07031">prov:hadActivity</tspan></text></g></g></svg>